summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch')
-rw-r--r--openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch
deleted file mode 100644
index 9fe3bd06d3..0000000000
--- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch
+++ /dev/null
@@ -1,40 +0,0 @@
1
2Patch was sent upstream to Marcel Holtmann <marcel@holtmann.org>
3
4Response:
5
6Hi Marcin,
7
8> I use Socket Bluetooth CompactFlash card in my Zaurus. Some time ago we
9> switched to 2.6.12-rcX-mmY so we get PCMCIA hotplug support. On my device
10> I also switched from pcmcia-cs 3.2.8 to pcmciautils 003 (will check 005
11> later).
12>
13> With my config I lost automatic module loading after BT card insert so I
14> looked into kernel driver and added infos about my card. Patch attached.
15
16there are some pending patches from Dominic that I want to see merged
17mainline first, before I am going to submit patches for the Bluetooth
18PCMCIA drivers.
19
20> BTW - any plans on adding suspend/resume support into this driver? Now I
21> have to eject/insert card after resume and restart bluez-utils to get it
22> working.
23
24Maybe with the new PCMCIA subsystem this will be possible. Feel free to
25send in patches.
26
27Regards
28
29Marcel
30
31--- linux-2.6.12/drivers/bluetooth/dtl1_cs.c.orig 2005-07-05 11:19:50.000000000 +0200
32+++ linux-2.6.12/drivers/bluetooth/dtl1_cs.c 2005-07-05 11:19:51.000000000 +0200
33@@ -810,6 +810,7 @@
34 static struct pcmcia_device_id dtl1_ids[] = {
35 PCMCIA_DEVICE_PROD_ID12("Nokia Mobile Phones", "DTL-1", 0xe1bfdd64, 0xe168480d),
36 PCMCIA_DEVICE_PROD_ID12("Socket", "CF", 0xb38bcc2e, 0x44ebf863),
37+ PCMCIA_DEVICE_PROD_ID12("Socket", "CF+ Personal Network Card", 0xb38bcc2e, 0xe732bae3),
38 PCMCIA_DEVICE_NULL
39 };
40 MODULE_DEVICE_TABLE(pcmcia, dtl1_ids);