Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 19:17:43 +0000 (UTC)
From:      Vladimir Kondratyev <wulf@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326019 - head/sys/dev/evdev
Message-ID:  <201711201917.vAKJHhwS021266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wulf
Date: Mon Nov 20 19:17:43 2017
New Revision: 326019
URL: https://svnweb.freebsd.org/changeset/base/326019

Log:
  evdev: Export EVDEV_SUPPORT kernel option through feature facility
  
  Suggested by:	netchild
  Reviewed by:	gonzo
  Approved by:	gonzo (mentor)
  MFC after:	1 week

Modified:
  head/sys/dev/evdev/evdev.c

Modified: head/sys/dev/evdev/evdev.c
==============================================================================
--- head/sys/dev/evdev/evdev.c	Mon Nov 20 19:05:53 2017	(r326018)
+++ head/sys/dev/evdev/evdev.c	Mon Nov 20 19:17:43 2017	(r326019)
@@ -50,6 +50,9 @@
 
 #ifdef FEATURE
 FEATURE(evdev, "Input event devices support");
+#ifdef EVDEV_SUPPORT
+FEATURE(evdev_support, "Evdev support in hybrid drivers");
+#endif
 #endif
 
 enum evdev_sparse_result



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