Brad Hards writes:
 > Geoff Jacobsen wrote:
 > > 
 > > Brad Hards writes:
 > >  > Geoff Jacobsen wrote:
 > >  > >
 > >  > > Hi have recently purchased a Wacom Graphire tablet which seems to use
 > >  > > a later protocol than ones that others use.
 > >  > >
 > >  > >  ET-0405-UV1.2-0
 > >  > >
 > >  > > I have put some debug messages in the wacom.c file and it doesn;t seem
 > >  > > to be in the right mode. It doesn't show any difference between using
 > >  > > a pen of the mouse or the eraser.  It also reports movement in
 > >  > > relative coordinates in bytes 2 and 3 and mouse wheel movements in
 > >  > > byte 4.
 > >  > >
 > >  > > I have managed to test this device on a friends MS Windose 2000
 > >  > > machine and everything worked fine include pen pressure, absolute
 > >  > > coordinates etc. The device also worked straight away without
 > >  > > installing any software.
 > >  > So it is probably not a vendor specific device. What happens when
 > >  > you just use the HID driver / input event driver and evtest?
 > > 
 > > I couldn't work out how to do that.  I tried removing the
 > >         { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE },
 > > 
 > > line from hid_blacklist in hid.c
 > > 
 > > but it didn't work at all then.  Is there something else I need to do
 > > to use it just with the hid driver?
 > Not loading the wacom driver and having the hid driver in should
 > be enough. What do the logs look like?

It behaved the same as when the wacom driver was loaded.  Im going to
try and get hold of a W2k machine and use the snoop program to find
out how this device is getting initialised.

Looking at the driver I can't see any logic that initialises the
tablet. Can someone tell me where such code should go or is that done
in userland?

-- 
Geoff Jacobsen.                         http://casquet.inet.net.nz/geoff

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to