forked from pool/usb_modeswitch
Accepting request 453204 from home:enzokiel:branches:hardware
Update to version 2.5.0 OBS-URL: https://build.opensuse.org/request/show/453204 OBS-URL: https://build.opensuse.org/package/show/hardware/usb_modeswitch?expand=0&rev=74
This commit is contained in:
parent
128c91e74c
commit
a9925417fa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17dc32bf10df8e370f2369b5137d34dfd8f2347faaa51524c5f21c922f42e212
|
|
||||||
size 259433
|
|
3
usb-modeswitch-2.5.0.tar.bz2
Normal file
3
usb-modeswitch-2.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31c0be280d49a99ec3dc0be3325bef320d9c04b50714ef0ce1e36a614d687633
|
||||||
|
size 260225
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83f4a277c6e34b8537740ae16bf9275008f7bf3f326134e0f846656a61a756fe
|
|
||||||
size 31943
|
|
3
usb-modeswitch-data-20170120.tar.bz2
Normal file
3
usb-modeswitch-data-20170120.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:172df3dfb6e211914bbeca074d1c9c849a35bdaafa63e42b72b784bf2992b3ad
|
||||||
|
size 32439
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 28 22:39:32 UTC 2017 - joerg.lorenzen@ki.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 14:33:42 UTC 2016 - joerg.lorenzen@ki.tng.de
|
Fri Oct 28 14:33:42 UTC 2016 - joerg.lorenzen@ki.tng.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package usb_modeswitch
|
# spec file for package usb_modeswitch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%define source_name usb-modeswitch
|
%define source_name usb-modeswitch
|
||||||
%define date 20160803
|
%define date 20170120
|
||||||
%define _udevdir %(pkg-config --variable=udevdir udev)
|
%define _udevdir %(pkg-config --variable=udevdir udev)
|
||||||
Name: usb_modeswitch
|
Name: usb_modeswitch
|
||||||
Version: 2.4.0
|
Version: 2.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A mode switching tool for controlling multiple-device USB gear
|
Summary: A mode switching tool for controlling multiple-device USB gear
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user