Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dhid-core.c60 static char *hid_types[] = {"Device", "Pointer", "Mouse", "Device", "Joystick", variable
1432 (hid->collection[i].usage & 0xffff) < ARRAY_SIZE(hid_types)) { in hid_probe()
1433 c = hid_types[hid->collection[i].usage & 0xffff]; in hid_probe()