commit | 085a8b75c571a19daaa8425e07edc0c32cfa9e27 | [log] [tgz] |
---|---|---|
author | Johann Fischer <j.fischer@phytec.de> | Sat Jun 16 01:35:51 2018 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sat Jun 16 11:46:56 2018 +0200 |
tree | fbcc70e6af0b66c96fadbe927bc9918450104d61 | |
parent | 984657022f3b2c29560e623def4b3aa9336cbb2a [diff] |
usb: hid: fix write to interrupt IN endpoint A HID application can no longer write to the default interrupt IN endpoint because the addresses are assigned dynamically. Add hid_int_ep_write() function and leave it to the hid-core to call the usb_write() with the correct endpoint address. fixes: #8424 Signed-off-by: Johann Fischer <j.fischer@phytec.de>