Skip to content

Commit

Permalink
[PATCH] USB: ftdi_sio: add device id for ACT Solutions HomePro ZWave …
Browse files Browse the repository at this point in the history
…interface

Signed-off-by: Razvan Gavril <razvan.g@plutohome.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Razvan Gavril authored and Greg Kroah-Hartman committed May 9, 2006
1 parent 20a0f47 commit 72a9f95
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -307,6 +307,7 @@ static struct ftdi_sio_quirk ftdi_HE_TIRA1_quirk = {


static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_ACTZWAVE_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_IRTRANS_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_IPLUS_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_SIO_PID) },
Expand Down
4 changes: 4 additions & 0 deletions drivers/usb/serial/ftdi_sio.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
#define FTDI_NF_RIC_PID 0x0001 /* Product Id */


/* ACT Solutions HomePro ZWave interface (http://www.act-solutions.com/HomePro.htm) */
#define FTDI_ACTZWAVE_PID 0xF2D0


/* www.irtrans.de device */
#define FTDI_IRTRANS_PID 0xFC60 /* Product Id */

Expand Down

0 comments on commit 72a9f95

Please sign in to comment.