diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-06-09 10:58:06 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-06-09 11:52:10 +1000 |
commit | 03dfe7b749796c10074b5ebc5e9c3f947d726104 (patch) | |
tree | c5facb68115b277049f3b3e3d2fe3af5585fb0b4 /src/hwdb | |
parent | 02776da6ec90d28799561407d8a07f76d1c2c120 (diff) |
hwdb: actually search /run/udev/hwdb.d
The documentation claims hwdb entries may be placed in the volatile
/run/udev/hwdb.d directory but nothing actually looked at it.
Diffstat (limited to 'src/hwdb')
-rw-r--r-- | src/hwdb/hwdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hwdb/hwdb.c b/src/hwdb/hwdb.c index 446de3a2fc..62b76c9e89 100644 --- a/src/hwdb/hwdb.c +++ b/src/hwdb/hwdb.c @@ -43,6 +43,7 @@ static const char *arg_root = ""; static const char * const conf_file_dirs[] = { "/etc/udev/hwdb.d", + "/run/udev/hwdb.d", UDEVLIBEXECDIR "/hwdb.d", NULL }; |