Merge pull request #5 from herochao/master

Support for Sensei Raw Guild Wars 2 Edition
This commit is contained in:
Přemysl Eric Janouch 2014-08-07 15:40:47 +02:00
commit dde3e070e1
2 changed files with 4 additions and 1 deletions

1
README
View File

@ -14,6 +14,7 @@ Supported devices
=================
- SteelSeries Sensei Raw
- SteelSeries Call of Duty: Black Ops II
- SteelSeries Guild Wars 2
Installation
============

View File

@ -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;