Merge pull request #7630 from Royerson/patch-1

add more model names for Xperia Play hack
This commit is contained in:
Twinaphex 2018-11-21 22:20:33 +01:00 committed by GitHub
commit da928a9b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1057,8 +1057,17 @@ static void handle_hotplug(android_input_t *android,
* This device is composed of two hid devices
* We make it look like one device
*/
else if((strstr(device_model, "R800") || strstr(device_model, "Xperia Play")) &&
else if(
(
strstr(device_model, "R800x") ||
strstr(device_model, "R800at") ||
strstr(device_model, "R800i") ||
strstr(device_model, "R800a") ||
strstr(device_model, "R800") ||
strstr(device_model, "Xperia Play") ||
strstr(device_model, "Play") ||
strstr(device_model, "SO-01D")
) && (
strstr(device_name, "keypad-game-zeus") ||
strstr(device_name, "keypad-zeus") ||
strstr(device_name, "Android Gamepad")