Home
last modified time | relevance | path

Searched refs:MaxPower (Results 1 – 5 of 5) sorted by relevance

/third_party/libusb/
DChangeLog177 guidelines with regards to concurrent use of MaxPower/bMaxPower still apply.
181 MaxPower was used instead of bMaxPower, as defined in the specs. If your
182 application was accessing the MaxPower attribute, and you need to maintain
292 libusb that use MaxPower:
299 if (dev->config[0].MaxPower < 250)
306 if (dev->config[0].MaxPower < 250)
/third_party/libusb/examples/
Dtestlibusb.c157 printf(" MaxPower: %u\n", config->MaxPower); in print_configuration()
/third_party/libusb/libusb/os/
Dwindows_common.h186 UCHAR MaxPower; member
Dwindows_winusb.c3258 cd->MaxPower = 50; in _hid_get_config_descriptor()
/third_party/libusb/libusb/
Dlibusb.h721 uint8_t MaxPower; member