1. 301a29d usb: acm: fix the computation of the number of data bits by Nicolas Boullis · 12 years ago
  2. c521118 USB: cdc-acm: fix pipe type of write endpoint by Ming Lei · 12 years ago
  3. e7d491a Add CDC-ACM support for the CX93010-2x UCMxx USB Modem by Jean-Christian de Rivaz · 12 years ago
  4. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  5. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  6. 7ac3c93 Merge 3.6-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  7. 6a44886 USB: cdc-wdm: fix wdm_find_device* return value by Bjørn Mork · 12 years ago
  8. 49b5582 usb: cdc-acm: remove duplicated include from cdc-acm.c by Wei Yongjun · 12 years ago
  9. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  10. 99f347c USB: CDC ACM: Fix NULL pointer dereference by Sven Schnelle · 12 years ago
  11. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  12. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  13. b903bd6 Merge 3.5-rc7 into usb-next by Greg Kroah-Hartman · 12 years ago
  14. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  15. 02f824a USB: class: cdc-acm: Fixed coding style issue. by Jeffrin Jose · 12 years ago
  16. b086b6b USB: cdc-wdm: fix lockup on error in wdm_read by Bjørn Mork · 12 years ago
  17. ff446f2 Merge 3.5-rc3 into usb-next by Greg Kroah-Hartman · 12 years ago
  18. 1a86e15 USB: cdc-wdm: QMI devices are now handled by qmi_wwan by Bjørn Mork · 12 years ago
  19. 6c4707f usb: cdc-acm: fix devices not unthrottled on open by Otto Meta · 12 years ago
  20. de102ef USB: cdc-wdm: Add Vodafone/Huawei K5005 support by Bjørn Mork · 12 years ago
  21. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  22. 6286d85 USB: cdc-wdm: remove from device list on disconnect by Bjørn Mork · 12 years ago
  23. 6b0b79d USB: cdc-wdm: cannot use dev_printk when device is gone by Bjørn Mork · 12 years ago
  24. 616b693 USB: cdc-wdm: poll must return POLLHUP if device is gone by Bjørn Mork · 12 years ago
  25. 6190631 Merge 3.4-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  26. 4f30630 USB: usblp.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  27. 12a98b2 USB: cdc-wdm: cleanup error codes by Oliver Neukum · 12 years ago
  28. 880bca3 USB: cdc-wdm: add debug messages on cleanup by Bjørn Mork · 12 years ago
  29. 2f338c8 USB: cdc-wdm: fix memory leak by Oliver Neukum · 12 years ago
  30. 24a85ba USB: cdc-wdm: sanitize error returns by Oliver Neukum · 12 years ago
  31. 5c22837 USB: cdc-wdm: fix race leading leading to memory corruption by Oliver Neukum · 12 years ago
  32. ed378a5 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  33. 3cc3615 usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support by Bjørn Mork · 12 years ago
  34. b0c1386 usb: cdc-wdm: adding list lookup indirection by Bjørn Mork · 12 years ago
  35. 0dffb48 usb: cdc-wdm: split out reusable parts of probe by Bjørn Mork · 12 years ago
  36. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  37. f8a8c10 USB: cdc-acm, use tty_standard_install by Jiri Slaby · 12 years ago
  38. 18c7572 USB: allow users to run setserial with cdc-acm by Oliver Neukum · 12 years ago
  39. b7a2055 cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied by Ben Hutchings · 12 years ago
  40. 711c68b cdc-wdm: Fix more races on the read path by Ben Hutchings · 12 years ago
  41. 8804420 usb: cdc-wdm: make reset work with blocking IO by Bjørn Mork · 12 years ago
  42. 7483948 Merge tag 'usb-3.3-rc3' into usb-next by Greg Kroah-Hartman · 12 years ago
  43. fec67b4 usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems by Bjørn Mork · 12 years ago
  44. 820c629 USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" names by Bjørn Mork · 12 years ago
  45. 7e3054a USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 12 years ago
  46. 15699e6 USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 12 years ago
  47. 8143a89 USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variable by Bjørn Mork · 12 years ago
  48. 8457d99 USB: cdc-wdm: no need to use usb_alloc_coherent by Bjørn Mork · 12 years ago
  49. cafbe85 USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core by Bjørn Mork · 12 years ago
  50. 19b85b3 USB: cdc-wdm: no need to fill the in request URB every time it's submitted by Bjørn Mork · 12 years ago
  51. 655e247 USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core by Bjørn Mork · 12 years ago
  52. 62aaf24 USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal by Bjørn Mork · 12 years ago
  53. e8537bd USB: cdc-wdm: use two mutexes to allow simultaneous read and write by Bjørn Mork · 12 years ago
  54. c428b70 USB: cdc-wdm: updating desc->length must be protected by spin_lock by Bjørn Mork · 12 years ago
  55. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  56. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  57. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  58. e7c8e86 drivers/usb/class/cdc-acm.c: clear dangling pointer by Julia Lawall · 13 years ago
  59. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  60. 6abff5d USB: cdc-acm: add IDs for Motorola H24 HSPA USB module. by Krzysztof Hałasa · 13 years ago
  61. 99823f4 usb: cdc-acm: Kill ACM_READY() macro completely by Havard Skinnemoen · 13 years ago
  62. 7fb57a0 USB: cdc-acm: Fix potential deadlock (lockdep warning) by Havard Skinnemoen · 13 years ago
  63. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  64. 5dc2470 USB: cdc-acm: Fix disconnect() vs close() race by Havard Skinnemoen · 13 years ago
  65. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  66. 65e52f4 usb: cdc-acm: Owen SI-30 support by Denis Pershin · 13 years ago
  67. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  68. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  69. 4f1a7a3 USB: assign instead of equal in usbtmc.c by Maxim Nikulin · 13 years ago
  70. 305e7be usb/class: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  71. 4061fde USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7 by Toby Gray · 13 years ago
  72. fd5054c USB: cdc_acm: Fix oops when Droids MuIn LCD is connected by Erik Slagter · 13 years ago
  73. d771d8a USB: cdc-wdm: reset handling according to new requirements by Oliver Neukum · 13 years ago
  74. 088c64f USB: cdc-acm: re-write read processing by Johan Hovold · 13 years ago
  75. 74f5e1b USB: cdc-acm: clean up read urb allocation by Johan Hovold · 13 years ago
  76. 94d4c89 USB: cdc-acm: clean up open error handling by Johan Hovold · 13 years ago
  77. dab54c9 USB: cdc-acm: clean up rx_buflimit references by Johan Hovold · 13 years ago
  78. 6fb6b88 USB: cdc-acm: remove unused drain-delay code by Johan Hovold · 13 years ago
  79. 3a42610 USB: cdc-acm: remove superfluous prototype by Johan Hovold · 13 years ago
  80. a2c7b93 USB: cdc-acm: remove version information and changelog by Johan Hovold · 13 years ago
  81. 5e9e75f USB: cdc-acm: use dev_vdbg in read/write paths by Johan Hovold · 13 years ago
  82. 4fa4626 USB: cdc-acm: clean up verbose debug by Johan Hovold · 13 years ago
  83. a5cc7ef USB: cdc-acm: replace dbg macros with dev_dbg by Johan Hovold · 13 years ago
  84. 1d9846e USB: cdc-acm: clean up dev_err and dev_dbg by Johan Hovold · 13 years ago
  85. 255ab56 USB: cdc-acm: use dev_err to report failed allocations by Johan Hovold · 13 years ago
  86. 59d7fec USB: cdc-acm: add missing newlines to dev_dbg and dev_err by Johan Hovold · 13 years ago
  87. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  88. 7e7797e USB: cdc-acm: fix potential null-pointer dereference on disconnect by Johan Hovold · 13 years ago
  89. 15e5bee USB: cdc-acm: fix potential null-pointer dereference by Johan Hovold · 13 years ago
  90. 23b8055 USB: cdc-acm: fix memory corruption / panic by Johan Hovold · 13 years ago
  91. 878b753e USB: Fix 'bad dma' problem on WDM device disconnect by Robert Lukassen · 13 years ago
  92. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  93. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  94. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  95. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  96. 721d92f USB: cdc-acm: Adding second ACM channel support for Nokia N8 by Arvid Ephraim Picciani · 13 years ago
  97. 0cdfb81 USB: cdc-wdm: fix misuse of logical operation in place of bitop by David Sterba · 14 years ago
  98. 5cc1035 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  99. 7893afc USB: cdc-acm: fix code indentation by Otavio Salvador · 14 years ago
  100. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago