hi,

I just upgraded to kernel 2.6.16.4 and linuxwacom-0.7.3-1. I copied
wacom.c and hid-core.c to the kernel before building, and copied the
prebuilt modules for xorg. (I did not build/update anything else.)

drivers/usb/input/wacom.c: v1.44-2.6.16-pc-0.1 [...]
(II) Wacom driver level: 47-0.7.3-1 $

The tablet works fine. But when I replug it, it kind of acts like a mouse:
  - no pressure sensitivity
  - not exactly relative mode I guess, lange jumps possible after lifting,
    but "screen area" smaller than tablet area, can move it by hitting border
  - no difference between stylus/eraser in GIMP any more.

If I restart xorg only, everything goes back to normal.

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"

Section "InputDevice"
    [...]
    #Option "device" "/dev/input/wacom"
    Option "device" "/dev/input/event0"
(Tried both, makes no difference.)

[...]
    InputDevice "Mouse1"         "CorePointer"
    InputDevice "stylus"      "SendCoreEvents"
    InputDevice "eraser"      "SendCoreEvents"
    InputDevice "wacom-mouse" "SendCoreEvents"


xorg log says, after the first unplugging:
Error reading wacom device : Success
(And then stays quiet.)

Kernel says stuff like:
> input: Wacom Graphire3 as /class/input/input8
> drivers/usb/core/inode.c: creating file '007'

I see only /dev/input/event[0-3], and event0 seems to work every time I
restart X11.

I used to use the evdev.c thingy in older kernels, I guess it's obsolete
now. I need replugging because it happens sometimes randomly while
working.

bye,
Martin


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to