diff options
author | Bastien Nocera <hadess@hadess.net> | 2016-11-15 13:02:05 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-11-15 14:20:05 +0100 |
commit | 0edffe655a52d7ce7c093212bc0cce6576084a8e (patch) | |
tree | 43fa3fb92c61d1790a0d03760b1d5bc0f423764d /drivers/hid/Kconfig | |
parent | c1f4c2b28c11f6d042d15100b36a4ebba07c48b2 (diff) | |
download | linux-0edffe655a52d7ce7c093212bc0cce6576084a8e.tar.bz2 |
HID: udraw-ps3: Add support for the uDraw tablet for PS3
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index cd4599c0523b..91025b3ff18d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -861,6 +861,13 @@ config THRUSTMASTER_FF a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel. +config HID_UDRAW_PS3 + tristate "THQ PS3 uDraw tablet" + depends on HID + ---help--- + Say Y here if you want to use the THQ uDraw gaming tablet for + the PS3. + config HID_WACOM tristate "Wacom Intuos/Graphire tablet support (USB)" depends on HID |