(Android) Change case sensitivity for detecting JXD S7800b controls
This commit is contained in:
parent
7a0158bfd7
commit
7cd8f6c188
|
@ -209,7 +209,7 @@ void input_autodetect_setup(void *data, char *msg, size_t sizeof_msg, unsigned p
|
|||
device = DEVICE_BROADCOM_BLUETOOTH_HID;
|
||||
else if (strstr(name_buf, "USB Gamepad"))
|
||||
device = DEVICE_THRUST_PREDATOR;
|
||||
else if (strstr(name_buf, "ADC Joystick"))
|
||||
else if (strstr(name_buf, "ADC joystick"))
|
||||
device = DEVICE_JXD_S7800B;
|
||||
else if (strstr(name_buf, "DragonRise"))
|
||||
device = DEVICE_DRAGONRISE;
|
||||
|
|
Loading…
Reference in New Issue