commit | 8f977e4201fcc0bd512eb01e775894e0a9c34a39 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Mon Jun 20 16:45:42 2005 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jul 12 11:52:55 2005 -0700 |
tree | cc9c0bc66267c55c2bdeeb26eac11822d7325f6f | |
parent | 9c8d61783e5bb5e29744b6481a1c67c6e4e8e135 [diff] |
[PATCH] USB ftdi_sio: reduce device id table clutter ftdi_sio: Use a single usb_device_id table and detect the type of chip programatically. The table also flags devices requiring special initialization. The patch makes the driver about 10K smaller and makes it easier to add new device IDs. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>