From michael at elehack.net Sat Jul 5 17:03:25 2008 From: michael at elehack.net (Michael Ekstrand) Date: Sat, 05 Jul 2008 16:03:25 -0500 Subject: Patch for SJ-22 support via libusb Message-ID: <8763rkhwma.fsf@jehiel.elehack.net> A non-text attachment was scrubbed... Name: pilot-link-clie.patch Type: text/x-patch Size: 402 bytes Desc: Patch to make Clie SJ devices use USB_INIT_SONY_CLIE Url : http://lists.pilot-link.org/pipermail/pilot-link-devel/attachments/20080705/9e59de0b/attachment.bin From david.a.desrosiers at gmail.com Sat Jul 5 17:08:48 2008 From: david.a.desrosiers at gmail.com (David A. Desrosiers) Date: Sat, 05 Jul 2008 17:08:48 -0400 Subject: Patch for SJ-22 support via libusb In-Reply-To: <8763rkhwma.fsf@jehiel.elehack.net> References: <8763rkhwma.fsf@jehiel.elehack.net> Message-ID: <1215292128.8727.9.camel@galaeus.gnu-designs.com> On Sat, 2008-07-05 at 16:03 -0500, Michael Ekstrand wrote: > At the suggestion of Kevin Page, I poked around in the pilot-link source > code and found that some of the Sony devices in known_devices in usb.c > had USB_INIT_SONY_CLIE in their flags. This patch was implemented close to 8 months ago in CVS: http://cvs.pilot-link.org/libpisock/usb.c?r1=1.54&r2=1.55 Glad you managed to get it solved! From pilot-link-devel-list at krp.org.uk Sat Jul 5 17:45:22 2008 From: pilot-link-devel-list at krp.org.uk (Kevin Page) Date: Sat, 05 Jul 2008 22:45:22 +0100 Subject: Patch for SJ-22 support via libusb In-Reply-To: <1215292128.8727.9.camel@galaeus.gnu-designs.com> References: <8763rkhwma.fsf@jehiel.elehack.net> <1215292128.8727.9.camel@galaeus.gnu-designs.com> Message-ID: <1215294322.3431.98.camel@localhost.localdomain> On Sat, 2008-07-05 at 17:08 -0400, David A. Desrosiers wrote: > On Sat, 2008-07-05 at 16:03 -0500, Michael Ekstrand wrote: > > At the suggestion of Kevin Page, I poked around in the pilot-link source > > code and found that some of the Sony devices in known_devices in usb.c > > had USB_INIT_SONY_CLIE in their flags. > > This patch was implemented close to 8 months ago in CVS: > http://cvs.pilot-link.org/libpisock/usb.c?r1=1.54&r2=1.55 That revision flags VID/PID 0x054c/0x009a with USB_INIT_SONY_CLIE. Michael's Clie (and patch) are 0x054c/0x0066 - which doesn't seem to have USB_INIT_SONY_CLIE in trunk? http://cvs.pilot-link.org/libpisock/usb.c?revision=1.56&view=markup cheers, kev.