Age | Commit message (Expand) | Author | Files | Lines |
2014-01-07 | USB: fix: ohci-at91 mismerge build error | Arnd Bergmann | 1 | -1/+1 |
2014-01-04 | USB: oti6858: switch to generic TIOCMIWAIT implementation | Johan Hovold | 1 | -43/+12 |
2014-01-04 | USB: oti6858: only wake up MSR queue on changes | Johan Hovold | 1 | -1/+5 |
2014-01-04 | USB: ch341: clean up interrupt handler | Johan Hovold | 1 | -10/+9 |
2014-01-04 | USB: ch341: switch to generic TIOCMIWAIT implementation | Johan Hovold | 1 | -41/+8 |
2014-01-04 | USB: ch341: only wake up MSR queue on changes | Johan Hovold | 1 | -0/+3 |
2014-01-04 | USB: ch341: fix ignored TIOCMIWAIT mask | Johan Hovold | 1 | -8/+4 |
2014-01-04 | USB: ch341: clean up line-status handling | Johan Hovold | 1 | -8/+14 |
2014-01-04 | USB: ch341: refactor line-status handling | Johan Hovold | 1 | -23/+28 |
2014-01-04 | USB: cypress_m8: switch to generic TIOCMIWAIT implementation | Johan Hovold | 1 | -47/+16 |
2014-01-04 | USB: cypress_m8: only wake up MSR queue on changes | Johan Hovold | 2 | -1/+5 |
2014-01-04 | USB: cypress_m8: clean up protocol definitions | Johan Hovold | 1 | -13/+16 |
2014-01-04 | USB: cypress_m8: fix ring-indicator detection and reporting | Johan Hovold | 1 | -1/+1 |
2014-01-04 | USB: pl2303: switch to generic TIOCMIWAIT implementation | Johan Hovold | 1 | -41/+8 |
2014-01-04 | USB: pl2303: only wake up MSR queue on changes | Johan Hovold | 1 | -7/+10 |
2014-01-04 | USB: pl2303: clean up line-status handling | Johan Hovold | 1 | -11/+15 |
2014-01-04 | USB: pl2303: make type data const | Johan Hovold | 1 | -2/+2 |
2014-01-04 | USB: Nokia 502 is an unusual device | Mikhail Zolotaryov | 1 | -0/+7 |
2014-01-04 | USB: serial: add support for iBall 3.5G connect usb modem | Rahul Bedarkar | 1 | -0/+4 |
2014-01-04 | USB: serial: correct spelling mistakes in comments | Rahul Bedarkar | 12 | -31/+31 |
2014-01-04 | USB: musb: correct spelling mistakes in comment and error string | Rahul Bedarkar | 4 | -7/+7 |
2014-01-04 | USB: misc: idmouse: correct spelling mistake in error string | Rahul Bedarkar | 1 | -1/+1 |
2014-01-04 | USB: yurex: fix spelling mistake in comment | Rahul Bedarkar | 1 | -1/+1 |
2014-01-04 | USB: chipidea: add guard macro to ci_hdrc_imx.h | Rahul Bedarkar | 1 | -0/+5 |
2014-01-04 | USB: iowarrior: fix spelling mistake in comment | Rahul Bedarkar | 1 | -1/+1 |
2014-01-04 | USB: pl2303: use C_CMSPAR macro | Johan Hovold | 1 | -2/+2 |
2014-01-04 | USB: serial: add Moxa UPORT 12XX/14XX/16XX driver | Andrew Lunn | 3 | -0/+1424 |
2014-01-04 | USB: pl2303: use direct baud-rate encoding when possible | Johan Hovold | 1 | -8/+13 |
2014-01-04 | USB: pl2303: add helper function for direct baud-rate encoding | Johan Hovold | 1 | -7/+15 |
2014-01-04 | USB: pl2303: refactor baud-rate divisor handling | Johan Hovold | 1 | -16/+25 |
2014-01-04 | USB: pl2303: enforce baud-rate limits before lookup | Johan Hovold | 1 | -3/+3 |
2014-01-04 | USB: pl2303: refactor baud-rate table lookup | Johan Hovold | 1 | -22/+33 |
2014-01-04 | USB: pl2303: rename pl2303_encode_baud_rate | Johan Hovold | 1 | -3/+3 |
2014-01-04 | USB: pl2303: add device-type abstraction | Johan Hovold | 1 | -7/+18 |
2014-01-04 | USB: pl2303: add quirk for legacy devices | Johan Hovold | 1 | -3/+6 |
2014-01-04 | USB: pl2303: clean up type handling | Johan Hovold | 1 | -16/+15 |
2014-01-04 | USB: pl2303: use speed_t for baud rates | Johan Hovold | 1 | -5/+5 |
2014-01-04 | USB: pl2303: add line-status quirk for Siemens phones | Johan Hovold | 1 | -19/+28 |
2014-01-04 | USB: pl2303: remove redundant line-request call | Johan Hovold | 1 | -3/+0 |
2014-01-04 | USB: pl2303: add error handling to line requests | Johan Hovold | 1 | -17/+51 |
2014-01-04 | USB: pl2303: add error handling to set_control_lines | Johan Hovold | 1 | -3/+4 |
2014-01-04 | USB: pl2303: add error handling to vendor read and write functions | Johan Hovold | 1 | -31/+42 |
2014-01-04 | USB: pl2303: clean up driver somewhat | Johan Hovold | 1 | -27/+34 |
2014-01-04 | USB: pl2303: remove bogus delta_msr_wait wake up | Johan Hovold | 1 | -1/+0 |
2014-01-04 | USB: f81232: switch to generic tiocmiwait | Johan Hovold | 1 | -42/+2 |
2014-01-04 | USB: f81232: remove bogus call to wake up MSR queue | Johan Hovold | 1 | -1/+7 |
2014-01-04 | USB: serial: remove redundant OOM messages | Johan Hovold | 21 | -217/+74 |
2014-01-04 | USB: serial: clean up ioctl debugging | Johan Hovold | 12 | -33/+2 |
2014-01-04 | USB: serial: constify device-id tables | Johan Hovold | 7 | -12/+12 |
2014-01-04 | USB: pl2303: fix data corruption on termios updates | Johan Hovold | 1 | -9/+25 |