Index: content/browser/gamepad/gamepad_standard_mappings_linux.cc |
=================================================================== |
--- content/browser/gamepad/gamepad_standard_mappings_linux.cc (revision 151200) |
+++ content/browser/gamepad/gamepad_standard_mappings_linux.cc (working copy) |
@@ -125,6 +125,7 @@ |
{ "046d", "c21e", MapperXInputStyleGamepad }, // Logitech F510 |
{ "046d", "c21f", MapperXInputStyleGamepad }, // Logitech F710 |
{ "054c", "0268", MapperPlaystationSixAxis }, // Playstation SIXAXIS |
+ { "0925", "0005", MapperMP8866 }, // SmartJoy PLUS Adapter |
scottmg
2012/08/13 16:26:05
Maybe rename MapperMP8866 to MapperPS2Adapter?
Hm
jpd
2012/08/14 02:13:15
Done, though I'm not sure that's the best name eit
|
{ "0925", "8866", MapperMP8866 }, // WiseGroup MP-8866 |
{ "0e8f", "0003", MapperXGEAR }, // XFXforce XGEAR PS2 Controller |
}; |