From 57244691b4e4d80c8023013e19383dd5b716433b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: May 05 2009 14:18:09 +0000 Subject: - Add patch to activate the Socket Mobile CF kit (#498756) --- diff --git a/bluez-socket-mobile-cf-connection-kit.patch b/bluez-socket-mobile-cf-connection-kit.patch new file mode 100644 index 0000000..8893a03 --- /dev/null +++ b/bluez-socket-mobile-cf-connection-kit.patch @@ -0,0 +1,12 @@ +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" ++ diff --git a/bluez.spec b/bluez.spec index fcec834..c1b1f9b 100644 --- a/bluez.spec +++ b/bluez.spec @@ -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 4.38-1 +- Add patch to activate the Socket Mobile CF kit (#498756) + * Thu Apr 23 2009 - Bastien Nocera - 4.37-1 - Update to 4.37