1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  2. b719518 USB: serial: remove unnecessary reinitialisations of urb fields by Johan Hovold · 13 years ago
  3. 5833041 USB: serial: remove unnecessary reinitialisations of urb->dev by Johan Hovold · 13 years ago
  4. 357f45d USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big. by Jesper Juhl · 13 years ago
  5. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  6. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  7. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  8. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  9. b14de38 USB: ti_usb: fix module removal by Ionut Nicu · 14 years ago
  10. 0bca1b9 tty: Convert the USB drivers to the new icount interface by Alan Cox · 14 years ago
  11. 074ef65 USB: ti_usb: use kfifo to implement write buffering by Johan Hovold · 14 years ago
  12. 75181f3 USB: ti_usb: fix printk format warning by Randy Dunlap · 14 years ago
  13. cdc0483 USB: ti_usb_3410_5052: adding multitech dialup fax/modem devices by Alex Manoussakis · 14 years ago
  14. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 14 years ago
  15. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  16. 23198fd tty: fix chars_in_buffers by Alan Cox · 15 years ago
  17. 87ea8c8 USB: fix uninitialised variable in ti_do_download by Oliver Neukum · 15 years ago
  18. 3c43f27 USB: ti_usb_3410_5052: fix duplicate device ids. by Greg Kroah-Hartman · 15 years ago
  19. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  20. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  21. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  22. cf54509 tty: Fix leak in ti-usb by Alan Cox · 15 years ago
  23. 97dcf04 USB: two more usb ids for ti_usb_3410_5052 by Oliver Neukum · 15 years ago
  24. 1a1fab51 USB: new id for ti_usb_3410_5052 driver by Oliver Neukum · 15 years ago
  25. 7df5231 ti_usb_3410_5052: add Multi-Tech firmware by Chris Adams · 15 years ago
  26. cb7a7c6 ti_usb_3410_5052: add Multi-Tech modem support by Chris Adams · 15 years ago
  27. 05a3d90 ti_usb_3410_5052: support alternate firmware by Chris Adams · 15 years ago
  28. 413ba6f USB: set correct configuration in probe of ti_usb_3410_5052 by Oliver Neukum · 16 years ago
  29. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  30. 925dff5 USB: ti_usb_3410_5052: removed duplicated include by Huang Weiyi · 16 years ago
  31. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  32. 2bcbe4c1 usb serial: ti_usb_3410_5052 obviously broken by firmware changes by Chris Adams · 16 years ago
  33. a30fa79 tty-usb-ti-usb: Coding style by Alan Cox · 16 years ago
  34. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  35. 5f24e2d ti_usb_3410_5052: use request_firmware() by David Woodhouse · 16 years ago
  36. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  37. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  38. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  39. 04ca89d USB: ti_usb_3410_5052: Extend locking to msr and shadow mcr by Alan Cox · 16 years ago
  40. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  41. 1bfd669 USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements. by Robert Spanton · 16 years ago
  42. 0915f49 USB: last abuses of intfdata in close for usb-serial drivers by Oliver Neukum · 16 years ago
  43. 537699e USB: ti_usb: termios cleanups by Alan Cox · 17 years ago
  44. 9da0068 USB: TI 3410/5052 USB Serial: convert td_open_close_lock to mutex by Matthias Kaehlcke · 17 years ago
  45. 64a6f95 signedness: module_param_array nump argument by Al Viro · 17 years ago
  46. 52171b4 USB: serial: ti_usb_3410_5052: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  47. 944dc18 USB: ti serial driver sleeps with spinlock held by Oliver Neukum · 17 years ago
  48. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  49. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  50. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  51. 7ac9da1 USB serial: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  52. 1f54a6a usb-serial: ti_usb, TI ez430 development tool ID by Oleg Verych · 18 years ago
  53. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  54. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 18 years ago
  57. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  58. 52950ed [PATCH] USB: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  59. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  60. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  61. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  62. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  63. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  64. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago