Home
last modified time | relevance | path

Searched refs:bDeviceClass (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluez/scripts/
Dbluetooth-hid2hci.rules10 ATTRS{bDeviceClass}=="00", ATTRS{idVendor}=="413c", ATTRS{bmAttributes}=="e0", \
24 ATTR{bDeviceClass}=="e0", ATTR{bDeviceSubClass}=="01", ATTR{bDeviceProtocol}=="01", ATTR{idVendor}=…
/external/kernel-headers/original/linux/
Dusb_ch9.h192 __u8 bDeviceClass; member
336 __u8 bDeviceClass; member
Dmod_devicetable.h109 __u8 bDeviceClass; member
Dusb.h519 .match_flags = USB_DEVICE_ID_MATCH_DEV_INFO, .bDeviceClass = (cl), \
/external/bluetooth/bluez/tools/
Dcsr_usb.c70 if (dev->descriptor.bDeviceClass == USB_CLASS_HUB) in csr_open_usb()
Ddfutool.c110 dev->descriptor.bDeviceClass == USB_CLASS_APPLICATION ? " (DFU mode)" : ""); in print_device()
142 if (dev->descriptor.bDeviceClass == USB_CLASS_HUB) in open_device()
262 if (dev->descriptor.bDeviceClass != USB_CLASS_APPLICATION) in open_device()