Home
last modified time | relevance | path

Searched defs:HID_SET_IDLE (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/
H A Dconstants.rs49 pub const HID_SET_IDLE: u8 = 0x0A; constant
/aosp_15_r20/external/libusb/examples/
H A Dxusb.c85 #define HID_SET_IDLE 0x0A macro