1. 891a3b1 USB: fix bug in serial driver unregistration by Alan Stern · 12 years ago
  2. b790f5d USB: serial: use module_driver() macro by Greg Kroah-Hartman · 12 years ago
  3. d1cddb4 USB: create module_usb_serial_driver macro by Greg KH · 12 years ago
  4. f799e76 USB: serial: remove usb_serial_register and usb_serial_deregister by Greg Kroah-Hartman · 12 years ago
  5. 765e0ba usb-serial: new API for driver registration by Alan Stern · 12 years ago
  6. e688355 USB: serial: add macro for console error reporting by Johan Hovold · 13 years ago
  7. d83b405 USB: serial: add support for multiple read urbs by Johan Hovold · 13 years ago
  8. 4556143 USB: serial: remove write_urb_busy field from usb_serial_port by Johan Hovold · 13 years ago
  9. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  10. 969e303 USB: serial drivers need to use larger bulk-in buffers by Alan Stern · 13 years ago
  11. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  12. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  13. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  14. d14fc1a USB: serial: handle Data Carrier Detect changes by Libor Pechacek · 14 years ago
  15. d281da7 tty: Make tiocgicount a handler by Alan Cox · 14 years ago
  16. 6ee9f4b USB: drop tty argument from usb_serial_handle_sysrq_char() by Dmitry Torokhov · 14 years ago
  17. 0858a3a USB: include/usb/*.h checkpatch cleanup by Greg Kroah-Hartman · 14 years ago
  18. c23e5fc USB: serial: remove multi-urb write from generic driver by Johan Hovold · 14 years ago
  19. 27c7acf USB: serial: reimplement generic fifo-based writes by Johan Hovold · 14 years ago
  20. eaa3bcb USB: serial: generalise write buffer preparation by Johan Hovold · 14 years ago
  21. 25d514c USB: serial: re-implement multi-urb writes in generic driver by Johan Hovold · 14 years ago
  22. 2315432 USB: serial: generalise generic read implementation by Johan Hovold · 14 years ago
  23. 41bd72f USB: serial: refactor read urb submission in generic driver by Johan Hovold · 14 years ago
  24. bbcb2b9 USB: serial: allow drivers to define bulk buffer sizes by Johan Hovold · 14 years ago
  25. bd5afa9 usb-serial: Use tty_port version console instead of usb_serial_port by Jason Wessel · 14 years ago
  26. efcbd3d USB: Extend and neaten dbg macros by Joe Perches · 15 years ago
  27. 119eecc Fix usb_serial_probe() problem introduced by the recent kfifo changes by Stefani Seibold · 15 years ago
  28. 82fc594 usb_serial: Kill port mutex by Alan Cox · 15 years ago
  29. a4720c6 USB: serial: don't call release without attach by Alan Stern · 15 years ago
  30. 8e8dce0 USB: use kfifo to buffer usb-generic serial writes by David VomLehn · 15 years ago
  31. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  32. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  33. 24a15a6 tty: Fix USB kref leak by Alan Cox · 15 years ago
  34. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  35. c706ebd USB: usb-serial: call port_probe and port_remove at the right times by Alan Stern · 15 years ago
  36. 98fcb5f USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial break by Jason Wessel · 15 years ago
  37. 715b1dc USB: usb_debug, usb_generic_serial: implement multi urb write by Jason Wessel · 15 years ago
  38. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  39. 78c5b82 tty: Update some of the USB kernel doc by Leandro Dorileo · 15 years ago
  40. f8bece8 USB: serial: introduce a flag into the usb serial layer to tell drivers that their URBs are killed due to suspension by Oliver Neukum · 16 years ago
  41. 0b14c38 USB: Fix spelling in usb/serial.h by Geoff Levand · 16 years ago
  42. 0282b7f usb-serial: don't release unregistered minors by Alan Stern · 16 years ago
  43. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  44. 9aebfd6 USB: serial: remove endpoints setting checks from core and header by Greg Kroah-Hartman · 16 years ago
  45. dda43a0 USB: Standardize inclusion protection and add where missing. by Robert P. J. Day · 16 years ago
  46. 41dceed USB: fix codingstyle issues in include/linux/usb/ by Greg Kroah-Hartman · 17 years ago
  47. a1cd7e9 USB: stop io performed by mos7720 upon close() by Oliver Neukum · 17 years ago
  48. 9a6b1ef USB: usb_serial: clean tty reference in the last close by Aristeu Rozanski · 17 years ago
  49. 063a2da USB: serial core should respect driver requirements by Alan Stern · 17 years ago
  50. ec22559 USB: suspend support for usb serial by Oliver Neukum · 17 years ago
  51. 253ca92 USB: add flow control to usb-serial generic driver. by Joris van Rantwijk · 18 years ago
  52. 93bacef USB serial: add dynamic id support to usb-serial core by Greg Kroah-Hartman · 18 years ago
  53. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  54. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  55. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago[Renamed (98%) from drivers/usb/serial/usb-serial.h]
  56. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  57. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago
  58. 73e487f [PATCH] USB console: fix disconnection issues by Guennadi Liakhovetski · 18 years ago
  59. 1ce7dd2 [PATCH] USB serial: Converts port semaphore to mutexes. by Luiz Fernando Capitulino · 18 years ago
  60. 8a4613f [PATCH] USB: usbserial: race-condition fix. by Luiz Fernando Capitulino · 19 years ago
  61. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  62. 502b95c [PATCH] USB Serial: move old changelog comments out of source code by Greg Kroah-Hartman · 19 years ago
  63. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  64. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  65. 507ca9b [PATCH] USB: add ability for usb-serial drivers to determine if their write urb is currently being used. by Greg Kroah-Hartman · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago