Blame SOURCES/0001-Activate-the-Socket-Mobile-CF-kit.patch
|
|
19062e |
From 9c6f914530c3873e88b55e3f7c18ce2b8b533e20 Mon Sep 17 00:00:00 2001
|
|
|
19062e |
From: Bastien Nocera <hadess@hadess.net>
|
|
|
19062e |
Date: Thu, 10 Jan 2013 09:14:33 +0100
|
|
|
19062e |
Subject: [PATCH] Activate the Socket Mobile CF kit
|
|
|
19062e |
|
|
|
19062e |
https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
|
|
19062e |
---
|
|
|
19062e |
scripts/bluetooth-serial.rules | 4 ++++
|
|
|
19062e |
1 file changed, 4 insertions(+)
|
|
|
19062e |
|
|
|
19062e |
diff --git a/scripts/bluetooth-serial.rules b/scripts/bluetooth-serial.rules
|
|
|
19062e |
index 072335f..f6284ff 100644
|
|
|
19062e |
--- a/scripts/bluetooth-serial.rules
|
|
|
19062e |
+++ b/scripts/bluetooth-serial.rules
|
|
|
19062e |
@@ -33,3 +33,7 @@ SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="PCMCIA", ATTRS{prod_id
|
|
|
19062e |
|
|
|
19062e |
# CC&C BT0100M
|
|
|
19062e |
SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Bluetooth BT0100M", ENV{HCIOPTS}="bcsp 115200", RUN+="bluetooth_serial"
|
|
|
19062e |
+
|
|
|
19062e |
+# SocketMobile CF Connection Kit
|
|
|
19062e |
+SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Socket", ATTRS{prod_id2}=="CF+ Personal Network Card Rev 2.5", ENV{HCIOPTS}="socket", RUN+="bluetooth_serial"
|
|
|
19062e |
+
|
|
|
19062e |
--
|
|
|
19062e |
1.8.0.1
|
|
|
19062e |
|