1. 8d733e2 USB: ezusb: add functions for firmware download by Rene Buergel · 12 years ago
  2. cc183e2 USB: ezusb: add support for Cypress FX2LP by Rene Buergel · 12 years ago
  3. 8c46939 USB: serial: keyspan_pda.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  4. 826575f USB: serial: keyspan_pda.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  5. 99495c7 USB: ezusb: remove dependancy on usb_serial by Rene Buergel · 12 years ago
  6. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  7. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  8. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  9. 5542cf7 USB: keyspan_pda.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  10. d40f5b0 USB: serial: keyspan_pda.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  11. 8c49fc9 usb-serial: use new registration API in keyspan_pda.c by Greg Kroah-Hartman · 12 years ago
  12. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  13. 5833041 USB: serial: remove unnecessary reinitialisations of urb->dev by Johan Hovold · 13 years ago
  14. da280e3 USB: keyspan_pda: clean up write-urb busy handling by Johan Hovold · 13 years ago
  15. 14b54e3 USB: serial: remove changelogs and old todo entries by Johan Hovold · 13 years ago
  16. 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
  17. f7d7aed USB: serial/keyspan_pda, fix potential tty NULL dereferences by Jiri Slaby · 13 years ago
  18. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  19. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  20. d14fc1a USB: serial: handle Data Carrier Detect changes by Libor Pechacek · 14 years ago
  21. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  22. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  23. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  24. ca65d25 USB: keyspan_pda: fix DMA buffers on stack by Johan Hovold · 15 years ago
  25. e6c4ef9 tty: declare MODULE_FIRMWARE in various drivers by Ben Hutchings · 15 years ago
  26. 6383251 USB: serial: fix assumption that throttle/unthrottle cannot sleep by Oliver Neukum · 15 years ago
  27. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  28. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  29. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  30. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  31. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  32. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  33. 8dd03a5 keyspan_pda: Use string flip functions by Alan Cox · 16 years ago
  34. 9e70f31 tty-usb-keyspan-pda: Coding style by Alan Cox · 16 years ago
  35. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  36. 3b36a8f usb: fix uninitialized variable warning in keyspan_pda by Benny Halevy · 16 years ago
  37. 3edbf98 keyspan_pda: use request_firmware() by David Woodhouse · 16 years ago
  38. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  39. a5b6f60 usb serial: more fixes and groundwork for tty changes by Alan Cox · 16 years ago
  40. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  41. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  42. e7806e3 USB: keyspan_pda: clean up speed handling by Alan Cox · 17 years ago
  43. 23189ae USB: serial: keyspan_pda: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  44. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 17 years ago
  45. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  46. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  47. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  48. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  49. e81ee63 usb-serial: possible irq lock inversion (PPP vs. usb/serial) by Peter Zijlstra · 18 years ago
  50. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 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 · 19 years ago
  55. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  56. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  57. 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
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago