OBS User unknown 2008-12-15 13:49:48 +00:00 committed by Git OBS Bridge
parent 970274c03e
commit e2b643a730
3 changed files with 23 additions and 1 deletions

11
cowon-iaudio7-fix.patch Normal file
View File

@ -0,0 +1,11 @@
--- src/music-players.h
+++ src/music-players.h
@@ -576,7 +576,7 @@
// Reported by Patrik Johansson <Patrik.Johansson@qivalue.com>
{ "Cowon", 0x0e21, "iAudio U3 (MTP mode)", 0x0701, DEVICE_FLAG_NONE },
// Reported by Roberth Karman
- { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751, DEVICE_FLAG_NONE },
+ { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751, DEVICE_FLAG_UNLOAD_DRIVER },
// Reported by an anonymous SourceForge user
{ "Cowon", 0x0e21, "iAudio U5 (MTP mode)", 0x0761, DEVICE_FLAG_NONE },
// Reported by TJ Something <tjbk_tjb@users.sourceforge.net>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 15 11:54:26 CET 2008 - meissner@suse.de
- detach the Cowon iAudio 7 from usb-storage on start to make it work
bnc#457931
-------------------------------------------------------------------
Fri Nov 7 23:52:13 CET 2008 - meissner@suse.de

View File

@ -31,8 +31,9 @@ Group: Productivity/Multimedia/Sound/Players
AutoReqProv: on
Summary: Commandline utilities for access to MTP Players
Version: 0.3.4
Release: 1
Release: 2
Source0: %name-%version.tar.bz2
Patch0: cowon-iaudio7-fix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -126,6 +127,7 @@ Authors:
%prep
%setup -q
%patch0 -p0
%build
%configure --program-prefix=mtp- --disable-static
@ -164,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_prefix}/include/libmtp.h
%changelog
* Mon Dec 15 2008 meissner@suse.de
- detach the Cowon iAudio 7 from usb-storage on start to make it work
bnc#457931
* Fri Nov 07 2008 meissner@suse.de
- upgraded to 0.3.4
* Check propdesc before setting props in create_new_abstract_list() (Richard)