forked from len0rd/rockbox
Add preliminary HID driver. It doesn't do anything yet, but that should change soon (FS#10116 by Tomer Shalev)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20750 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
745e35c2d9
commit
2a085f4477
7 changed files with 391 additions and 13 deletions
|
|
@ -93,6 +93,7 @@ enum {
|
|||
USB_DRIVER_MASS_STORAGE,
|
||||
USB_DRIVER_SERIAL,
|
||||
USB_DRIVER_CHARGING_ONLY,
|
||||
USB_DRIVER_HID,
|
||||
USB_NUM_DRIVERS
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue