1. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  2. f8a8c10 USB: cdc-acm, use tty_standard_install by Jiri Slaby · 12 years ago
  3. 15699e6 USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 13 years ago
  4. 655e247 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
  5. 62aaf24 USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal by Bjørn Mork · 13 years ago
  6. e8537bd USB: cdc-wdm: use two mutexes to allow simultaneous read and write by Bjørn Mork · 13 years ago
  7. c428b70 USB: cdc-wdm: updating desc->length must be protected by spin_lock by Bjørn Mork · 13 years ago
  8. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  9. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  10. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  11. e7c8e86 drivers/usb/class/cdc-acm.c: clear dangling pointer by Julia Lawall · 13 years ago
  12. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  13. 6abff5d USB: cdc-acm: add IDs for Motorola H24 HSPA USB module. by Krzysztof Hałasa · 13 years ago
  14. 99823f4 usb: cdc-acm: Kill ACM_READY() macro completely by Havard Skinnemoen · 13 years ago
  15. 7fb57a0 USB: cdc-acm: Fix potential deadlock (lockdep warning) by Havard Skinnemoen · 13 years ago
  16. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  17. 5dc2470 USB: cdc-acm: Fix disconnect() vs close() race by Havard Skinnemoen · 13 years ago
  18. 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
  19. 65e52f4 usb: cdc-acm: Owen SI-30 support by Denis Pershin · 13 years ago
  20. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  21. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  22. 4f1a7a3 USB: assign instead of equal in usbtmc.c by Maxim Nikulin · 13 years ago
  23. 305e7be usb/class: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  24. 4061fde USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7 by Toby Gray · 13 years ago
  25. fd5054c USB: cdc_acm: Fix oops when Droids MuIn LCD is connected by Erik Slagter · 13 years ago
  26. d771d8a USB: cdc-wdm: reset handling according to new requirements by Oliver Neukum · 13 years ago
  27. 088c64f USB: cdc-acm: re-write read processing by Johan Hovold · 13 years ago
  28. 74f5e1b USB: cdc-acm: clean up read urb allocation by Johan Hovold · 13 years ago
  29. 94d4c89 USB: cdc-acm: clean up open error handling by Johan Hovold · 13 years ago
  30. dab54c9 USB: cdc-acm: clean up rx_buflimit references by Johan Hovold · 13 years ago
  31. 6fb6b88 USB: cdc-acm: remove unused drain-delay code by Johan Hovold · 13 years ago
  32. 3a42610 USB: cdc-acm: remove superfluous prototype by Johan Hovold · 13 years ago
  33. a2c7b93 USB: cdc-acm: remove version information and changelog by Johan Hovold · 13 years ago
  34. 5e9e75f USB: cdc-acm: use dev_vdbg in read/write paths by Johan Hovold · 13 years ago
  35. 4fa4626 USB: cdc-acm: clean up verbose debug by Johan Hovold · 13 years ago
  36. a5cc7ef USB: cdc-acm: replace dbg macros with dev_dbg by Johan Hovold · 13 years ago
  37. 1d9846e USB: cdc-acm: clean up dev_err and dev_dbg by Johan Hovold · 13 years ago
  38. 255ab56 USB: cdc-acm: use dev_err to report failed allocations by Johan Hovold · 13 years ago
  39. 59d7fec USB: cdc-acm: add missing newlines to dev_dbg and dev_err by Johan Hovold · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. 7e7797e USB: cdc-acm: fix potential null-pointer dereference on disconnect by Johan Hovold · 13 years ago
  42. 15e5bee USB: cdc-acm: fix potential null-pointer dereference by Johan Hovold · 13 years ago
  43. 23b8055 USB: cdc-acm: fix memory corruption / panic by Johan Hovold · 13 years ago
  44. 878b753e USB: Fix 'bad dma' problem on WDM device disconnect by Robert Lukassen · 13 years ago
  45. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  46. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  47. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  48. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  49. 721d92f USB: cdc-acm: Adding second ACM channel support for Nokia N8 by Arvid Ephraim Picciani · 14 years ago
  50. 0cdfb81 USB: cdc-wdm: fix misuse of logical operation in place of bitop by David Sterba · 14 years ago
  51. 5cc1035 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  52. 7893afc USB: cdc-acm: fix code indentation by Otavio Salvador · 14 years ago
  53. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  54. 577045c USB: cdc-acm: Fixing crash when ACM probing interfaces with no endpoint descriptors. by Toby Gray · 14 years ago
  55. 5b239f0 USB: cdc-acm: Add pseudo modem without AT command capabilities by Philippe Corbes · 14 years ago
  56. 4035e45 USB: cdc-acm: Adding second ACM channel support for various Nokia and one Samsung phones by Toby Gray · 14 years ago
  57. 9895850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  58. 916de02 USB: usblp: fixed switch, brace, whitespace and spacing coding style issues by Nicolas Kaiser · 14 years ago
  59. 4e60867 cdc-acm: remove dead code by Arnd Bergmann · 14 years ago
  60. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  61. 83a4eae9 USB: Expose vendor-specific ACM channel on Nokia 5230 by Przemo Firszt · 14 years ago
  62. a253129 update email address by Pavel Machek · 14 years ago
  63. c2572b7 USB: cdc-acm: fix resource reclaim in error path of acm_probe by Axel Lin · 14 years ago
  64. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  65. fa4dc36 USB: cdc-acm: make bitfields unsigned by Randy Dunlap · 14 years ago
  66. c3baa19 USB: cdc-acm: add another device quirk by Russ Nelson · 14 years ago
  67. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  68. 338124c usb: cdc-wdm: Fix deadlock between write and resume by Oliver Neukum · 14 years ago
  69. d93d16e usb: cdc-wdm: Fix order in disconnect and fix locking by Oliver Neukum · 14 years ago
  70. 62e6685 usb: cdc-wdm:Fix loss of data due to autosuspend by Oliver Neukum · 14 years ago
  71. beb1d35 usb: cdc-wdm: Fix submission of URB after suspension by Oliver Neukum · 14 years ago
  72. d855fe2 usb: cdc-wdm: Fix race between disconnect and debug messages by Oliver Neukum · 14 years ago
  73. 922a5ea usb: cdc-wdm: Fix race between autosuspend and reading from the device by Oliver Neukum · 14 years ago
  74. 860e41a usb: cdc-wdm: Fix race between write and disconnect by Oliver Neukum · 14 years ago
  75. f073092 USB: cdc-acm: Fix stupid NULL pointer in resume() by Oliver Neukum · 14 years ago
  76. b6a2f10 USB: tty: kill request_room for USB ACM class by Alan Cox · 14 years ago
  77. 2b626dc USB: cdc-acm: fix possible deadlock with multiple openers by Oliver Neukum · 15 years ago
  78. 94015f6 USB: BKL removal: cdc-wdm by Oliver Neukum · 15 years ago
  79. 0022457 USB: BKL removal: usbtmc by Oliver Neukum · 15 years ago
  80. c8b492a usb: BKL removal: usblp by Oliver Neukum · 15 years ago
  81. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  82. 6ef4852 USB class: make USB device id constant by Németh Márton · 15 years ago
  83. 3a90f81 USB: usblp: Remove checks no longer needed with the new runtime PM system by Oliver Neukum · 15 years ago
  84. ce12664 USB: cdc_acm: Silence "It is not a modem." error for pbLua devices by Julian Calaby · 15 years ago
  85. 7c5d8c3 USB: cdc_acm: Add support for pbLua console port by Julian Calaby · 15 years ago
  86. 97d35f9 USB: cdc-acm: Update to new autopm API by Oliver Neukum · 15 years ago
  87. a91b0c5 cdc_acm: add reset_resume method by Francesco Lavra · 15 years ago
  88. 3342ecd USB: usbtmc: Use usb_clear_halt() instead of custom code. by Sarah Sharp · 15 years ago
  89. ec412b9 USB: usbtmc: repeat usb_bulk_msg until whole message is transfered by Andre Herms · 15 years ago
  90. c1479a9 USB: Exposing second ACM channel as tty for Nokia S60 phones. by Adrian Taylor · 15 years ago
  91. dca8cd0 USB: usbtmc: minor formatting cleanups by Oliver Neukum · 15 years ago
  92. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  93. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  94. 051522b USB: cdc_acm: Fix memory leak after hangup by Francesco Lavra · 15 years ago
  95. 18a77b5 USB: cdc_acm: Fix race condition when opening tty by Henry Gebhardt · 15 years ago
  96. 35f76e89 USB: usbtmc: fix timeout increase by Gergely Imreh · 15 years ago
  97. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  98. d0a3836 USB: fix USBTMC get_capabilities success handling by Gergely Imreh · 15 years ago
  99. 4143d17 USB: usbtmc: correct termination condition for reads. by Steve Holland · 15 years ago
  100. 92d07e42 USB: usbtmc: inhibit corruption by Steve Holland · 15 years ago