aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/usbstd.h
Commit message (Collapse)AuthorAgeFilesLines
* usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor2022-06-271-0/+6
| | | | | | | Support a USB interface that shows up as a canbus adapter to linux. Route both local and real canbus packets over that interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* usbstd: Force usb_string_descriptor data field to match unicode stringKevin O'Connor2018-09-301-1/+2
| | | | | | | Fix travis-ci build failure by forcing the data field of the struct usb_string_descriptor to be the same type as a 16bit unicode string. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Initial support for serial over usbKevin O'Connor2018-05-251-0/+121
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>