Skip to content

Commit

Permalink
feat: add uinput kernel module
Browse files Browse the repository at this point in the history
Enable kernel module to support `uinput` System Extension.

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
judahrand authored and frezbo committed Aug 30, 2024
1 parent 4fd2541 commit 18d3b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -3067,7 +3067,7 @@ CONFIG_INPUT_MISC=y
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
# CONFIG_INPUT_UINPUT is not set
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
# CONFIG_INPUT_PWM_VIBRA is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@ CONFIG_INPUT_PM8941_PWRKEY=y
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_REGULATOR_HAPTIC=y
CONFIG_INPUT_AXP20X_PEK=y
# CONFIG_INPUT_UINPUT is not set
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
# CONFIG_INPUT_PWM_VIBRA is not set
Expand Down

0 comments on commit 18d3b85

Please sign in to comment.