Imported Upstream version 2.7.4
This commit is contained in:
parent
fd413a3168
commit
c9cb2187ee
290 changed files with 7473 additions and 2607 deletions
|
|
@ -42,12 +42,13 @@ extern upsdrv_info_t comm_upsdrv_info;
|
|||
* corresponding string did not exist or could not be retrieved.
|
||||
*/
|
||||
typedef struct SHUTDevice_s {
|
||||
uint16_t VendorID; /*!< Device's Vendor ID */
|
||||
uint16_t ProductID; /*!< Device's Product ID */
|
||||
char* Vendor; /*!< Device's Vendor Name */
|
||||
char* Product; /*!< Device's Product Name */
|
||||
char* Serial; /* Product serial number */
|
||||
char* Bus; /* Bus name, e.g. "003" */
|
||||
uint16_t VendorID; /*!< Device's Vendor ID */
|
||||
uint16_t ProductID; /*!< Device's Product ID */
|
||||
char* Vendor; /*!< Device's Vendor Name */
|
||||
char* Product; /*!< Device's Product Name */
|
||||
char* Serial; /*!< Product serial number */
|
||||
char* Bus; /*!< Bus name, e.g. "003" */
|
||||
uint16_t bcdDevice; /*!< Device release number */
|
||||
} SHUTDevice_t;
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue