summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-02-06 19:50:01 +0800
committerPeter Korsgaard <peter@korsgaard.com>2014-02-11 13:44:16 +0100
commitde32f1e129fcdfbff56e916a52ee218b7fbd0d7e (patch)
tree2d1e0f67b10dda914969ed77f38f29ae0e94de52 /package
parent00e71ee64408c6c226f458e80d6e444e94009814 (diff)
downloadbuildroot-de32f1e129fcdfbff56e916a52ee218b7fbd0d7e.tar.gz
buildroot-de32f1e129fcdfbff56e916a52ee218b7fbd0d7e.zip
usb_modeswitch: bump to version 2.1.0
Version 2.1.0, 2014/01/28 ATTENTION: -I flag meaning reversed, default is to skip SCSI inquiry; introduction of StandardEject, replacing many MessageContents with the same function, reducing size of device config files, and always including the 'Allow Medium Removal' before ejecting (thanks to Lars Melin for the idea); fix in "bulk_read", removing bogus CSW request (report from "Sonya@zte") Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r--package/usb_modeswitch/usb_modeswitch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/usb_modeswitch/usb_modeswitch.mk b/package/usb_modeswitch/usb_modeswitch.mk
index 87afe9f865..5d3bacecbd 100644
--- a/package/usb_modeswitch/usb_modeswitch.mk
+++ b/package/usb_modeswitch/usb_modeswitch.mk
@@ -4,7 +4,7 @@
#
################################################################################
-USB_MODESWITCH_VERSION = 2.0.1
+USB_MODESWITCH_VERSION = 2.1.0
USB_MODESWITCH_SOURCE = usb-modeswitch-$(USB_MODESWITCH_VERSION).tar.bz2
USB_MODESWITCH_SITE = http://www.draisberghof.de/usb_modeswitch
USB_MODESWITCH_DEPENDENCIES = libusb
OpenPOWER on IntegriCloud