1. f563926 usb: cdc-wdm: resp_count can be 0 even if WDM_READ is set by Bjørn Mork · 11 years ago
  2. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  3. 99f14bd4 Merge 3.13-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  4. 8dd5cd5 usb: cdc-wdm: avoid hanging on zero length reads by Bjørn Mork · 11 years ago
  5. d59abb9 Merge branch 3.13-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  6. 4144bc8 usb: cdc-wdm: manage_power should always set needs_remote_wakeup by Bjørn Mork · 11 years ago
  7. 3b59d16 USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem by David Cluytens · 11 years ago
  8. 8fdbeb2 cdc-acm: fix power management in ioctl by Oliver Neukum · 11 years ago
  9. 797ef13 cdc-acm: add TIOCGICOUNT by Oliver Neukum · 11 years ago
  10. 5a6a62b cdc-acm: add TIOCMIWAIT by Oliver Neukum · 11 years ago
  11. 9983d6d usb: cdc-wdm: ignore speed change notifications by Bjørn Mork · 11 years ago
  12. 73e0686 USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifications by Greg Suarez · 11 years ago
  13. 2a6eb8a USB: usbtmc: fix up attribute permissions by Greg Kroah-Hartman · 11 years ago
  14. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  15. 6dd433e USB: cdc-wdm: fix race between interrupt handler and tasklet by Oliver Neukum · 11 years ago
  16. c786138 USB: usbtmc: fix big-endian probe of Rigol devices by Johan Hovold · 11 years ago
  17. e6c7efd usbtmc: convert to devm_kzalloc by Andy Shevchenko · 11 years ago
  18. bbf4976 usbtmc: remove redundant braces by Andy Shevchenko · 11 years ago
  19. f4d844c usbtmc: call pr_err instead of plain printk by Andy Shevchenko · 11 years ago
  20. 92f78dd usbtmc: remove trailing spaces by Andy Shevchenko · 11 years ago
  21. d102e78 usb: class: cdc-acm: be careful with bInterval by Felipe Balbi · 11 years ago
  22. 71c2fb0 USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write path by Greg Kroah-Hartman · 11 years ago
  23. 50c9ba3 USB: usbtmc: Change magic number to constant by Alexandre Peixoto Ferreira · 11 years ago
  24. d2ddce3 USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirk by Alexandre Peixoto Ferreira · 11 years ago
  25. c2e3148 USB: usbtmc: Set rigol_quirk if device is listed by Alexandre Peixoto Ferreira · 11 years ago
  26. 88d9b2b USB: usbtmc: TMC request code segregated from usbtmc_read by Alexandre Peixoto Ferreira · 11 years ago
  27. 8402db5 USB: usbtmc: Add flag rigol_quirk to usbtmc_device_data by Alexandre Peixoto Ferreira · 11 years ago
  28. 251df49 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  29. ec25e24 Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  30. ac9e59c USB: usbtmc: remove unnecessary memory allocation by Ming Lei · 11 years ago
  31. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 11 years ago
  32. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  33. 3edce1c USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND by Bjørn Mork · 11 years ago
  34. 2849a3a Merge 3.9-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  35. 23a376f Merge 3.9-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  36. cb25505 USB: cdc-acm: fix device unregistration by Johan Hovold · 11 years ago
  37. c93d819 usb: cdc-acm: fix error handling in acm_probe() by Alexey Khoroshilov · 11 years ago
  38. cf2d950 Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 11 years ago
  39. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  40. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 11 years ago
  41. 688d794 Merge tag 'v3.9-rc3' into next by Dmitry Torokhov · 11 years ago
  42. a4dee9c USB: cdc-acm: Remove obsolete predefined speeds array by Samuel Tardieu · 11 years ago
  43. c0f5ece USB: cdc-wdm: fix buffer overflow by Oliver Neukum · 11 years ago
  44. 1614265 USB: cdc-acm - blacklist IMS PCU device by Dmitry Torokhov · 12 years ago
  45. 9f9cba8 Merge 3.8-rc5 into tty-next by Greg Kroah-Hartman · 12 years ago
  46. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  47. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  48. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  49. 036915a USB: cdc-acm: Add support for "PSC Scanning, Magellan 800i" by Denis N Ladin · 12 years ago
  50. ba2d8ce cdc-acm: implement TIOCSSERIAL to avoid blocking close(2) by Dan Williams · 12 years ago
  51. 301a29d usb: acm: fix the computation of the number of data bits by Nicolas Boullis · 12 years ago
  52. c521118 USB: cdc-acm: fix pipe type of write endpoint by Ming Lei · 12 years ago
  53. e7d491a Add CDC-ACM support for the CX93010-2x UCMxx USB Modem by Jean-Christian de Rivaz · 12 years ago
  54. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  55. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  56. 7ac3c93 Merge 3.6-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  57. 6a44886 USB: cdc-wdm: fix wdm_find_device* return value by Bjørn Mork · 12 years ago
  58. 49b5582 usb: cdc-acm: remove duplicated include from cdc-acm.c by Wei Yongjun · 12 years ago
  59. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  60. 99f347c USB: CDC ACM: Fix NULL pointer dereference by Sven Schnelle · 12 years ago
  61. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  62. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  63. b903bd6 Merge 3.5-rc7 into usb-next by Greg Kroah-Hartman · 12 years ago
  64. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  65. 02f824a USB: class: cdc-acm: Fixed coding style issue. by Jeffrin Jose · 12 years ago
  66. b086b6b USB: cdc-wdm: fix lockup on error in wdm_read by Bjørn Mork · 12 years ago
  67. ff446f2 Merge 3.5-rc3 into usb-next by Greg Kroah-Hartman · 12 years ago
  68. 1a86e15 USB: cdc-wdm: QMI devices are now handled by qmi_wwan by Bjørn Mork · 12 years ago
  69. 6c4707f usb: cdc-acm: fix devices not unthrottled on open by Otto Meta · 12 years ago
  70. de102ef USB: cdc-wdm: Add Vodafone/Huawei K5005 support by Bjørn Mork · 12 years ago
  71. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  72. 6286d85 USB: cdc-wdm: remove from device list on disconnect by Bjørn Mork · 12 years ago
  73. 6b0b79d USB: cdc-wdm: cannot use dev_printk when device is gone by Bjørn Mork · 12 years ago
  74. 616b693 USB: cdc-wdm: poll must return POLLHUP if device is gone by Bjørn Mork · 12 years ago
  75. 6190631 Merge 3.4-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  76. 4f30630 USB: usblp.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  77. 12a98b2 USB: cdc-wdm: cleanup error codes by Oliver Neukum · 12 years ago
  78. 880bca3 USB: cdc-wdm: add debug messages on cleanup by Bjørn Mork · 12 years ago
  79. 2f338c8 USB: cdc-wdm: fix memory leak by Oliver Neukum · 12 years ago
  80. 24a85ba USB: cdc-wdm: sanitize error returns by Oliver Neukum · 12 years ago
  81. 5c22837 USB: cdc-wdm: fix race leading leading to memory corruption by Oliver Neukum · 12 years ago
  82. ed378a5 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  83. 3cc3615 usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support by Bjørn Mork · 12 years ago
  84. b0c1386 usb: cdc-wdm: adding list lookup indirection by Bjørn Mork · 12 years ago
  85. 0dffb48 usb: cdc-wdm: split out reusable parts of probe by Bjørn Mork · 12 years ago
  86. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  87. f8a8c10 USB: cdc-acm, use tty_standard_install by Jiri Slaby · 12 years ago
  88. 18c7572 USB: allow users to run setserial with cdc-acm by Oliver Neukum · 12 years ago
  89. b7a2055 cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied by Ben Hutchings · 13 years ago
  90. 711c68b cdc-wdm: Fix more races on the read path by Ben Hutchings · 13 years ago
  91. 8804420 usb: cdc-wdm: make reset work with blocking IO by Bjørn Mork · 13 years ago
  92. 7483948 Merge tag 'usb-3.3-rc3' into usb-next by Greg Kroah-Hartman · 13 years ago
  93. fec67b4 usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems by Bjørn Mork · 13 years ago
  94. 820c629 USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" names by Bjørn Mork · 13 years ago
  95. 7e3054a USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 13 years ago
  96. 15699e6 USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 13 years ago
  97. 8143a89 USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variable by Bjørn Mork · 13 years ago
  98. 8457d99 USB: cdc-wdm: no need to use usb_alloc_coherent by Bjørn Mork · 13 years ago
  99. cafbe85 USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core by Bjørn Mork · 13 years ago
  100. 19b85b3 USB: cdc-wdm: no need to fill the in request URB every time it's submitted by Bjørn Mork · 13 years ago