Bug 1093

Summary: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API.
Product: buildroot Reporter: Mike <mac>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Upgrade to libusb v1.0.3 and introduce libusb-compat

Description Mike 2010-02-15 15:56:19 UTC
Created attachment 1099 [details]
Upgrade to libusb v1.0.3 and introduce libusb-compat

Upgrade libusb to v1.0.3.

Add new libusb-compat package for compatibility with old packages.

Switch to using AUTOTARGETS while we're at it.

I'm not certain that libusb-compat-0.1.3-pkgconfig.patch is essential
but it doesn't seem to do any harm.

Also update usb_modeswitch to depend on libusb-compat rather than
libusb.

Originally posted to mailing list at: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/19727
Comment 1 Thomas Petazzoni 2010-02-21 22:33:12 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 2 Thomas Petazzoni 2010-04-06 19:58:12 UTC
Should be handled by the merge of http://lists.busybox.net/pipermail/buildroot/2010-April/033242.html. Peter, could you please close this bug when the branch will be merged ? Thanks!

Thanks Mike for working on this patch. It seems that usb_modeswitch is available as a newer version (1.1.1), but this version only contains the variant of usb_modeswitch that relies on udev and tcl. Do you have any interest in this version ?
Comment 3 Mike 2010-04-06 20:09:13 UTC
(In reply to comment #2)
> Thanks Mike for working on this patch. It seems that usb_modeswitch is
> available as a newer version (1.1.1), but this version only contains the
> variant of usb_modeswitch that relies on udev and tcl. Do you have any interest
> in this version ?

I have no interest in usb_modeswitch at all. I just patched its makefile to make sure that it continued to compile after the rest of my changes were applied.