aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-03USB: oti6858: switch to generic TIOCMIWAIT implementationJohan Hovold1-43/+12
2014-01-03USB: oti6858: only wake up MSR queue on changesJohan Hovold1-1/+5
2014-01-03USB: ch341: clean up interrupt handlerJohan Hovold1-10/+9
2014-01-03USB: ch341: switch to generic TIOCMIWAIT implementationJohan Hovold1-41/+8
2014-01-03USB: ch341: only wake up MSR queue on changesJohan Hovold1-0/+3
2014-01-03USB: ch341: fix ignored TIOCMIWAIT maskJohan Hovold1-8/+4
2014-01-03USB: ch341: clean up line-status handlingJohan Hovold1-8/+14
2014-01-03USB: ch341: refactor line-status handlingJohan Hovold1-23/+28
2014-01-03USB: cypress_m8: switch to generic TIOCMIWAIT implementationJohan Hovold1-47/+16
2014-01-03USB: cypress_m8: only wake up MSR queue on changesJohan Hovold2-1/+5
2014-01-03USB: cypress_m8: clean up protocol definitionsJohan Hovold1-13/+16
2014-01-03USB: cypress_m8: fix ring-indicator detection and reportingJohan Hovold1-1/+1
2014-01-03USB: pl2303: switch to generic TIOCMIWAIT implementationJohan Hovold1-41/+8
2014-01-03USB: pl2303: only wake up MSR queue on changesJohan Hovold1-7/+10
2014-01-03USB: pl2303: clean up line-status handlingJohan Hovold1-11/+15
2014-01-03USB: pl2303: make type data constJohan Hovold1-2/+2
2014-01-03USB: Nokia 502 is an unusual deviceMikhail Zolotaryov1-0/+7
2014-01-03USB: serial: add support for iBall 3.5G connect usb modemRahul Bedarkar1-0/+4
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar12-31/+31
2014-01-03USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar4-7/+7
2014-01-03USB: misc: idmouse: correct spelling mistake in error stringRahul Bedarkar1-1/+1
2014-01-03USB: yurex: fix spelling mistake in commentRahul Bedarkar1-1/+1
2014-01-03USB: chipidea: add guard macro to ci_hdrc_imx.hRahul Bedarkar1-0/+5
2014-01-03USB: iowarrior: fix spelling mistake in commentRahul Bedarkar1-1/+1
2014-01-03USB: pl2303: use C_CMSPAR macroJohan Hovold1-2/+2
2014-01-03USB: serial: add Moxa UPORT 12XX/14XX/16XX driverAndrew Lunn3-0/+1424
2014-01-03USB: pl2303: use direct baud-rate encoding when possibleJohan Hovold1-8/+13
2014-01-03USB: pl2303: add helper function for direct baud-rate encodingJohan Hovold1-7/+15
2014-01-03USB: pl2303: refactor baud-rate divisor handlingJohan Hovold1-16/+25
2014-01-03USB: pl2303: enforce baud-rate limits before lookupJohan Hovold1-3/+3
2014-01-03USB: pl2303: refactor baud-rate table lookupJohan Hovold1-22/+33
2014-01-03USB: pl2303: rename pl2303_encode_baud_rateJohan Hovold1-3/+3
2014-01-03USB: pl2303: add device-type abstractionJohan Hovold1-7/+18
2014-01-03USB: pl2303: add quirk for legacy devicesJohan Hovold1-3/+6
2014-01-03USB: pl2303: clean up type handlingJohan Hovold1-16/+15
2014-01-03USB: pl2303: use speed_t for baud ratesJohan Hovold1-5/+5
2014-01-03USB: pl2303: add line-status quirk for Siemens phonesJohan Hovold1-19/+28
2014-01-03USB: pl2303: remove redundant line-request callJohan Hovold1-3/+0
2014-01-03USB: pl2303: add error handling to line requestsJohan Hovold1-17/+51
2014-01-03USB: pl2303: add error handling to set_control_linesJohan Hovold1-3/+4
2014-01-03USB: pl2303: add error handling to vendor read and write functionsJohan Hovold1-31/+42
2014-01-03USB: pl2303: clean up driver somewhatJohan Hovold1-27/+34
2014-01-03USB: pl2303: remove bogus delta_msr_wait wake upJohan Hovold1-1/+0
2014-01-03USB: f81232: switch to generic tiocmiwaitJohan Hovold1-42/+2
2014-01-03USB: f81232: remove bogus call to wake up MSR queueJohan Hovold1-1/+7
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold21-217/+74
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold12-33/+2
2014-01-03USB: serial: constify device-id tablesJohan Hovold7-12/+12
2014-01-03USB: pl2303: fix data corruption on termios updatesJohan Hovold1-9/+25