SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for usb_modeswitch-2.6.1-3.1.x86_64.rpm :

* Tue Feb 20 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Fri Nov 26 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_usb_modeswitchAATT.service.patch
* Thu Sep 17 2020 Dirk Mueller - update to 2.6.1: Wrapper now handles devices with non-continuous interface numbering: www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2&t=2915&p=19605 (thanks to Jakub Vaněk); catch error with retrieving the active confi- guration, exit gracefully- use https for downloads, spec-cleaner run
* Mon Dec 23 2019 enzokielAATTkabelmail.de- Update to version 2.6.0
* Removed included libjim source alltogether
* Rewrote parts of the dispatcher script to make location of global config file into a parameter: --config-file, so it can be customised now
* Replaced tcl helper file for jim embedding with a sh script, dropping the install dependency on a tcl interpreter (Attention maintainers!)
* Changed Makefile to prevent parallel build issues as reported here: http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2&t=2829, make targets have changed names (Attention maintainers!)- Update usb-modeswitch-data package to version 20191128
* Slight change of the \'skipping\' rules to avoid unnecessary checks (thanks to Florian Zumbiehl)
* Added devices: [03f0:0857] HP lt4220, [05c6:1000:uMa=Qualcomm] Venus Fast2, [0bda:1a2b] D-Link DWA-171 Wifi Dongle, [0e8d:2870] COMFAST CF-WU782AC WiFi Dongle, [12d1:15ee] Vodafone/Huawei K5160, [12d1:1f0a] Vodafone/Huawei R218h (lkly compat. to E5573cs), [1410:9030] Novatel USB730L, [1410:b00c] Novatel MiFi 6620L, [15eb:a403] Abit AK-020, [161c:f010] KuWfi 4g LTE, [19d2:1421] ZTE MF833V / Telewell TW-LTE v2, [1c9e:3003] 4G System XS W21s, [1c9e:f030] JioFi JMR1040, [2001:ac01] D-Link DWM-222 A2, [2020:2030] Telewell TW-LTE / Olicard 600 / Digisol BG-BA4305, [2357:0601] TP-Link UE300, [2fd4:9aff] 4G Systems W1208, [413c:81a2] Dell DW5806, [413c:81a3] Dell DW5570, [413c:81a4] Dell DW5570e, [413c:81a8] Dell DW5808, [413c:81b1] Dell DW5809e, [413c:81b3] Dell DW5809e, [413c:81d7] Dell DW5821e, [413c:81e0] Dell DW5821e-eSIM
* Corrected/amended configs: [057c:62ff] AVM Fritz!Wlan USB Sticks (added target 8602), [1199:0fff] Sierra devices (3 erroneous target IDs removed)- Fixed usb_modeswitch-fix_fsf_address.patch
* Wed Jun 12 2019 Dominique Leuenberger - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini
* Sun Apr 15 2018 enzokielAATTkabelmail.de- Update to version 2.5.2
* Bugfix release: fixed additional MessageContent parameters not working, reported by Frank Schmirler (see http://draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=18369).
* Fixed \"early crash\" when killed before libusb context initialization (see https://bugzilla.redhat.com/show_bug.cgi?id=1358472), reported by Lubomir Rinteln.
* Fixed bad string reference, reported by Lubomir Rintel, (see http://draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=18238).
* Fixed detection of systemd if /sbin/init is a cascaded symlink (see http://draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=18218).
* Fixed quirk in help message from usb_modeswitch binary.
* Tue Aug 22 2017 joerg.lorenzenAATTki.tng.de- Update to version 2.5.1
* New parameter \"HuaweiAltMode\", uses an alternative Huawei standard bulk message which will either provide NCM (newer modems) or plain PPP ports (older modems).
* New option in the global configuration file \"HuaweiAltModeGlobal\", allowing easy override of \"HuwaeiNewMode\" with \"HuaweiAltMode\".
* Reworked USB configuration switching, configuring a device reset first before setting the target configuration.
* Improved driver detachment, now taking all configured interfaces into account.- Update usb-modeswitch-data package to version 20170806
* Added devices: [03f0:371d] HP un2430, [03f0:4b1d] HP hs2434, [03f0:4e1d] HP lt4111, [03f0:a31d] HP lt4132, [0846:0fff] Netgear AirCard 779S, [12d1:15ec] Vodafone/Huawei K5150.
* Corrected/amended configs: [0922:1003] Dymo LabelManager 420P, [0922:1007] Dymo LabelManager Wireless PnP, [1199:0fff] Sierra devices.
* Removed configs: [1004:61aa] LG VL600.- Updated file device_reference.txt.- Added file parameter_reference.txt
* Fri Feb 24 2017 joerg.lorenzenAATTki.tng.de- Update usb-modeswitch-data package to version 20170205
* Bugfix release: Removed all catch-all fallback config files as they can affect unrelated devices - fixes (rh#1374913).
* Sat Jan 28 2017 joerg.lorenzenAATTki.tng.de- Update to version 2.5.0
* ATTENTION: Parameter transmitted from udev now reduced to %k (kernel name), however, rules file parameters can be \'%b/%k\' or \'%k\' - this fixes issues with parameter handling by the systemd unit file.
* Remove endpoint reset ahead of bulk message transmission, only reset if endpoints are actually stalled, helping with quirky device behaviour (see www.draisberghof.de/usb_modeswitch/bb/ viewtopic.php?f=2&t=2582 ).
* Stability fix by making a buffer in the config parser static, preventing problems seen in Fedora (thanks to Lubomir Rintel for patches and hints regarding the three previous issues).
* Removed premature driver unbinding in wrapper which could disrupt certain devices already in target mode (reported by Aleksander Morgado).
* Improved check for determining install mode (essential with generic config files present, e.g. 12d1:#linux).- Update usb-modeswitch-data package to version 20170120.
* Fri Oct 28 2016 joerg.lorenzenAATTki.tng.de- Update usb-modeswitch-data package to version 20160803.- Added systemd as BuildRequires and fixed install of service file.
 
ICM