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

Unified Diff: content/browser/gamepad/gamepad_standard_mappings_mac.mm

Issue 1418513011: Add new XBox 360 Wireless USB ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to AUTHORS Created 5 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 | « content/browser/gamepad/gamepad_standard_mappings_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gamepad/gamepad_standard_mappings_mac.mm
diff --git a/content/browser/gamepad/gamepad_standard_mappings_mac.mm b/content/browser/gamepad/gamepad_standard_mappings_mac.mm
index 4377bd2af114ae2250e6cceb47261fba6f3fe1e9..5e01560820d795be4bdf4729f905d788ec2e35e1 100644
--- a/content/browser/gamepad/gamepad_standard_mappings_mac.mm
+++ b/content/browser/gamepad/gamepad_standard_mappings_mac.mm
@@ -263,8 +263,9 @@ struct MappingData {
} AvailableMappings[] = {
// http://www.linux-usb.org/usb.ids
{"0079", "0006", MapperDragonRiseGeneric}, // DragonRise Generic USB
- {"045e", "028e", MapperXbox360Gamepad}, // Xbox 360 Controller
- {"045e", "028f", MapperXbox360Gamepad}, // Xbox 360 Wireless Controller
+ {"045e", "028e", MapperXbox360Gamepad}, // Xbox 360 Wired
+ {"045e", "028f", MapperXbox360Gamepad}, // Xbox 360 Wireless
+ {"045e", "0719", MapperXbox360Gamepad}, // Xbox 360 Wireless
{"046d", "c216", MapperDirectInputStyle}, // Logitech F310, D mode
{"046d", "c218", MapperDirectInputStyle}, // Logitech F510, D mode
{"046d", "c219", MapperDirectInputStyle}, // Logitech F710, D mode
« no previous file with comments | « content/browser/gamepad/gamepad_standard_mappings_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698