aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Evaluate received E and A bits in TS0Harald Welte1-1/+1
2020-12-20usb.c: Mark _e1_usb_open_device() as staticHarald Welte1-1/+1
2020-12-20support for control endpoint requests to icE1usb to switch Rx/Tx modeHarald Welte1-0/+108
2020-12-20Add per-line rate counter group to count various errorsHarald Welte1-0/+12
2020-12-20Add support for icE1usb interrupt endpoint error reportingHarald Welte1-3/+96
2020-12-19usb: Increase number of transfers from 2 to 4Harald Welte1-2/+2
2020-09-01usb: Don't pass negative length values to e1_line_demux_in()Harald Welte1-0/+2
2020-07-09usb.c: Fix error introducing Tx underflowsHarald Welte1-1/+1
2020-07-09migrate to proper allocated USB Product IDHarald Welte1-1/+1
2020-06-29Always log context (interface/line/timeslot) when availableHarald Welte1-4/+4
2020-06-29introduce notion of 'driver'Harald Welte1-0/+1
2020-06-29move from printf() debug output to libosmocore loggingHarald Welte1-1/+1
2020-06-29remove code not specific to USB from usb.c to intf_line.cHarald Welte1-197/+6
2020-01-06port to new libosmousblaforge/e1-prbs-testHarald Welte1-13/+2
2019-07-10usb: Temporarily mark e1uf_destroy as 'unused'Sylvain Munaut1-1/+1
2019-05-11Initial code importSylvain Munaut1-0/+616