summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-udraw-ps3.c
Commit message (Collapse)AuthorAgeFilesLines
* HID: udraw-ps3: accel_limits is local to the driverJiri Kosina2016-11-151-1/+1
| | | | | | And as such should be marked static to avoid global namespace pollution. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* HID: udraw-ps3: Add support for the uDraw tablet for PS3Bastien Nocera2016-11-151-0/+474
This adds support for the THQ uDraw tablet for the PS3, as 4 separate device nodes, so that user-space can easily consume events coming from the hardware. Note that the touchpad two-finger support is fairly unreliable, and a right-click can only be achieved with a two-finger tap with the two fingers slightly apart (about 1cm should be enough). Tested-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>