2008-07-22  Alan Cox
    usb_serial: API all change

2008-07-21  Ben Collins
    USB: keyspan: Remove duplicate device entries

2008-07-10  David Woodhouse
    keyspan: use request_firmware()

2008-04-25  Ming Lei
    USB: remove unnecessary type casting of urb->context

2008-04-25  Alan Cox
    usb serial: more fixes and groundwork for tty changes

2008-04-25  Harvey Harrison
    USB: replace remaining __FUNCTION__ occurrences

2008-04-25  Greg Kroah-Hartman
    USB: serial: remove unneeded number endpoints settings

2008-04-02  Clark Rawlins
    USB: Allow initialization of broken keyspan serial adapters

2008-02-01  Alan Cox
    USB: keyspan: Fix oops

2008-01-22  Alan Cox
    keyspan: fix oops

2007-11-29  Andrew Morton
    revert "keyspan: init termios properly"

2007-11-15  Borislav Petkov
    keyspan: init termios properly

2007-10-25  Alan Cox
    USB: keyspan termios tidy

2007-07-12  Greg Kroah-Hartman
    USB: serial: keyspan: clean up urb->status usage

2007-07-12  Lucy McCoy
    USB Serial Keyspan: add support for USA-49WG & USA-28XG

2007-02-07  Greg Kroah-Hartman
    USB: remove duplicate device id from keyspan

2007-02-07  Johannes Hölzl
    USB serial: add driver pointer to all usb-serial drivers

2006-12-08  Alan Cox
    [PATCH] tty: switch to ktermios

2006-12-01  Mariusz Kozlowski
    usb: keyspan free urb cleanup

2006-10-05  David Howells
    IRQ: Maintain regs pointer globally rather than passing to IRQ
    handlers

2006-07-12  Greg Kroah-Hartman
    [PATCH] USB: move usb-serial.h to include/linux/usb/

2006-06-30  Jörn Engel
    Remove obsolete #include <linux/config.h>

2006-06-21  Pete Zaitcev
    [PATCH] USB serial: encapsulate schedule_work, remove
    double-calling

2006-03-20  Eric Sesterhenn
    [PATCH] USB: kzalloc() conversion for rest of drivers/usb

2006-01-04  Greg Kroah-Hartman
    [PATCH] USB: remove .owner field from struct usb_driver

2006-01-04  Greg Kroah-Hartman
    [PATCH] USB: allow usb drivers to disable dynamic ids

2005-10-28  Greg Kroah-Hartman
    [PATCH] USB Serial: move name to driver structure

2005-10-28  Greg Kroah-Hartman
    [PATCH] USB Serial: get rid of the .owner field in
    usb_serial_driver

2005-10-28  Greg Kroah-Hartman
    [PATCH] USB Serial: rename usb_serial_device_type to 
    usb_serial_driver

2005-09-08  Greg Kroah-Hartman
    [PATCH] USB: fix up URB_ASYNC_UNLINK usages from the usb-serial
    drivers

2003sep04  LPM (Keyspan)  add support for new single port product USA19HS.
                          Improve setup message handling for all devices.

Wed Feb 19 22:00:00 PST 2003 (Jeffrey S. Laing <keyspan@jsl.com>)
    Merged the current (1/31/03) Keyspan code with the current (2.4.21-pre4)
    Linux source tree.  The Linux tree lacked support for the 49WLC and
    others.  The Keyspan patches didn't work with the current kernel.

2003jan30  LPM  add support for the 49WLC and MPR

Wed Apr 25 12:00:00 PST 2002 (Keyspan)
    Started with Hugh Blemings' code dated Jan 17, 2002.  All adapters
    now supported (including QI and QW).  Modified port open, port
    close, and send setup() logic to fix various data and endpoint
    synchronization bugs and device LED status bugs.  Changed keyspan_
    write_room() to accurately return transmit buffer availability.
    Changed forwardingLength from 1 to 16 for all adapters.

Fri Oct 12 16:45:00 EST 2001
    Preliminary USA-19QI and USA-28 support (both test OK for me, YMMV)

Mon Oct  8 14:29:00 EST 2001 hugh
    Fixed bug that prevented mulitport devices operating correctly
    if they weren't the first unit attached.

Sat Oct  6 12:31:21 EST 2001 hugh
    Added support for USA-28XA and -28XB, misc cleanups, break support
    for usa26 based models thanks to David Gibson.

Thu May 31 11:56:42 PDT 2001 gkh
    switched from using spinlock to a semaphore
   
(04/08/2001) gb
    Identify version on module load.
   
(11/01/2000) Adam J. Richter
    usb_device_id table support.
   
Tue Oct 10 23:15:33 EST 2000 Hugh
    Merged Paul's changes with my USA-49W mods.  Work in progress
    still...
  
Wed Jul 19 14:00:42 EST 2000 gkh
    Added module_init and module_exit functions to handle the fact that
    this driver is a loadable module now.
 
Tue Jul 18 16:14:52 EST 2000 Hugh
    Basic character input/output for USA-19 now mostly works,
    fixed at 9600 baud for the moment.

Sat Jul  8 11:11:48 EST 2000 Hugh
    First public release - nothing works except the firmware upload.
    Tested on PPC and x86 architectures, seems to behave...
