- Add patch to activate the Socket Mobile CF kit (#498756)
This commit is contained in:
parent
690a2006c0
commit
4d7d9d55ac
12
bluez-socket-mobile-cf-connection-kit.patch
Normal file
12
bluez-socket-mobile-cf-connection-kit.patch
Normal file
@ -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"
|
||||
+
|
@ -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 <bnocera@redhat.com> 4.38-2
|
||||
- Add patch to activate the Socket Mobile CF kit (#498756)
|
||||
|
||||
* Mon May 04 2009 Bastien Nocera <bnocera@redhat.com> 4.38-1
|
||||
- Update to 4.38
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user