USB: Additional PID for the ftdi_sio driver
Here's a short patch which adds one PID to the set of devices supported by the ftdi_sio driver. The device in question is a DLP module used as part of a ham radio USB-to-packet adapter. From: Dave Platt <dplatt@radagast.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
aec0d50b8a
commit
274a4bbc9d
@ -182,6 +182,10 @@
|
||||
/* http://home.earthlink.net/~jrhees/USBUIRT/index.htm */
|
||||
#define FTDI_USB_UIRT_PID 0xF850 /* Product Id */
|
||||
|
||||
/* TNC-X USB-to-packet-radio adapter, versions prior to 3.0 (DLP module) */
|
||||
|
||||
#define FTDI_TNC_X_PID 0xEBE0
|
||||
|
||||
/*
|
||||
* ELV USB devices submitted by Christian Abt of ELV (www.elv.de).
|
||||
* All of these devices use FTDI's vendor ID (0x0403).
|
||||
|
Reference in New Issue
Block a user