From 1eeeaefecb634ea734059685648c058dd600bcae Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 18 Jan 2019 10:24:19 +0100 Subject: kbd: experimental libinput support --- fbiconfig.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'fbiconfig.c') diff --git a/fbiconfig.c b/fbiconfig.c index 44e2321..48c0fca 100644 --- a/fbiconfig.c +++ b/fbiconfig.c @@ -182,6 +182,11 @@ struct cfg_cmdline fbi_cfg[] = { .option = { O_VIDEO_MODE }, .needsarg = 1, .desc = "use video mode (from /etc/fb.modes)", + },{ + .cmdline = "libinput", + .option = { O_LIBINPUT }, + .yesno = 1, + .desc = "use libinput (experimental)", },{ /* end of list */ @@ -249,6 +254,11 @@ struct cfg_cmdline fbpdf_cfg[] = { .option = { O_VIDEO_MODE }, .needsarg = 1, .desc = "use video mode (from /etc/fb.modes)", + },{ + .cmdline = "libinput", + .option = { O_LIBINPUT }, + .yesno = 1, + .desc = "use libinput (experimental)", },{ /* end of list */ } -- cgit