From cdf4b8884ce8e69e4ecdf9daa75f76b8acf2d4af Mon Sep 17 00:00:00 2001 From: alexlan Date: Mon, 7 Jan 2008 10:09:24 +0000 Subject: [PATCH] - Fixed README.fedora and use "ttyUSB%n" for 60-pilot.rules (#280251 comment #36) --- 60-pilot.rules | 2 +- README.fedora | 6 ++---- pilot-link.spec | 6 +++++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/60-pilot.rules b/60-pilot.rules index 291d0ce..de6c3e2 100644 --- a/60-pilot.rules +++ b/60-pilot.rules @@ -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" diff --git a/README.fedora b/README.fedora index a01bdad..42dfd9f 100644 --- a/README.fedora +++ b/README.fedora @@ -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 diff --git a/pilot-link.spec b/pilot-link.spec index 98ec782..ed5a63e 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -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 - 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 - 2:0.12.2-14 - Restart hal daemon if running and remove visor module if currently loaded (#280251)