]>
Commit | Line | Data |
---|---|---|
20eb1279 | 1 | /* |
5edc41ee AH |
2 | * Force feedback support for PantherLord/GreenAsia based devices |
3 | * | |
4 | * The devices are distributed under various names and the same USB device ID | |
5 | * can be used in both adapters and actual game controllers. | |
6 | * | |
7 | * 0810:0001 "Twin USB Joystick" | |
8 | * - tested with PantherLord USB/PS2 2in1 Adapter | |
9 | * - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT) | |
10 | * | |
11 | * 0e8f:0003 "GreenAsia Inc. USB Joystick " | |
27a9c179 | 12 |