1. 3bb36aa USB: ftdi_sio: checkpatch cleanups by Greg Kroah-Hartman · 14 years ago
  2. 166ceb6 USB: ftdi_sio: clean up line-status handling by Johan Hovold · 14 years ago
  3. 49b2597 USB: ftdi_sio: use tty_insert_flip_string_fixed_flag by Johan Hovold · 14 years ago
  4. c23e5fc USB: serial: remove multi-urb write from generic driver by Johan Hovold · 14 years ago
  5. e877048 USB: ftdi_sio: clean up SIO write support by Johan Hovold · 14 years ago
  6. d3901a0 USB: ftdi_sio: switch to generic write implementation by Johan Hovold · 14 years ago
  7. e49bbce USB: ftdi_sio: fix some coding style issues by Johan Hovold · 15 years ago
  8. 1b55101 USB: ftdi_sio: switch to generic read implementation by Johan Hovold · 15 years ago
  9. bbcb2b9 USB: serial: allow drivers to define bulk buffer sizes by Johan Hovold · 15 years ago
  10. bd5afa9 usb-serial: Use tty_port version console instead of usb_serial_port by Jason Wessel · 15 years ago
  11. 9c67d28 USB: ftdi_sio: Fix locking for change_speed() function by Alessio Igor Bogani · 15 years ago
  12. dee5658 USB: serial: ftdi: add CONTEC vendor and product id by Daniel Sangorrin · 15 years ago
  13. a880830 USB: ftdi_sio: remove obsolete check in unthrottle by Johan Hovold · 15 years ago
  14. 04b922c USB: ftdi_sio: remove unused tx_bytes counter by Johan Hovold · 15 years ago
  15. 46b72d7 USB: serial: ftdi: add CONTEC vendor and product id by Daniel Sangorrin · 15 years ago
  16. 759f363 USB: serial: Remove unnecessary \n's from dbg uses by Joe Perches · 15 years ago
  17. 9714080 USB: add new ftdi_sio device ids by Mitchell Solomon · 15 years ago
  18. bd09a9f USB: ftdi_sio: Replace BKL with a mutex by Alessio Igor Bogani · 15 years ago
  19. 330e3c4 USB: ftdi_sio: correct spelling in implementation file by Andreas Mohr · 15 years ago
  20. c1284d7 USB: ftdi_sio: remove unnecessary initialisations by Johan Hovold · 15 years ago
  21. a3f8168 USB: ftdi_sio: clean up modem status handling by Johan Hovold · 15 years ago
  22. 66e47e6 USB: ftdi_sio: fix DMA buffers on stack by Johan Hovold · 15 years ago
  23. 54f328d USB: ftdi_sio: fix latency-timeout endianess bug by Johan Hovold · 15 years ago
  24. 4357369 USB: ftdi_sio: use error code from usb stack in read_latency_timer by Johan Hovold · 15 years ago
  25. cabe6cc USB: ftdi_sio: remove support for 5 and 6 data bits by Mark Adamson · 15 years ago
  26. 8c4f99c USB: ftdi_sio: fix initialisation of latency timeout by Johan Hovold · 15 years ago
  27. 0076b4b USB: ftdi_sio: remove obsolete comment by Johan Hovold · 15 years ago
  28. e2b5cbf USB: ftdi_sio: fix error message on close by Johan Hovold · 15 years ago
  29. 65e1ec6 USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT) by Andreas Mohr · 15 years ago
  30. a7787e5 USB: ftdi_sio: new device id for papouch AD4USB by Radek Liboska · 15 years ago
  31. 31844d5 USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header by Andreas Mohr · 15 years ago
  32. a8cbd90 USB: ftdi_sio: add USB device ID's for B&B Electronics line by Cliff Brake · 15 years ago
  33. 38fcb83 USB: serial: ftdi_sio: add space/mark parity by Roland Koebler · 15 years ago
  34. 0de6ab8 USB: ftdi_sio: Keep going when write errors are encountered. by Eric W. Biederman · 15 years ago
  35. cc01f17 USB: ftdi_sio: re-implement read processing by Johan Hovold · 15 years ago
  36. e63e278 USB: ftdi_sio: clean up read completion handler by Johan Hovold · 15 years ago
  37. 63b0061 USB: ftdi_sio: remove unused rx_byte counter by Johan Hovold · 15 years ago
  38. 0cbd81a USB: ftdi_sio: remove tty->low_latency by Johan Hovold · 15 years ago
  39. 11eaf17 USB: serial: ftdi: handle gnICE+ JTAG adaptors by Michael Hennerich · 15 years ago
  40. ec3815c USB: add PIDs for FTDI based OpenDCC hardware by mail@rainerkeller.de · 15 years ago
  41. e7d7fcc USB: serial: ftdi_sio: new hardware support - hameg power supply by Pawel Ludwikow · 15 years ago
  42. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  43. 50d0678 USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client by Dhaval Vasa · 15 years ago
  44. c47aacc6 USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial converter cable by Marko Hänninen · 15 years ago
  45. fca4404 USB: ftdi_sio: Add support for GN Otometrics Aurical USB Audiometer by Ville Sundberg · 15 years ago
  46. 51feb98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  47. 1451141 USB serial: Add ID for Turtelizer, an FT2232L-based JTAG/RS-232 adapter. by Krzysztof Halasa · 15 years ago
  48. b760dac USB: ftdi: support NDI devices by Martin Geleynse · 15 years ago
  49. b34efee USB: serial: FTDI with product code FB80 and vendor id 0403 by Folkert van Heusden · 15 years ago
  50. 9d37ff6 USB: ftdi_sio - product ID's for CCS PIC programmers by Jan Capek · 15 years ago
  51. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  52. 24a15a6 tty: Fix USB kref leak by Alan Cox · 15 years ago
  53. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  54. 72fda3c USB: serial: ftd_sio: implement sysrq handling on break by Jason Wessel · 15 years ago
  55. 87c1edd USB: serial: ftd_sio usb: move status check by Jason Wessel · 15 years ago
  56. 895f28b USB: ftdi_sio: fix hi-speed device packet size calculation by Mark Adamson · 15 years ago
  57. 094c2e6 USB: serial: FTDI: add high speed device support by Mark Adamson · 15 years ago
  58. d46130a USB: FTDI-SIO new device ids by Daniel Suchy · 15 years ago
  59. 7e9cd3a ftdi_sio: don't override modem bits by Alan Cox · 15 years ago
  60. 557aaa7 ft232: support the ASYNC_LOW_LATENCY flag by Alan Cox · 15 years ago
  61. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  62. 8019319 Fix oops on close of hot-unplugged FTDI serial converter by David Woodhouse · 15 years ago
  63. c45d632 usb-serial: ftdi_sio: fix reference counting of ftdi_private by Alan Stern · 15 years ago
  64. 1002bb7 USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlug by Nicolas Pitre · 15 years ago
  65. ae27d84 USB: ftdi_sio: add vendor/project id for JETI specbos 1201 spectrometer by Peter Korsgaard · 15 years ago
  66. 8c209e6 USB: make actual_length in struct urb field u32 by Greg Kroah-Hartman · 16 years ago
  67. 5d1ca6c USB: ftdi_sio: remove pointless syslog spew by David Brownell · 16 years ago
  68. 00185a6 USB: Remove redundant test in pxa27x_udc and ftdi_sio by Julia Lawall · 16 years ago
  69. b0d6590 USB: serial: ftdi: enable UART detection on gnICE JTAG adaptors blacklist interface0 by Michael Hennerich · 16 years ago
  70. 7f82b6d USB: serial: add FTDI USB/Serial converter devices by Axel Wachtler · 16 years ago
  71. 64905b4 USB: ftdi_sio: unlock_kernel() on error in set_serial_info() by Dan Carpenter · 16 years ago
  72. e38c287 USB: ftdi_sio: add support for the NDI Polaris system by Stephane Clerambault · 16 years ago
  73. ca80801 USB: ftdi_sio driver support of bar code scanner from Diebold by Mhayk Whandson · 16 years ago
  74. 45eeff8 USB: ftdi_sio: added Alti-2 VID and Neptune 3 PID by Robie Basak · 16 years ago
  75. a9fec71 ftdi_sio: fix kref leak by Jim Paris · 16 years ago
  76. 6b447f04 tty: Drop the lock_kernel in the private ioctl hook by Alan Cox · 16 years ago
  77. 01ba085 USB: ftdi_sio: Adding Ewert Energy System's CANdapter PID by Andrew Ewert · 16 years ago
  78. f2ee695 USB: tty: SprogII DCC controller identifiers by Alan Cox · 16 years ago
  79. c4f0124 Fix incorrect use of loose in tty/serial drivers by Nick Andrew · 16 years ago
  80. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  81. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  82. 6826504 USB: ftdi_sio: fix 'product' parameter description by Paulius Zaleckas · 16 years ago
  83. c3d36c4 USB: Add Oceanic product ID to ftdi_sio by Vladimir Vukicevic · 16 years ago
  84. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  85. 43b11d3 ftdi: A few errors are err() that should be debug which causes much spewage by Alan Cox · 16 years ago
  86. 96285cb usb: ftdi_sio: add support for Domintell devices by Gaetan Carlier · 16 years ago
  87. a18f80b USB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4) by Jaroslav Kysela · 16 years ago
  88. a5f6239 USB: ftdi_sio: add support for PHI Fisco data cable (FT232BM based, VID/PID 0403:e40b) by Lex Ross · 16 years ago
  89. a00c3ca USB: ftdi_sio: add support for Luminance Stellaris Evaluation/Development Kits by Frederik Kriewitz · 16 years ago
  90. b5894a5 USB: ftdi_sio: Add USB Product Id for ELV HS485 by André Schenk · 16 years ago
  91. 464cbb2 ftdi_sio: Coding style by Alan Cox · 16 years ago
  92. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  93. 2542335 USB: New device ID for ftdi_sio driver by Jon K Hellan · 16 years ago
  94. ebb3770 USB: FTDI_SIO : Add support for Matrix Orbital PID Range by Ray Molenkamp · 16 years ago
  95. 26ab705 usb-serial: Use ftdi_sio driver for RATOC REX-USB60F by Atsushi Nemoto · 16 years ago
  96. 6e1ab3e USB: add more FTDI device ids by Peter Mack · 16 years ago
  97. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  98. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 17 years ago
  99. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  100. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago