summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-18fooHEADmasterBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18fooBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18fooBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18fooBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18fooBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18fooBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18fooBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18support PantechModeBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18support Quanta and Blackberry modesBjørn Mork
Quanta mode was introduced in usb_modeswitch 1.2.6 and Blackberry mode in usb_modeswitch 1.2.7 Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-12-18fix support for Option modemsBjørn Mork
USB_ModeSwitch version 2.3.0 introduced "OptionMode". Signed-off-by: Bjørn Mork <bjorn@mork.no>
2017-05-24convert-modeswitch.pl: fix message indicesFelix Fietkau
Avoid treating index 0 the same way as not defined. Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-11-21Extend StandardEject sequence to include LUN 1Benjamin Berg
this is for eject handling of dongles based on Mediatek's cellular baseband processors which has a TF/SD card reader on LUN 0 of the USB storage interface and the virtual cd-rom (which we want to eject) on LUN 1. The previous StandardEject sequence did only work for LUN 0, the new sequence will work for both LUN's. Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net> Signed-off-by: René van Weert <r.vanweert@sowifi.com> Reviewed-by: Lars Melin <larsm17@gmail.com>
2016-07-19cmake: Search for libjson-cFlorian Fainelli
Since we use libblobmsg_json which uses libjson-c internally, make sure we find this library. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-07-19cmake: Find libubox/blobmsg_json.hFlorian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubox/blobmsg_json.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-07-19add TargetClass supportFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-08-24add a mbim eject handlerJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-07-17recognize the HuaeiNewMode and StandardEject optionsJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-08-20fix data type of the "response" field (https://dev.openwrt.org/ticket/14062)Felix Fietkau
2013-05-31add support for remaining device modesFelix Fietkau
2013-05-31add config/altsetting switchingFelix Fietkau
2013-05-30implement generic switchingFelix Fietkau
2013-05-30store message lengthsFelix Fietkau
2013-05-30find endpoint addressesFelix Fietkau
2013-05-30detach the kernel driver before mode switchFelix Fietkau
2013-05-30allow the device data to override the interfaceFelix Fietkau
2013-05-30add code for getting the primary interfaceFelix Fietkau
2013-05-30use an array for messagesFelix Fietkau
2013-05-30add code for converting messagesFelix Fietkau
2013-05-30move some code to a separate source fileFelix Fietkau
2013-05-29add infrastructure for switching modesFelix Fietkau
2013-05-29add device listing/matching functionalityFelix Fietkau
2013-05-29add usb_modeswitch.d converterFelix Fietkau
2013-05-26initial dummyFelix Fietkau