From patchwork Mon Oct 8 09:24:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Quantal, 1/2] UBUNTU: SAUCE: Bluetooth: Remove rules for matching Broadcom vendor specific IDs From: Jesse Sung X-Patchwork-Id: 189957 Message-Id: <1349688278-17558-1-git-send-email-jesse.sung@canonical.com> To: kernel-team@lists.ubuntu.com Date: Mon, 8 Oct 2012 17:24:37 +0800 From: Wen-chien Jesse Sung Since the Broadcom devices with vendor specific IDs [0x0a5c:*] can be matched by USB_VENDOR_AND_INTERFACE_INFO(0x0a5c...), remove old rules that is not needed any more. Signed-off-by: Wen-chien Jesse Sung --- drivers/bluetooth/btusb.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 12660dd..b5f008c 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -105,13 +105,6 @@ static struct usb_device_id btusb_table[] = { /* Broadcom BCM20702A0 */ { USB_DEVICE(0x0489, 0xe042) }, - { USB_DEVICE(0x0a5c, 0x21e1) }, - { USB_DEVICE(0x0a5c, 0x21e3) }, - { USB_DEVICE(0x0a5c, 0x21e6) }, - { USB_DEVICE(0x0a5c, 0x21e8) }, - { USB_DEVICE(0x0a5c, 0x21f3) }, - { USB_DEVICE(0x0a5c, 0x21f4) }, - { USB_DEVICE(0x0a5c, 0x21e6) }, { USB_DEVICE(0x413c, 0x8197) }, /* Foxconn - Hon Hai */