Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] please add VID/PID to ath3k (AR3012)
@ 2012-07-31 15:53 Yevgeniy Melnichuk
  2012-07-31 15:56 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Yevgeniy Melnichuk @ 2012-07-31 15:53 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth, shafi.ath9k, gustavo

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

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 */

[-- Attachment #2: Type: text/html, Size: 1375 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-02 11:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 15:53 [PATCH] please add VID/PID to ath3k (AR3012) Yevgeniy Melnichuk
2012-07-31 15:56 ` Marcel Holtmann
2012-07-31 17:20   ` Yevgeniy Melnichuk
2012-07-31 18:55     ` Marcel Holtmann
2012-08-02 11:11       ` Mohammed Shafi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox