Skip to content

Commit

Permalink
USB: ftdi_sio: new PID: LUMEL PD12
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Wróbel <michal.wrobel@flytronic.pl>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Michał Wróbel authored and Greg Kroah-Hartman committed Mar 15, 2012
1 parent dc0827c commit 57e596f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_RF_R106) },
{ USB_DEVICE(FTDI_VID, FTDI_DISTORTEC_JTAG_LOCK_PICK_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(FTDI_VID, FTDI_LUMEL_PD12_PID) },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};
Expand Down
2 changes: 2 additions & 0 deletions drivers/usb/serial/ftdi_sio_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

/*** third-party PIDs (using FTDI_VID) ***/

#define FTDI_LUMEL_PD12_PID 0x6002

/*
* Marvell OpenRD Base, Client
* http://www.open-rd.org
Expand Down

0 comments on commit 57e596f

Please sign in to comment.