1. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 14 years ago
  2. ed378a52 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 14 years ago
  3. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 14 years ago
  4. f8a8c10 USB: cdc-acm, use tty_standard_install by Jiri Slaby · 14 years ago
  5. 18c7572 USB: allow users to run setserial with cdc-acm by Oliver Neukum · 14 years ago
  6. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 14 years ago
  7. e7c8e86 drivers/usb/class/cdc-acm.c: clear dangling pointer by Julia Lawall · 14 years ago
  8. 6abff5d USB: cdc-acm: add IDs for Motorola H24 HSPA USB module. by Krzysztof Hałasa · 14 years ago
  9. 99823f4 usb: cdc-acm: Kill ACM_READY() macro completely by Havard Skinnemoen · 14 years ago
  10. 7fb57a0 USB: cdc-acm: Fix potential deadlock (lockdep warning) by Havard Skinnemoen · 14 years ago
  11. 5dc2470 USB: cdc-acm: Fix disconnect() vs close() race by Havard Skinnemoen · 15 years ago
  12. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
  13. 65e52f4 usb: cdc-acm: Owen SI-30 support by Denis Pershin · 15 years ago
  14. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 15 years ago
  15. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 15 years ago
  16. 4061fde USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7 by Toby Gray · 15 years ago
  17. fd5054c USB: cdc_acm: Fix oops when Droids MuIn LCD is connected by Erik Slagter · 15 years ago
  18. 088c64f USB: cdc-acm: re-write read processing by Johan Hovold · 15 years ago
  19. 74f5e1b USB: cdc-acm: clean up read urb allocation by Johan Hovold · 15 years ago
  20. 94d4c89 USB: cdc-acm: clean up open error handling by Johan Hovold · 15 years ago
  21. dab54c9 USB: cdc-acm: clean up rx_buflimit references by Johan Hovold · 15 years ago
  22. 6fb6b88 USB: cdc-acm: remove unused drain-delay code by Johan Hovold · 15 years ago
  23. 3a42610 USB: cdc-acm: remove superfluous prototype by Johan Hovold · 15 years ago
  24. a2c7b93 USB: cdc-acm: remove version information and changelog by Johan Hovold · 15 years ago
  25. 5e9e75f USB: cdc-acm: use dev_vdbg in read/write paths by Johan Hovold · 15 years ago
  26. 4fa4626 USB: cdc-acm: clean up verbose debug by Johan Hovold · 15 years ago
  27. a5cc7ef USB: cdc-acm: replace dbg macros with dev_dbg by Johan Hovold · 15 years ago
  28. 1d9846e USB: cdc-acm: clean up dev_err and dev_dbg by Johan Hovold · 15 years ago
  29. 255ab56 USB: cdc-acm: use dev_err to report failed allocations by Johan Hovold · 15 years ago
  30. 59d7fec USB: cdc-acm: add missing newlines to dev_dbg and dev_err by Johan Hovold · 15 years ago
  31. 7e7797e USB: cdc-acm: fix potential null-pointer dereference on disconnect by Johan Hovold · 15 years ago
  32. 15e5bee USB: cdc-acm: fix potential null-pointer dereference by Johan Hovold · 15 years ago
  33. 23b8055 USB: cdc-acm: fix memory corruption / panic by Johan Hovold · 15 years ago
  34. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 15 years ago
  35. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 15 years ago
  36. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 15 years ago
  37. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 15 years ago
  38. 721d92f USB: cdc-acm: Adding second ACM channel support for Nokia N8 by Arvid Ephraim Picciani · 15 years ago
  39. 7893afc USB: cdc-acm: fix code indentation by Otavio Salvador · 16 years ago
  40. 577045c USB: cdc-acm: Fixing crash when ACM probing interfaces with no endpoint descriptors. by Toby Gray · 16 years ago
  41. 5b239f0 USB: cdc-acm: Add pseudo modem without AT command capabilities by Philippe Corbes · 16 years ago
  42. 4035e45 USB: cdc-acm: Adding second ACM channel support for various Nokia and one Samsung phones by Toby Gray · 16 years ago
  43. 4e60867 cdc-acm: remove dead code by Arnd Bergmann · 16 years ago
  44. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 16 years ago
  45. 83a4eae USB: Expose vendor-specific ACM channel on Nokia 5230 by Przemo Firszt · 16 years ago
  46. a253129 update email address by Pavel Machek · 16 years ago
  47. c2572b7 USB: cdc-acm: fix resource reclaim in error path of acm_probe by Axel Lin · 16 years ago
  48. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 16 years ago
  49. c3baa19 USB: cdc-acm: add another device quirk by Russ Nelson · 16 years ago
  50. f073092 USB: cdc-acm: Fix stupid NULL pointer in resume() by Oliver Neukum · 16 years ago
  51. b6a2f10 USB: tty: kill request_room for USB ACM class by Alan Cox · 16 years ago
  52. 2b626dc USB: cdc-acm: fix possible deadlock with multiple openers by Oliver Neukum · 16 years ago
  53. 6ef4852 USB class: make USB device id constant by Németh Márton · 16 years ago
  54. ce12664 USB: cdc_acm: Silence "It is not a modem." error for pbLua devices by Julian Calaby · 16 years ago
  55. 7c5d8c3 USB: cdc_acm: Add support for pbLua console port by Julian Calaby · 16 years ago
  56. 97d35f9 USB: cdc-acm: Update to new autopm API by Oliver Neukum · 16 years ago
  57. a91b0c5 cdc_acm: add reset_resume method by Francesco Lavra · 16 years ago
  58. c1479a9 USB: Exposing second ACM channel as tty for Nokia S60 phones. by Adrian Taylor · 16 years ago
  59. 051522b USB: cdc_acm: Fix memory leak after hangup by Francesco Lavra · 17 years ago
  60. 18a77b5 USB: cdc_acm: Fix race condition when opening tty by Henry Gebhardt · 17 years ago
  61. 7af25b4 USB: fix cdc-acm regression in open by Oliver Neukum · 17 years ago
  62. 9b80fee cdc_acm: Fix to use modern speed interfaces by Alan Cox · 17 years ago
  63. cf7fdd5 USB: fix oops on disconnect in cdc-acm by Oliver Neukum · 17 years ago
  64. 23198fd tty: fix chars_in_buffers by Alan Cox · 17 years ago
  65. 5186ffe USB: cdc-acm: work around some broken devices by Arseniy Lartsev · 17 years ago
  66. 922b135 acm: Fix oops when closing ACM tty device right after open has failed. by Thadeu Lima de Souza Cascardo · 17 years ago
  67. 42dd2aa acm: Return ENODEV instead of EINVAL when trying to open ACM device. by Thadeu Lima de Souza Cascardo · 17 years ago
  68. 1f17c50 USB: cdc-acm: quirk for Alcatel OT-I650 by Kir Kolyshkin · 17 years ago
  69. a2bfb4a USB: support for cdc-acm of single interface devices by Oliver Neukum · 17 years ago
  70. 6e47e06 tty: Clean up the ACM driver to CodingStyle by Alan Cox · 17 years ago
  71. 10077d4 tty: cdc_acm add krefs by Alan Cox · 17 years ago
  72. 739e028 tty: Update cdc_acm by Alan Cox · 17 years ago
  73. cab98a0 USB: Yet another Conexant Clone to add to cdc-acm.c by Xiao Kaijian · 17 years ago
  74. 7a9a65c cdc-acm: Fix long standing abuse of tty->low_latency by Alan Cox · 17 years ago
  75. 7abcf20 cdc-acm: zydas 1602 identifier needed by Alan Cox · 17 years ago
  76. e766aeb usb: Auto-load cdc_acm module when device opened. by Scott James Remnant · 17 years ago
  77. c332b4e USB: Quirk for Hummingbird huc56s / Conexant ACM modem by Adam Richter · 17 years ago
  78. 155df65 USB: cdc-acm: add usb id for motomagx phones by Dmitriy Taychenachev · 17 years ago
  79. 2057ac8 USB: cdc-acm.c: remove duplicate lines for MTK gps support by James Treacy · 17 years ago
  80. c89c60e USB: cdc-acm: Add another conexant modem to the quirks by Alan Cox · 17 years ago
  81. 0f9c7b4 USB: CDC-ACM quirk for MTK GPS by Andrew Lunn · 17 years ago
  82. 837d842 USB: cdc-acm: support some gps data loggers by James A. Treacy · 17 years ago
  83. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 17 years ago
  84. ad0b65e USB: cdc-acm.c: fix recursive lock in acm_start_wb error path by Brandon Philips · 18 years ago
  85. a496c64 USB: fix memory leak in cdc-acm by Oliver Neukum · 18 years ago
  86. 9908a32e9 USB: remove err() macro from usb class drivers by Greg Kroah-Hartman · 18 years ago
  87. 5909f6e USB: remove info() macro from remaining usb drivers by Greg Kroah-Hartman · 18 years ago
  88. 74573ee USB: cdc-acm: don't unlock acm->mutex on error path by Alexey Dobriyan · 18 years ago
  89. c8fd2c3 USB: cdc-acm: quirk for Conexant CX93010 USB modem by Eric Sandeen · 18 years ago
  90. e5fbab5 usb: cdc-acm: drain writes on close by David Brownell · 18 years ago
  91. 934da46 usb: cdc-acm: stop dropping tx buffers by David Brownell · 18 years ago
  92. 672c4e1 usb: cdc-acm: bugfix release() by David Brownell · 18 years ago
  93. 81eb8ad USB: cdc-acm.c: Fix compile warnings by Takashi Iwai · 18 years ago
  94. 9e98966 tty: rework break handling by Alan Cox · 18 years ago
  95. 3575858 USB: fix build error in cdc-acm for CONFIG_PM=n by Oliver Neukum · 18 years ago
  96. 830f402 USB: fix disconnect bug in cdc-acm by Oliver Neukum · 18 years ago
  97. 11ea859 USB: additional power savings for cdc-acm devices that support remote wakeup by Oliver Neukum · 18 years ago
  98. 4b828abe USB: fix cdc-acm resume() by Oliver Neukum · 18 years ago
  99. 6149ed5 USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm by Iain McFarlane · 18 years ago
  100. a5abdea usb: use get/put_unaligned_* helpers by Harvey Harrison · 18 years ago