diff options
-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; } |