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

Unified Diff: device/gamepad/gamepad_standard_mappings_mac.mm

Issue 2456653003: Add entries for some Xbox One gamepads supported by 360Controller (Closed)
Patch Set: Created 4 years, 2 months 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 | « no previous file | 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_mac.mm
diff --git a/device/gamepad/gamepad_standard_mappings_mac.mm b/device/gamepad/gamepad_standard_mappings_mac.mm
index e8f2492ff9f758b2dd56cbaeb15f495967a52933..ef2b158b2947b35a9cef81fa0ed9c9bda21c474b 100644
--- a/device/gamepad/gamepad_standard_mappings_mac.mm
+++ b/device/gamepad/gamepad_standard_mappings_mac.mm
@@ -376,7 +376,11 @@ void MapperMogaPro(const blink::WebGamepad& input, blink::WebGamepad* mapped) {
{"0079", "0006", MapperDragonRiseGeneric}, // DragonRise Generic USB
{"045e", "028e", MapperXbox360Gamepad}, // Xbox 360 Wired
{"045e", "028f", MapperXbox360Gamepad}, // Xbox 360 Wireless
+ {"045e", "02d1", MapperXbox360Gamepad}, // Xbox One Wired
+ {"045e", "02dd", MapperXbox360Gamepad}, // Xbox One Wired (2015 FW)
{"045e", "02e0", MapperXboxOneHidGamepad}, // Xbox One S (Bluetooth mode)
+ {"045e", "02e3", MapperXbox360Gamepad}, // Xbox One Elite Wired
+ {"045e", "02ea", MapperXbox360Gamepad}, // Xbox One S (USB)
{"045e", "0719", MapperXbox360Gamepad}, // Xbox 360 Wireless
{"046d", "c216", MapperDirectInputStyle}, // Logitech F310, D mode
{"046d", "c218", MapperDirectInputStyle}, // Logitech F510, D mode
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698