Skip to content

Commit

Permalink
Add Cammus C12 VID & PID to wheel device list.
Browse files Browse the repository at this point in the history
Add Cammus C12 in the SDL wheel list to enable wheel detection for them.

(cherry picked from commit e1571d7)
(cherry picked from commit 5ecbc00)
  • Loading branch information
KaJe5380 authored and slouken committed Aug 9, 2024
1 parent f75b0aa commit 0cdfdb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/SDL_joystick.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ static Uint32 initial_wheel_devices[] = {
MAKE_VIDPID(0x2433, 0xf303), /* Asetek SimSports La Prima Wheelbase */
MAKE_VIDPID(0x2433, 0xf306), /* Asetek SimSports Tony Kannan Wheelbase */
MAKE_VIDPID(0x3416, 0x0301), /* Cammus C5 Wheelbase */
MAKE_VIDPID(0x3416, 0x0302), /* Cammus C12 Wheelbase */
MAKE_VIDPID(0x346e, 0x0000), /* Moza R16/R21 Wheelbase */
MAKE_VIDPID(0x346e, 0x0002), /* Moza R9 Wheelbase */
MAKE_VIDPID(0x346e, 0x0004), /* Moza R5 Wheelbase */
Expand Down

0 comments on commit 0cdfdb9

Please sign in to comment.