Skip to content

Commit 732b157

Browse files
author
Paolo Stivanin
committedNov 10, 2012
added support for Sony Vaio E-Series
foxconn hon/hai 0489:e027
1 parent ade0d50 commit 732b157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎drivers/bluetooth/btusb.c

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ static struct usb_device_id blacklist_table[] = {
124124
{ USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
125125
{ USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
126126
{ USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
127+
{ USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
127128

128129
/* Atheros AR9285 Malbec with sflash firmware */
129130
{ USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },

0 commit comments

Comments
 (0)
Please sign in to comment.