From ca9f4ca809ed84443f6e719361d2bd4d540d3937 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Fri, 19 Sep 2008 10:12:23 +0000 Subject: [PATCH] - add clio patch (454178) - thanks Michael Ekstrand --- pilot-link-0.12.3-clio.patch | 12 ++++++++++++ pilot-link.spec | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 pilot-link-0.12.3-clio.patch diff --git a/pilot-link-0.12.3-clio.patch b/pilot-link-0.12.3-clio.patch new file mode 100644 index 0000000..6a4793f --- /dev/null +++ b/pilot-link-0.12.3-clio.patch @@ -0,0 +1,12 @@ +Index: pilot-link-0.12.3/libpisock/usb.c +=================================================================== +--- pilot-link-0.12.3.orig/libpisock/usb.c ++++ pilot-link-0.12.3/libpisock/usb.c +@@ -655,6 +655,7 @@ pi_usb_dev_t known_devices[] = { + .vendor = 0x054c, + .product = 0x0066, + .idstr = "Sony T, SJ series, and other Palm OS 4.0 devices", ++ .flags = USB_INIT_SONY_CLIE, + }, + + { diff --git a/pilot-link.spec b/pilot-link.spec index cd93cbf..8212c40 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -3,7 +3,7 @@ Name: pilot-link Version: 0.12.3 -Release: 14%{?dist} +Release: 15%{?dist} Epoch: 2 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL Group: Applications/Communications @@ -24,6 +24,7 @@ Patch6: pilot-link-0.12.2-open.patch Patch7: pilot-link-0.12.3-md5.patch Patch8: bluetooth-session-register.diff Patch9: pilot-link-0.12.2-Zire.patch +Patch10: pilot-link-0.12.3-clio.patch Requires(post): /sbin/ldconfig @@ -81,6 +82,7 @@ need to install pilot-link-devel. %patch7 -p1 -b .md5 %patch8 -p0 -b .bluetooth-sdp %patch9 -p1 -b .Zire +%patch10 -p1 -b .clio %build autoreconf -is @@ -179,6 +181,9 @@ rm -rf %{buildroot} %{_datadir}/aclocal/*.m4 %changelog +* Fri Sep 19 2008 Ivana Varekova - 2:0.12.3-15 +- add clio patch (454178) - thanks Michael Ekstrand + * Fri Jun 06 2008 Kevin Page - 2:0.12.3-14 - corrected documentation for visor module use