summarylogtreecommitdiffstats
path: root/config.h
blob: 3718d01e215fb8f5b2c412f6e2705824aade07cd (plain)
1
2
3
4
5
6
7
8
9
10
static const Rule rules[] = {
	/* ACTION    SUBSYSTEM      other env variables   command to run */
	{  "add",    NULL,          "DEVNAME",            "/usr/bin/smdev"          },
	{  "remove", NULL,          "DEVNAME",            "/usr/bin/smdev"          },
	{  "add",    NULL,          "MODALIAS",           "/usr/bin/modprobe_env"   },
	{  "add",    NULL,          NULL,                 "/usr/bin/libudev-helper" },
	{  "remove", NULL,          NULL,                 "/usr/bin/libudev-helper" },
	{  "bind",   NULL,          NULL,                 "/usr/bin/libudev-helper" },
	{  "change", NULL,          NULL,                 "/usr/bin/libudev-helper" },
};