]> git.webhop.me Git - lcd4linux.git/commitdiff
more descriptive display names with option -l
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 18 Jan 2009 11:16:20 +0000 (11:16 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 18 Jan 2009 11:16:20 +0000 (11:16 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@975 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

19 files changed:
drv_BWCT.c
drv_Curses.c
drv_G15.c
drv_IRLCD.c
drv_LCD2USB.c
drv_LCDLinux.c
drv_LCDTerm.c
drv_LEDMatrix.c
drv_M50530.c
drv_NULL.c
drv_PHAnderson.c
drv_Pertelian.c
drv_Sample.c
drv_T6963.c
drv_Trefon.c
drv_USBHUB.c
drv_USBLCD.c
drv_picoLCD.c
drv_ula200.c

index 418333cfbe9ab7406ce0f7f40e7844a4bcc02098..8af86b81a7e0022497dd39d198980f6595682813 100644 (file)
@@ -297,7 +297,7 @@ static void plugin_contrast(RESULT * result, RESULT * arg1)
 /* list models */
 int drv_BW_list(void)
 {
-    printf("generic");
+    printf("BWCT USB to HD44780 interface");
     return 0;
 }
 
index b839b7cde6e9ba730f24658a12de2fea66ec7148..5bf9a92217d673bc48cc54a3c31bac191cb73ab5 100644 (file)
@@ -276,7 +276,7 @@ static int drv_Curs_keypad(const int num)
 /* list models */
 int drv_Curs_list(void)
 {
-    printf("any");
+    printf("pure ncurses based text driver");
     return 0;
 }
 
index 11af0a25bbddce8d4aa88c7664f70aa6252191c8..b5283d5a56bfa7c10a466eb4c0f398b39fb8cff9 100644 (file)
--- a/drv_G15.c
+++ b/drv_G15.c
@@ -507,7 +507,7 @@ static int drv_G15_start(const char *section)
 /* list models */
 int drv_G15_list(void)
 {
-    printf("generic");
+    printf("Logitech G-15 / Dell M1730");
     return 0;
 }
 
index 3f610fbcb6da77520860c27d2ad50d09f09adec4..ef59e076039b4a85662c0e8179e9c6810f3f183a 100644 (file)
@@ -297,7 +297,7 @@ static int drv_IRLCD_start(const char *section)
 /* list models */
 int drv_IRLCD_list(void)
 {
-    printf("generic");
+    printf("USBtiny LCD controller");
     return 0;
 }
 
index 7377d7f2aa0572edf3162380faeaf9232911008c..493fbac49f73a468aa74de71f5dffe1dfbc3fe76 100644 (file)
@@ -569,7 +569,7 @@ static void plugin_brightness(RESULT * result, RESULT * arg1)
 /* list models */
 int drv_L2U_list(void)
 {
-    printf("generic");
+    printf("USB2LCD display interface");
     return 0;
 }
 
index d87ab5d437a5ba0da142b4e1cd32e87eead9b371..65f65a3c4f39071c2646b5a78ea2c4e8c212449f 100644 (file)
@@ -259,7 +259,7 @@ static int drv_LL_start(const char *section, const int quiet)
 /* list models */
 int drv_LL_list(void)
 {
-    printf("generic");
+    printf("LCD-Linux HD44780 kernel driver");
     return 0;
 }
 
index 0d12e4435cc9598bf9717b97331ef95170e530ae..56ff4a0c74398f130e431717910811989e25aa94 100644 (file)
@@ -186,7 +186,7 @@ static int drv_LT_start(const char *section, const int quiet)
 /* list models */
 int drv_LT_list(void)
 {
-    printf("generic");
+    printf("LCDTerm serial-to-HD44780 adapter board");
     return 0;
 }
 
index a44f93cc30cfd659e3a30054a03d66b057ce902a..3a63dc3290558049941d2b6d5824963bd2028ad6 100644 (file)
@@ -252,6 +252,7 @@ static int drv_LEDMatrix_start(const char *section)
 /* list models */
 int drv_LEDMatrix_list(void)
 {
+    printf("LEDMATRIX by Till Harbaum");
     return 0;
 }
 
index 5b788af112658bac07037fce4bf944ecf65958ef..c982cfa296b1658051fe8d02d518c1be9f4405d4 100644 (file)
@@ -95,7 +95,7 @@ typedef struct {
 } MODEL;
 
 static MODEL Models[] = {
-    {0x01, "generic"},
+    {0x01, "M50530"},
     {0xff, "Unknown"}
 };
 
index 551703b4f55b231fb0f28a49bc6c52884257fb83..73afe8993f6e23826347037b46052e2ee759c237 100644 (file)
@@ -117,7 +117,7 @@ static int drv_NULL_start(const char *section)
 /* list models */
 int drv_NULL_list(void)
 {
-    printf("generic");
+    printf("NULL driver for testing purposes");
     return 0;
 }
 
index a46de49ed7ad88500ed032ad395af72bdcdaf23f..667d0b06ab40d0e64f268cc0d6d4d7a10d85cfc9 100644 (file)
@@ -313,7 +313,7 @@ static void plugin_bootscreen(RESULT * result, RESULT * arg1)
 /* list models */
 int drv_PHAnderson_list(void)
 {
-    printf("generic");
+    printf("PHAnderson serial-to-HD44780 adapter");
     return 0;
 }
 
index 367e93c3536151acae4f44a033067d5d925809f0..5b2b78f1e0a10c669dac8628d71faf8f8cc37d1e 100644 (file)
@@ -226,7 +226,7 @@ static void plugin_backlight(RESULT * result, RESULT * arg1)
 /* list models */
 int drv_Pertelian_list(void)
 {
-    printf("generic");
+    printf("Pertelian X2040 displays");
     return 0;
 }
 
index 161cba894d0b059d5be452c68b55eed381448ea0..45a8f6ae7ca800cede21b692cc76e3c530be503a 100644 (file)
@@ -408,7 +408,7 @@ static void plugin_contrast(RESULT * result, RESULT * arg1)
 /* list models */
 int drv_Sample_list(void)
 {
-    printf("generic");
+    printf("Sample driver");
     return 0;
 }
 
index 18b4702dfd73223a021194bc89dd8806d3d4f5ac..ac472caca999985f49099d662f850309c4083996 100644 (file)
@@ -65,7 +65,7 @@ typedef struct {
 } MODEL;
 
 static MODEL Models[] = {
-    {0x01, "generic"},
+    {0x01, "T6963"},
     {0xff, "Unknown"}
 };
 
index 743b681c47a8930a650dd43ec312bea9ef66940a..ec9bd36ff7e9b0a70bd7f1aa6d99ae456e1a37c5 100644 (file)
@@ -312,7 +312,7 @@ static void plugin_backlight(RESULT * result, RESULT * arg1)
 /* list models */
 int drv_TF_list(void)
 {
-    printf("generic");
+    printf("TREFON USB LCD");
     return 0;
 }
 
index 5820152cb32d1d4623fe44c9fcabf4daf06d3633..7422b4af0691f8a6c89f0c216ab6fe3afbcfafa9 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
  * $URL$
  *
- * new style driver for USBLCD displays
+ * driver for USBHUB
  *
  * Copyright (C) 2006 Ernst Bachmann <e.bachmann@xebec.de>
  * Copyright (C) 2004,2006 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
@@ -257,7 +257,7 @@ static int drv_UH_start(const char *section, const __attribute__ ((unused))
 /* list models */
 int drv_UH_list(void)
 {
-    printf("generic");
+    printf("USBHUB");
     return 0;
 }
 
index 70dc7b10bade7eacf15ffc47c9f9f91156e21a5d..89dac627064190813cfefd069797a64026bd127a 100644 (file)
@@ -388,7 +388,7 @@ static int drv_UL_start(const char *section, const int quiet)
 /* list models */
 int drv_UL_list(void)
 {
-    printf("generic");
+    printf("USBLCD");
     return 0;
 }
 
index 8a2bc574ba1f68f2fe14f3dabc2ce96ab0d84380..b971775496a32b09fc41a2dd55793640bb2ee44b 100644 (file)
@@ -381,7 +381,7 @@ static void plugin_gpo(RESULT * result, RESULT * argv[])
 /* list models */
 int drv_pL_list(void)
 {
-    printf("generic");
+    printf("picoLCD 20x2 Text LCD");
     return 0;
 }
 
index 20e4d2b33e4ba71aa7e6cff4df6cf3cafcde03fe..345f57163e7007c2e975db2893fd5ace905b34a1 100644 (file)
@@ -670,7 +670,7 @@ static void plugin_backlight(RESULT * result, RESULT * arg1)
  */
 int drv_ula200_list(void)
 {
-    printf("generic");
+    printf("ULA200");
     return 0;
 }