Open
Conversation
To update your local repository, use these commands
$ git fetch origin
$ git checkout master
$ git branch -m main
$ git branch --set-upstream-to=origin/main
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
3264fd0cc024fbffaa461e928528f0c2e8089916 789609f43978b3ef1998fdb6853701ab2f0ad6ee
cf05c17 to
06b4a89
Compare
a252f8c to
d7210ae
Compare
Add https://gitlab.tetaneutral.net/mherrb/libevdev-openbsd/ to avoid conflicts between sysutils/libevdev-openbsd and wayland/libinput-openbsd
185285d to
7327336
Compare
9057763 to
26b7c6b
Compare
libinput has the mouse buttons in order: left, right, middle while wsmouse hase left, middle, right. While here replace the comment before that code that doesn't make sense anymore.
- store the device capability (pointer/keyboard) in the wscons_device struct - use a pointer to the keyboard mapping table like in the X keyboard driver This should also make adding more advanced pointer support easier
This makes VT switches possible with seatd which properly calls back thoses functions to release/acquire the devices when switching from/to the VT runnning a compositor.
Currently this information is not available from wsconsx
This allows to have diffent kinds of keyboard (USB, PS/2) layouts active at the same time. Currently when using the mux it's not possible to get the layout applying to a given event.
This fixes running with seatd()
On OpenBSD it's provided by the wayland/libevdev-openbsd port
This reverts commit cf9699e. This causes a circular dependencies problem. A better solution is needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.