diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2016-06-13 17:51:47 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2016-06-13 17:53:00 -0400 |
| commit | 6cf15b3627fec293d8801223175f50ae747fed45 (patch) | |
| tree | 4c2cf7dc0d7e2bcd01d48e5e0befce2e4430ce31 /apps/plugin.c | |
| parent | 8d915599d9af815973ab16990cadea82ae2db0c6 (diff) | |
| download | rockbox-6cf15b3627fec293d8801223175f50ae747fed45.zip rockbox-6cf15b3627fec293d8801223175f50ae747fed45.tar.gz rockbox-6cf15b3627fec293d8801223175f50ae747fed45.tar.bz2 rockbox-6cf15b3627fec293d8801223175f50ae747fed45.tar.xz | |
OTP plugin: add typing code over USB
* some code by pamaury
Change-Id: Ie333e429364124fda312e1da01730fe516adffa5
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index d14b646..2ef0bf0 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -489,6 +489,7 @@ static const struct plugin_api rockbox_api = { usb_acknowledge, #ifdef USB_ENABLE_HID usb_hid_send, + usb_hid_leds, #endif #ifdef RB_PROFILE profile_thread, |