1
0
Fork 0
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:
Frank Gevaerts 2009-04-19 21:17:18 +00:00
parent 745e35c2d9
commit 2a085f4477
7 changed files with 391 additions and 13 deletions

View file

@ -93,6 +93,7 @@ enum {
USB_DRIVER_MASS_STORAGE,
USB_DRIVER_SERIAL,
USB_DRIVER_CHARGING_ONLY,
USB_DRIVER_HID,
USB_NUM_DRIVERS
};