(Android) Take out Broadcom Bluetooth HID detection for now - it will

need more heuristics in order to detect all the pads correctly
This commit is contained in:
twinaphex 2014-06-14 03:43:25 +02:00
parent 8ee740a538
commit e74d85718e

View File

@ -518,8 +518,6 @@ static void handle_hotplug(void *data, unsigned *port, unsigned id,
strlcpy(name_buf, "JXD S5110B (Skelrom)", sizeof(name_buf));
else if (strstr(device_name, "keypad-zeus") || (strstr(device_name, "keypad-game-zeus")))
strlcpy(name_buf, "Xperia Play", sizeof(name_buf));
else if (strstr(device_name, "Broadcom Bluetooth HID"))
device = DEVICE_BROADCOM_BLUETOOTH_HID;
else if (strstr(device_name, "USB Gamepad"))
device = DEVICE_THRUST_PREDATOR;
else if (strstr(device_name, "ADC joystick"))