bluetooth.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. INTRODUCTION
  2.   The USB Bluetooth driver supports any USB Bluetooth device.
  3.   It currently works well with the Linux USB Bluetooth stack from Axis 
  4.   (available at http://developer.axis.com/software/bluetooth/ ) and 
  5.   has been rumored to work with other Linux USB Bluetooth stacks.
  6. CONFIGURATION
  7.   Currently the driver can handle up to 256 different USB Bluetooth 
  8.   devices at once. 
  9.   If you are not using devfs:
  10.     The major number that the driver uses is 216 so to use the driver,
  11.     create the following nodes:
  12. mknod /dev/ttyUB0 c 216 0
  13. mknod /dev/ttyUB1 c 216 1
  14. mknod /dev/ttyUB2 c 216 2
  15. mknod /dev/ttyUB3 c 216 3
  16. .
  17. .
  18. .
  19. mknod /dev/ttyUB254 c 216 254
  20. mknod /dev/ttyUB255 c 216 255
  21.   If you are using devfs:
  22.     The devices supported by this driver will show up as
  23.     /dev/usb/ttub/{0,1,...}
  24.   When the device is connected and recognized by the driver, the driver
  25.   will print to the system log, which node the device has been bound to.
  26. CONTACT:
  27.   If anyone has any problems using this driver, please contact me, or 
  28.   join the Linux-USB mailing list (information on joining the mailing 
  29.   list, as well as a link to its searchable archive is at 
  30.   http://www.linux-usb.org/ )
  31. Greg Kroah-Hartman
  32. greg@kroah.com