CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/09/12 01:43:10
Modified files: sys/dev/usb : usb_subr.c Log message: Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() a function for parsing and checking endpoint descriptors. More checks will be added later to prevent malformed descriptors of being used.