Date: Sun, 2 Sep 2001 02:26:14 -0700 (PDT) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c ums.c Message-ID: <200109020926.f829QEp76395@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
n_hibma 2001/09/02 02:26:14 PDT Modified files: sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c ums.c Log: Only clear endpoint stall if status was USBD_STALLED. This avoids panicing the system by unplugging a hub. The interrupt transfer would sometimes arrive after the driver had been removed. Revision Changes Path 1.51 +3 -2 src/sys/dev/usb/ugen.c 1.38 +3 -2 src/sys/dev/usb/uhid.c 1.30 +4 -4 src/sys/dev/usb/uhub.c 1.34 +3 -2 src/sys/dev/usb/ukbd.c 1.30 +5 -3 src/sys/dev/usb/umodem.c 1.44 +3 -2 src/sys/dev/usb/ums.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109020926.f829QEp76395>