mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-17 21:35:21 +01:00
Add support for PT-2300 and fix 112px width centering (thanks to Bradley Erickson)
This commit is contained in:
parent
aa5392bc13
commit
ec923ed579
3 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Enable non-root access for known ptouch printers
|
||||
SUBSYSTEM == "usb", ATTRS{idVendor} == "04f9", ATTRS{idProduct} == "2004", MODE="0660", TAG+="uaccess"
|
||||
SUBSYSTEM == "usb", ATTRS{idVendor} == "04f9", ATTRS{idProduct} == "2007", MODE="0660", TAG+="uaccess"
|
||||
SUBSYSTEM == "usb", ATTRS{idVendor} == "04f9", ATTRS{idProduct} == "2011", MODE="0660", TAG+="uaccess"
|
||||
SUBSYSTEM == "usb", ATTRS{idVendor} == "04f9", ATTRS{idProduct} == "2019", MODE="0660", TAG+="uaccess"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue