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

Commit 72a9f958 authored by Razvan Gavril's avatar Razvan Gavril Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: ftdi_sio: add device id for ACT Solutions HomePro ZWave interface

parent 20a0f47e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) },
+4 −0
Original line number Diff line number Diff line
@@ -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 */