Bug 1093 - [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.
Summary: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compat...
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 15:56 UTC by Mike
Modified: 2010-04-09 14:41 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Upgrade to libusb v1.0.3 and introduce libusb-compat (8.49 KB, patch)
2010-02-15 15:56 UTC, Mike
Details

Note You need to log in before you can comment on or make changes to this bug.
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.