mirror of
https://github.com/erjiang/usbscale.git
synced 2025-08-11 11:32:40 -06:00
Add Dymo-CoStar Corp. S180 scale
This commit is contained in:
parent
c10d19738d
commit
7ecb071ad8
@ -5,6 +5,7 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="2474", ATTR{idProduct}=="3550", MODE="0776"
|
||||
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"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0922", ATTR{idProduct}=="8004", MODE="0776"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0922", ATTR{idProduct}=="8009", MODE="0776"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="08df", ATTR{idProduct}=="0200", MODE="0776"
|
||||
|
8
scales.h
8
scales.h
@ -12,7 +12,7 @@
|
||||
//
|
||||
// **NSCALES** should be kept updated with the length of the list.
|
||||
//
|
||||
#define NSCALES 10
|
||||
#define NSCALES 11
|
||||
|
||||
//
|
||||
// What is the number of the weighing result to show, as the first result may be incorrect (from the previous weighing)
|
||||
@ -38,10 +38,12 @@ uint16_t scales[NSCALES][2] = {\
|
||||
{0x6096, 0x0158},
|
||||
// Fairbanks Scales SCB-R9000
|
||||
{0x0b67, 0x555e},
|
||||
// Dymo-CoStar Corp. M25 Digital Postal Scale
|
||||
{0x0922, 0x8004},
|
||||
// DYMO 1772057 Digital Postal Scale
|
||||
{0x0922, 0x8003},
|
||||
// Dymo-CoStar Corp. M25 Digital Postal Scale
|
||||
{0x0922, 0x8004},
|
||||
// Dymo-CoStar Corp. S180 180kg Portable Digital Shipping Scale
|
||||
{0x0922, 0x8009},
|
||||
// Pitney Bowes 10lb scale 397-B (X.J. Group XJ-6K809)
|
||||
{0x0d8f, 0x0200}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user