16acc96f47
- Add numerous upstream and downstream patches (#892929)
26 lines
981 B
Diff
26 lines
981 B
Diff
From 9c6f914530c3873e88b55e3f7c18ce2b8b533e20 Mon Sep 17 00:00:00 2001
|
|
From: Bastien Nocera <hadess@hadess.net>
|
|
Date: Thu, 10 Jan 2013 09:14:33 +0100
|
|
Subject: [PATCH] Activate the Socket Mobile CF kit
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
|
---
|
|
scripts/bluetooth-serial.rules | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/scripts/bluetooth-serial.rules b/scripts/bluetooth-serial.rules
|
|
index 072335f..f6284ff 100644
|
|
--- a/scripts/bluetooth-serial.rules
|
|
+++ b/scripts/bluetooth-serial.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.8.0.1
|
|
|