wacom: Add Product ID for One by Wacom (CTL-671) tablet.
Change-Id: Iddd89877d857e87ca226dc834292bbabd3a0ca36
This commit is contained in:
@@ -261,6 +261,9 @@ TabletDevice::DetectDevice(const DeviceReader* reader)
|
||||
case 0xDD: // Wacom Bamboo Pen/Connect (CTL-470) (from Linux Wacom Project)
|
||||
SetDevice(14720.0, 9200.0, DEVICE_BAMBOO_PT);
|
||||
break;
|
||||
case 0x0301: // One by Wacom CTL-671
|
||||
SetDevice(21648.0, 13530.0, DEVICE_BAMBOO_PT);
|
||||
break;
|
||||
case 0x037b: // One by Wacom CTL-672
|
||||
SetDevice(21648.0, 13530.0, DEVICE_BAMBOO_PT);
|
||||
break;
|
||||
@@ -874,6 +877,9 @@ TabletDevice::_GetName(uint16 productID, const char** name) const
|
||||
case 0xDD:
|
||||
*name = "Wacom Bamboo Pen/Connect (CTL-470)";
|
||||
break;
|
||||
case 0x0301:
|
||||
*name = "One by Wacom (CTL-671)";
|
||||
break;
|
||||
case 0x037b:
|
||||
*name = "One by Wacom (CTL-672)";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user