[linux-usb-devel] [PATCH] USB: CP2101 Add support for flow control

2005-06-03 Thread Greg KH
[PATCH] USB: CP2101 Add support for flow control Added support to get/set flow control line levels using TIOCMGET and TIOCMSET. Added support for RTSCTS hardware flow control. cp2101_get_config and cp2101_set_config modified to support long request strings, required for configuring flow control.

[linux-usb-devel] [PATCH] USB: CP2101 Add support for flow control

2005-05-26 Thread Craig Shelley
Added support to get/set flow control line levels using TIOCMGET and TIOCMSET. Added support for RTSCTS hardware flow control. cp2101_get_config and cp2101_set_config modified to support long request strings, required for configuring flow control. Signed-off-by: Craig Shelley [EMAIL PROTECTED] --