summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Fix up doccoTobias Klauser1-2/+2
2006-08-12Add README and LICENSE filesTobias Klauser1-0/+21
alue='4'>4space:mode:
authorRoderick Colenbrander <roderick.colenbrander@sony.com>2016-10-07 12:39:38 -0700
committerJiri Kosina <jkosina@suse.cz>2016-10-10 10:43:25 +0200
commitcdc1c0215ab449077cd160dde4fcd1c5f41dec6e (patch)
treec15b3a20bcec1ecd4eed6313fa037db0293c3790 /drivers/hid/hid-sony.c
parente7ef53adbf47734e90f9fd6e2a7a57df6f1fbc6b (diff)
HID: sony: Handle multiple touch events input record
Read the touch history field in the HID descriptor and use this value to determine how many touch events to read from the report. As part of this patch, we did a first attempt of making the offset calculation code less magical. Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-sony.c')
-rw-r--r--drivers/hid/hid-sony.c78
1 files changed, 52 insertions, 26 deletions
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c