Add support for FFBeast Wheel device

This commit is contained in:
Lawstorant
2024-10-30 11:10:03 +01:00
committed by Makarenko Oleg
parent 915d4678bd
commit 1748202f6d
2 changed files with 6 additions and 0 deletions

View File

@@ -26,4 +26,8 @@
#define USB_VENDOR_ID_VRS 0x0483
#define USB_DEVICE_ID_VRS_DFP 0xa355
// FFBeast
#define USB_VENDOR_ID_FFBEAST 0x045b
#define USB_DEVICE_ID_FFBEAST_WHEEL 0x59d7
#endif