Yes, it works fine, but...
It seems, that after the resume all usb devices gets removed and plug in
again (virtually!). This results in a new input device name:
before suspend and resume:
appletouch Geyser 3 inited.
input: appletouch as /class/input/input2
after resume:
Restarting tasks ... <6>usb 1-2: USB disconnect, address 3
PM: Removing info for No Bus:usbdev1.3_ep83
PM: Removing info for usb:1-2:1.0
PM: Removing info for No Bus:usbdev1.3_ep81
input: appletouch disconnected
[cut]
PM: Adding info for No Bus:usbdev1.4_ep83
PM: Adding info for usb:1-2:1.1
appletouch Geyser 3 inited.
input: appletouch as /class/input/input15
This change confuses the X synaptics driver:
Touchpad no synaptics event device found (checked 11 nodes)
Touchpad The /dev/input/event* device nodes seem to be missing
(EE) xf86OpenSerial: Cannot open device /dev/input/event2
No such file or directory.
(WW) Touchpad: cannot open input device
And so X falls back to my second pointer device which is a UsbMouse
under /dev/input/mice
One could say that the synaptics driver rightly complains about the
missing event2 device!
So is this a bug in the X synaptics driver?
Comments are welcome.
-