mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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)
|
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
|
||||||
usbstack
|
usbstack
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(USB_ENABLE_HID)
|
#if defined(USB_ENABLE_HID)
|
||||||
usb_hid
|
usb_hid
|
||||||
#if defined(HAVE_USB_HID_MOUSE)
|
#if defined(HAVE_USB_HID_MOUSE)
|
||||||
usb_hid_mouse
|
usb_hid_mouse
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_WHEEL_ACCELERATION)
|
#if defined(HAVE_WHEEL_ACCELERATION)
|
||||||
wheel_acceleration
|
wheel_acceleration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue