1. ecefae6 docs: usb: rename files to .rst and add them to drivers-api by Mauro Carvalho Chehab · 6 years ago
  2. 6ca98bc USB: serial: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  3. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  4. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  5. cd8c505 USB: serial: correct spelling mistakes in comments by Rahul Bedarkar · 11 years ago
  6. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  7. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  8. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 12 years ago
  9. bcbec05 USB: serial: remove driver version information by Johan Hovold · 12 years ago
  10. fa91975 USB: belkin_sa: fix port-data memory leak by Johan Hovold · 12 years ago
  11. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  12. 0a7e7a6 USB: Serial: belkin_sa.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  13. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  14. adc8d74 tty: move the termios object into the tty by Alan Cox · 13 years ago
  15. c89aa63 USB: belkin_sa.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  16. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 13 years ago
  17. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 13 years ago
  18. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 13 years ago
  19. d17a44d USB: belkin_sa.c: remove dbg() tracing calls by Greg Kroah-Hartman · 13 years ago
  20. 70f3c75 USB: serial: belkin_sa: Changes to conform with coding style by Ben Minerds · 13 years ago
  21. d2daea7 USB: serial: belkin_sa.c: use module_usb_serial_driver by Greg Kroah-Hartman · 13 years ago
  22. 08a4f6b usb-serial: use new registration API in [a-c]* drivers by Alan Stern · 13 years ago
  23. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  24. 14b54e3 USB: serial: remove changelogs and old todo entries by Johan Hovold · 13 years ago
  25. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  26. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  27. 2afd8287 USB: belkin_sa: implement line status handling by Johan Hovold · 15 years ago
  28. f2f8b7f USB: belkin_sa: clean up open by Johan Hovold · 15 years ago
  29. 726ef42 USB: belkin_sa: minor clean-ups by Johan Hovold · 15 years ago
  30. f26788d USB: serial: refactor generic close by Johan Hovold · 15 years ago
  31. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  32. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  33. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 16 years ago
  34. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 16 years ago
  35. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  36. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  37. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  38. b69c149 belkin_sa: clean up code by Alan Cox · 17 years ago
  39. 95da310 usb_serial: API all change by Alan Cox · 17 years ago
  40. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 17 years ago
  41. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  42. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 17 years ago
  43. 3ec466b USB: belkin_sa: clean up for new style termios and speed handling, plus style by Alan Cox · 17 years ago
  44. e48eb08 USB: belkin_sa: avoid divide by zero error by Andy Green · 17 years ago
  45. 9a8baec USB: serial: belkin_sa: Various needed fixes by Alan Cox · 18 years ago
  46. f26aad2 USB: serial: belkin_sa: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  47. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  48. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  49. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  50. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 19 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  52. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  53. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  54. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 20 years ago
  55. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 20 years ago
  56. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 20 years ago
  57. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 20 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago