Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Syntax
#define USB_HID_DEVICE_DETACHED 0x50 // Device is detached.
Description
Device is detached.
1.4.2.3.2.38 USB_HID_DEVICE_HOLDING Macro
File
usb_host_hid.h
Syntax
#define USB_HID_DEVICE_HOLDING 0x54 // Device is holding due to error
Description
Device is holding due to error
1.4.2.3.2.39 USB_HID_DEVICE_NOT_FOUND Macro
File
usb_host_hid.h
Syntax
#define USB_HID_DEVICE_NOT_FOUND (USB_HID_CLASS_ERROR | 0x03) // Device with
the specified address is not available.
Description
Device with the specified address is not available.
1.4.2.3.2.40 USB_HID_ILLEGAL_REQUEST Macro
File
usb_host_hid.h
Syntax
#define USB_HID_ILLEGAL_REQUEST (USB_HID_CLASS_ERROR | 0x0B) // Cannot perform requested
operation.
Description
Cannot perform requested operation.
1.4.2.3.2.41 USB_HID_INITIALIZING Macro
File
usb_host_hid.h
Syntax
#define USB_HID_INITIALIZING 0x51 // Device is initializing.
Description
Device is initializing.
1.4.2.3.2.42 USB_HID_INTERFACE_ERROR Macro
File
usb_host_hid.h
1.4 Library Interface MLA - USB Library Help Embedded Host API
196
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_usb.pdf