summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index cf99de2..9a70107 100644
--- a/common.h
+++ b/common.h
@@ -23,7 +23,7 @@ extern struct kmod_ctx* modalias_init() NON_EXPORTED;
extern char *modalias_resolve_module(struct kmod_ctx *ctx, const char *modalias) NON_EXPORTED;
extern void modalias_cleanup(struct kmod_ctx *ctx) NON_EXPORTED;
-#define MAX_DEVICES 100
+#define MAX_DEVICES 300
#define BUF_SIZE 512
typedef struct {