src/hw/maru_touchscreen.c: fix wrong buffer size to memset
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Wed, 1 Aug 2012 08:56:56 +0000 (12:56 +0400)
committersyeon.hwang <syeon.hwang@samsung.com>
Fri, 21 Sep 2012 02:53:24 +0000 (11:53 +0900)
commit95eec44334a2f8a4b8461088abca830a013a81e2
tree3757491511fee6ce1e477e0dd90b2c21f844d41c
parentb699ea5dad81161b4f56f30c845fad469894c402
src/hw/maru_touchscreen.c: fix wrong buffer size to memset

To clear buffer usb_touchscreen_handle_data() function called a memset function
with length longer then actual length of buffer, it resulted in USB packet corruption.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
tizen/src/hw/maru_usb_touchscreen.c