On Thu, May 17, 2012 at 01:20:58AM +0200, Martin Mokrejs wrote: > Greg KH wrote: > > On Tue, May 15, 2012 at 09:20:14AM +0200, Martin Mokrejs wrote: > >> Greg KH wrote: > >>> On Mon, May 14, 2012 at 06:05:52PM +0000, Russell Nelson wrote: > >>>> Greg KH <gregkh@...> writes: > >> > >>>> Well, I say that it works because I can see a /dev/ttyUSB0, but I can't set the > >>>> baud rate to 4800. But that may be a completely separate problem. > >>> > >>> There is no way to set a baud rate for a generic usb-serial device, it's > >>> physically impossible. So perhaps it is working just fine for you :) > >>> > >>> Again the usb-serial generic device is a very dumb, slow device, with no > >>> line settings at all. It's ment for testing and one-off prototypes, not > >>> for "real" devices in any way. > >> > >> Is this about the second top-most menu entry? > >> > >> --- USB Serial Converter support > >> -*- Functions for loading firmware on EZUSB chips > >> [*] USB Generic Serial Driver > > > > Yes. > > > >> CONFIG_USB_SERIAL_GENERIC: > >> Say Y here if you want to use the generic USB serial driver. Please > >> read <file:Documentation/usb/usb-serial.txt> for more information on > >> using this driver. It is recommended that the "USB Serial converter > >> support" be compiled as a module for this driver to be used properly. > > > > Yes, this is the one. > > The menuconfig help text should really be updated and more descriptive. > And the 4800 baud rate highlighted. How about renaming > CONFIG_USB_SERIAL_GENERIC to CONFIG_USB_SERIAL_GENERIC_AT_4800_BAUDRATE_ONLY? There is no such baud rate setting, as there is no baud rate at all for these devices (baud rates only pertain to the serial portion of the line, and for these devices, there are no "serial" portion of the device). The generic driver doesn't accept any line settings being made, as again, they don't make any sense, so it's not just limited to baud rate. The driver is "slow" for other reasons, all USB ones, who really knows the "real" baud rate the data is flowing at, it depends on your hardware. > As the old entry will disappear people will realize the change, hopefully > figure out they should use qmi_wwan or similar ;-) And the usbserial > will be maybe gone from broad use? I doubt that, and we need to keep from breaking existing systems, sorry, I can't just delete a driver that we know is in use, that would be a bit rude, even if I really would like to do that :) thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html