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

Unified Diff: device/gamepad/gamepad_standard_mappings_win.cc

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_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad_standard_mappings_win.cc
diff --git a/device/gamepad/gamepad_standard_mappings_win.cc b/device/gamepad/gamepad_standard_mappings_win.cc
index 0d5943fcd9dcb6ac8c63c79e91591ec0fb267f6f..0748a6b9aa986cb5d4daf611d390637d0a3f313f 100644
--- a/device/gamepad/gamepad_standard_mappings_win.cc
+++ b/device/gamepad/gamepad_standard_mappings_win.cc
@@ -242,6 +242,7 @@ struct MappingData {
{"0079", "0011", Mapper2Axes8Keys}, // 2Axes 8Keys Game Pad
{"046d", "c216", MapperLogitechDualAction}, // Logitech DualAction
{"054c", "05c4", MapperDualshock4}, // Playstation Dualshock 4
+ {"054c", "09cc", MapperDualshock4}, // Dualshock 4 (PS4 Slim)
{"0583", "2060", MapperIBuffalo}, // iBuffalo Classic
{"0955", "7210", MapperNvShield}, // Nvidia Shield gamepad
{"0b05", "4500", MapperADT1}, // Nexus Player Controller
« no previous file with comments | « device/gamepad/gamepad_standard_mappings_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698