USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid and usb_hid_mouse features a bit to allow for that
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23293 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4cc1b1f833
commit
ad3b2e3eb7
1 changed files with 2 additions and 1 deletions
|
@ -196,13 +196,14 @@ usb_charging
|
|||
|
||||
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
|
||||
usbstack
|
||||
#endif
|
||||
|
||||
#if defined(USB_ENABLE_HID)
|
||||
usb_hid
|
||||
#if defined(HAVE_USB_HID_MOUSE)
|
||||
usb_hid_mouse
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_WHEEL_ACCELERATION)
|
||||
wheel_acceleration
|
||||
|
|
Loading…
Reference in a new issue