[PATCH] USB ftdi_sio: reduce device id table clutter
authorIan Abbott <abbotti@mev.co.uk>
Mon, 20 Jun 2005 15:45:42 +0000 (16:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 12 Jul 2005 18:52:55 +0000 (11:52 -0700)
commit8f977e4201fcc0bd512eb01e775894e0a9c34a39
treecc9c0bc66267c55c2bdeeb26eac11822d7325f6f
parent9c8d61783e5bb5e29744b6481a1c67c6e4e8e135
[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>
drivers/usb/serial/ftdi_sio.c