We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3829

Summary: duplicated game controller entry added in commit 11499:405cbb1039b1?
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: joystickAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: patmandin
Version: HG 2.0   
Hardware: All   
OS: All   

Description Ozkan Sezer 2017-09-14 18:55:55 UTC
Commit https://hg.libsdl.org/SDL/rev/405cbb1039b1 adds mapping
for the GUID 030000004c0500006802000000000000 as "GameSir G4s"
under dinput section (line 46 in SDL_gamecontrollerdb.h),  but
that seems like a duplicate of "PS3 Controller" with same GUID
at line 63 still in the dinput section with the same mappings.
Comment 1 Patrice Mandin 2017-09-14 19:41:51 UTC
Ah you are right, I cared about having names sorted, but did not notice this controller was using exactly the same GUID. I remove it then.
Comment 2 Patrice Mandin 2017-09-14 19:46:12 UTC
Commit reverted.