LIBUSB_CAP_HAS_HID_ACCESS constant

int const LIBUSB_CAP_HAS_HID_ACCESS

The library can access HID devices without requiring user intervention. Note that before being able to actually access an HID device, you may still have to call additional libusb functions such as \ref libusb_detach_kernel_driver().

Implementation

static const int LIBUSB_CAP_HAS_HID_ACCESS = 256;