The rule doesn't fix the event number to a certain one.  Thats something
that usually changes on every boot and I'm not sure how to lock it.   The
good news is that you don't need to fix the event number, that rule will
make the symlink /dev/input/wacom always point to the correct event on boot,
so if you use that in your Xorg.conf the correct device will always be found
and used.

On 3/7/07, Brogan Ross <[EMAIL PROTECTED]> wrote:

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

-------------------------------------------------------------------------
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