On Tue, Nov 27, 2001 at 01:16:44PM +0100, O. Beaudoux wrote:
> Hi all,
> 
> I just tried my new Wacom Graphire2 USB tablet and it works fine under
> Linux. Yep.
> 
> I want to get all available informations about this device so a use
> EVDEV with the sample application EVTEST.
> Here is what I get:
> 
> ***********************
> Input driver version is 1.0.0
> Input device ID: bus 0x3 vendor 0x56a product 0x11 version 0x203
> Input device name: "WACOM ET-0405A-UV2.0-3"
> Supported events:
>      Event type 1 (Key)
>         Event code 272 (LeftBtn)
>         Event code 273 (RightBtn)
>         Event code 274 (MiddleBtn)
>     Event type 2 (Relative)
>         Event code 0 (X)
>         Event code 1 (Y)
>         Event code 8 (Wheel)
>     Event type 3 (Absolute)
>         Event code 28 (?)
>             Value      0
>             Min        0
>             Max      255
>             Flat      15
>         Event code 29 (?)
>             Value      0
>             Min        0
>             Max      255
>             Flat      15
>         Event code 30 (?)
>             Value      0
>             Min        0
>             Max      255
>             Flat      15
>         Event code 31 (?)
>             Value      0
>             Min        0
>             Max      255
>             Flat      15
> Testing ... (interrupt to exit)
> ***********************
> 
> I'm a bit surprised that X/Y are relatives (but okay, we can translate
> from absolute to relative, not vice et versa) but that's ok.
> 
> So I can't get pressure, XTilt/YTilt, and absolute X/Y... and perhaps
> they are under events 28 to 31... ?
> I've tried an Intuos A3 with EVTEST and that such information were
> available (sorry, I can't use this device any more).
> 
> EVTEST.C ID is:  evtest.c,v 1.15 2001/10/02 19:25:14 jdeneux Exp
> 
> Any idea about those mysterious 28 to 31 events ?

Absolutes above code 0x28 are "unknown" to the HID driver. You can try
enabling DEBUG in hid-core.c (or hid.c) and see what it thinks about
them, and then add the proper HID->Input mappings into hid-input.c.

> -- 
> Olivier Beaudoux
> ESEO
> 4 rue Merlet de la Boulaye, BP 926
> 49009 Angers cedex 01
> Tel:  +33 (2) 41-86-67-67
>        +33 (2) 41-86-67-05 (ligne directe)
> Fax:  +33 (2) 41-87-99-27
> Email: [EMAIL PROTECTED]

-- 
Vojtech Pavlik
SuSE Labs

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

Reply via email to