Add support for Moza FH5 compatibility mode
This commit is contained in:
committed by
Makarenko Oleg
parent
3afa74502e
commit
f3648cc3c5
@@ -2,6 +2,7 @@
|
||||
#ifndef __HID_IDS_H
|
||||
#define __HID_IDS_H
|
||||
|
||||
// Moza Racing
|
||||
#define USB_VENDOR_ID_MOZA 0x346e
|
||||
#define USB_DEVICE_ID_MOZA_R3 0x0005
|
||||
#define USB_DEVICE_ID_MOZA_R5 0x0004
|
||||
@@ -9,6 +10,14 @@
|
||||
#define USB_DEVICE_ID_MOZA_R12 0x0006
|
||||
#define USB_DEVICE_ID_MOZA_R16_R21 0x0000
|
||||
|
||||
// Moza Racing FH5 mode
|
||||
#define USB_DEVICE_ID_MOZA_R3_FH5 0x0015
|
||||
#define USB_DEVICE_ID_MOZA_R5_FH5 0x0014
|
||||
#define USB_DEVICE_ID_MOZA_R9_FH5 0x0012
|
||||
#define USB_DEVICE_ID_MOZA_R12_FH5 0x0016
|
||||
#define USB_DEVICE_ID_MOZA_R16_R21_FH5 0x0010
|
||||
|
||||
// Cammus
|
||||
#define USB_VENDOR_ID_CAMMUS 0x3416
|
||||
#define USB_DEVICE_ID_CAMMUS_C5 0x0301
|
||||
#define USB_DEVICE_ID_CAMMUS_C12 0x0302
|
||||
|
||||
Reference in New Issue
Block a user