Yeah this one:

KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", NAME="input/%k", 
SYMLINK="input/wacom"

doesn't seem to work.  Any ideas on why it wouldn't work, or another way 
to do it?

Thanks

Magnus Vigerlöf wrote:
> On Sunday 04 March 2007 20:16, Brogan Ross wrote:
>   
>> Hey I'm having the problem where every time I start the computer the
>> event number for my tablet changes I've tried locking the event number
>> in 60-wacom-rules like this:
>> KERNEL=="event2*", SYSFS{idVendor}=="056a", NAME="input/%k",
>> SYMLINK="input/wacom"
>>
>> But that doesn't seem to change it.  Any suggestions?
>>
>> PS- I'm running Fedora 6
>>     
>
> The above udev-rule doesn't seems to be entierly correct.. Try this one 
> instead:
> KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", NAME="input/%k", 
> SYMLINK="input/wacom"
>
> I hope you don't have to restart your computer for this to take effect.
>
> I'm running with the following rule (which you might want to try if the above 
> doesen't work):
> KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", SYMLINK+="input/wacom"
>
> But my installation is a Kubuntu 6.10, so this might not be applicable for 
> you.
>
> Cheers,
>   Magnus
>
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to