summaryrefslogtreecommitdiffstats
path: root/bluetooth-device-ids-for-ath3k-on-pegatron-lucid-tablets.patch
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-05-24 10:50:43 -0400
committerKyle McMartin <kyle@redhat.com>2011-05-24 11:11:50 -0400
commit1d83b4aadec90a31b6ee05214e77b2d93680eda0 (patch)
treea36928bb572bc0dee98ed4d10e8ae85ae3c7c359 /bluetooth-device-ids-for-ath3k-on-pegatron-lucid-tablets.patch
parented7f8ddc67aa800aa331a5e37177e05d876019bb (diff)
downloadkernel-1d83b4aadec90a31b6ee05214e77b2d93680eda0.tar.gz
kernel-1d83b4aadec90a31b6ee05214e77b2d93680eda0.tar.xz
kernel-1d83b4aadec90a31b6ee05214e77b2d93680eda0.zip
backport some low-impact enablement for the pegatron tablets
Diffstat (limited to 'bluetooth-device-ids-for-ath3k-on-pegatron-lucid-tablets.patch')
-rw-r--r--bluetooth-device-ids-for-ath3k-on-pegatron-lucid-tablets.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/bluetooth-device-ids-for-ath3k-on-pegatron-lucid-tablets.patch b/bluetooth-device-ids-for-ath3k-on-pegatron-lucid-tablets.patch
new file mode 100644
index 000000000..767105587
--- /dev/null
+++ b/bluetooth-device-ids-for-ath3k-on-pegatron-lucid-tablets.patch
@@ -0,0 +1,37 @@
+From: Andy Ross <andy.ross@windriver.com>
+Date: Mon, 9 May 2011 23:11:16 +0000 (-0700)
+Subject: Bluetooth: Device ids for ath3k on Pegatron Lucid tablets
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fpadovan%2Fbluetooth-next-2.6.git;a=commitdiff_plain;h=2a7bccccdb9604a717c2128a931f022267d35629
+
+Bluetooth: Device ids for ath3k on Pegatron Lucid tablets
+
+New ath3k device IDs used on the Pegatron Lucid (ExoPC and WeTab) units.
+
+Signed-off-by: Andy Ross <andy.ross@windriver.com>
+Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
+---
+
+diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
+index 695d441..6bacef3 100644
+--- a/drivers/bluetooth/ath3k.c
++++ b/drivers/bluetooth/ath3k.c
+@@ -62,6 +62,7 @@ static struct usb_device_id ath3k_table[] = {
+
+ /* Atheros AR3011 with sflash firmware*/
+ { USB_DEVICE(0x0CF3, 0x3002) },
++ { USB_DEVICE(0x13d3, 0x3304) },
+
+ /* Atheros AR9285 Malbec with sflash firmware */
+ { USB_DEVICE(0x03F0, 0x311D) },
+diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
+index 762a510..c2de895 100644
+--- a/drivers/bluetooth/btusb.c
++++ b/drivers/bluetooth/btusb.c
+@@ -104,6 +104,7 @@ static struct usb_device_id blacklist_table[] = {
+
+ /* Atheros 3011 with sflash firmware */
+ { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
++ { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
+
+ /* Atheros AR9285 Malbec with sflash firmware */
+ { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },