From: Ian Abbott Date: Mon, 20 Jun 2005 15:45:42 +0000 (+0100) Subject: [PATCH] USB ftdi_sio: reduce device id table clutter X-Git-Tag: v2.6.13-rc3~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f977e4201fcc0bd512eb01e775894e0a9c34a39;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed