added set_rate for HID devices; keyboard driver works fine at proper
[ppcskel.git] / usb / drivers / class / hid.h
index 85ce3a836398b3c31702b85107c1ac8bb4ae334f..e8218ad9778298a6f248c7d8758e1bc8a6329707 100644 (file)
@@ -35,6 +35,7 @@ u8 usb_hidkb_inuse();
 
 struct kbrep *usb_hidkb_getChars();
 unsigned char usb_hidkb_get_char_from_keycode(u8 keycode, int shifted);
+void usb_hidkb_set_idle(struct usb_device *dev, u8 duration);
 
 #endif /* __HID_H */