#define DPRINTFN(n,x)
#endif
-#define UPROTO_BOOT_KEYBOARD 1
-
#define NKEYCODE 6
struct ukbd_data {
if (id
&& id->bInterfaceClass == UICLASS_HID
&& id->bInterfaceSubClass == UISUBCLASS_BOOT
- && id->bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)
+ && id->bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD)
return 0; /* found it */
return EINVAL;