From 99b38c284e91efc45f9bc4c087e462abe98ae0a4 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 25 Feb 2009 00:52:05 +0100 Subject: Make the path to the sysfs state file for the jbt6k47 display driver configurable. It can either be set at configure time with --with-jbt6k47-state-path=PATH. Or at runtime in the xorg.conf device section. The option name is StatePath. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 72ca535..01e0d5a 100644 --- a/config.h.in +++ b/config.h.in @@ -32,6 +32,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Set jbt6k74 state when changing resolution */ +#undef JBT6K74_SET_STATE + +/* Path to the jbt6k74 sysfs state path */ +#undef JBT6K74_STATE_PATH + /* Name of package */ #undef PACKAGE -- cgit v1.2.3