From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1345835818.3840.0.camel@jlt4.sipsolutions.net> Subject: [PATCH] btusb: add another Foxconn/Hon Hai ID From: Johannes Berg To: Marcel Holtmann , Gustavo Padovan , Johan Hedberg Cc: linux-bluetooth@vger.kernel.org Date: Fri, 24 Aug 2012 21:16:58 +0200 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-ID: I found a device using 0xe052 for idProduct, add it. Signed-off-by: Johannes Berg --- 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 */ };