public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Jamie Lentin <jm@lentin.co.uk>
To: marcel@holtmann.org
Cc: linux-bluetooth@vger.kernel.org
Subject: [PATCH] hci_usb: Add support for OQO Model 01+
Date: Wed, 4 Feb 2009 13:52:13 +0000 (GMT)	[thread overview]
Message-ID: <alpine.DEB.2.00.0902041341380.16577@localhost.localdomain> (raw)

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 */
  };

             reply	other threads:[~2009-02-04 13:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-04 13:52 Jamie Lentin [this message]
2009-02-04 18:30 ` [PATCH] hci_usb: Add support for OQO Model 01+ Marcel Holtmann
2009-02-04 21:18   ` Jamie Lentin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.00.0902041341380.16577@localhost.localdomain \
    --to=jm@lentin.co.uk \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox