Remove device names from LPT table
This commit is contained in:
@@ -2143,7 +2143,7 @@ escp_close(void *priv)
|
||||
|
||||
|
||||
const lpt_device_t lpt_prt_escp_device = {
|
||||
"EPSON ESC/P compatible printer",
|
||||
"Generic ESC/P Dot-Matrix",
|
||||
escp_init,
|
||||
escp_close,
|
||||
write_data,
|
||||
|
||||
@@ -389,7 +389,7 @@ ps_close(void *p)
|
||||
|
||||
|
||||
const lpt_device_t lpt_prt_ps_device = {
|
||||
.name = "Generic PostScript printer",
|
||||
.name = "Generic PostScript Printer",
|
||||
.init = ps_init,
|
||||
.close = ps_close,
|
||||
.write_data = ps_write_data,
|
||||
|
||||
@@ -483,7 +483,7 @@ prnt_close(void *priv)
|
||||
|
||||
|
||||
const lpt_device_t lpt_prt_text_device = {
|
||||
"Generic TEXT printer",
|
||||
"Generic Text Printer",
|
||||
prnt_init,
|
||||
prnt_close,
|
||||
write_data,
|
||||
|
||||
Reference in New Issue
Block a user