1. a07410b USB: serial: pl2303: add device-id for HP LD381 by Scott Chen · 4 years, 3 months ago
  2. 1a77112 USB: serial: pl2303: add Allied Telesis VT-Kit3 by Chris Packham · 5 years ago
  3. efccd43 USB: serial: pl2303: add new PID to support PL2303TB by Charles Yeh · 5 years ago
  4. f3e8dfa USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displays by Scott Chen · 5 years ago
  5. 068cc4a USB: serial: pl2303: new device id for Chilitag by Greg Kroah-Hartman · 6 years ago
  6. 4fd8c36 USB: serial: pl2303: add new ATEN device id by Greg Kroah-Hartman · 7 years ago
  7. 4807725 USB: serial: pl2303: add ATEN device ID by Marcel J.E. Mol · 7 years ago
  8. 69c415e USB: serial: pl2303: fix NULL-deref at open by Johan Hovold · 7 years ago
  9. 49bda21 USB: pl2303: fix baud-rate divisor calculations by Michał Pecio · 9 years ago
  10. 48ef23a USB: pl2303: Remove support for Samsung I330 by Jason A. Donenfeld · 9 years ago
  11. 52772a7 USB: pl2303: disable break on shutdown by Johan Hovold · 9 years ago
  12. 399aa9a USB: pl2303: use divisors for unsupported baud rates by Lauri Hintsala · 10 years ago
  13. 91fcb1c USB: serial: pl2303: add device id for ztek device by Greg KH · 10 years ago
  14. b16c02f USB: pl2303: add ids for Hewlett-Packard HP POS pole displays by Aaron Sanders · 10 years ago
  15. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  16. a4bcb29 USB: pl2303: switch to generic TIOCMIWAIT implementation by Johan Hovold · 10 years ago
  17. dbfd286 USB: pl2303: only wake up MSR queue on changes by Johan Hovold · 10 years ago
  18. 6020c3b USB: pl2303: clean up line-status handling by Johan Hovold · 10 years ago
  19. b693468 USB: pl2303: make type data const by Johan Hovold · 10 years ago
  20. 619c435 USB: pl2303: use C_CMSPAR macro by Johan Hovold · 10 years ago
  21. 5d85045 USB: pl2303: use direct baud-rate encoding when possible by Johan Hovold · 10 years ago
  22. 20b4c78 USB: pl2303: add helper function for direct baud-rate encoding by Johan Hovold · 10 years ago
  23. c82c6d4 USB: pl2303: refactor baud-rate divisor handling by Johan Hovold · 10 years ago
  24. 871996e USB: pl2303: enforce baud-rate limits before lookup by Johan Hovold · 10 years ago
  25. 59afe10 USB: pl2303: refactor baud-rate table lookup by Johan Hovold · 10 years ago
  26. 7981682 USB: pl2303: rename pl2303_encode_baud_rate by Johan Hovold · 10 years ago
  27. 359defd USB: pl2303: add device-type abstraction by Johan Hovold · 10 years ago
  28. 23c6acb USB: pl2303: add quirk for legacy devices by Johan Hovold · 10 years ago
  29. 7f966ac USB: pl2303: clean up type handling by Johan Hovold · 10 years ago
  30. f84ee3b USB: pl2303: use speed_t for baud rates by Johan Hovold · 10 years ago
  31. 228e410 USB: pl2303: add line-status quirk for Siemens phones by Johan Hovold · 10 years ago
  32. 294bb2c USB: pl2303: remove redundant line-request call by Johan Hovold · 10 years ago
  33. 383d19c USB: pl2303: add error handling to line requests by Johan Hovold · 10 years ago
  34. a6ec824 USB: pl2303: add error handling to set_control_lines by Johan Hovold · 10 years ago
  35. 362eb02 USB: pl2303: add error handling to vendor read and write functions by Johan Hovold · 10 years ago
  36. ccfe818 USB: pl2303: clean up driver somewhat by Johan Hovold · 10 years ago
  37. 71c671b USB: pl2303: remove bogus delta_msr_wait wake up by Johan Hovold · 10 years ago
  38. 10c642d USB: serial: remove redundant OOM messages by Johan Hovold · 10 years ago
  39. 4d5147e USB: serial: clean up ioctl debugging by Johan Hovold · 10 years ago
  40. 623c826 USB: pl2303: fix data corruption on termios updates by Johan Hovold · 10 years ago
  41. a313249 USB: pl2303: fixed handling of CS5 setting by Colin Leitner · 11 years ago
  42. 54dc579 Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type" by Greg Kroah-Hartman · 11 years ago
  43. 1796a228 Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  44. 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
  45. 336b9da Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates" by Greg Kroah-Hartman · 11 years ago
  46. 692ed4d Revert "usb: pl2303: move the two baud rate encoding methods to separate functions" by Greg Kroah-Hartman · 11 years ago
  47. 92dfe41 Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method" by Greg Kroah-Hartman · 11 years ago
  48. 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
  49. 233c3dd Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips" by Greg Kroah-Hartman · 11 years ago
  50. 281393a Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()" by Greg Kroah-Hartman · 11 years ago
  51. b52e111 Revert "pl2303: improve the chip type information output on startup" by Greg Kroah-Hartman · 11 years ago
  52. e8bbd5c Revert "pl2303: improve the chip type detection/distinction" by Greg Kroah-Hartman · 11 years ago
  53. 0916919 Revert "USB: pl2303: distinguish between original and cloned HX chips" by Greg Kroah-Hartman · 11 years ago
  54. 7d26a78 USB: pl2303: distinguish between original and cloned HX chips by Frank Schäfer · 11 years ago
  55. 034d152 pl2303: improve the chip type detection/distinction by Frank Schäfer · 11 years ago
  56. a77a8c2 pl2303: improve the chip type information output on startup by Frank Schäfer · 11 years ago
  57. 73b583a pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup() by Frank Schäfer · 11 years ago
  58. c23bda3 usb: pl2303: add two comments concerning the supported baud rates with HX chips by Frank Schäfer · 11 years ago
  59. 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
  60. b5c16c6 usb: pl2303: increase the allowed baud rate range for the divisor based encoding method by Frank Schäfer · 11 years ago
  61. e917ba0 usb: pl2303: move the two baud rate encoding methods to separate functions by Frank Schäfer · 11 years ago
  62. b9208c7 usb: pl2303: remove 500000 baud from the list of standard baud rates by Frank Schäfer · 11 years ago
  63. 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
  64. 57ce61a usb: pl2303: fix+improve the divsor based baud rate encoding method by Frank Schäfer · 11 years ago
  65. b8bdad6 USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type by Frank Schäfer · 11 years ago
  66. 02f00c4 USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chips by Frank Schäfer · 11 years ago
  67. 3ba19fe USB: pl2303: remove debugging noise by Johan Hovold · 11 years ago
  68. 87265b4 USB: pl2303: clean up set_termios by Johan Hovold · 11 years ago
  69. b2d6d98 USB: pl2303: clean up baud-rate handling by Johan Hovold · 11 years ago
  70. 15e7cea USB: pl2303: refactor baud-rate handling by Johan Hovold · 11 years ago
  71. d7be622 USB: serial: set drain delay at port probe by Johan Hovold · 11 years ago
  72. e5b1e20 USB: serial: make minor allocation dynamic by Greg Kroah-Hartman · 11 years ago
  73. 1508124 Merge 3.10-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  74. 1143832 USB: serial: ports: add minor and port number by Greg Kroah-Hartman · 11 years ago
  75. 2d8f444 USB: pl2303: fix device initialisation at open by Johan Hovold · 11 years ago
  76. 0c967e7 USB: serial: pl2303 works at 500kbps by Luca Olivetti · 11 years ago
  77. 715cf92 usb: serial: dump small buffers with help of %*ph by Andy Shevchenko · 11 years ago
  78. 5ddbb26 USB: pl2303: remove disconnect test from tiocmset by Johan Hovold · 11 years ago
  79. aff5b32 USB: pl2303: fix return value of tiocmset by Johan Hovold · 11 years ago
  80. 6d0cad6 USB: pl2303: fix TIOCMIWAIT and disconnect by Johan Hovold · 11 years ago
  81. 824d11b USB: pl2303: add custom tiocmiwait operation by Johan Hovold · 11 years ago
  82. f45d0a5 USB: pl2303: make set_control_lines a port operation by Johan Hovold · 11 years ago
  83. 7b5789a USB: pl2303: use interface device for debug by Johan Hovold · 11 years ago
  84. 40509ca9 USB: pl2303: fix use-after-free in TIOCMIWAIT by Johan Hovold · 11 years ago
  85. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  86. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 11 years ago
  87. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 11 years ago
  88. 8bf769e USB: pl2303: fix port-data memory leak by Johan Hovold · 12 years ago
  89. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  90. 8c3b8f0 USB: Serial: pl2303.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  91. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  92. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  93. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  94. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  95. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  96. c7f3619 usb-serial: clean up unneeded PM-related fields by Alan Stern · 12 years ago
  97. d8789b2 USB: serial: pl2303: convert dbg() calls to dev_dbg() by Greg Kroah-Hartman · 12 years ago
  98. 729be47 USB: pl2303: remove unused define by Johan Hovold · 12 years ago
  99. 6f1efd6 USB: pl2303: fix abuse of interface data by Johan Hovold · 12 years ago
  100. ce5c985 USB: pl2303: fix DTR/RTS being raised on baud rate change by Johan Hovold · 12 years ago