]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68125a6dc8ee011a6438776f9d291aa3c4deacae
tree4b3f4e64f864f6ebb9ba8e073f9aaf09738b6625
parentdaa61f74bfff2bceb562ad332f8221f4142b38c1
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]