Author: zeising (doc,ports committer)
Date: Tue Dec 11 21:01:38 2018
New Revision: 341831
URL: https://svnweb.freebsd.org/changeset/base/341831

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

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

Modified: stable/12/sys/powerpc/conf/GENERIC
==============================================================================
--- stable/12/sys/powerpc/conf/GENERIC  Tue Dec 11 20:56:05 2018        
(r341830)
+++ stable/12/sys/powerpc/conf/GENERIC  Tue Dec 11 21:01:38 2018        
(r341831)
@@ -219,3 +219,8 @@ device              sound           # Generic sound driver 
(required)
 device         snd_ai2s        # Apple I2S audio
 device         snd_davbus      # Apple DAVBUS 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