adding support for gp0806
This commit is contained in:
parent
fbb9619e1e
commit
d85b427453
3
hanvon.c
3
hanvon.c
@ -22,6 +22,8 @@ MODULE_LICENSE(DRIVER_LICENSE);
|
|||||||
#define USB_PRODUCT_ID_AM1209 0x8501
|
#define USB_PRODUCT_ID_AM1209 0x8501
|
||||||
#define USB_PRODUCT_ID_RL0604 0x851f
|
#define USB_PRODUCT_ID_RL0604 0x851f
|
||||||
#define USB_PRODUCT_ID_RL0504 0x851d
|
#define USB_PRODUCT_ID_RL0504 0x851d
|
||||||
|
#define USB_PRODUCT_ID_GP0806 0x8039
|
||||||
|
|
||||||
#define USB_AM_PACKET_LEN 10
|
#define USB_AM_PACKET_LEN 10
|
||||||
|
|
||||||
static int lbuttons[]={BTN_0,BTN_1,BTN_2,BTN_3}; /* reported on all AMs */
|
static int lbuttons[]={BTN_0,BTN_1,BTN_2,BTN_3}; /* reported on all AMs */
|
||||||
@ -126,6 +128,7 @@ static struct usb_device_id hanvon_ids[] = {
|
|||||||
{ USB_DEVICE(USB_VENDOR_ID_HANVON, USB_PRODUCT_ID_AM0605) },
|
{ USB_DEVICE(USB_VENDOR_ID_HANVON, USB_PRODUCT_ID_AM0605) },
|
||||||
{ USB_DEVICE(USB_VENDOR_ID_HANVON, USB_PRODUCT_ID_RL0604) },
|
{ USB_DEVICE(USB_VENDOR_ID_HANVON, USB_PRODUCT_ID_RL0604) },
|
||||||
{ USB_DEVICE(USB_VENDOR_ID_HANVON, USB_PRODUCT_ID_RL0504) },
|
{ USB_DEVICE(USB_VENDOR_ID_HANVON, USB_PRODUCT_ID_RL0504) },
|
||||||
|
{ USB_DEVICE(USB_VENDOR_ID_HANVON, USB_PRODUCT_ID_GP0806) },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user