1. 60aa1a0 USB: Serial: visor.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  2. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  3. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  4. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  5. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  6. 4d9b400 USB: serial: visor: convert dbg() to dev_dbg() by Greg Kroah-Hartman · 12 years ago
  7. 0bf4da3 USB: serial: visor: remove product and vendor module parameters by Greg Kroah-Hartman · 12 years ago
  8. 29618e9 usb-serial: use new registration API in [t-z]* drivers by Alan Stern · 12 years ago
  9. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  10. acb52cb USB: Add Samsung SGH-I500/Android modem ID switch to visor driver by Maciej Szmigiero · 13 years ago
  11. cfb8da8 USB: visor: fix initialisation of UX50/TH55 devices by Johan Hovold · 14 years ago
  12. 9a1f298 USB: visor: increase bulk-out buffer size by Johan Hovold · 14 years ago
  13. 214916f USB: visor: reimplement using generic framework by Johan Hovold · 14 years ago
  14. 199b113 USB: visor: fix memory leak by Johan Hovold · 14 years ago
  15. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 14 years ago
  16. 759f363 USB: serial: Remove unnecessary \n's from dbg uses by Joe Perches · 14 years ago
  17. 401711c USB: visor: fix DMA buffers on stack by Johan Hovold · 15 years ago
  18. a1c3395 USB: serial: fix race between unthrottle and completion handler in visor by Oliver Neukum · 15 years ago
  19. 6383251 USB: serial: fix assumption that throttle/unthrottle cannot sleep by Oliver Neukum · 15 years ago
  20. 4c9fde9 USB: visor: fix trivial accounting bug in visor driver by Oliver Neukum · 15 years ago
  21. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  22. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  23. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  24. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  25. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  26. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  27. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  28. d60d439 tty-usb-visor: Coding style by Alan Cox · 16 years ago
  29. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  30. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  31. a5b6f60 usb serial: more fixes and groundwork for tty changes by Alan Cox · 16 years ago
  32. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  33. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  34. d04863e USB: serial: fix regression in Visor/Palm OS module for kernels >= 2.6.24 by Brad Sawatzky · 16 years ago
  35. 95bef01 USB: more serial drivers writing after disconnect by Oliver Neukum · 17 years ago
  36. e33fe4d USB: make sure usb serial drivers don't flush to logically disconnected devices by Oliver Neukum · 17 years ago
  37. d9c5636 USB: visor: termios bits by Alan Cox · 17 years ago
  38. c8ba84a USB: visor add ACER S10 palm device id by Maximilian Attems · 17 years ago
  39. 9a64f25 USB: visor and whiteheat: remove bogus termios change checks by Alan Cox · 17 years ago
  40. 38e8c91 USB: serial: visor: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  41. 4d0dce3 USB: fix up license wording on some of my usb-serial drivers by Greg Kroah-Hartman · 17 years ago
  42. b308e74 USB: visor driver adapted to new tty buffering by Oliver Neukum · 17 years ago
  43. b80349b USB: fix race in visor_write by Oliver Neukum · 17 years ago
  44. 9da88d7 USB: remove duplicate device id from visor by Greg Kroah-Hartman · 18 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. bcb54a5 usb: visor kill urb cleanup by Mariusz Kozlowski · 18 years ago
  48. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  49. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  50. 00d6058 [PATCH] USB serial visor: fix race in open/close by Ian Abbott · 18 years ago
  51. bd97c4f [PATCH] USB: fix visor leaks by Pete Zaitcev · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago
  54. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 18 years ago
  55. 04d5246 [PATCH] USB: visor.c id for gspda smartphone by Hendrik Schweppe · 18 years ago
  56. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  57. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  58. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  59. 17a882f [PATCH] USB Serial: remove driver version from a few drivers by Greg Kroah-Hartman · 19 years ago
  60. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  61. 502b95c [PATCH] USB Serial: move old changelog comments out of source code 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. 115c1ce [PATCH] USB: visor Tapwave Zodiac support patch by Larry Battraw · 19 years ago
  65. ac21e9f [PATCH] USB: add new visor id for Treo 650 by gregkh@suse.de · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago