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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to