diff options
author | Uwe Kleine-König <uwe@kleine-koenig.org> | 2023-10-27 18:25:13 +0200 |
---|---|---|
committer | Uwe Kleine-König <uwe@kleine-koenig.org> | 2023-10-27 19:31:41 +0200 |
commit | 1ee152b5a45b907958511e5477e0f8f18458fc15 (patch) | |
tree | 814e206b32ea0d8ee6bbb9a58952800de0159074 | |
parent | 0391f2410ab111355eb1d2ea90f2276685adebd1 (diff) | |
download | rockbox-1ee152b5a4.tar.gz rockbox-1ee152b5a4.zip |
sansaclipplus: enable usb-hid mouse support
Change-Id: Ifbebf9ff8474882a29378515e010e9c9d39df5c3
-rw-r--r-- | docs/CREDITS | 1 | ||||
-rw-r--r-- | firmware/export/config/sansaclipplus.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 697a32b298..81da7c6b48 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -715,6 +715,7 @@ Michael Landherr Roman Artiukhin Richard Goedeken Mihaly 'Hermit' Horvath +Uwe Kleine-König The libmad team The wavpack team diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index e78063ef02..99eb1d8832 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -202,6 +202,7 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x74d1 +#define HAVE_USB_HID_MOUSE #define HAVE_BOOTLOADER_USB_MODE /* Virtual LED (icon) */ |