1. 1944581 USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications" by Bjørn Mork · 8 years ago
  2. 21470e3 usb: fix some references for /proc/bus/usb by Mauro Carvalho Chehab · 8 years ago
  3. d30eed1 cdc-acm: remove unused element of struct acm by Tobias Herzog · 8 years ago
  4. 2d6dfd1 cdc-acm: log message for serial state notification by Tobias Herzog · 8 years ago
  5. ea25835 cdc-acm: reassemble fragmented notifications by Tobias Herzog · 8 years ago
  6. 1bb9914 cdc-acm: fix possible invalid access when processing notification by Tobias Herzog · 8 years ago
  7. 041370c USB: usbtmc: refactor endpoint retrieval by Johan Hovold · 8 years ago
  8. e47ff59 Merge 4.11-rc4 into usb-next by Greg Kroah-Hartman · 8 years ago
  9. 5370860 USB: usblp: refactor endpoint retrieval by Johan Hovold · 8 years ago
  10. f8d8464 USB: cdc-acm: refactor endpoint retrieval by Johan Hovold · 8 years ago
  11. 2e47c53 USB: usbtmc: fix probe error path by Johan Hovold · 8 years ago
  12. 687e068 USB: usbtmc: add missing endpoint sanity check by Johan Hovold · 8 years ago
  13. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  14. 53b7f7b usb: cdc-wdm: remove logically dead code by Gustavo A. R. Silva · 8 years ago
  15. 4ddecf7 USB: cdc-acm: fix TIOCGSERIAL flags by Johan Hovold · 8 years ago
  16. 3012160 USB: cdc-acm: add device id for GW Instek AFG-125 by Nathaniel Quillin · 8 years ago
  17. 1aba579 cdc-acm: handle read pipe errors by Ladislav Michl · 8 years ago
  18. d305394 cdc-acm: remove is_int_ep from acm structure by Ladislav Michl · 8 years ago
  19. 74bccc9 cdc-acm: store in and out pipes in acm structure by Ladislav Michl · 8 years ago
  20. ba8c931 cdc-acm: refactor killing urbs by Ladislav Michl · 8 years ago
  21. e461460 cdc-acm: avoid interface_to_usbdev call by Ladislav Michl · 8 years ago
  22. 90744af8 cdc-acm: reindent log messages by Ladislav Michl · 8 years ago
  23. 8a0a8e1 Merge 4.9-rc5 into usb-next by Greg Kroah-Hartman · 8 years ago
  24. bb2d387 USB: cdc-acm: use get_icount tty operation by Johan Hovold · 8 years ago
  25. 04cbf38 USB: cdc-acm: fix invalid user-pointer check by Johan Hovold · 8 years ago
  26. 1826640 USB: cdc-acm: fix TIOCMIWAIT by Johan Hovold · 8 years ago
  27. 7309aa8 cdc-acm: fix uninitialized variable by Oliver Neukum · 8 years ago
  28. 88aecde usbtmc: Add, clarify and fix comments by Dave Penkler · 8 years ago
  29. ab21b63 Revert "usbtmc: convert to devm_kzalloc" by Greg Kroah-Hartman · 8 years ago
  30. 2ad9d54 cdc-acm: hardening against malicious devices by Oliver Neukum · 8 years ago
  31. efbe27b cdc-acm: cleaning up debug in data submission path by Oliver Neukum · 8 years ago
  32. 46e7507 cdc-acm: cleanup debugging in submission path by Oliver Neukum · 8 years ago
  33. ab57f86 cdc-acm: delete obsolete debug messages by Oliver Neukum · 8 years ago
  34. ce8bb34 cdc-wdm: add terminating newline by Oliver Neukum · 8 years ago
  35. f6b6f8a usb: class: usbtmc: don't print on ENOMEM by Wolfram Sang · 8 years ago
  36. 1aaaa9a Merge 4.8-rc3 into usb-next by Greg Kroah-Hartman · 8 years ago
  37. add1250 cdc-acm: fix wrong pipe type on rx interrupt xfers by Gavin Li · 8 years ago
  38. 13a88bf cdc-wdm: cleanup debug messages by Oliver Neukum · 8 years ago
  39. c3014d3 usb: class: usbtmc: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  40. c1da59d cdc-wdm: Clear read pipeline in case of error by Robert Foss · 8 years ago
  41. 833415a cdc-wdm: fix "out-of-sync" due to missing notifications by Bjørn Mork · 8 years ago
  42. cb42b63 cdc-acm: beautify probe() by Oliver Neukum · 8 years ago
  43. 7fae7bf cdc-wdm: use the common CDC parser by Oliver Neukum · 8 years ago
  44. 6dd3587 cdc-acm: cleanup error handling by Oliver Neukum · 8 years ago
  45. eccf2a4 cdc-acm: use the common parser by Oliver Neukum · 8 years ago
  46. a092a16 usb: cdc-acm: Space prohibited before close parenthesis ')'. by Sandhya Bankar · 9 years ago
  47. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 9 years ago
  48. 2a14759 cdc-acm: fix crash if flushed with nothing buffered by Oliver Neukum · 9 years ago
  49. 8835ba4 USB: cdc-acm: more sanity checking by Oliver Neukum · 9 years ago
  50. f9cfabc usb: usbtmc: Fix disconnect/poll interaction by Dave Penkler · 9 years ago
  51. a81cf97 cdc-acm: implement put_char() and flush_chars() by Oliver Neukum · 9 years ago
  52. 379d3d3 Add ioctls to enable and disable local controls on an instrument by Dave Penkler · 9 years ago
  53. 29779d89 Add ioctl to retrieve USBTMC-USB488 capabilities by Dave Penkler · 9 years ago
  54. eb6b92e Add support for receiving USBTMC USB488 SRQ notifications via poll/select by Dave Penkler · 9 years ago
  55. 82ed338 Add support for USBTMC USB488 SRQ notification with fasync by Dave Penkler · 9 years ago
  56. dbf3e7f Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation. by Dave Penkler · 9 years ago
  57. e912e68 cdc-acm:exclude Samsung phone 04e8:685d by Oliver Neukum · 9 years ago
  58. ffdb1e3 usb: cdc-acm: send zero packet for intel 7260 modem by Lu Baolu · 9 years ago
  59. 1945446 usb: cdc-acm: handle unlinked urb in acm read callback by Lu Baolu · 9 years ago
  60. f33a7f7 USB: cdc_acm: Ignore Infineon Flash Loader utility by Jonas Jonsson · 9 years ago
  61. 19cd80a usblp: do not set TASK_INTERRUPTIBLE before lock by Jiri Slaby · 9 years ago
  62. 722b262 Merge 4.2-rc4 into usb-next by Greg Kroah-Hartman · 9 years ago
  63. 298b992 usb: class: Use USB_CLASS_PRINTER instead of number 7 by Krzysztof Opasiak · 10 years ago
  64. 91b7256 cdc-acm: Destroy acm_minors IDR on module exit by Johannes Thumshirn · 9 years ago
  65. 15bf722 cdc-acm: Add support of ATOL FPrint fiscal printers by Alexey Sokolov · 10 years ago
  66. f504202 USB: usbtmc: add device quirk for Rigol DS6104 by Teunis van Beelen · 10 years ago
  67. 2cfef79 cdc-acm: use swap() in acm_probe() by Fabian Frederick · 10 years ago
  68. 65c35dd USB: cdc-acm: add support for up to 256 devices by Johan Hovold · 10 years ago
  69. 6cb4f4d USB: cdc-acm: use idr to manage minor numbers by Johan Hovold · 10 years ago
  70. 2fcdbdf USB: usblp.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  71. 0d3bba0 cdc-acm: prevent infinite loop when parsing CDC headers. by Quentin Casasnovas · 10 years ago
  72. 85e8a0b9 cdc-wdm: error returns need to be translated by Oliver Neukum · 10 years ago
  73. 323ece5 cdc-wdm: fix endianness bug in debug statements by Oliver Neukum · 10 years ago
  74. 28965e1 cdc-wdm: unify error handling in write by Oliver Neukum · 10 years ago
  75. 4132cd0 cdc-acm: convert to not directly using urb->status by Oliver Neukum · 10 years ago
  76. 6c8074e cdc-acm: surpress misleading message by Oliver Neukum · 10 years ago
  77. 36e59e0 cdc-acm: fix race between callback and unthrottle by Oliver Neukum · 10 years ago
  78. 76cb03e cdc-wdm: return correct error codes by Oliver Neukum · 10 years ago
  79. b20b161 cdc-acm: Add support for Denso cradle CU-321 by Björn Gerhart · 10 years ago
  80. 17136d4 cdc-acm: kill unnecessary messages by Oliver Neukum · 10 years ago
  81. 7e860a6e cdc-acm: add sanity checks by Oliver Neukum · 10 years ago
  82. 403dff4 USB: cdc-acm: check for valid interfaces by Greg Kroah-Hartman · 10 years ago
  83. d908f84 cdc-acm: memory leak in error case by Oliver Neukum · 10 years ago
  84. 69b7290 Merge 3.18-rc4 into usb-next. by Greg Kroah-Hartman · 10 years ago
  85. 2a8cdfd USB: cdc-acm: add quirk for control-line state requests by Johan Hovold · 10 years ago
  86. 4473d05 USB: cdc-acm: only raise DTR on transitions from B0 by Johan Hovold · 10 years ago
  87. b8f2854 usb: class: usbtmc: delete unnecessary 'out of memory' messages by Peter Chen · 10 years ago
  88. 61fbe96 cdc-acm: Drop the warning for unusual capabilities by Oliver Neukum · 10 years ago
  89. 24cb450 cdc-acm: ensure that termios get set when the port is activated by Jim Paris · 10 years ago
  90. cf84a69 USB: cdc-acm: add device id for GW Instek AFG-2225 by Johan Hovold · 10 years ago
  91. ab53eb9 usb: class: usbtmc.c: Cleaning up uninitialized variables by Rickard Strandqvist · 11 years ago
  92. d846b76 USB: usbtmc: fix DMA on stack by Oliver Neukum · 11 years ago
  93. d1b7810 USB: cdc-acm: use BIT macro by Oliver Neukum · 11 years ago
  94. 0943d8e USB: cdc-acm: use tty-port dtr_rts by Johan Hovold · 11 years ago
  95. 308fee1 USB: cdc-acm: remove redundant usb_mark_last_busy by Johan Hovold · 11 years ago
  96. 4a8ee50 USB: cdc-acm: do not update PM busy on read errors by Johan Hovold · 11 years ago
  97. b1d42ef USB: cdc-acm: minimise no-suspend window during shutdown by Johan Hovold · 11 years ago
  98. 89e54e4 USB: cdc-acm: remove redundant disconnected test from shutdown by Johan Hovold · 11 years ago
  99. bbf0cb3 USB: cdc-acm: simplify runtime PM locking by Johan Hovold · 11 years ago
  100. 5292afa USB: cdc-acm: fix runtime PM imbalance at shutdown by Johan Hovold · 11 years ago