tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
dev
/
usb
/
dwc2
/
at
jcs
17 files
bitmap.h
Move bitmap functions to a new home.
3 years ago
dwc2.c
Fix a memory leak which was introduced by the previous commit.
3 years ago
dwc2.h
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
dwc2_core.c
Zap inactive gadget functions.
3 years ago
dwc2_core.h
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
dwc2_coreintr.c
There is no need to uncomment the clock gating exit/enter gadget functions, since we define them void anyway.
3 years ago
dwc2_hcd.c
Fix a memory leak which was introduced by the previous commit.
3 years ago
dwc2_hcd.h
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
dwc2_hcdddma.c
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
dwc2_hcdintr.c
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
dwc2_hcdqueue.c
Let pool_get(9) do the memory initialisation directly.
3 years ago
dwc2_hw.h
Replace a bunch of (1 << 31) with (1U << 31)
2 years ago
dwc2_params.c
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
dwc2var.h
Finally, only allocate the number of frames for isoc transfers which we really need. The static allocation workaround in the code (DWC2_MAXISOCPACKETS) was required because the NetBSD allocx USB method has a second argument to pass nframes already there, which we don't have.
3 years ago
files.dwc2
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
gcd.h
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
list.h
Implemented from the Linux driver:
4 years ago