Comment 11 for bug 522318

Revision history for this message
Michael Hüttemann (michael-huettemann) wrote :

After the update, now that the committed patch has arrived, it still does not work. The situation appears to be similar to what is described in comment #8.

I am still unable to find any reference in the log files related to "[Ww]acom" or "stylus". The only bit of information is in /var/log/udev:
(...)
UDEV [1267601669.679437] add /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/PNP0A05:00/WACF004:00 (acpi)
UDEV_LOG=3
ACTION=add
DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/PNP0A05:00/WACF004:00
SUBSYSTEM=acpi
MODALIAS=acpi:WACF004:
SEQNUM=1171
(...)

which matches

udevadm info --export-db
(...)
P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/PNP0A05:00/WACF004:00
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/PNP0A05:00/WACF004:00
E: MODALIAS=acpi:WACF004:
E: SUBSYSTEM=acpi
(...)

Is there anything I could do to further investigate?