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)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Mon, 20 Aug 2012 12:50:13 +0000 (16:50 +0400)
commit6bf09a100287d47f7f33d85347f25e9d092cb528
treeaa3e5d82388a18ca54898419c916bba2d6b9031f
parent3a18528e2651a7d2af8abe0872cc328bedccc02d
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_touchscreen.c