]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit21bcda7a44be9838ad3874794abd89a7118cc01a
treecc9c0bc66267c55c2bdeeb26eac11822d7325f6f
parent74149517ba2b599488b4c0d79a72120851d05a10
[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