mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-17 21:35:21 +01:00
added more devices, even though printing does NOT work with them
This commit is contained in:
parent
91f3ebe14c
commit
4d8bb9179f
3 changed files with 27 additions and 2 deletions
|
|
@ -25,6 +25,8 @@ struct _pt_tape_info {
|
|||
uint8_t px; /* Printing area in px */
|
||||
};
|
||||
|
||||
#define FLAG_NONE 0
|
||||
#define FLAG_UNSUP_RASTER 1
|
||||
struct _pt_dev_info {
|
||||
int vid; /* USB vendor ID */
|
||||
int pid; /* USB product ID */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue