[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1379611317-3106-1-git-send-email-kernel@kenobrien.org>
Date: Thu, 19 Sep 2013 18:21:57 +0100
From: Ken O'Brien <kernel@...obrien.org>
To: marcel@...tmann.org, gustavo@...ovan.org, johan.hedberg@...il.com
Cc: linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org,
Ken O'Brien <kernel@...obrien.org>
Subject: [PATCH] bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device
Belkin bluetooth device's usb device id added to generic usb bluetooth driver.
Signed-off-by: Ken O'Brien <kernel@...obrien.org>
---
drivers/bluetooth/btusb.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 8e16f0a..117b90c 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -111,6 +111,9 @@ static struct usb_device_id btusb_table[] = {
/*Broadcom devices with vendor specific id */
{ USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) },
+
+ /* Belkin F8T065bf */
+ { USB_DEVICE(0x050d, 0x065a) },
{ } /* Terminating entry */
};
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists