rpms/pilot-link/F-8 60-pilot.rules, 1.4, 1.5 README.fedora, 1.3, 1.4 pilot-link.spec, 1.74, 1.75

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Thu Jan 10 13:48:00 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/pilot-link/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25895

Modified Files:
	60-pilot.rules README.fedora pilot-link.spec 
Log Message:
- remove visor modul remove from %post script
- Change README.fedora use "ttyUSB[13579]" in 60-pilot.rules



Index: 60-pilot.rules
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/F-8/60-pilot.rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 60-pilot.rules	7 Jan 2008 10:09:24 -0000	1.4
+++ 60-pilot.rules	10 Jan 2008 13:47:21 -0000	1.5
@@ -1 +1 @@
-BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring*",KERNEL=="ttyUSB*",NAME="ttyUSB%n", SYMLINK="pilot", GROUP="uucp", MODE="0660"
+BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring*",KERNEL=="ttyUSB[13579]", SYMLINK="pilot", GROUP="uucp", MODE="0660"


Index: README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/F-8/README.fedora,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.fedora	7 Jan 2008 23:46:36 -0000	1.3
+++ README.fedora	10 Jan 2008 13:47:21 -0000	1.4
@@ -15,8 +15,11 @@
 pilot-link libusb support is relatively new and may still be 
 incompatible with some handheld devices. If you experience such a
 problem you may want to try the older "visor module" USB method 
-described below. If possible please report device incompatibility to:
-https://bugzilla.redhat.com/show_bug.cgi?id=280251
+described below. A long discussion about this problem is at:
+https://bugzilla.redhat.com/show_bug.cgi?id=280251.
+
+If this discussion does not help you, please report a bug to:
+https://bugzilla.redhat.com/
 
 
 Visor module setup
@@ -26,6 +29,10 @@
 connection of newer Palm handhelds as a serial device, which is what
 older versions of pilot-link and dependent packages require to work.
 
+If kernel module 'visor' is activated then the HAL USB solution may not 
+work - so it may be necessary to remove it manually
+(use command /sbin/modprobe visor) or reboot the computer.
+
 Unfortunately this solution is inherently imperfect when used with udev
 (as Fedora does) - you may have to tweak your individual setup.
 
@@ -39,6 +46,10 @@
 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]".
+
 For a discussion of the inherent problems related to the Visor module,
 see:
 https://bugzilla.redhat.com/show_bug.cgi?id=158809


Index: pilot-link.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/F-8/pilot-link.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- pilot-link.spec	7 Jan 2008 23:46:36 -0000	1.74
+++ pilot-link.spec	10 Jan 2008 13:47:21 -0000	1.75
@@ -3,7 +3,7 @@
 
 Name: pilot-link
 Version: 0.12.2
-Release: 16%{?dist}
+Release: 17%{?dist}
 Epoch: 2
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
@@ -28,7 +28,7 @@
 Patch7: pilot-link-0.12.2-NR70V.patch
 Patch8: pilot-link-0.12.2-md5.patch
 
-Requires(post): /sbin/ldconfig, /sbin/service, /sbin/modprobe
+Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
 %if %{support_perl}
@@ -158,15 +158,9 @@
 install -p -m644 %{SOURCE5} %{buildroot}%{_datadir}/pilot-link/udev
 install -p -m644 %{SOURCE6} %{buildroot}%{_datadir}/pilot-link/udev
 
-%post 
-/sbin/ldconfig
-if [ $1 = 2 ]; then
-# only attempt to remove visor module on upgrade, not needed for fresh install
-   /sbin/modprobe -s -r visor > /dev/null 2>&1
-fi
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
@@ -195,6 +189,10 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Wed Jan  9 2008 Ivana Varekova <varekova at redhat.com> - 2:0.12.2-17
+- remove visor modul remove from %post script
+- Change README.fedora use "ttyUSB[13579]" in 60-pilot.rules
+
 * Mon Jan  7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-16
 - Don't restart haldaemon
 - Update README.fedora to mention replugging to enable new HAL




More information about the fedora-extras-commits mailing list