[EMAIL PROTECTED] wrote: > > Hey > > Ive got a new PC Tablet, Aiptek Hyperpen 5000 U (USB) > I installed the USB Human Interface into the kernel > now i get: > > debian:~# hub.c: USB new device connect on bus1/1, assigned device number 13 > input0,hiddev0: USB HID v1.00 Mouse [AIPTEK International Inc. USB Tablet Series >with 16 Hot Keys] on usb1:13.0 <snip> hiddev0 isn't usually a good sign for an input device :(
You need to provide some more useful information (especially the contents of /proc/bus/usb/devices, which kernel you are using, your kernel configuration IN DETAIL, etc) to know for sure, but (as a WAG) it looks like your device has two interfaces on it. One of them is OK (probably the buttons) and is being linked to /dev/input/event0; while the other isn't recognised as an input device. To test, cat /dev/usb/hiddev0, and see if any characters get produced when you hit the hotkeys, or if any get produced when you move the stylus. Same for /dev/input/event0. Then report back and we'll see what can be done. Brad _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
