[Bluetooth] Add generic driver for Bluetooth USB devices
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 20 Oct 2007 12:12:34 +0000 (14:12 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 22 Oct 2007 09:59:46 +0000 (02:59 -0700)
commit5e23b923da03de7e41f00f5664ae22c4f7dcd2a3
tree53caf3acacebb88d776f5086a8b084de6d528d22
parentddbaf13e3609442b64abb931ac21527772d87980
[Bluetooth] Add generic driver for Bluetooth USB devices

This patch adds a new generic driver for Bluetooth USB devices. This
driver is still experimental at this point, but it is cleaner and
easier to maintain than the current Bluetooth USB driver. It is a
much better starting point for power management improvements.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/Kconfig
drivers/bluetooth/Makefile
drivers/bluetooth/btusb.c [new file with mode: 0644]