aboutsummaryrefslogtreecommitdiffstats
path: root/drv_M50530.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_M50530.c')
-rw-r--r--drv_M50530.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_M50530.c b/drv_M50530.c
index c982cfa..ab1d6bf 100644
--- a/drv_M50530.c
+++ b/drv_M50530.c
@@ -292,7 +292,7 @@ static int drv_M5_start(const char *section, const int quiet)
int rows = -1, cols = -1;
unsigned int SF;
- s = cfg_get(section, "Model", "generic");
+ s = cfg_get(section, "Model", "M50530");
if (s != NULL && *s != '\0') {
int i;
for (i = 0; Models[i].type != 0xff; i++) {