Bug 3951
Summary: | Wacom Intuos 3 tablet is missing on blacklist of hid-core.c | ||
---|---|---|---|
Product: | Drivers | Reporter: | Andre van de Geijn (avdgeijn) |
Component: | USB | Assignee: | Vojtech Pavlik (vojtech) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.10 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 |
Description
Andre van de Geijn
2004-12-26 18:57:59 UTC
Great, send a patch for the device then. Also, the latest -mm releases have a wacom driver update in them, see if that fixes the problem for you. In hid-core.c the current blacklist is: #define USB_VENDOR_ID_WACOM 0x056a #define USB_DEVICE_ID_WACOM_PENPARTNER 0x0000 #define USB_DEVICE_ID_WACOM_GRAPHIRE 0x0010 #define USB_DEVICE_ID_WACOM_INTUOS 0x0020 #define USB_DEVICE_ID_WACOM_PL 0x0030 #define USB_DEVICE_ID_WACOM_INTUOS2 0x0040 #define USB_DEVICE_ID_WACOM_VOLITO 0x0060 It should be extended with the INTUOS3 #define USB_DEVICE_ID_WACOM_INTUOS3 0x00B0 Just a new wacom driver file, as it exists in the -mm patch is not sufficient. This is fixed now. |