mirror of
https://github.com/erjiang/usbscale.git
synced 2025-06-27 08:30:58 -06:00
Added support for DYMO 1772057 Digital Postal Scale
This commit is contained in:
parent
6ff81583db
commit
1ee1e85cbe
@ -6,3 +6,4 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="0eb8", ATTR{idProduct}=="f000", MODE="0776"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="6096", ATTR{idProduct}=="0158", MODE="0776"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0b67", ATTR{idProduct}=="555e", MODE="0776"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0922", ATTR{idProduct}=="8004", MODE="0776"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0922", ATTR{idProduct}=="8003", MODE="0776"
|
||||
|
6
scales.h
6
scales.h
@ -12,7 +12,7 @@
|
||||
//
|
||||
// **NSCALES** should be kept updated with the length of the list.
|
||||
//
|
||||
#define NSCALES 8
|
||||
#define NSCALES 9
|
||||
|
||||
//
|
||||
// What is the number of the weighing result to show, as the first result may be incorrect (from the previous weighing)
|
||||
@ -39,5 +39,7 @@ uint16_t scales[NSCALES][2] = {\
|
||||
// Fairbanks Scales SCB-R9000
|
||||
{0x0b67, 0x555e},
|
||||
// Dymo-CoStar Corp. M25 Digital Postal Scale
|
||||
{0x0922, 0x8004}
|
||||
{0x0922, 0x8004},
|
||||
// DYMO 1772057 Digital Postal Scale
|
||||
{0x0922, 0x8003}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user