Searched hist:"67 c752b41a4238c1a2d7eebcd061ff8c1127d3e9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/atm/ |
H A D | speedtch.c | diff 67c752b41a4238c1a2d7eebcd061ff8c1127d3e9 Fri Apr 28 11:44:06 CDT 2006 Duncan Sands <duncan.sands@math.u-psud.fr> [PATCH] USBATM: change the default speedtouch iso altsetting
The maximum possible bandwidth for a speedtouch modem is about 7Mbaud. You can only get this by using isochronous urbs (enable_isoc=1) and altsetting 3. With the current default altsetting of 2, the modem maxes out at about 4Mbaud. So change the default altsetting to 3 when using isochronous urbs. It would be nice to base the altsetting on the detected line speed, but that's hard given the current design.
Signed-off-by: Duncan Sands <baldrick@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|