10 Dec 2006

3:47 pm General

udev

I found the
blog posting
containing udev rule for the palm pilot (in my
case – Handsping Visor Deluxe).

On my system, ttyUSB0 is taken by usb-to-serial converter,
so I had to change the rule to KERNEL=”ttyUSB[2468]” – which
is not nice. Then, after some discussion in livejournal and
looking at output of udevinfo, I found the difference:

<    SYSFS{dev}=="188:0"
---
>    SYSFS{dev}=="188:1"

So, the right rule is:

BUS=="usb", SYSFS{product}=="Handspring*",
SYSFS{dev}=="*:1", KERNEL=="ttyUSB[123456789]", SYMLINK+="pilot"

Leave a Comment

Your comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.