Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

8 changes: 7 additions & 1 deletion rootfs/usr/share/inputplumber/devices/50-msi_claw7_a2vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ source_devices:

# Dinput Gamepad
- group: gamepad
blocked: true
udev:
properties:
- name: ID_INPUT_JOYSTICK
Expand All @@ -102,7 +103,12 @@ source_devices:
value: "1902"
- name: phys
value: "usb-0000:00:14.0-2/input0"
capability_map_id: claw1-dinput
- group: gamepad
unique: true
hidraw:
vendor_id: 0x0db0
product_id: 0x1902
interface_num: 0

# Dinput Mkey Extra Buttons
- group: gamepad
Expand Down
8 changes: 7 additions & 1 deletion rootfs/usr/share/inputplumber/devices/50-msi_claw8_a2vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ source_devices:

# Dinput Gamepad
- group: gamepad
blocked: true
udev:
properties:
- name: ID_INPUT_JOYSTICK
Expand All @@ -102,7 +103,12 @@ source_devices:
value: "1902"
- name: phys
value: "usb-0000:00:14.0-2/input0"
capability_map_id: claw1-dinput
- group: gamepad
unique: true
hidraw:
vendor_id: 0x0db0
product_id: 0x1902
interface_num: 0

# Dinput Mkey Extra Buttons
- group: gamepad
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ source_devices:

# Dinput Gamepad
- group: gamepad
blocked: true
udev:
properties:
- name: ID_INPUT_JOYSTICK
Expand All @@ -102,7 +103,12 @@ source_devices:
value: "1902"
- name: phys
value: "usb-0000:00:14.0-4/input0"
capability_map_id: claw1-dinput
- group: gamepad
unique: true
hidraw:
vendor_id: 0x0db0
product_id: 0x1902
interface_num: 0

# Dinput Mkey Extra Buttons
- group: gamepad
Expand Down
8 changes: 7 additions & 1 deletion rootfs/usr/share/inputplumber/devices/50-msi_claw_a1m.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ source_devices:

# Dinput Gamepad
- group: gamepad
blocked: true
udev:
properties:
- name: ID_INPUT_JOYSTICK
Expand All @@ -102,7 +103,12 @@ source_devices:
value: "1902"
- name: phys
value: "usb-0000:00:14.0-9/input0"
capability_map_id: claw1-dinput
- group: gamepad
unique: true
hidraw:
vendor_id: 0x0db0
product_id: 0x1902
interface_num: 0

# Dinput Mkey Extra Buttons
- group: gamepad
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ source_devices:

# Dinput Gamepad
- group: gamepad
blocked: true
udev:
properties:
- name: ID_INPUT_JOYSTICK
Expand All @@ -103,7 +104,12 @@ source_devices:
value: "1902"
- name: phys
value: "usb-0000:c6:00.0-3/input0"
capability_map_id: claw1-dinput
- group: gamepad
unique: true
hidraw:
vendor_id: 0x0db0
product_id: 0x1902
interface_num: 0

# Dinput Mkey Extra Buttons
- group: gamepad
Expand Down
1 change: 1 addition & 0 deletions src/drivers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub mod horipad_steam;
pub mod iio_imu;
pub mod lego;
pub mod legos;
pub mod msi_claw;
pub mod opineo;
pub mod oxp_hid;
pub mod oxp_tty;
Expand Down
Loading
Loading