public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hci_usb: Add support for OQO Model 01+
@ 2009-02-04 13:52 Jamie Lentin
  2009-02-04 18:30 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Jamie Lentin @ 2009-02-04 13:52 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth

Add USB device ID for OQO 01+'s internal USB bluetooth

Signed-off-by: Jamie Lentin <jm@lentin.co.uk>

---

Whilst knowledge of the actual chipset is ropey (apparently manufactured 
by CSR), it seems to work fine. I've used pand, hidd & obexftp with no 
problems.

--- a/drivers/bluetooth/hci_usb.c       2009-02-04 12:34:40.000000000 
+0000
+++ b/drivers/bluetooth/hci_usb.c       2009-02-04 12:35:31.000000000 
+0000
@@ -97,6 +97,9 @@ static struct usb_device_id bluetooth_id
  	/* Canyon CN-BTU1 with HID interfaces */
  	{ USB_DEVICE(0x0c10, 0x0000), .driver_info = HCI_RESET },

+	/* OQO Model 01+ internal bluetooth */
+	{ USB_DEVICE(0x1557, 0x0003) },
+
  	{ }     /* Terminating entry */
  };

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

end of thread, other threads:[~2009-02-04 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-04 13:52 [PATCH] hci_usb: Add support for OQO Model 01+ Jamie Lentin
2009-02-04 18:30 ` Marcel Holtmann
2009-02-04 21:18   ` Jamie Lentin

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