[PATCH] drivers/usb/serial/ftdi_sio: add PID/VID
We would like to add a PID for the Pyramid Appliance Display, which works on USB via FTDI_SIO. Signed-off-by: Thomas Riewe <thomasr@pyramid.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio.h | 3 +++ 2 files changed, 4 insertions(+)
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
74ad9bd2fc
commit
207c47e1fb
@@ -411,6 +411,7 @@ static struct usb_device_id id_table_combined [] = {
|
||||
{ USB_DEVICE(FTDI_VID, FTDI_ELV_UM100_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, FTDI_ELV_UR100_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, FTDI_ELV_ALC8500_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, FTDI_PYRAMID_PID) },
|
||||
/*
|
||||
* These will probably use user-space drivers. Uncomment them if
|
||||
* you need them or use the user-specified vendor/product module
|
||||
|
Reference in New Issue
Block a user