Skip to content

Commit

Permalink
webos-rpi.inc: add xpad kernel module for joystick
Browse files Browse the repository at this point in the history
automatically load xpad kernel moduel via /etc/moduels.

Fix: webosce/README#12 webosce/README#25

Signed-off-by: Seokha Ko <[email protected]>
  • Loading branch information
sukdo399 committed Sep 29, 2018
1 parent 1eecf4e commit 0770604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ MACHINE_EXTRA_RRECOMMENDS_append_raspberrypi3 = " \
kernel-module-uinput \
kernel-module-uvcvideo \
kernel-module-videodev \
kernel-module-xpad \
"

KERNEL_MODULE_AUTOLOAD_append = " uinput"
KERNEL_MODULE_AUTOLOAD_append = " uinput xpad"

# Disabling U-Boot until IP address conflict and ALSA issues resolved (PLAT-46515)
# RPI_USE_U_BOOT = "1"
Expand Down

0 comments on commit 0770604

Please sign in to comment.