forwarded 544329 http://bugs.pilot-link.org/2000 thanks
On Sun, Aug 30, 2009 at 07:50:43PM +0200, Olivier Berger wrote: > > Tracked this upstream in http://bugs.pilot-link.org/2000 (nice number). > > I'm testing a fixed package at the moment and will provide a patch ASAP > As expected, reintroducing 10_clie_sj22.patch fixed the problem on a custom-packaged libpisock9. See attached patch. -- Olivier BERGER (OpenPGP: 1024D/B4C5F37F) http://www.olivierberger.com/weblog/
diff -u pilot-link-0.12.4/debian/changelog pilot-link-0.12.4/debian/changelog --- pilot-link-0.12.4/debian/changelog +++ pilot-link-0.12.4/debian/changelog @@ -1,3 +1,9 @@ +pilot-link (0.12.4-4) unstable; urgency=low + + * Fix for good the 10_clie_sj22.patch tha upstream forgot to apply. + + -- olivier <[email protected]> Sun, 30 Aug 2009 19:42:02 +0200 + pilot-link (0.12.4-3) unstable; urgency=low * debian/patches/31_pilot-addresses.1: remove reference to addresses(1) diff -u pilot-link-0.12.4/debian/patches/series pilot-link-0.12.4/debian/patches/series --- pilot-link-0.12.4/debian/patches/series +++ pilot-link-0.12.4/debian/patches/series @@ -1,2 +1,4 @@ +10_clie_sj22.patch 31_pilot-addresses.1 30_3_arg_open + only in patch2: unchanged: --- pilot-link-0.12.4.orig/debian/patches/10_clie_sj22.patch +++ pilot-link-0.12.4/debian/patches/10_clie_sj22.patch @@ -0,0 +1,10 @@ +--- a/libpisock/usb.c ++++ b/libpisock/usb.c +@@ -655,6 +655,7 @@ + .vendor = 0x054c, + .product = 0x0066, + .idstr = "Sony T, SJ series, and other Palm OS 4.0 devices", ++ .flags = USB_INIT_SONY_CLIE, + }, + + {

