Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
vm_tools: fix typo in DS4 product ID
Browse files Browse the repository at this point in the history
DS4 v1 product id should be 0x5c4.

BUG=b:277829347
TEST=none

Change-Id: Ib2aa288f85d2cf75251be751460687a2ac9c4df9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/4568059
Commit-Queue: Chloe Pelling <[email protected]>
Commit-Queue: Daniel Ng <[email protected]>
Tested-by: Daniel Ng <[email protected]>
Reviewed-by: Chloe Pelling <[email protected]>
Auto-Submit: Daniel Ng <[email protected]>
  • Loading branch information
BipBopBoop authored and Chromeos LUCI committed May 30, 2023
1 parent bfba79b commit c945fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sommelier-gaming.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const uint32_t kStadiaProduct = 0x9400;
const uint32_t kSonyVendor = 0x54C;
const uint32_t kDualSenseProduct = 0xCE6;
const uint32_t kDualSenseEdgeProduct = 0xDF2;
const uint32_t kDualShock4v1Product = 0x54C;
const uint32_t kDualShock4v1Product = 0x5C4;
const uint32_t kDualShock4v2Product = 0x9CC;

const DeviceID kStadiaUSB = {
Expand Down

0 comments on commit c945fdd

Please sign in to comment.