Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: device/gamepad/gamepad_standard_mappings_mac.mm

Issue 2490103002: Add mapping entry for newer DualShock 4 model (Closed)
Patch Set: Differentiate new DS4 model with comment Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/gamepad/gamepad_standard_mappings_linux.cc ('k') | device/gamepad/gamepad_standard_mappings_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad_standard_mappings_mac.mm
diff --git a/device/gamepad/gamepad_standard_mappings_mac.mm b/device/gamepad/gamepad_standard_mappings_mac.mm
index ef2b158b2947b35a9cef81fa0ed9c9bda21c474b..a25ab4eaebd434eacf813ea6ee202dd1802cc1bc 100644
--- a/device/gamepad/gamepad_standard_mappings_mac.mm
+++ b/device/gamepad/gamepad_standard_mappings_mac.mm
@@ -387,6 +387,7 @@ struct MappingData {
{"046d", "c219", MapperDirectInputStyle}, // Logitech F710, D mode
{"054c", "0268", MapperPlaystationSixAxis}, // Playstation SIXAXIS
{"054c", "05c4", MapperDualshock4}, // Playstation Dualshock 4
+ {"054c", "09cc", MapperDualshock4}, // Dualshock 4 (PS4 Slim)
{"0583", "2060", MapperIBuffalo}, // iBuffalo Classic
{"0925", "0005", MapperSmartJoyPLUS}, // SmartJoy PLUS Adapter
{"0955", "7210", MapperNvShield}, // Nvidia Shield gamepad
« no previous file with comments | « device/gamepad/gamepad_standard_mappings_linux.cc ('k') | device/gamepad/gamepad_standard_mappings_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698