CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/03/31 11:06:25
Modified files:
sys/dev/usb : if_udav.c if_udavreg.h
Log message:
Don't process packets where the USB xfer length is shorter than a packet
header, and don't process packets where the packet header length field
says the packet is longer than the size of the USB xfer.
While there, fix a debug print that was missing the device name from the
parameter list, causing it to crash when enabled.
Also, use correct MTU from datasheet.
>From Loganaden Velvindrom with input from me.
Tested by kili.
ok jasper sthen (with a whitespace nit)