From: Marcel Holtmann <marcel@holtmann.org>
To: taylor <taylor@ms.usi.com.tw>
Cc: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Bluez USB Driver
Date: Tue, 24 Aug 2004 10:01:06 +0200 [thread overview]
Message-ID: <1093334466.26717.55.camel@pegasus> (raw)
In-Reply-To: <00cb01c488ba$82fc6490$df0618ac@USI08844>
Hi Taylor,
> Recently, I spend a little time to study the Bluez Driver. Attached
> file is my notes. Hope this is useful for others.
I can't do anything useful with a file from a Microsoft Office
application ;)
> But I have one question about the Bluez USB driver for Kernle 2.4.26
> and 2.6.5.
>
> Kernel 2.4.26:
> /linux/src/driver/usb/bluetooth.c
> /linux/src/driver/bluetooth/hci_usb.c
>
> Kernel 2.6.5:
> /linux/src/driver/bluetooth/hci_usb.c
> Why are there two USB drivers for 2.4.26?
> Because, the /linux/src/driver/bluetooth/hci_usb.c have registered
> with USB core and get the hci dev. I couldn't know the purpose
> of /linux/src/driver/usb/blueotooth.c ? Do someone know the reason?
the bluetooth.o from 2.4 and the bluetty.ko driver from 2.6 are for
transforming the H:2 transport protocol into a H:4 transport protocol.
Both of them are part of the kernel for allowing the use of a Bluetooth
stack that support only H:4. An example for such a stack is the OpenBT
from Axis. It is impossible to select both drivers at the same time and
if you activate the Bluetooth subsystem you will use hci_usb.ko which is
the default configuration that is shipped by every distribtuion at the
moment. For more information take a look at the mailing list archives of
the BlueZ and USB mailing lists.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
prev parent reply other threads:[~2004-08-24 8:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-23 2:40 [Bluez-users] Bluez USB Driver taylor
2004-08-24 8:01 ` Marcel Holtmann [this message]
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=1093334466.26717.55.camel@pegasus \
--to=marcel@holtmann.org \
--cc=bluez-users@lists.sourceforge.net \
--cc=taylor@ms.usi.com.tw \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.