Re: [blfs-dev] penabled wacom

2018-12-21 Thread Roger Koehler via blfs-dev
On Fri, Dec 21, 2018 at 12:01 PM Roger Koehler wrote: > > 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* >

[blfs-dev] penabled wacom

2018-12-21 Thread Roger Koehler via blfs-dev
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",