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

[Feature Request] Support setup Touch Pad #47

Open
brsvh opened this issue Oct 15, 2024 · 1 comment
Open

[Feature Request] Support setup Touch Pad #47

brsvh opened this issue Oct 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@brsvh
Copy link

brsvh commented Oct 15, 2024

Is your feature request related to a problem? Please describe.

Maybe not

Describe the solution you'd like

I would like to request support for the automatic recognition of Touch Pad devices and to enable the related options.

My facter.json reported the Touch Pad device.

{
  ...
    "pointing_device": [
      {
        "handle": 44,
        "mouse_type": {
          "name": "Track Point",
          "value": 5
        },
        "interface": {
          "name": "PS/2",
          "value": 4
        },
        "buttons": 3
      },
      {
        "handle": 45,
        "mouse_type": {
          "name": "Touch Pad",
          "value": 7
        },
        "interface": {
          "name": "Other",
          "value": 1
        },
        "buttons": 2
      }
    ],
  ...
}

I tried to write a new module to enable services.libinput through mouse_type, but I couldn't find any mouse devices in config.facter.report.hardware.

Then I didn't know how to continue.

Describe alternatives you've considered

None

Additional context

None

@brsvh brsvh added the enhancement New feature or request label Oct 15, 2024
@brsvh brsvh changed the title Setup Touch Pad [Feature Request] Support setup Touch Pad Oct 15, 2024
@brianmcgee
Copy link
Member

We have an open issue on nixos-facter related to correctly capturing touchpad information.

I should have some time before NixCon to look at this.

@brianmcgee brianmcgee self-assigned this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants