summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2023-10-27 18:25:13 +0200
committerUwe Kleine-König <uwe@kleine-koenig.org>2023-10-27 19:31:41 +0200
commit1ee152b5a45b907958511e5477e0f8f18458fc15 (patch)
tree814e206b32ea0d8ee6bbb9a58952800de0159074
parent0391f2410ab111355eb1d2ea90f2276685adebd1 (diff)
downloadrockbox-1ee152b5a45b907958511e5477e0f8f18458fc15.tar.gz
rockbox-1ee152b5a45b907958511e5477e0f8f18458fc15.zip
sansaclipplus: enable usb-hid mouse support
Change-Id: Ifbebf9ff8474882a29378515e010e9c9d39df5c3
-rw-r--r--docs/CREDITS1
-rw-r--r--firmware/export/config/sansaclipplus.h1
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
715Roman Artiukhin 715Roman Artiukhin
716Richard Goedeken 716Richard Goedeken
717Mihaly 'Hermit' Horvath 717Mihaly 'Hermit' Horvath
718Uwe Kleine-König
718 719
719The libmad team 720The libmad team
720The wavpack team 721The 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 @@
202#define HAVE_USBSTACK 202#define HAVE_USBSTACK
203#define USB_VENDOR_ID 0x0781 203#define USB_VENDOR_ID 0x0781
204#define USB_PRODUCT_ID 0x74d1 204#define USB_PRODUCT_ID 0x74d1
205#define HAVE_USB_HID_MOUSE
205#define HAVE_BOOTLOADER_USB_MODE 206#define HAVE_BOOTLOADER_USB_MODE
206 207
207/* Virtual LED (icon) */ 208/* Virtual LED (icon) */