USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header
authorAndreas Mohr <andi@lisas.de>
Wed, 16 Dec 2009 20:45:10 +0000 (21:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Dec 2009 19:34:12 +0000 (11:34 -0800)
commit31844d55800e1b93fe75c4d6188a4a44db2e1bbe
tree4b3f4e64f864f6ebb9ba8e073f9aaf09738b6625
parent70445ae6c669865e464307a155e881096e4a0ae7
USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header

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 [new file with mode: 0644]