diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | common.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +- bump max devices number per bus from 100 to 300 (mga#8320) - make ldetect 3x faster Version 0.12.1 - 19 January 2012, Thierry Vignaud @@ -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 { |