1. c467206 USB: whiteheat: fix port-data memory leak by Johan Hovold · 12 years ago
  2. c129197 USB: whiteheat: fix memory leak in error path by Johan Hovold · 12 years ago
  3. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  4. 8d733e2 USB: ezusb: add functions for firmware download by Rene Buergel · 12 years ago
  5. cc183e2 USB: ezusb: add support for Cypress FX2LP by Rene Buergel · 12 years ago
  6. 0776495 USB: Serial: whiteheat.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  7. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  8. 255b703 USB: serial: whiteheat.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  9. 99495c7 USB: ezusb: remove dependancy on usb_serial by Rene Buergel · 12 years ago
  10. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  11. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  12. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  13. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  14. 4db02fe USB: whiteheat.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  15. 5c0c758 USB: whiteheat: reimplement using generic framework by Johan Hovold · 12 years ago
  16. a6765cb USB: whiteheat: remove driver version by Johan Hovold · 12 years ago
  17. 421f388 USB: serial: whiteheat.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  18. 29618e9 usb-serial: use new registration API in [t-z]* drivers by Alan Stern · 12 years ago
  19. 22a416c USB: serial: use dev_err_console in custom write paths by Johan Hovold · 12 years ago
  20. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  21. 5833041 USB: serial: remove unnecessary reinitialisations of urb->dev by Johan Hovold · 13 years ago
  22. 14b54e3 USB: serial: remove changelogs and old todo entries by Johan Hovold · 13 years ago
  23. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  24. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  25. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  26. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  27. 67ccbd6 USB: tty: sort out the request_room handling for whiteheat by Alan Cox · 14 years ago
  28. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  29. 6383251 USB: serial: fix assumption that throttle/unthrottle cannot sleep by Oliver Neukum · 15 years ago
  30. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  31. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  32. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  33. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  34. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  35. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  36. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  37. ff7eb60 cp2101: coding style by Alan Cox · 16 years ago
  38. 72e2741 whiteheat: fix bugs found in the tidy and audit by Alan Cox · 16 years ago
  39. 80359a9 whiteheat: coding style by Alan Cox · 16 years ago
  40. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  41. ec6752f whiteheat: use request_firmware() by David Woodhouse · 16 years ago
  42. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  43. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  44. a5b6f60 usb serial: more fixes and groundwork for tty changes by Alan Cox · 16 years ago
  45. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  47. e33fe4d USB: make sure usb serial drivers don't flush to logically disconnected devices by Oliver Neukum · 17 years ago
  48. e5867980 USB: fix NULL pointer dereference on drivers/usb/serial/whiteheat.c by Oliver Neukum · 17 years ago
  49. 01d1df2 USB: whiteheat: clean up can't happen checks and encode baud rate by Alan Cox · 17 years ago
  50. 9a64f25 USB: visor and whiteheat: remove bogus termios change checks by Alan Cox · 17 years ago
  51. 0540001 USB: serial: whiteheat: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  52. 08a2b3b USB: whiteheat driver update by Oliver Neukum · 17 years ago
  53. 38c3cb5 USB: whiteheat: Convert to generic boolean by Richard Knutsson · 17 years ago
  54. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  55. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  56. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  57. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  58. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  59. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  61. 179e091 [PATCH] drivers: use list_move() by Akinobu Mita · 18 years ago
  62. 09fd6bc [PATCH] USB: Whiteheat: fix firmware spurious errors by Stuart MacDonald · 18 years ago
  63. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago
  64. 67ca028 [PATCH] USB: Resource leak fix for whiteheat driver by Jesper Juhl · 18 years ago
  65. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  66. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  67. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  68. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  69. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  70. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago