mirror of
https://github.com/erjiang/usbscale.git
synced 2025-06-28 09:00:58 -06:00
Add another Mettler Toledo ID (found on a PS3L) (#26)
This commit is contained in:
parent
4b91759889
commit
f61a8b5e09
@ -4,6 +4,7 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="7b7c", ATTR{idProduct}=="0100", MODE="0776"
|
|||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="2474", ATTR{idProduct}=="0550", MODE="0776"
|
SUBSYSTEM=="usb", ATTR{idVendor}=="2474", ATTR{idProduct}=="0550", MODE="0776"
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="2474", ATTR{idProduct}=="3550", MODE="0776"
|
SUBSYSTEM=="usb", ATTR{idVendor}=="2474", ATTR{idProduct}=="3550", MODE="0776"
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0eb8", ATTR{idProduct}=="f000", MODE="0776"
|
SUBSYSTEM=="usb", ATTR{idVendor}=="0eb8", ATTR{idProduct}=="f000", MODE="0776"
|
||||||
|
SUBSYSTEM=="usb", ATTR{idVendor}=="0eb8", ATTR{idProduct}=="f001", MODE="0776"
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="6096", ATTR{idProduct}=="0158", 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}=="0b67", ATTR{idProduct}=="555e", MODE="0776"
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0922", ATTR{idProduct}=="8003", MODE="0776"
|
SUBSYSTEM=="usb", ATTR{idVendor}=="0922", ATTR{idProduct}=="8003", MODE="0776"
|
||||||
|
3
scales.h
3
scales.h
@ -12,7 +12,7 @@
|
|||||||
//
|
//
|
||||||
// **NSCALES** should be kept updated with the length of the list.
|
// **NSCALES** should be kept updated with the length of the list.
|
||||||
//
|
//
|
||||||
#define NSCALES 12
|
#define NSCALES 13
|
||||||
|
|
||||||
//
|
//
|
||||||
// What is the number of the weighing result to show, as the first result may be incorrect (from the previous weighing)
|
// What is the number of the weighing result to show, as the first result may be incorrect (from the previous weighing)
|
||||||
@ -34,6 +34,7 @@ uint16_t scales[NSCALES][2] = {\
|
|||||||
{0x2474, 0x3550},
|
{0x2474, 0x3550},
|
||||||
// Mettler Toledo
|
// Mettler Toledo
|
||||||
{0x0eb8, 0xf000},
|
{0x0eb8, 0xf000},
|
||||||
|
{0x0eb8, 0xf001},
|
||||||
// SANFORD Dymo 10 lb USB Postal Scale
|
// SANFORD Dymo 10 lb USB Postal Scale
|
||||||
{0x6096, 0x0158},
|
{0x6096, 0x0158},
|
||||||
// Fairbanks Scales SCB-R9000
|
// Fairbanks Scales SCB-R9000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user