I have to add the following for my penabled wacom to work, as root:

cat > /etc/udev/rules.d/10-wacom.rules << EOF
ACTION!="add|change", GOTO="wacom_end"
  # Match all wacom tablets with a serial ID starting with WACf or FUJ*
  ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet",
ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
  ATTRS{id}=="FUJ*" ENV{NAME}="Serial Wacom Tablet",
ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
LABEL="wacom_end"
EOF
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to