1. 10c642d USB: serial: remove redundant OOM messages by Johan Hovold · 11 years ago
  2. 4d5147e USB: serial: clean up ioctl debugging by Johan Hovold · 11 years ago
  3. 623c826 USB: pl2303: fix data corruption on termios updates by Johan Hovold · 11 years ago
  4. a313249 USB: pl2303: fixed handling of CS5 setting by Colin Leitner · 11 years ago
  5. 54dc579 Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type" by Greg Kroah-Hartman · 11 years ago
  6. 1796a228 Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  7. 7e12a6fc Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  8. 336b9da Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates" by Greg Kroah-Hartman · 11 years ago
  9. 692ed4d Revert "usb: pl2303: move the two baud rate encoding methods to separate functions" by Greg Kroah-Hartman · 11 years ago
  10. 92dfe41 Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method" by Greg Kroah-Hartman · 11 years ago
  11. e2afb1d Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips" by Greg Kroah-Hartman · 11 years ago
  12. 233c3dd Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips" by Greg Kroah-Hartman · 11 years ago
  13. 281393a Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()" by Greg Kroah-Hartman · 11 years ago
  14. b52e111 Revert "pl2303: improve the chip type information output on startup" by Greg Kroah-Hartman · 11 years ago
  15. e8bbd5c Revert "pl2303: improve the chip type detection/distinction" by Greg Kroah-Hartman · 11 years ago
  16. 0916919 Revert "USB: pl2303: distinguish between original and cloned HX chips" by Greg Kroah-Hartman · 11 years ago
  17. 7d26a78 USB: pl2303: distinguish between original and cloned HX chips by Frank Schäfer · 11 years ago
  18. 034d152 pl2303: improve the chip type detection/distinction by Frank Schäfer · 11 years ago
  19. a77a8c2 pl2303: improve the chip type information output on startup by Frank Schäfer · 11 years ago
  20. 73b583a pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup() by Frank Schäfer · 11 years ago
  21. c23bda3 usb: pl2303: add two comments concerning the supported baud rates with HX chips by Frank Schäfer · 11 years ago
  22. 61fa8d6 usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips by Frank Schäfer · 11 years ago
  23. b5c16c6 usb: pl2303: increase the allowed baud rate range for the divisor based encoding method by Frank Schäfer · 11 years ago
  24. e917ba0 usb: pl2303: move the two baud rate encoding methods to separate functions by Frank Schäfer · 11 years ago
  25. b9208c7 usb: pl2303: remove 500000 baud from the list of standard baud rates by Frank Schäfer · 11 years ago
  26. 75417d9 usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method by Frank Schäfer · 11 years ago
  27. 57ce61a usb: pl2303: fix+improve the divsor based baud rate encoding method by Frank Schäfer · 11 years ago
  28. b8bdad6 USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type by Frank Schäfer · 11 years ago
  29. 02f00c4 USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chips by Frank Schäfer · 11 years ago
  30. 3ba19fe USB: pl2303: remove debugging noise by Johan Hovold · 11 years ago
  31. 87265b4 USB: pl2303: clean up set_termios by Johan Hovold · 11 years ago
  32. b2d6d98 USB: pl2303: clean up baud-rate handling by Johan Hovold · 11 years ago
  33. 15e7cea USB: pl2303: refactor baud-rate handling by Johan Hovold · 11 years ago
  34. d7be622 USB: serial: set drain delay at port probe by Johan Hovold · 11 years ago
  35. e5b1e20 USB: serial: make minor allocation dynamic by Greg Kroah-Hartman · 11 years ago
  36. 1508124 Merge 3.10-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  37. 1143832 USB: serial: ports: add minor and port number by Greg Kroah-Hartman · 11 years ago
  38. 2d8f444 USB: pl2303: fix device initialisation at open by Johan Hovold · 11 years ago
  39. 0c967e7 USB: serial: pl2303 works at 500kbps by Luca Olivetti · 11 years ago
  40. 715cf92 usb: serial: dump small buffers with help of %*ph by Andy Shevchenko · 11 years ago
  41. 5ddbb26 USB: pl2303: remove disconnect test from tiocmset by Johan Hovold · 12 years ago
  42. aff5b32 USB: pl2303: fix return value of tiocmset by Johan Hovold · 12 years ago
  43. 6d0cad6 USB: pl2303: fix TIOCMIWAIT and disconnect by Johan Hovold · 12 years ago
  44. 824d11b USB: pl2303: add custom tiocmiwait operation by Johan Hovold · 12 years ago
  45. f45d0a5 USB: pl2303: make set_control_lines a port operation by Johan Hovold · 12 years ago
  46. 7b5789a USB: pl2303: use interface device for debug by Johan Hovold · 12 years ago
  47. 40509ca9 USB: pl2303: fix use-after-free in TIOCMIWAIT by Johan Hovold · 12 years ago
  48. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  49. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  50. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 12 years ago
  51. 8bf769e USB: pl2303: fix port-data memory leak by Johan Hovold · 12 years ago
  52. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  53. 8c3b8f0 USB: Serial: pl2303.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  54. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  55. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  56. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  57. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  58. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  59. c7f3619 usb-serial: clean up unneeded PM-related fields by Alan Stern · 12 years ago
  60. d8789b2 USB: serial: pl2303: convert dbg() calls to dev_dbg() by Greg Kroah-Hartman · 12 years ago
  61. 729be47 USB: pl2303: remove unused define by Johan Hovold · 12 years ago
  62. 6f1efd6 USB: pl2303: fix abuse of interface data by Johan Hovold · 12 years ago
  63. ce5c985 USB: pl2303: fix DTR/RTS being raised on baud rate change by Johan Hovold · 13 years ago
  64. d1cddb4 USB: create module_usb_serial_driver macro by Greg KH · 13 years ago
  65. f667dda usb-serial: use new registration API in [n-p]* drivers by Alan Stern · 13 years ago
  66. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  67. 47b6495 Merge 3.2-rc3 into usb-linus by Greg Kroah-Hartman · 13 years ago
  68. f5230a5 USB: pl2303: use usb_serial_generic_open by Johan Hovold · 13 years ago
  69. d4691c3 USB: pl2302: clean up error handling in open by Johan Hovold · 13 years ago
  70. db6e918 USB: pl2303: return errors from usb_submit_urb in open by Johan Hovold · 13 years ago
  71. 0c16595 USB: serial: pl2303: rm duplicate id by wangyanqing · 13 years ago
  72. 598f0b7 USB: pl2303: add id for SMART device by Eric Benoit · 13 years ago
  73. 55a4626 USB: pl2303: remove unreachable code by Michał Sroczyński · 13 years ago
  74. 026dfaf USB: serial: add IDs for WinChipHead USB->RS232 adapter by Wolfgang Denk · 13 years ago
  75. 8d48fdf USB: PL2303: correctly handle baudrates above 115200 by Michał Sroczyński · 13 years ago
  76. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 14 years ago
  77. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  78. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  79. d14fc1a USB: serial: handle Data Carrier Detect changes by Libor Pechacek · 14 years ago
  80. 96a3e79 drivers: update to pl2303 usb-serial to support Motorola cables by Dario Lombardo · 14 years ago
  81. 2637d13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  82. f36ecd5 USB: pl2303: New vendor and product id by Jef Driesen · 14 years ago
  83. 6ee9f4b USB: drop tty argument from usb_serial_handle_sysrq_char() by Dmitry Torokhov · 14 years ago
  84. d45cc8d USB: pl2303: use tty_insert_flip_string_fixed_flag by Johan Hovold · 14 years ago
  85. 8b0127b USB: pl2303: use generic close by Johan Hovold · 15 years ago
  86. 684c6e3 USB: pl2303: switch to generic write implementation by Johan Hovold · 15 years ago
  87. f08e07a USB: pl2303: switch to generic read implementation by Johan Hovold · 15 years ago
  88. 7919c2f USB: pl2303: increase bulk-in buffer size to 256 byte by Johan Hovold · 15 years ago
  89. 3efeaff USB: pl2303: increase the bulk-out buffer size to 256 byte by Johan Hovold · 15 years ago
  90. bd5afa9 usb-serial: Use tty_port version console instead of usb_serial_port by Jason Wessel · 15 years ago
  91. 18344a1 USB: serial: pl2303: Hybrid reader Uniform HCR331 by Simone Contini · 14 years ago
  92. 9a61d72 USB: pl2303: add AdLink ND-6530 USB IDs by Manuel Jander · 15 years ago
  93. 124d255 USB: pl2303: remove unnecessary reset of usb_device in urbs by Johan Hovold · 15 years ago
  94. 67b9946 USB: pl2303: initial TIOCGSERIAL support by John Tsiombikas · 15 years ago
  95. 1f87158 USB: remove references to port->port.count from the serial drivers by Alan Stern · 15 years ago
  96. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 15 years ago
  97. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  98. 9388e2e USB: pl2303: fix error characters not being reported to ldisc by Johan Hovold · 15 years ago
  99. 29cf1b7 USB-serial: pl2303: use 1.5 instead of 2 stop bits with 5 data bits by Frank Schaefer · 15 years ago
  100. 6dd81b4 USB-serial: pl2303: add space/mark parity by Frank Schaefer · 15 years ago