<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
It worked... Thank you !!<br>
<br>
<br>
<br>
Richard S. Crawford wrote:
<blockquote cite="mid200501052128.07844.rscrawford@mossroot.com"
 type="cite">
  <pre wrap="">On Wednesday 05 January 2005 21:03, Kevin Kempter wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have a new Handspring Treo and I'm running FC3. The device
/dev/ttyUSB1 only appears when the unit is trying to sync and it appears
new each time with only user readable perms (600 ?) . So the only way to
sync is to change perms to 666 on /dev/ttyUSB1 each time I sync while
the device is there.

Any way to make the device permanent?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Kevin,

Try creating a file called /etc/udev/rules.d/10-visor.rules with this content:

BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*", SYMLINK="pilot"

Seemed to do the trick for me.  If it doesn't work, you can also try adding a 
file called /etc/udev/permissions.d/10-visor.permissions with this content:

ttyUSB1:$local:uucp:0660

For more info, look at this site:

<a class="moz-txt-link-freetext" href="http://www.clasohm.com/blog/one-entry?entry_id=12096">http://www.clasohm.com/blog/one-entry?entry_id=12096</a>

which is where I found the solution that worked for me.

Hope that helps.

  </pre>
</blockquote>
</body>
</html>