CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/09/15 05:31:06
Modified files: sys/dev/usb : ehci.c Log message: Sync ehci-isoc part a bit up with NetBSD: - Sign over Jeremy Morse's copyright (who contributed ehci-isoc support) to NetBSD copyright but still mention him as contributor. OK'd by Jeremy Morse. - Update TODO list. - Clarify the error message in case when a low/full speed isoc device has been attached to ehci. - Add a missing break so that the isoc setup code doesn't access uninitialized microframe content which has been request by the driver but not been used. OK kevlo@