rpms/bluez/F-11 bluez-socket-mobile-cf-connection-kit.patch, NONE, 1.1 bluez.spec, 1.61, 1.62

Bastien Nocera hadess at fedoraproject.org
Tue May 5 14:18:40 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/bluez/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7633

Modified Files:
	bluez.spec 
Added Files:
	bluez-socket-mobile-cf-connection-kit.patch 
Log Message:
* Tue May 05 2009 Bastien Nocera <bnocera at redhat.com> 4.38-1
- Add patch to activate the Socket Mobile CF kit (#498756)

bluez-socket-mobile-cf-connection-kit.patch:

--- NEW FILE bluez-socket-mobile-cf-connection-kit.patch ---
diff --git a/scripts/bluetooth.rules b/scripts/bluetooth.rules
index 072335f..f6284ff 100644
--- a/scripts/bluetooth.rules
+++ b/scripts/bluetooth.rules
@@ -33,3 +33,7 @@ SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="PCMCIA", ATTRS{prod_id
 
 # CC&C BT0100M
 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Bluetooth BT0100M", ENV{HCIOPTS}="bcsp 115200", RUN+="bluetooth_serial"
+
+# SocketMobile CF Connection Kit
+SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Socket", ATTRS{prod_id2}=="CF+ Personal Network Card Rev 2.5", ENV{HCIOPTS}="socket", RUN+="bluetooth_serial"
+


Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/F-11/bluez.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- bluez.spec	23 Apr 2009 13:01:47 -0000	1.61
+++ bluez.spec	5 May 2009 14:18:09 -0000	1.62
@@ -1,6 +1,6 @@
 Summary: Bluetooth utilities
 Name: bluez
-Version: 4.37
+Version: 4.38
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -14,6 +14,8 @@ Patch1: bluez-utils-oui-usage.patch
 Patch2: bluez-try-utf8-harder.patch
 # http://thread.gmane.org/gmane.linux.bluez.kernel/1754
 Patch3: bluez-activate-wacom-mode2.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=498756
+Patch4: bluez-socket-mobile-cf-connection-kit.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://www.bluez.org/
@@ -102,6 +104,7 @@ use in Bluetooth applications.
 %patch1 -p0 -b .oui
 %patch2 -p1 -b .non-utf8-name
 %patch3 -p1 -b .wacom
+%patch4 -p1 -b .socket-mobile
 
 %build
 %configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund
@@ -195,6 +198,9 @@ fi
 %{_sysconfdir}/alsa/bluetooth.conf
 
 %changelog
+* Tue May 05 2009 Bastien Nocera <bnocera at redhat.com> 4.38-1
+- Add patch to activate the Socket Mobile CF kit (#498756)
+
 * Thu Apr 23 2009 - Bastien Nocera <bnocera at redhat.com> - 4.37-1
 - Update to 4.37
 




More information about the scm-commits mailing list