Files
linux/drivers/input/touchscreen
Luis Ortega d333b6062f Input: zforce - reduce stack memory allocated to frames
A frame is a u8 array with the following structure:
[PAYLOAD_HEADER, PAYLOAD_LENGTH, ...PAYLOAD_BODY...]

PAYLOAD_BODY can be at most 255 bytes long, as it's size is represented
by PAYLOAD_LENGTH. Therefore we can reduce the stack memory allocated to
payload_buffer[] roughly by half, from 512 to 257 bytes.

Signed-off-by: Luis Ortega <luiorpe1@upv.es>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Heiko Stuebner <heiko@sntech.de> - bq Cervantes (imx6sl)
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2014-01-27 22:35:17 -08:00
..
2013-12-06 02:06:29 -08:00
2012-11-24 00:05:38 -08:00
2013-12-06 02:06:29 -08:00
2013-12-16 02:04:49 -08:00
2013-12-06 02:06:29 -08:00
2013-12-06 02:06:29 -08:00
2013-12-06 02:06:29 -08:00
2013-12-06 02:06:29 -08:00
2013-12-06 02:06:29 -08:00
2013-12-06 02:06:29 -08:00
2013-03-12 08:50:20 -07:00