Skip to content
Merged
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
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/devices/60-ps4_gamepad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kind: CompositeDevice
# Name of the composite device mapping
name: Sony Interactive Entertainment Wireless Controller

# Only allow a single source device per composite device of this type.
single_source: false
# Maximum number of source devices per CompositeDevice.
maximum_sources: 2

# Only use this profile if *any* of the given matches matches. If this list is
# empty then the source devices will *always* be checked.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kind: CompositeDevice
# Name of the composite device mapping
name: Sony Interactive Entertainment DualSense Edge Wireless Controller

# Only allow a single source device per composite device of this type.
single_source: false
# Maximum number of source devices per CompositeDevice.
maximum_sources: 4

# Only use this profile if *any* of the given matches matches. If this list is
# empty then the source devices will *always* be checked.
Expand Down
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/devices/60-ps5_ds_gamepad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kind: CompositeDevice
# Name of the composite device mapping
name: Sony Interactive Entertainment DualSense Wireless Controller

# Only allow a single source device per composite device of this type.
single_source: false
# Maximum number of source devices per CompositeDevice.
maximum_sources: 4

# Only use this profile if *any* of the given matches matches. If this list is
# empty then the source devices will *always* be checked.
Expand Down
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/devices/60-switch_pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kind: CompositeDevice
# Name of the composite device mapping
name: Nintendo Co., Ltd. Pro Controller

# Only allow a single source device per composite device of this type.
single_source: true
# Maximum number of source devices per CompositeDevice.
maximum_sources: 1

# Only use this profile if *any* of the given matches matches. If this list is
# empty, then the source devices will *always* be checked.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ name: Microsoft X-Box 360 pad
# /sys/class/dmi/id/product_name
matches: []

# Only allow a single source device per composite device of this type.
single_source: true
# Maximum number of source devices per CompositeDevice.
maximum_sources: 1

# One or more source devices to combine into a single virtual device. The events
# from these devices will be watched and translated according to the key map.
Expand Down
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/devices/60-xbox_gamepad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ name: Microsoft X-Box pad
# /sys/class/dmi/id/product_name
matches: []

# Only allow a single source device per composite device of this type.
single_source: true
# Maximum number of source devices per CompositeDevice.
maximum_sources: 1

# One or more source devices to combine into a single virtual device. The events
# from these devices will be watched and translated according to the key map.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ name: Microsoft X-Box One Elite pad
# /sys/class/dmi/id/product_name
matches: []

# Only allow a single source device per composite device of this type.
single_source: true
# Maximum number of source devices per CompositeDevice.
maximum_sources: 1

# One or more source devices to combine into a single virtual device. The events
# from these devices will be watched and translated according to the key map.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ name: Microsoft X-Box One pad
# /sys/class/dmi/id/product_name
matches: []

# Only allow a single source device per composite device of this type.
single_source: true
# Maximum number of source devices per CompositeDevice.
maximum_sources: 1

# One or more source devices to combine into a single virtual device. The events
# from these devices will be watched and translated according to the key map.
Expand Down
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/devices/69-ignore_generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kind: CompositeDevice
# Name of the composite device mapping
name: Ignore Gamepads

# Only allow a single source device per composite device of this type.
single_source: true
# Maximum number of source devices per CompositeDevice.
maximum_sources: 1

# Only use this profile if *any* of the given matches matches. If this list is
# empty, then the source devices will *always* be checked.
Expand Down
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/devices/70-generic_gamepad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kind: CompositeDevice
# Name of the composite device mapping
name: Gamepads

# Only allow a single source device per composite device of this type.
single_source: true
# Maximum number of source devices per CompositeDevice.
maximum_sources: 1

# Only use this profile if *any* of the given matches matches. If this list is
# empty, then the source devices will *always* be checked.
Expand Down
Loading