Wacom Intuos3 A3 wide + Poseidon/MorphOS 2.2
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    Hi

    I've got an Wacom Intuos3 A3 wide (Product: PTZ-631W, VendorID:$056a, ProductID: $00b5)

    It's recognized under Poseidon/MOS 2.2 by the HID.class (v4.1) as a wacom tablet (cool!)

    But...

    Actions in HID setup window definitively locks the Pointer (mouse) reports settings and even after a clear + save, nothing changes, the configuration returns to default values!!!

    Even more, "[Wacom]" reports don't see any events from the tablet, even with "Pointer" reports cleared + save.

    So my tablet is locked a in "mouse" state and not as a real tablet... (bad!)

    Anyone has the same report or not?
    Chris: an idea about that? Issue inside the HID class?

    Note: The tablet works perfectly with linux (fedora) and Gimp on a PC.
    This is the usb dump for these device (linux dump, I'm at work ;-)):

    T: Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
    D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
    P: Vendor=056a ProdID=00b5 Rev= 1.16
    S: Manufacturer=Tablet
    S: Product=PTZ-631W
    C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=300mA
    I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=wacom
    E: Ad=81(I) Atr=03(Int.) MxPS= 10 Ivl=4ms

    [ Edited by Yomgui on 2009/1/14 12:39 ]
    And now... next project!
  • »14.01.09 - 11:37
    Profile Visit Website
  • rms
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    rms
    Posts: 599 from 2004/11/27
    @ Yomgui

    I own also the same tablet, Intuos3 wide PTZ-631W, and have the same problem, the tablet seems only
    to be recognized as a mouse :-( and also my Intuos2 XD-0608-U seems only to be recogrized as a mouse.

    It would be really GREAT (and very much needed for drawing artists) if this could be fixed.
    Also I never could use it as a real tablet with pressure with TVPaint 3.6


    @ Chris

    Perhaps there could be something done in the HID class?


    Regards

    Christoph
  • »15.01.09 - 06:32
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    We need to wait an Intuos ProductID's support ;-)
    And now... next project!
  • »15.01.09 - 09:13
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    To all Wacom Intuos owners:

    Today I've succeed to enable the tabled mode of my Wacom Intuos3.
    I've made a small program to do that, just plug your tablet, check if Poseidon
    recognizes it and binds it with HID.class, and run my program.

    That's all!

    Note: you may need to set correctly Action in the device HID prefs, or just press "fill with defaults".


    The program is here: http://www.yomgui.fr/projects/WacomFix.elf

    [ Edited by Yomgui on 2009/7/8 14:27 ]
    And now... next project!
  • »08.07.09 - 13:26
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    MorphDelf
    Posts: 274 from 2004/2/20
    From: Oslo, Norway
    Is this issue only with this Wacom tablet?
  • »09.07.09 - 08:34
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    I've not a report for all existants tablets, but the fix is only for Wacom as it's a vendor specific feature.
    And now... next project!
  • »09.07.09 - 09:20
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    jcmarcos
    Posts: 1178 from 2003/3/13
    From: Pinto, Madrid ...
    Quote:

    Yomgui wrote:

    I've succeed to enable the tabled mode of my Wacom Intuos3.
    I've made a small program to do that


    Wow... Could you please explain what your program does? Or is it too long of an explanation?
  • »10.07.09 - 12:01
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    Not a rocket science....

    I've looked Linux code and I've found that send a special command to the tablet in order to put it into a special vendor mode. This mode enables Wacom specificities like pressure, tilt, absolute position, buttons, etc...

    To be more technical: you should send an HID report feature with ReportID=2 and data=2. Et voil?? ;-)

    I've talk today with chris about that, the current HID class driver doesn't give me a way to change that, even using the "inital startup actions" item in the [extra] collection. No listed features work.

    [ Edited by Yomgui on 2009/7/10 19:34 ]
    And now... next project!
  • »10.07.09 - 18:32
    Profile Visit Website