HID: Add support for Sony Vaio VGX-TP1E
authorJiri Kosina <jkosina@suse.cz>
Thu, 23 Oct 2008 10:58:38 +0000 (12:58 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 23 Oct 2008 10:58:38 +0000 (12:58 +0200)
commitcc6e0bbb47f02fd36cd55b3189c0c79079096ab8
tree9c2e60517a4d00607f505b09e67b1966420b0c4a
parenteb9910894d7857c273e049b297fd6251e5ecc43e
HID: Add support for Sony Vaio VGX-TP1E

The Sony Vaio VGX-TP1E multimedia PC has a wireless keyboard with
a touchpad.

The mouse pointer is wrongly declared as constant non-data variable, which make
HID code to completely ignore all the "Pointer" usages.
Fix the report descriptor before it enters the parser to contain touchpad
pointer description that is correctly parsable (declaring data rather than
constant).

Reported-by: Stefan Hundhammer <sh@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-sony.c