Bug 985 - Bump usb_modeswitch package to 1.1.0
Summary: Bump usb_modeswitch package to 1.1.0
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: Gustavo Zacarias
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 21:46 UTC by Daniel Bristot
Modified: 2010-05-04 19:48 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-linux-uclibcgnueabi
Build:


Attachments
Bump usb_modeswitch package to 1.1.0 (3.91 KB, patch)
2010-01-26 21:46 UTC, Daniel Bristot
Details
Bump usb_modeswitch to 1.1.2 (4.74 KB, patch)
2010-04-22 19:11 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bristot 2010-01-26 21:46:07 UTC
Created attachment 1003 [details]
Bump usb_modeswitch package to 1.1.0

Major fixes in the wrapper script (stabilizing and time-saving); back to unified installation, defaults to "integrated" approach; new -D parameter to enable "integrated" behaviour; bugs fixed in success check; man file included (borrowed from the Debian package); C code and binary works with the compat library from libusb-1.0; some new devices
Comment 1 Thomas Petazzoni 2010-02-21 22:33:11 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 2 Gustavo Zacarias 2010-04-22 19:11:10 UTC
Created attachment 1555 [details]
Bump usb_modeswitch to 1.1.2


This patch takes up to usb_modeswitch 1.1.2.

Udev support isn't included because the wrapper script is now tclsh which would pull in TCL as a dependency.

What would be needed for this is to enable the TCL package if UDEV=y in usb_modeswitch.mk/Config.in, install usb_modeswitch.conf (config file for the wrapper script in udev) and install the wrapper script in the udev directory (commented out by my makefile patch).
And also clean up that in the uninstall hook.

I personally don't use udev and just call usb_modeswitch with the expected VID/PID pairs so i've got no quick way of testing it.
Comment 3 Peter Korsgaard 2010-05-04 19:48:14 UTC
committed, thanks!