forked from len0rd/rockbox
FS#10704 - Make a configuration option to disable USB HID
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6314952ff1
commit
83d24f89df
14 changed files with 137 additions and 57 deletions
|
@ -148,4 +148,8 @@ bool firewire_detect(void);
|
|||
void usb_firewire_connect_event(void);
|
||||
#endif
|
||||
|
||||
#ifdef USB_ENABLE_HID
|
||||
void usb_set_hid(bool enable);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue