X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=usb%2Fdrivers%2Fclass%2Fhid.h;fp=usb%2Fdrivers%2Fclass%2Fhid.h;h=e8218ad9778298a6f248c7d8758e1bc8a6329707;hp=85ce3a836398b3c31702b85107c1ac8bb4ae334f;hb=1d0ed6b8602228d940d70e731ca88155ad15b65a;hpb=dd7d06aa840f23f3447befc37ce1ddcbe3a10c29 diff --git a/usb/drivers/class/hid.h b/usb/drivers/class/hid.h index 85ce3a8..e8218ad 100644 --- a/usb/drivers/class/hid.h +++ b/usb/drivers/class/hid.h @@ -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 */