diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-18 11:16:20 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-18 11:16:20 +0000 |
commit | 78cace3b47122fe173c4d43c5e314cac78f29eea (patch) | |
tree | d4b711a29606bc1d516236a137f79911084fc1c7 /drv_T6963.c | |
parent | 5b875cd6b8339c8a9c459d9bca1f709226b5e07a (diff) | |
download | lcd4linux-78cace3b47122fe173c4d43c5e314cac78f29eea.tar.gz |
more descriptive display names with option -l
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@975 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_T6963.c')
-rw-r--r-- | drv_T6963.c | 2 |
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"} }; |