Searched hist:bbcb2b907415a90334521a31a8767cd77462c716 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | ipaq.c | diff bbcb2b907415a90334521a31a8767cd77462c716 Wed Mar 17 17:00:37 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: allow drivers to define bulk buffer sizes
Allow drivers to define custom bulk in/out buffer sizes in struct usb_serial_driver. If not set, fall back to the default buffer size which matches the endpoint size.
Three drivers are currently freeing the pre-allocated buffers and allocating larger ones to achieve this at port probe (ftdi_sio) or even at port open (ipaq and iuu_phoenix), which needless to say is suboptimal.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | iuu_phoenix.c | diff bbcb2b907415a90334521a31a8767cd77462c716 Wed Mar 17 17:00:37 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: allow drivers to define bulk buffer sizes
Allow drivers to define custom bulk in/out buffer sizes in struct usb_serial_driver. If not set, fall back to the default buffer size which matches the endpoint size.
Three drivers are currently freeing the pre-allocated buffers and allocating larger ones to achieve this at port probe (ftdi_sio) or even at port open (ipaq and iuu_phoenix), which needless to say is suboptimal.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | usb-serial.c | diff bbcb2b907415a90334521a31a8767cd77462c716 Wed Mar 17 17:00:37 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: allow drivers to define bulk buffer sizes
Allow drivers to define custom bulk in/out buffer sizes in struct usb_serial_driver. If not set, fall back to the default buffer size which matches the endpoint size.
Three drivers are currently freeing the pre-allocated buffers and allocating larger ones to achieve this at port probe (ftdi_sio) or even at port open (ipaq and iuu_phoenix), which needless to say is suboptimal.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | ftdi_sio.c | diff bbcb2b907415a90334521a31a8767cd77462c716 Wed Mar 17 17:00:37 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: allow drivers to define bulk buffer sizes
Allow drivers to define custom bulk in/out buffer sizes in struct usb_serial_driver. If not set, fall back to the default buffer size which matches the endpoint size.
Three drivers are currently freeing the pre-allocated buffers and allocating larger ones to achieve this at port probe (ftdi_sio) or even at port open (ipaq and iuu_phoenix), which needless to say is suboptimal.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/include/linux/usb/ |
H A D | serial.h | diff bbcb2b907415a90334521a31a8767cd77462c716 Wed Mar 17 17:00:37 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: allow drivers to define bulk buffer sizes
Allow drivers to define custom bulk in/out buffer sizes in struct usb_serial_driver. If not set, fall back to the default buffer size which matches the endpoint size.
Three drivers are currently freeing the pre-allocated buffers and allocating larger ones to achieve this at port probe (ftdi_sio) or even at port open (ipaq and iuu_phoenix), which needless to say is suboptimal.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|