Merge pull request #5 from herochao/master
Support for Sensei Raw Guild Wars 2 Edition
This commit is contained in:
commit
dde3e070e1
1
README
1
README
@ -14,6 +14,7 @@ Supported devices
|
||||
=================
|
||||
- SteelSeries Sensei Raw
|
||||
- SteelSeries Call of Duty: Black Ops II
|
||||
- SteelSeries Guild Wars 2
|
||||
|
||||
Installation
|
||||
============
|
||||
|
@ -108,6 +108,7 @@ find_device_list (int vendor,
|
||||
#define USB_VENDOR_STEELSERIES 0x1038
|
||||
#define USB_PRODUCT_STEELSERIES_SENSEI_RAW 0x1369
|
||||
#define USB_PRODUCT_STEELSERIES_COD_BO2 0x136f
|
||||
#define USB_PRODUCT_STEELSERIES_GW2 0x136d
|
||||
|
||||
#define USB_GET_REPORT 0x01
|
||||
#define USB_SET_REPORT 0x09
|
||||
@ -545,7 +546,8 @@ main (int argc, char *argv[])
|
||||
static const int products[] =
|
||||
{
|
||||
USB_PRODUCT_STEELSERIES_SENSEI_RAW,
|
||||
USB_PRODUCT_STEELSERIES_COD_BO2
|
||||
USB_PRODUCT_STEELSERIES_COD_BO2,
|
||||
USB_PRODUCT_STEELSERIES_GW2
|
||||
};
|
||||
|
||||
result = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user