addons/input-devices Wacom PTZ-431W tablet
* Add usb ID and resolution for this tablet * Fixes #16261 Signed-off-by: Rob Gill <rrobgill@protonmail.com> Change-Id: I426576dc47241846d5a956d41a19186f9c599eb9 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2923 Reviewed-by: Sergei Reznikov <diver@gelios.net>
This commit is contained in:
parent
e3e93916b7
commit
088f5faefe
@ -225,6 +225,9 @@ TabletDevice::DetectDevice(const DeviceReader* reader)
|
||||
case 0xB2:
|
||||
SetDevice(60960.0, 45720.0, DEVICE_INTUOS3);
|
||||
break;
|
||||
case 0xB7: // Wacom PTZ-431W Intuos3 4x6
|
||||
SetDevice(31496.0, 19685.0, DEVICE_INTUOS3);
|
||||
break;
|
||||
case 0xD0: // Wacom Bamboo 2FG (from Linux Wacom Project)
|
||||
SetDevice(14720.0, 9200.0, DEVICE_BAMBOO_PT);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user