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

Unified Diff: content/browser/gamepad/gamepad_standard_mappings_linux.cc

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 | « AUTHORS ('k') | content/browser/gamepad/gamepad_standard_mappings_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gamepad/gamepad_standard_mappings_linux.cc
diff --git a/content/browser/gamepad/gamepad_standard_mappings_linux.cc b/content/browser/gamepad/gamepad_standard_mappings_linux.cc
index 48b59ac5a90d657b428005d5d1dffda9c07d9f89..01f9b09d1827f8e4683a39a02908b123cda40a46 100644
--- a/content/browser/gamepad/gamepad_standard_mappings_linux.cc
+++ b/content/browser/gamepad/gamepad_standard_mappings_linux.cc
@@ -232,10 +232,9 @@ struct MappingData {
} AvailableMappings[] = {
// http://www.linux-usb.org/usb.ids
{"0079", "0006", MapperDragonRiseGeneric}, // DragonRise Generic USB
- {"045e", "028e", MapperXInputStyleGamepad}, // Xbox 360 Controller
- {"045e",
- "028f",
- MapperXInputStyleGamepad}, // Xbox 360 Wireless Controller
+ {"045e", "028e", MapperXInputStyleGamepad}, // Xbox 360 Wired
+ {"045e", "028f", MapperXInputStyleGamepad}, // Xbox 360 Wireless
+ {"045e", "0719", MapperXInputStyleGamepad}, // Xbox 360 Wireless
{"046d", "c21d", MapperXInputStyleGamepad}, // Logitech F310
{"046d", "c21e", MapperXInputStyleGamepad}, // Logitech F510
{"046d", "c21f", MapperXInputStyleGamepad}, // Logitech F710
« no previous file with comments | « AUTHORS ('k') | content/browser/gamepad/gamepad_standard_mappings_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698