Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 15:04:41 -0800
From:      Mark Millard <marklmi@yahoo.com>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>, freebsd-hackers@freebsd.org
Subject:   Re: What is evdev and autoloading?
Message-ID:  <4135B088-DF13-4867-ABF4-5659D47C8997@yahoo.com>
In-Reply-To: <20190217180323.GA95686@troutmask.apl.washington.edu>
References:  <20190217180323.GA95686@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help


On 2019-Feb-17, at 10:03, Steve Kargl <sgk at =
troutmask.apl.washington.edu> wrote:

Anyone have insight into what evdev is?  There appears to
be no manual page.  When I reboot a system with custom
kernel, the system is autoloading evdev.ko, uhid.ko, and
wmt.ko.  I do not need nor what these modules loaded.
How does one prevent this autoloading?

Looking via the web lead to:

=
https://www.freebsd.org/cgi/man.cgi?query=3Devdev&apropos=3D0&sektion=3D4&=
manpath=3DFreeBSD+12.0-RELEASE&arch=3Ddefault&format=3Dhtml
So:

NAME
       evdev - Generic Linux input driver

SYNOPSIS
       Section "InputDevice"
	 Identifier "devname"
	 Driver	"evdev"
	 Option	"Device"   "devpath"
	 Option	"Emulate3Buttons"     "True"
	 Option	"Emulate3Timeout"     "50"
	 Option	"GrabDevice"	 "False"
	 ...
       EndSection

DESCRIPTION

	evdev is an Xorg input driver for Linux's generic event devices. =
It
	therefore supports all input  devices  that  the kernel	 knows =
about,
	including most mice, keyboards, tablets and touchscreens. evdev
	is the default driver on the major Linux distributions.
. . .



but it seems to not have a 13-current entry. It does have
a 12.0-RELEASE entry.

=3D=3D=3D
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4135B088-DF13-4867-ABF4-5659D47C8997>