Bug 985

Summary: Bump usb_modeswitch package to 1.1.0
Product: buildroot Reporter: Daniel Bristot <daniel>
Component: Outdated packageAssignee: Gustavo Zacarias <gustavo>
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-linux-uclibcgnueabi
Build:
Attachments: Bump usb_modeswitch package to 1.1.0
Bump usb_modeswitch to 1.1.2

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!