- Fixed README.fedora and use "ttyUSB%n" for 60-pilot.rules (#280251

comment #36)
This commit is contained in:
alexlan 2008-01-07 10:09:24 +00:00
parent 40763ee05f
commit cdf4b8884c
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring*",KERNEL=="ttyUSB[13579]", SYMLINK="pilot", GROUP="uucp", MODE="0660"
BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring*",KERNEL=="ttyUSB*",NAME="ttyUSB%n", SYMLINK="pilot", GROUP="uucp", MODE="0660"

View File

@ -1,4 +1,3 @@
Additional information for Fedora pilot-link users
==================================================
@ -27,7 +26,7 @@ Unfortunately this solution is inherently imperfect when used with udev
/etc/modprobe.d/blacklist-visor
2) Configure udev to detect the Palm and create /dev/pilot: copy
60-pilot.rules from /usr/share/doc/pilot-link/udev/ to /etc/udev/rules.d/
60-pilot.rules from /usr/share/pilot-link/udev/ to /etc/udev/rules.d/
3) Configure permissions so that a console user can access /dev/pilot:
copy 60-pilot.perms from /usr/share/pilot-link/udev/ to
@ -45,6 +44,5 @@ Older serial (non-USB) handhelds can be directly addressed by pilot link
on their serial port (e.g. /dev/ttyS0) or /dev/pilot can be symlinked to
the serial port.
Kevin R. Page, 20071211
Kevin R. Page, 2007-12-11

View File

@ -3,7 +3,7 @@
Name: pilot-link
Version: 0.12.2
Release: 14%{?dist}
Release: 15%{?dist}
Epoch: 2
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
Group: Applications/Communications
@ -196,6 +196,10 @@ rm -rf %{buildroot}
%{_datadir}/aclocal/*.m4
%changelog
* Mon Jan 7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-15
- Fixed README.fedora and use "ttyUSB%n" for 60-pilot.rules
(#280251 comment #36)
* Fri Jan 4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-14
- Restart hal daemon if running and remove visor module if currently
loaded (#280251)