Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Xbox One Elite 2 Controller #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rotilho
Copy link

@rotilho rotilho commented Jul 19, 2024

No description provided.

@dm-zharov
Copy link

dm-zharov commented Jul 21, 2024

I can confirm that this rule resolves detection of "Xbox Elite Series 2 Controller" (on latest "BLE" firmware).

@dm-zharov
Copy link

dm-zharov commented Jul 21, 2024

If useful, there is the output of udevadm info --query=all --attribute-walk --name=/dev/hidraw7:

Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device '/devices/virtual/misc/uhid/0005:045E:0B22.0008/hidraw/hidraw7':
    KERNEL=="hidraw7"
    SUBSYSTEM=="hidraw"
    DRIVER==""
    ATTR{power/control}=="auto"
    ATTR{power/runtime_active_time}=="0"
    ATTR{power/runtime_status}=="unsupported"
    ATTR{power/runtime_suspended_time}=="0"

  looking at parent device '/devices/virtual/misc/uhid/0005:045E:0B22.0008':
    KERNELS=="0005:045E:0B22.0008"
    SUBSYSTEMS=="hid"
    DRIVERS=="microsoft"
    ATTRS{country}=="00"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"

  looking at parent device '/devices/virtual/misc/uhid':
    KERNELS=="uhid"
    SUBSYSTEMS=="misc"
    DRIVERS==""
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants