1. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  2. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  3. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  4. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  5. 117fb8d USB: cypress_m8: use kfifo to implement write buffering by Johan Hovold · 14 years ago
  6. c4f4736 USB: cypress_m8: remove unused drain define by Johan Hovold · 14 years ago
  7. 70ced22 USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag by Johan Hovold · 14 years ago
  8. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  9. 1f87158 USB: remove references to port->port.count from the serial drivers by Alan Stern · 14 years ago
  10. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 14 years ago
  11. a45a1e0 USB: serial: Eliminate useless code by Julia Lawall · 15 years ago
  12. 7d40d7e USB serial: make USB device id constant by Németh Márton · 15 years ago
  13. 0f2c2d7 USB: cypress_m8: use put_unaligned_le32() where necessary by Johan Hovold · 15 years ago
  14. 974fccb USB: cypress_m8: fix endianess bug by Johan Hovold · 15 years ago
  15. 0954644 USB: cypress_m8: fix DMA buffer on stack by Johan Hovold · 15 years ago
  16. c312659 USB: cypress_m8: allow unstable baud rates by Mike Frysinger · 15 years ago
  17. 2805eb1 USB: cypress_m8: unify confusing new baudrate check by Mike Frysinger · 15 years ago
  18. 64319dd USB: cypress_m8: stop using USB debug driver config by Mike Frysinger · 15 years ago
  19. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  20. 6383251 USB: serial: fix assumption that throttle/unthrottle cannot sleep by Oliver Neukum · 15 years ago
  21. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  22. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  23. 4d2fae8 USB: cypress_m8: remove invalid Clear-Halt by Alan Stern · 15 years ago
  24. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  25. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  26. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  27. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  28. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  29. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  30. 7733682 usb-cypress: There is no 0 case to go with CS5/6/7/8 so remove the test by Alan Cox · 16 years ago
  31. 813a224 cypress_m8: coding style by Alan Cox · 16 years ago
  32. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  33. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  34. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  35. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  36. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  37. 8873aaa USB: cypress_m8: Speed handling by Alan Cox · 16 years ago
  38. 92983c2 USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devices by Mike Isely · 16 years ago
  39. 6768306 USB: cypress_m8: Get rid of pointless NULL check by Mike Isely · 16 years ago
  40. 3d6aa32 USB: cypress_m8: Don't issue GET_CONFIG for certain devices by Mike Isely · 16 years ago
  41. 3416eaa USB: cypress_m8: Packet format is separate from characteristic size by Mike Isely · 16 years ago
  42. 9307554 USB: cypress_m8: Feature buffer fixes by Mike Isely · 16 years ago
  43. 6f6f06e USB: cypress_m8: add UPS Powercom (0d9f:0002) by Dmitry Shapin · 16 years ago
  44. 9e3b1d8 USB: stop abuse of intfdata in cypress_m8 by Oliver Neukum · 17 years ago
  45. 8d7bc55 USB: serial: cypress_m8: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  46. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  47. b1cff28 usb serial: Eliminate bogus ioctl code by Alan · 18 years ago
  48. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  49. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  50. 2e46b74 usb: cypress_m8 init error path fix by Mariusz Kozlowski · 18 years ago
  51. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  52. 78aef51 cypress_m8: implement graceful failure handling by Mike Isely · 18 years ago
  53. 48298e5 cypress_m8: improve control endpoint error handling by Mike Isely · 18 years ago
  54. 9aa8dae cypress_m8: use usb_fill_int_urb where appropriate by Mike Isely · 18 years ago
  55. 0257fa9 cypress_m8: use appropriate URB polling interval by Mike Isely · 18 years ago
  56. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  57. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  58. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago
  59. a5c44e2 [PATCH] USB: cypress_m8: add support for the Nokia ca42-version 2 cable by Lonnie Mendez · 18 years ago
  60. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 18 years ago
  61. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  62. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 19 years ago
  63. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  64. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  65. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  66. ea65370 [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver by Greg Kroah-Hartman · 19 years ago
  67. 22c4386 [PATCH] drivers/usb: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  68. b9db07f [PATCH] USB: whitespace fixes for cypress_m8 driver by Lonnie Mendez · 19 years ago
  69. 25b6f08 [PATCH] USB: cypress_m8: add support for the DeLorme Earthmate lt-20 by Lonnie Mendez · 19 years ago
  70. 3cb4a4f [PATCH] USB cypress_m8: update kernel driver with current source by Lonnie Mendez · 19 years ago
  71. 093cf72 [PATCH] USB: Spelling fixes for drivers/usb. by Steven Cole · 19 years ago
  72. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 19 years ago
  73. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago