summaryrefslogtreecommitdiff
path: root/openembedded/packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-10-27 22:06:23 +0000
committerRichard Purdie <richard@openedhand.com>2005-10-27 22:06:23 +0000
commit9ad36d44f008862cefa1a19f4f5690cf9706effe (patch)
treede08dd20de7ba68e4ddbcd3eb1f0ca7fd23bbbe3 /openembedded/packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch
parentc204a1dd763e530b10daf6327b18752a9d68fbdf (diff)
downloadopenembedded-core-9ad36d44f008862cefa1a19f4f5690cf9706effe.tar.gz
openembedded-core-9ad36d44f008862cefa1a19f4f5690cf9706effe.tar.bz2
openembedded-core-9ad36d44f008862cefa1a19f4f5690cf9706effe.tar.xz
openembedded-core-9ad36d44f008862cefa1a19f4f5690cf9706effe.zip
linux-oz-2.6: Update to OE's dev kernel with akita updates
git-svn-id: https://svn.o-hand.com/repos/poky@146 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch')
-rw-r--r--openembedded/packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch
new file mode 100644
index 000000000..9fe3bd06d
--- /dev/null
+++ b/openembedded/packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch
@@ -0,0 +1,40 @@
+
+Patch was sent upstream to Marcel Holtmann <marcel@holtmann.org>
+
+Response:
+
+Hi Marcin,
+
+> I use Socket Bluetooth CompactFlash card in my Zaurus. Some time ago we
+> switched to 2.6.12-rcX-mmY so we get PCMCIA hotplug support. On my device
+> I also switched from pcmcia-cs 3.2.8 to pcmciautils 003 (will check 005
+> later).
+>
+> With my config I lost automatic module loading after BT card insert so I
+> looked into kernel driver and added infos about my card. Patch attached.
+
+there are some pending patches from Dominic that I want to see merged
+mainline first, before I am going to submit patches for the Bluetooth
+PCMCIA drivers.
+
+> BTW - any plans on adding suspend/resume support into this driver? Now I
+> have to eject/insert card after resume and restart bluez-utils to get it
+> working.
+
+Maybe with the new PCMCIA subsystem this will be possible. Feel free to
+send in patches.
+
+Regards
+
+Marcel
+
+--- linux-2.6.12/drivers/bluetooth/dtl1_cs.c.orig 2005-07-05 11:19:50.000000000 +0200
++++ linux-2.6.12/drivers/bluetooth/dtl1_cs.c 2005-07-05 11:19:51.000000000 +0200
+@@ -810,6 +810,7 @@
+ static struct pcmcia_device_id dtl1_ids[] = {
+ PCMCIA_DEVICE_PROD_ID12("Nokia Mobile Phones", "DTL-1", 0xe1bfdd64, 0xe168480d),
+ PCMCIA_DEVICE_PROD_ID12("Socket", "CF", 0xb38bcc2e, 0x44ebf863),
++ PCMCIA_DEVICE_PROD_ID12("Socket", "CF+ Personal Network Card", 0xb38bcc2e, 0xe732bae3),
+ PCMCIA_DEVICE_NULL
+ };
+ MODULE_DEVICE_TABLE(pcmcia, dtl1_ids);