rpms/pilot-link/F-9 pilot-link.spec, 1.78, 1.79 README.fedora, 1.2, 1.3 60-pilot.rules, 1.2, NONE

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Sun Jul 6 02:08:31 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/pilot-link/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5616

Modified Files:
	pilot-link.spec README.fedora 
Removed Files:
	60-pilot.rules 
Log Message:
Patch from  Kevin Page <krp[AT]fedoraproject org>:
- corrected documentation for visor module use
- removed 60-pilot.rules in preference to upstream's 60-libpisock.rules
  to match README.fedora



Index: pilot-link.spec
===================================================================
RCS file: /cvs/extras/rpms/pilot-link/F-9/pilot-link.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- pilot-link.spec	26 Mar 2008 12:25:47 -0000	1.78
+++ pilot-link.spec	6 Jul 2008 02:07:47 -0000	1.79
@@ -3,7 +3,7 @@
 
 Name: pilot-link
 Version: 0.12.3
-Release: 13%{?dist}
+Release: 14%{?dist}
 Epoch: 2
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
@@ -14,7 +14,6 @@
 Source3: blacklist-visor
 Source4: README.fedora
 Source5: 60-pilot.perms
-Source6: 60-pilot.rules
 
 ExcludeArch: s390 s390x
 #Patch1: pilot-link-0.11.0-perlmd5.patch  # May be still applied
@@ -151,7 +150,6 @@
 
 # install visor configs to share/udev
 install -p -m644 %{SOURCE5} %{buildroot}%{_datadir}/pilot-link/udev
-install -p -m644 %{SOURCE6} %{buildroot}%{_datadir}/pilot-link/udev
 
 %post -p /sbin/ldconfig
 
@@ -181,6 +179,9 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Fri Jun 06 2008 Kevin Page <krp[AT]fedoraproject org> - 2:0.12.3-14
+- corrected documentation for visor module use
+
 * Wed Mar 26 2008 Ivana Varekova <varekova at redhat.com> 2:0.12.3-13
 - remove HAL/PolicyKit staff (is in hal package now)
 


Index: README.fedora
===================================================================
RCS file: /cvs/extras/rpms/pilot-link/F-9/README.fedora,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.fedora	11 Jan 2008 09:45:55 -0000	1.2
+++ README.fedora	6 Jul 2008 02:07:47 -0000	1.3
@@ -39,19 +39,30 @@
 1) disable libusb: remove (or comment out the contents) of
 /etc/modprobe.d/blacklist-visor
 
-2) Configure udev to detect the Palm and create /dev/pilot: copy
-60-pilot.rules from /usr/share/pilot-link/udev/ to /etc/udev/rules.d/
+2) Configure udev to detect the Palm:
+2a) copy 60-libpisock.rules from /usr/share/pilot-link/udev/ to 
+/etc/udev/rules.d/
+2b) within 60-libpisock.rules change all instances of GROUP="dialout" to
+GROUP="uucp"
 
 3) Configure permissions so that a console user can access /dev/pilot:
 copy 60-pilot.perms from /usr/share/pilot-link/udev/ to
 /etc/security/console.perms.d/
 
-If your palm is not working you could try to change the symlink 
-created in 60-pilot.rules - change the tag KERNEL=="ttyUSB[13579]" to
-KERNEL=="ttyUSB[02468]".
+When you connect your Palm handheld, watch /var/log/messages - the visor
+module should create two ttyUSB devices. Depending on your handheld
+model you will need to use either the first or second of these as the
+--port argument with pilot-link based programs.
+
+Some users like the convenience of linking this device to /dev/pilot.
+To do this add SYMLINK="pilot" and one of either KERNEL=="ttyUSB[02468]"
+or KERNEL=="ttyUSB[13579]" to each line in 60-libpisock.rules, depending
+on whether you need to use the first or second visor ttyUSB device.
+N.B. This is inherently unreliable since another driver could create an
+odd number of ttyUSB devices before the /dev/pilot symlink is created.
 
-For a discussion of the inherent problems related to the Visor module,
-see:
+For further discussion of the inherent problems related to the Visor 
+module, see:
 https://bugzilla.redhat.com/show_bug.cgi?id=158809
 
 


--- 60-pilot.rules DELETED ---




More information about the fedora-extras-commits mailing list