diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-28 21:18:52 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-28 21:18:52 +0000 |
commit | 4ad1d16232b521c117321dacdd73aeae072de5c8 (patch) | |
tree | 6959d17f18add516c178a67bfb76c1641a9f4176 | |
parent | 2b538e055ac14d70cc2f5a3e3b3c417e155c53e3 (diff) | |
download | lcd4linux-4ad1d16232b521c117321dacdd73aeae072de5c8.tar.gz |
update st2205 desc.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@980 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | drv_st2205.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_st2205.c b/drv_st2205.c index 16064c8..f352381 100644 --- a/drv_st2205.c +++ b/drv_st2205.c @@ -180,7 +180,7 @@ static void plugin_backlight(RESULT * result, RESULT * arg1) /* list models */ int drv_st2205_list(void) { - printf("generic"); + printf("generic hacked photo frame"); return 0; } |