Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 20:56:05 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r341830 - stable/12/sys/powerpc/conf
Message-ID:  <201812112056.wBBKu5fF012669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising (doc,ports committer)
Date: Tue Dec 11 20:56:05 2018
New Revision: 341830
URL: https://svnweb.freebsd.org/changeset/base/341830

Log:
  MFC 340632
  
  Enable evdev on ppc64
  
  Enable evdev on ppc64 as well, similar to what was done for amd64 and i386
  in r340387.
  
  Evdev can be used by X and is used by wayland to handle input devices.
  
  Approved by:	mmacy

Modified:
  stable/12/sys/powerpc/conf/GENERIC64
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/powerpc/conf/GENERIC64
==============================================================================
--- stable/12/sys/powerpc/conf/GENERIC64	Tue Dec 11 20:47:00 2018	(r341829)
+++ stable/12/sys/powerpc/conf/GENERIC64	Tue Dec 11 20:56:05 2018	(r341830)
@@ -227,3 +227,7 @@ device		sound		# Generic sound driver (required)
 device		snd_ai2s	# Apple I2S audio
 device		snd_uaudio	# USB Audio
 
+# evdev interface
+options 	EVDEV_SUPPORT		# evdev support in legacy drivers
+device		evdev			# input event device support
+device		uinput			# install /dev/uinput cdev



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812112056.wBBKu5fF012669>