Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb_canbus: Initial support for USB to CAN bridge mode | Kevin O'Connor | 2022-06-27 | 1 | -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 string | Kevin O'Connor | 2018-09-30 | 1 | -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 usb | Kevin O'Connor | 2018-05-25 | 1 | -0/+121 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |