aboutsummaryrefslogtreecommitdiffstats
path: root/drv_T6963.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_T6963.c')
-rw-r--r--drv_T6963.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_T6963.c b/drv_T6963.c
index 18b4702..ac472ca 100644
--- a/drv_T6963.c
+++ b/drv_T6963.c
@@ -65,7 +65,7 @@ typedef struct {
} MODEL;
static MODEL Models[] = {
- {0x01, "generic"},
+ {0x01, "T6963"},
{0xff, "Unknown"}
};