Closed DavBfr closed 2 years ago
Thanks, I will look this pr soon.
We can't get usagePage
and usage
on android platform. Maybe we should only add this fields to UsbDevice.
There must be a way to get it. It's an essential part of USB HID.
I will add android implementation today. If I find a way to get it, I will add usagePage and usage back to Device class.
This PR adds
usagePage
andusage
fields as well as write() to an HID device.