Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] btusb: add another Foxconn/Hon Hai ID
@ 2012-08-24 19:16 Johannes Berg
  2012-08-24 22:34 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2012-08-24 19:16 UTC (permalink / raw)
  To: Marcel Holtmann, Gustavo Padovan, Johan Hedberg; +Cc: linux-bluetooth

I found a device using 0xe052 for idProduct, add it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 drivers/bluetooth/btusb.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index e272214..fc0063a 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -102,6 +102,7 @@ static struct usb_device_id btusb_table[] = {
 
 	/* Foxconn - Hon Hai */
 	{ USB_DEVICE(0x0489, 0xe033) },
+	{ USB_DEVICE(0x0489, 0xe052) },
 
 	{ }	/* Terminating entry */
 };

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 19:16 [PATCH] btusb: add another Foxconn/Hon Hai ID Johannes Berg
2012-08-24 22:34 ` Marcel Holtmann
2012-08-25  7:40   ` [PATCH v2] " Johannes Berg
2012-08-25 11:32     ` Marcel Holtmann

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