Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] eudev: add input group
@ 2014-10-20 20:59 Gustavo Zacarias
  2014-10-20 21:18 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2014-10-20 20:59 UTC (permalink / raw)
  To: buildroot

It's used by 50-default-udev.rules for input-class devices.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/eudev/eudev.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
index fd935a7..d29f762 100644
--- a/package/eudev/eudev.mk
+++ b/package/eudev/eudev.mk
@@ -42,4 +42,9 @@ define EUDEV_INSTALL_INIT_SYSV
 	$(INSTALL) -m 0755 package/eudev/S10udev $(TARGET_DIR)/etc/init.d/S10udev
 endef
 
+# Required by default rules for input devices
+define EUDEV_USERS
+	'' -1 input -1 * - - - input group
+endef
+
 $(eval $(autotools-package))
-- 
2.0.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-21 16:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 20:59 [Buildroot] [PATCH] eudev: add input group Gustavo Zacarias
2014-10-20 21:18 ` Thomas Petazzoni
2014-10-20 21:24   ` Samuel Martin
2014-10-21  7:58   ` Eric Le Bihan
2014-10-21 13:15     ` Gustavo Zacarias
2014-10-21 16:28       ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox