1. 4bdcde3 USB: serial: ftdi_sio: Add support for new Xsens devices by Patrick Riphagen · 10 years ago
  2. 9273b8a USB: serial: ftdi_sio: Annotate the current Xsens PID assignments by Patrick Riphagen · 10 years ago
  3. 934ef5a USB: serial: cp210x: Removing unncessary `usb_reset_device` on startup by Preston Fick · 10 years ago
  4. 46865bf Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next by Greg Kroah-Hartman · 10 years ago
  5. 85bf20d Merge 3.16-rc5 into usb-next by Greg Kroah-Hartman · 10 years ago
  6. d8279a4 USB: serial: ftdi_sio: Add Infineon Triboard by Michal Sojka · 10 years ago
  7. 5a7fbe7 USB: ftdi_sio: Add extra PID. by Bert Vermeulen · 10 years ago
  8. 91c72df drivers/usb/serial/mos7840.c: remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
  9. f4f8ae0 USB: kl5kusb105: Remove klsi_105_tiocmset function by Peter Senna Tschudin · 10 years ago
  10. 5bc9e59 USB: kl5kusb105: Remove klsi_105_tiocmset function by Peter Senna Tschudin · 10 years ago
  11. 3d28bd8 usb: option: Add ID for Telewell TW-LTE 4G v2 by Bernd Wachter · 10 years ago
  12. b932605 USB: cp210x: add support for Corsair usb dongle by Andras Kovacs · 10 years ago
  13. cca16d6 USB: mos7840: remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
  14. 19de427 USB: ftdi_sio: remove redundant mtxorb quirk by Johan Hovold · 10 years ago
  15. 47e5759 USB: ftdi_sio: clean up ftdi_set_max_packet_size() by Johan Hovold · 10 years ago
  16. a90d84a USB: ftdi_sio: fix max-packet-size warning by Johan Hovold · 10 years ago
  17. af6f9e8 USB: ftdi_sio: make port probe less verbose by Johan Hovold · 10 years ago
  18. b0ebef3 usb: option: add/modify Olivetti Olicard modems by Bjørn Mork · 10 years ago
  19. aea1ae8 USB: ftdi_sio: fix null deref at port probe by Johan Hovold · 10 years ago
  20. 1cab4c6 USB: option: add device ID for SpeedUp SU9800 usb 3g modem by Oliver Neukum · 10 years ago
  21. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  22. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  23. 0ce5fb5 usb: qcserial: add additional Sierra Wireless QMI devices by Aleksander Morgado · 10 years ago
  24. ff1fcd5 usb: qcserial: add Netgear AirCard 341U by Aleksander Morgado · 10 years ago
  25. d5afce8 USB: keyspan: fix potential null pointer dereference by Rickard Strandqvist · 10 years ago
  26. 8a61ba3 USB: serial: option: add support for Novatel E371 PCIe card by Alexej Starschenko · 10 years ago
  27. d0839d7 USB: ftdi_sio: add NovaTech OrionLXm product ID by George McCollister · 10 years ago
  28. c03890f USB: io_ti: fix firmware download on big-endian machines (part 2) by Johan Hovold · 10 years ago
  29. 90419cf USB: kobil_sct: fix control requests without data stage by Johan Hovold · 10 years ago
  30. 3fff3b4 USB: serial: remove overly defensive port tests by Johan Hovold · 10 years ago
  31. c14829f USB: serial: fix potential runtime pm imbalance at device remove by Johan Hovold · 10 years ago
  32. b0a9aa6 USB: usb_wwan: do not resume I/O on closing ports by Johan Hovold · 10 years ago
  33. 8bb7ec6 USB: usb_wwan: report failed submissions as errors by Johan Hovold · 10 years ago
  34. 89da4a4 USB: usb_wwan: remove bogus function prototype by Johan Hovold · 10 years ago
  35. 7d5dddd USB: usb_wwan: remove some superfluous comments by Johan Hovold · 10 years ago
  36. 9fdf706 USB: usb_wwan: remove comment from close by Johan Hovold · 10 years ago
  37. 3362c91 USB: usb_wwan: clean up delayed-urb submission by Johan Hovold · 10 years ago
  38. 37357ca USB: usb_wwan: use interface-data accessors by Johan Hovold · 10 years ago
  39. b0f9d00 USB: usb_wwan: make resume error messages uniform by Johan Hovold · 10 years ago
  40. ae75c94 USB: usb_wwan: kill interrupt urb explicitly at suspend by Johan Hovold · 10 years ago
  41. 2b4acea USB: usb_wwan: remove redundant urb kill from port remove by Johan Hovold · 10 years ago
  42. a427c17 USB: usb_wwan: remove unimplemented set_termios by Johan Hovold · 10 years ago
  43. 0280354 USB: usb_wwan: remove redundant modem-control request by Johan Hovold · 10 years ago
  44. c1c0180 USB: usb_wwan: fix remote wakeup by Johan Hovold · 10 years ago
  45. 7436f41 USB: usb_wwan: fix discarded writes on resume errors by Johan Hovold · 10 years ago
  46. fb7ad4f USB: usb_wwan: fix potential blocked I/O after resume by Johan Hovold · 10 years ago
  47. 9096f1f USB: usb_wwan: fix potential NULL-deref at resume by Johan Hovold · 10 years ago
  48. 79eed03 USB: usb_wwan: fix urb leak at shutdown by Johan Hovold · 10 years ago
  49. 170fad9 USB: usb_wwan: fix write and suspend race by Johan Hovold · 10 years ago
  50. d9e93c0 USB: usb_wwan: fix race between write and resume by xiao jin · 10 years ago
  51. db09047 USB: usb_wwan: fix urb leak in write error path by xiao jin · 10 years ago
  52. 496969c USB: option: add missing usb_mark_last_busy by Johan Hovold · 10 years ago
  53. dd246f2 USB: option: fix line-control pipe direction by Johan Hovold · 10 years ago
  54. acf47d4 USB: option: fix runtime PM handling by Johan Hovold · 10 years ago
  55. c2e45d7 USB: sierra: do not resume I/O on closing ports by Johan Hovold · 10 years ago
  56. 0287d5c USB: sierra: minimise no-suspend window during close by Johan Hovold · 10 years ago
  57. 71c149b USB: sierra: refactor delayed-urb submission by Johan Hovold · 10 years ago
  58. 7d8825b USB: sierra: clean up suspend by Johan Hovold · 10 years ago
  59. 7c80782 USB: sierra: use interface-data accessors by Johan Hovold · 10 years ago
  60. 7cdc335 USB: sierra: remove redundant modem-control requests by Johan Hovold · 10 years ago
  61. a283d08 USB: sierra: do not resume I/O on closed ports by Johan Hovold · 10 years ago
  62. 40d8898 USB: sierra: remove disconnected test from close by Johan Hovold · 10 years ago
  63. e825aaa USB: sierra: remove unimplemented set_termios by Johan Hovold · 10 years ago
  64. bc03cfe USB: sierra: remove unused variable by Johan Hovold · 10 years ago
  65. 21aa1c4 USB: sierra: remove bogus endpoint test by Johan Hovold · 10 years ago
  66. d304889 USB: sierra: fix line-control pipe direction by Johan Hovold · 10 years ago
  67. f4a2d49 USB: sierra: fix resume error reporting by Johan Hovold · 10 years ago
  68. c9d838a USB: sierra: fix urbs not being killed on shutdown by Johan Hovold · 10 years ago
  69. 9367059 USB: sierra: fix characters being dropped at close by Johan Hovold · 10 years ago
  70. 80cc0fc USB: sierra: fix remote wakeup by Johan Hovold · 10 years ago
  71. 014333f USB: sierra: fix urb and memory leak on disconnect by Johan Hovold · 10 years ago
  72. 7fdd26a USB: sierra: fix urb and memory leak in resume error path by Johan Hovold · 10 years ago
  73. 8452727 USB: sierra: fix use after free at suspend/resume by Johan Hovold · 10 years ago
  74. 353fe19 USB: sierra: fix AA deadlock in open error path by Johan Hovold · 10 years ago
  75. 48292d8 usb: qcserial: remove interface number matching by Bjørn Mork · 10 years ago
  76. 8bc7a06 usb: qcserial: define and use Sierra Wireless layout by Bjørn Mork · 10 years ago
  77. d712ca9 usb: qcserial: refactor device layout selection by Bjørn Mork · 10 years ago
  78. ce1b066 usb: qcserial: fix multiline comment coding style by Bjørn Mork · 10 years ago
  79. 4d7c013 usb: qcserial: add a number of Dell devices by Bjørn Mork · 10 years ago
  80. 34f972d6 usb: option: add and update a number of CMOTech devices by Bjørn Mork · 10 years ago
  81. dd6b48e usb: option: add Alcatel L800MA by Bjørn Mork · 10 years ago
  82. 533b399 usb: option: add Olivetti Olicard 500 by Bjørn Mork · 10 years ago
  83. bce4f58 usb: qcserial: add Sierra Wireless MC7305/MC7355 by Bjørn Mork · 10 years ago
  84. 70a3615 usb: qcserial: add Sierra Wireless MC73xx by Bjørn Mork · 10 years ago
  85. a00986f usb: qcserial: add Sierra Wireless EM7355 by Bjørn Mork · 10 years ago
  86. 5509076 USB: io_ti: fix firmware download on big-endian machines by Johan Hovold · 10 years ago
  87. 10164c2 USB: serial: fix sysfs-attribute removal deadlock by Johan Hovold · 10 years ago
  88. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  89. bd73bd8 USB: usb_wwan: fix handling of missing bulk endpoints by Johan Hovold · 10 years ago
  90. b16c02f USB: pl2303: add ids for Hewlett-Packard HP POS pole displays by Aaron Sanders · 10 years ago
  91. 72b3007 USB: cp210x: Add 8281 (Nanotec Plug & Drive) by Tristan Bruns · 10 years ago
  92. d6de486 usb: option driver, add support for Telit UE910v2 by Daniele Palmas · 10 years ago
  93. 2e01280 Revert "USB: serial: add usbid for dell wwan card to sierra.c" by Johan Hovold · 10 years ago
  94. efe26e1 USB: serial: ftdi_sio: add id for Brainboxes serial cards by Michele Baldessari · 10 years ago
  95. 3690459 USB: keyspan: remove dead debugging code by Johan Hovold · 10 years ago
  96. d9a38a8 USB: serial: add missing newlines to dev_<level> messages. by Johan Hovold · 10 years ago
  97. ca0400d USB: serial: add missing braces by Johan Hovold · 10 years ago
  98. bd58c7b USB: serial: continue to write on errors by Johan Hovold · 10 years ago
  99. fc11efe USB: serial: continue to read on errors by Johan Hovold · 10 years ago
  100. 5083fd7 USB: serial: make bulk_out_size a lower limit by Johan Hovold · 10 years ago