Skip to content

Commit

Permalink
more descriptive display names with option -l
Browse files Browse the repository at this point in the history
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@975 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
  • Loading branch information
michael committed Jan 18, 2009
1 parent 5b875cd commit 78cace3
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion drv_BWCT.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_Curses.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_G15.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_IRLCD.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_LCD2USB.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_LCDLinux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_LCDTerm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
1 change: 1 addition & 0 deletions drv_LEDMatrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_M50530.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ typedef struct {
} MODEL;

static MODEL Models[] = {
{0x01, "generic"},
{0x01, "M50530"},
{0xff, "Unknown"}
};

Expand Down
2 changes: 1 addition & 1 deletion drv_NULL.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_PHAnderson.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_Pertelian.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_Sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_T6963.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typedef struct {
} MODEL;

static MODEL Models[] = {
{0x01, "generic"},
{0x01, "T6963"},
{0xff, "Unknown"}
};

Expand Down
2 changes: 1 addition & 1 deletion drv_Trefon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
4 changes: 2 additions & 2 deletions drv_USBHUB.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* $Id$
* $URL$
*
* new style driver for USBLCD displays
* driver for USBHUB
*
* Copyright (C) 2006 Ernst Bachmann <[email protected]>
* Copyright (C) 2004,2006 The LCD4Linux Team <[email protected]>
Expand Down Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_USBLCD.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_picoLCD.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drv_ula200.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ static void plugin_backlight(RESULT * result, RESULT * arg1)
*/
int drv_ula200_list(void)
{
printf("generic");
printf("ULA200");
return 0;
}

Expand Down

0 comments on commit 78cace3

Please sign in to comment.