Imported Upstream version 2.7.4
This commit is contained in:
parent
fd413a3168
commit
c9cb2187ee
290 changed files with 7473 additions and 2607 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include "usbhid-ups.h"
|
||||
#include "mge-hid.h"
|
||||
|
||||
#define MGE_HID_VERSION "MGE HID 1.38"
|
||||
#define MGE_HID_VERSION "MGE HID 1.39"
|
||||
|
||||
/* (prev. MGE Office Protection Systems, prev. MGE UPS SYSTEMS) */
|
||||
/* Eaton */
|
||||
|
|
@ -52,6 +52,9 @@
|
|||
/* Hewlett Packard */
|
||||
#define HP_VENDORID 0x03f0
|
||||
|
||||
/* AEG */
|
||||
#define AEG_VENDORID 0x2b2d
|
||||
|
||||
#ifndef SHUT_MODE
|
||||
#include "usb-common.h"
|
||||
|
||||
|
|
@ -75,6 +78,9 @@ static usb_device_id_t mge_usb_device_table[] = {
|
|||
{ USB_DEVICE(HP_VENDORID, 0x1fe7), NULL },
|
||||
{ USB_DEVICE(HP_VENDORID, 0x1fe8), NULL },
|
||||
|
||||
/* PROTECT B / NAS */
|
||||
{ USB_DEVICE(AEG_VENDORID, 0xffff), NULL },
|
||||
|
||||
/* Terminating entry */
|
||||
{ -1, -1, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue