On 05/20/2009 08:16 AM, Steven Hunt wrote: > On Tue, May 19, 2009 at 10:12 PM, Greg KH <greg at kroah.com> wrote: >> On Tue, May 19, 2009 at 09:49:22PM -0700, Steven Hunt wrote: >>> I bought myself a super-cheap USB drawing tablet, and (shocker) >>> there's no linux driver that supports it. >> >> What device is it? > > On the product packaging, it says "Hanvon Drawing Tablet"; however > dmesg reports: > HanWang co. HW Micro Drawing Tablet > with a vendor ID of 0B57, and a product ID of 8019. > > Full output from 2.6.28-11-generic at device connect: > [ 1673.776066] usb 2-2: new low speed USB device using uhci_hcd and address 5 > [ 1673.961620] usb 2-2: configuration #1 chosen from 1 choice > [ 1673.982901] generic-usb 0003:0B57:8019.0005: hiddev96,hidraw1: USB > HID v1.00 Device [HanWang co. HW Micro Drawing Tablet] on > usb-0000:00:1d.0-2/input0 Hmm, It looks like it is a standard HID device and got registered in the input layer. Could you attach lsusb -v of that device and /proc/bus/input/devices?