From 4d7d9d55acc0347ca06d733e7bfc783a47178eac Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: May 05 2009 13:53:20 +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 2c11412..e13da8d 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Summary: Bluetooth utilities Name: bluez Version: 4.38 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz @@ -19,6 +19,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/ @@ -116,6 +118,7 @@ This includes hidd, dund and pand. %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 @@ -251,6 +254,9 @@ fi %config(noreplace) %{_sysconfdir}/sysconfig/pand %changelog +* Tue May 05 2009 Bastien Nocera 4.38-2 +- Add patch to activate the Socket Mobile CF kit (#498756) + * Mon May 04 2009 Bastien Nocera 4.38-1 - Update to 4.38