USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header
commite9eba6da4a4d181cbcb84a664999f57d8c125276
authorAndreas Mohr <andi@lisas.de>
Wed, 16 Dec 2009 20:45:10 +0000 (16 21:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Mar 2010 15:50:09 +0000 (15 08:50 -0700)
tree275d3e069047a4029b022dcfdda753752c648d66
parent2de6fff1986ff1b9ff8bd77b70d3ae31aab8caf9
USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header

commit 31844d55800e1b93fe75c4d6188a4a44db2e1bbe upstream.

This is a strictly move-only patch to relocate all FTDI device
product ID definitions to their own ftdi_sio_ids.h header
(following the usual *_ids.h kernel tree convention, too),
thus correcting the slightly too messy appearance
(crucial driver defines were stuck somewhere in the decaying middle swamp
of the huge existing header).

Compile-tested, based on latest mainline git.

Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio.h
drivers/usb/serial/ftdi_sio_ids.h [copied from drivers/usb/serial/ftdi_sio.h with 67% similarity]