Lines Matching +full:0 +full:x75
79 #define KBD_DEFAULT_PRODUCT_ID 0x27db
109 0x05, 0x01, 0x09, 0x06, 0xa1, 0x01, 0x05, 0x07,
110 0x19, 0xe0, 0x29, 0xe7, 0x15, 0x00, 0x25, 0x01,
111 0x75, 0x01, 0x95, 0x08, 0x81, 0x02, 0x95, 0x01,
112 0x75, 0x08, 0x81, 0x01, 0x95, 0x03, 0x75, 0x01,
113 0x05, 0x08, 0x19, 0x01, 0x29, 0x03, 0x91, 0x02,
114 0x95, 0x05, 0x75, 0x01, 0x91, 0x01, 0x95, 0x06,
115 0x75, 0x08, 0x15, 0x00, 0x26, 0xff, 0x00, 0x05,
116 0x07, 0x19, 0x00, 0x2a, 0xff, 0x00, 0x81, 0x00,
117 0xc0
134 0x09, 0x21, 0x10, 0x01, 0x00, 0x01, 0x22, sizeof(keyboard_hid_descriptor),
135 0x00
159 .bmAttributes = 0,
160 .bMaxPower = 0,
178 .bcdDevice = 0x0100,
180 .bDeviceSubClass = 0,
181 .bDeviceProtocol = 0,
197 if ((req->bmRequestType == 0x81) && (req->bRequest == 0x06) && in keyboard_get_vendor_desc()
198 (req->wValue[0] == 0x00) && (req->wValue[1] == 0x22) && in keyboard_get_vendor_desc()
199 (req->wIndex[1] == 0) && (req->wIndex[0] == 0)) { in keyboard_get_vendor_desc()
224 if (string_index == 0) { in keyboard_get_string_desc()
227 if (lang_id != 0x0409) { in keyboard_get_string_desc()
257 0, "USB Keyboard device side template"); in kbd_init()
264 #if 0 in kbd_init()