| 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)
|
| @@ -43,7 +43,7 @@
|
| mapped->axesLength = kNumAxes;
|
| }
|
|
|
| -void MapperMP8866(
|
| +void MapperLakeviewResearch(
|
| const WebKit::WebGamepad& input,
|
| WebKit::WebGamepad* mapped) {
|
| *mapped = input;
|
| @@ -125,7 +125,8 @@
|
| { "046d", "c21e", MapperXInputStyleGamepad }, // Logitech F510
|
| { "046d", "c21f", MapperXInputStyleGamepad }, // Logitech F710
|
| { "054c", "0268", MapperPlaystationSixAxis }, // Playstation SIXAXIS
|
| - { "0925", "8866", MapperMP8866 }, // WiseGroup MP-8866
|
| + { "0925", "0005", MapperLakeviewResearch }, // SmartJoy PLUS Adapter
|
| + { "0925", "8866", MapperLakeviewResearch }, // WiseGroup MP-8866
|
| { "0e8f", "0003", MapperXGEAR }, // XFXforce XGEAR PS2 Controller
|
| };
|
|
|
|
|