Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31844d55 authored by Andreas Mohr's avatar Andreas Mohr Committed by Greg Kroah-Hartman
Browse files

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: default avatarAndreas Mohr <andi@lisas.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 70445ae6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
#include <linux/serial.h>
#include <linux/usb/serial.h>
#include "ftdi_sio.h"
#include "ftdi_sio_ids.h"

/*
 * Version Information
+4 −955

File changed.

Preview size limit exceeded, changes collapsed.

+959 −0

File added.

Preview size limit exceeded, changes collapsed.