1. d9a38a8 USB: serial: add missing newlines to dev_<level> messages. by Johan Hovold · 10 years ago
  2. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  3. cd8c505 USB: serial: correct spelling mistakes in comments by Rahul Bedarkar · 11 years ago
  4. 154547c USB: serial: clean up attribute permissions by Greg Kroah-Hartman · 11 years ago
  5. 6c13ff6 USB: iuu_phoenix: fix bulk-message timeout by Johan Hovold · 11 years ago
  6. 8976f1d USB: iuu_phoenix: remove bogus disconnect test in close by Johan Hovold · 11 years ago
  7. 09b0e39 USB: iuu_phoenix: remove unused MSR-wait queue by Johan Hovold · 11 years ago
  8. 853127f USB: iuu_phoenix: remove bogus disconnect test in close by Johan Hovold · 11 years ago
  9. 83e86c7 USB: iuu_phoenix: remove unnecessary urb kill on close by Johan Hovold · 11 years ago
  10. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  11. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  12. bcbec05 USB: serial: remove driver version information by Johan Hovold · 12 years ago
  13. 487c151 USB: iuu_phoenix: replace strict_strtoul() with kstrtoul() by Jingoo Han · 12 years ago
  14. 0978c94 USB: iuu_phoenix: fix sysfs-attribute creation by Johan Hovold · 12 years ago
  15. 5363655 USB: iuu_phoenix: fix port-data memory leak by Johan Hovold · 12 years ago
  16. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  17. ca98bb7 USB: Serial: iuu_phoenix.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  18. 2621cee USB: serial: iuu_phoenix.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  19. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  20. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  21. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  22. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  23. 042df23 USB: iuu_phoenix.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  24. d01bf41 USB: serial: iuu_phoenix.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  25. 7dbe246 usb-serial: use new registration API in [i-j]* drivers by Alan Stern · 12 years ago
  26. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  27. b58a646 USB: iuu_phoenix: forward USB errors to USB serial core by Johan Hovold · 13 years ago
  28. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  29. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  30. 5620b5f USB serial: add missing .usb_driver field in serial drivers by Alan Stern · 14 years ago
  31. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  32. 89b5439 USB: iuu_phoenix: Add support for different baud rates. by James Courtier-Dutton · 14 years ago
  33. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  34. bbcb2b9 USB: serial: allow drivers to define bulk buffer sizes by Johan Hovold · 14 years ago
  35. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  36. e55c6d0 USB: iuu_phoenix: add a way to select the default VCC by Olivier Bornet · 15 years ago
  37. 02b1806 USB: iuu_phoenix: increment version number by Olivier Bornet · 15 years ago
  38. 20eda94 USB: iuu_phoenix: add support for changing VCC by Olivier Bornet · 15 years ago
  39. 8844a32 USB: iuu_phoenix: clean-up parameter's descriptions by Olivier Bornet · 15 years ago
  40. 2704393 USB: iuu_phoenix: Don't reset the device at close by Olivier Bornet · 15 years ago
  41. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  42. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  43. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  44. 9bb4169 tty: iuu_phoenix: update version number. by Olivier Bornet · 15 years ago
  45. 96dab77 tty: iuu_phoenix: set termios. by Olivier Bornet · 15 years ago
  46. cc3447d tty: iuu_phoenix: Fix stopbit when uart goes on. by Olivier Bornet · 15 years ago
  47. 5fcf62b tty: iuu_phoenix: fix locking. by Olivier Bornet · 15 years ago
  48. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  49. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  50. 50de36f USB: serial: fix up urb->status usage by Greg Kroah-Hartman · 16 years ago
  51. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  52. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  53. 9e8e2d2 tty-usb-iuu-phoenix: Clean up to coding style by Alan Cox · 16 years ago
  54. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  55. 8594303 fix irq flags for iuu_phoenix.c by Steven Rostedt · 16 years ago
  56. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  57. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  58. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  59. 7b1fc8b USB: iuu_phoenix: lock priv->tiostatus properly by Alan Cox · 16 years ago
  60. 60a8fc0 USB: add iuu_phoenix driver by Alain Degreffe · 17 years ago