Add support for Logitech G923 Racing Wheel Xbox version
Posted: 10 Jan 2022, 18:31
Hello,
Can you add support for the g923 xbox version please, as you did for the g920 ?
Here is the content of /etc/usb_modeswitch.d/046d:c26d :
Here is the content of /etc/udev/rules.d/40-usb_modeswitch.rules :
Can you add support for the g923 xbox version please, as you did for the g920 ?
Here is the content of /etc/usb_modeswitch.d/046d:c26d :
Code: Select all
#Logitech G923 Racing Wheel (Xbox Mode)
DefaultVendor=046d
DefaultProduct=c26d
MessageEndpoint=01
ResponseEndpoint=01
TargetClass=0x03
MessageContent="0f00010142"
Here is the content of /etc/udev/rules.d/40-usb_modeswitch.rules :
Code: Select all
#Logitech G923 Racing Wheel (Xbox Mode)
ATTR{idVendor}=="046d", ATTR{idProduct}=="c26d", RUN+="usb_modeswitch '%b/%k'"