Searched refs:hid_types (Results 1 – 1 of 1) sorted by relevance
60 static char *hid_types[] = {"Device", "Pointer", "Mouse", "Device", "Joystick", variable1432 (hid->collection[i].usage & 0xffff) < ARRAY_SIZE(hid_types)) { in hid_probe()1433 c = hid_types[hid->collection[i].usage & 0xffff]; in hid_probe()