forked from pool/usb_modeswitch
Accepting request 359638 from home:enzokiel:branches:hardware
Update to version 2.3.0 OBS-URL: https://build.opensuse.org/request/show/359638 OBS-URL: https://build.opensuse.org/package/show/hardware/usb_modeswitch?expand=0&rev=69
This commit is contained in:
parent
19ca9ae91b
commit
b6fff5498a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee42be2fe26dde20c58f54bf678fb136d2706250e4aa74f06fc97268a46e90f
|
||||
size 263395
|
3
usb-modeswitch-2.3.0.tar.bz2
Normal file
3
usb-modeswitch-2.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f93e940c2eb0c585a5d2210177338e68a9b24f409e351e4a854132453246b894
|
||||
size 263141
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:584d362bc0060c02016edaac7b05ebd6558d5dcbdf14f1ae6d0ec9630265a982
|
||||
size 30350
|
3
usb-modeswitch-data-20160112.tar.bz2
Normal file
3
usb-modeswitch-data-20160112.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d679a44a48b1d1f243fea6b4d2bd54e0e08010ff579dd81eaf698954c0c6dfa7
|
||||
size 31166
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 15:03:17 UTC 2016 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
- Update to version 2.3.0
|
||||
* ATTENTION: -I flag is now history and being ignored - determining
|
||||
SCSI attributes is really an 'outside task'.
|
||||
* -n flag (NeedResponse) is being ignored, CSW response will now
|
||||
always be read.
|
||||
* Introduction of parameter "OptionMode", wrapping the standard
|
||||
bulk message for all newer Huawei devices.
|
||||
* Fixed missing variable initialization in dispatcher script which
|
||||
could lead to crash (thanks, Dmitry Kunilov!).
|
||||
* Fixed bug which prevented early logging.
|
||||
* Fixed success report for Cisco AM10.
|
||||
* Some source code formatting and clean-up.
|
||||
- Removed fix for bnc#899013, fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 14:03:47 UTC 2015 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package usb_modeswitch
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
%define source_name usb-modeswitch
|
||||
%define date 20151101
|
||||
%define date 20160112
|
||||
%define _udevdir %(pkg-config --variable=udevdir udev)
|
||||
Name: usb_modeswitch
|
||||
Version: 2.2.6
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: A mode switching tool for controlling multiple-device USB gear
|
||||
License: GPL-2.0+
|
||||
@ -69,28 +69,6 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} UDEVDIR=%{buildroot}%{_udevdir
|
||||
cd %{source_name}-data-%{date}
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags} RULESDIR=%{buildroot}%{_udevdir}/rules.d
|
||||
|
||||
### TO REMOVE ONCE IN UPSTREAM DATA PACKAGE, FIX BNC 899013 ###
|
||||
|
||||
cat > %{buildroot}/%{_datadir}/usb_modeswitch/12d1:1583 <<EOF
|
||||
# Vodafone W5101
|
||||
|
||||
TargetVendor=0x12d1
|
||||
TargetProduct=0x1589
|
||||
|
||||
MessageContent="55534243123456780000000000000011062000000101000100000000000000"
|
||||
EOF
|
||||
|
||||
cat > %{buildroot}/%{_datadir}/usb_modeswitch/12d1:1582 <<EOF
|
||||
# Vodafone R215
|
||||
|
||||
TargetVendor=0x12d1
|
||||
TargetProduct=0x1588
|
||||
|
||||
MessageContent="55534243123456780000000000000011062000000101000100000000000000"
|
||||
EOF
|
||||
|
||||
### END SECTION TO REMOVE ###
|
||||
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user