From: Greg Kroah-Hartman <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org,
linux-usb-devel@lists.sourceforge.net, marcel@holtmann.org
Subject: [patch 06/12] USB: Delete leftovers from bluetty driver
Date: Mon, 14 Nov 2005 12:05:40 -0800 [thread overview]
Message-ID: <20051114200540.GG2319@kroah.com> (raw)
In-Reply-To: <20051114200456.GA2319@kroah.com>
[-- Attachment #1: usb-delete-bluetty-leftovers.patch --]
[-- Type: text/plain, Size: 2780 bytes --]
From: Marcel Holtmann <marcel@holtmann.org>
This patch deletes the bluetooth.txt help file of the bluetty driver and
hands over its major device nodes for character devices to the RFCOMM TTY
implementation of the Bluetooth subsystem.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
Documentation/devices.txt | 12 +++++-----
Documentation/usb/bluetooth.txt | 44 ----------------------------------------
2 files changed, 6 insertions(+), 50 deletions(-)
--- usb-2.6.orig/Documentation/devices.txt
+++ usb-2.6/Documentation/devices.txt
@@ -2903,14 +2903,14 @@ Your cooperation is appreciated.
196 = /dev/dvb/adapter3/video0 first video decoder of fourth card
-216 char USB BlueTooth devices
- 0 = /dev/ttyUB0 First USB BlueTooth device
- 1 = /dev/ttyUB1 Second USB BlueTooth device
+216 char Bluetooth RFCOMM TTY devices
+ 0 = /dev/rfcomm0 First Bluetooth RFCOMM TTY device
+ 1 = /dev/rfcomm1 Second Bluetooth RFCOMM TTY device
...
-217 char USB BlueTooth devices (alternate devices)
- 0 = /dev/cuub0 Callout device for ttyUB0
- 1 = /dev/cuub1 Callout device for ttyUB1
+217 char Bluetooth RFCOMM TTY devices (alternate devices)
+ 0 = /dev/curf0 Callout device for rfcomm0
+ 1 = /dev/curf1 Callout device for rfcomm1
...
218 char The Logical Company bus Unibus/Qbus adapters
--- usb-2.6.orig/Documentation/usb/bluetooth.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-INTRODUCTION
-
- The USB Bluetooth driver supports any USB Bluetooth device.
- It currently works well with the Linux USB Bluetooth stack from Axis
- (available at http://developer.axis.com/software/bluetooth/ ) and
- has been rumored to work with other Linux USB Bluetooth stacks.
-
-
-CONFIGURATION
-
- Currently the driver can handle up to 256 different USB Bluetooth
- devices at once.
-
- If you are not using devfs:
- The major number that the driver uses is 216 so to use the driver,
- create the following nodes:
- mknod /dev/ttyUB0 c 216 0
- mknod /dev/ttyUB1 c 216 1
- mknod /dev/ttyUB2 c 216 2
- mknod /dev/ttyUB3 c 216 3
- .
- .
- .
- mknod /dev/ttyUB254 c 216 254
- mknod /dev/ttyUB255 c 216 255
-
- If you are using devfs:
- The devices supported by this driver will show up as
- /dev/usb/ttub/{0,1,...}
-
- When the device is connected and recognized by the driver, the driver
- will print to the system log, which node the device has been bound to.
-
-
-CONTACT:
-
- If anyone has any problems using this driver, please contact me, or
- join the Linux-USB mailing list (information on joining the mailing
- list, as well as a link to its searchable archive is at
- http://www.linux-usb.org/ )
-
-
-Greg Kroah-Hartman
-greg@kroah.com
--
next prev parent reply other threads:[~2005-11-14 20:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20051114200100.984523000@press.kroah.org>
2005-11-14 20:04 ` [patch 00/12] USB patches for 2.6.15-rc1 Greg Kroah-Hartman
2005-11-14 20:05 ` [patch 01/12] USB: fix build breakage in dummy_hcd.c Greg Kroah-Hartman
2005-11-14 20:05 ` [patch 02/12] USB Serial: rename ChangeLog.old Greg Kroah-Hartman
2005-11-14 20:05 ` [patch 03/12] USB: add new wacom devices to usb hid-core list Greg Kroah-Hartman
2005-11-14 20:05 ` [patch 04/12] USB: wacom tablet driver update Greg Kroah-Hartman
2005-11-14 20:05 ` [patch 05/12] USB: fix 'unused variable' warning Greg Kroah-Hartman
2005-11-14 20:05 ` Greg Kroah-Hartman [this message]
2005-11-14 20:05 ` [patch 07/12] usbfs: usbfs_dir_inode_operations cleanup Greg Kroah-Hartman
2005-11-14 20:06 ` [patch 08/12] USB: usbdevfs_ioctl 32bit fix Greg Kroah-Hartman
2005-11-14 20:06 ` [patch 09/12] USB: kill unneccessary usb-storage blacklist entries Greg Kroah-Hartman
2005-11-14 20:06 ` [patch 10/12] USB: cp2101.c: Jablotron usb serial interface identification Greg Kroah-Hartman
2005-11-14 20:06 ` [patch 11/12] USB: onetouch doesn't suspend yet Greg Kroah-Hartman
2005-11-14 20:06 ` [patch 12/12] USB: add new anydata usb-serial driver Greg Kroah-Hartman
2005-11-14 20:09 ` [patch 00/12] USB patches for 2.6.15-rc1 Greg Kroah-Hartman
2005-11-15 8:48 ` USB patches for 2.6.15-rc1?? David Kubicek
2005-11-17 0:55 ` Greg KH
2005-11-17 15:28 ` David Kubicek
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=20051114200540.GG2319@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=marcel@holtmann.org \
--cc=torvalds@osdl.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