CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/13 07:30:16
Modified files:
sys/dev/usb : ubcmtp.c
Log message:
Validate the number of expected interfaces in *match() and claim them
during *attach().
This allows us to get rid of two calls to usbd_device2interface_handle()
that could fail later.
ok ratchov@, jcs@
