[PATCH] please add VID/PID to ath3k (AR3012)
From: Yevgeniy Melnichuk <hidden>
Date: 2012-07-31 15:53:30
hi, the VID/PID in the patch belong to a Sony Vaio T-Series. thx diff -c2 drivers/bluetooth/ath3k.c drivers/bluetooth-patched/ath3k.c *** drivers/bluetooth/ath3k.c 2012-07-31 16:09:41.274043862 +0200
--- drivers/bluetooth-patched/ath3k.c 2012-07-31 16:23:59.390051062 +0200*************** *** 80,83 ****
--- 80,84 ----
{ USB_DEVICE(0x0CF3, 0xE004) },
{ USB_DEVICE(0x0930, 0x0219) },
+ { USB_DEVICE(0x0489, 0xe036) },
/* Atheros AR5BBU12 with sflash firmware */*************** *** 109,112 ****
--- 110,115 ----
{ USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
+
{ } /* Terminating entry */
};diff -c2 drivers/bluetooth/btusb.c drivers/bluetooth-patched/btusb.c *** drivers/bluetooth/btusb.c 2012-07-31 16:09:41.274043862 +0200
--- drivers/bluetooth-patched/btusb.c 2012-07-31 16:23:59.390051062 +0200*************** *** 142,145 ****
--- 142,146 ----
{ USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
/* Atheros AR5BBU12 with sflash firmware */