ChangeSet 1.1455.1.20, 2003/07/15 14:33:02-07:00, [EMAIL PROTECTED]

[PATCH] USB: fix up bluetty driver's tty and devfs names.


 drivers/usb/class/bluetty.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/drivers/usb/class/bluetty.c b/drivers/usb/class/bluetty.c
--- a/drivers/usb/class/bluetty.c       Thu Jul 17 17:05:11 2003
+++ b/drivers/usb/class/bluetty.c       Thu Jul 17 17:05:11 2003
@@ -1320,7 +1320,8 @@
 
        bluetooth_tty_driver->owner = THIS_MODULE;
        bluetooth_tty_driver->driver_name = "usb-bluetooth";
-       bluetooth_tty_driver->name = "usb/ttub/";
+       bluetooth_tty_driver->name = "ttyUB";
+       bluetooth_tty_driver->devfs_name = "usb/ttub/";
        bluetooth_tty_driver->major = BLUETOOTH_TTY_MAJOR;
        bluetooth_tty_driver->minor_start = 0;
        bluetooth_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to