From e04ffbb8b67e9f6a83ea4fee6093b81757856740 Mon Sep 17 00:00:00 2001 From: alfred Date: Thu, 30 Jul 2009 00:14:34 +0000 Subject: USB CORE: - Add minimum polling support to drive UMASS and UKBD in case of panic. - Add extra check to ukbd probe to fix problem about mouse devices attaching like keyboards. - P4 ID: 166148 Submitted by: hps Approved by: re --- sys/dev/usb/controller/uss820dci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/controller/uss820dci.c') diff --git a/sys/dev/usb/controller/uss820dci.c b/sys/dev/usb/controller/uss820dci.c index 1016ed6..62fa8df 100644 --- a/sys/dev/usb/controller/uss820dci.c +++ b/sys/dev/usb/controller/uss820dci.c @@ -2360,4 +2360,5 @@ struct usb_bus_methods uss820dci_bus_methods = .set_stall = &uss820dci_set_stall, .clear_stall = &uss820dci_clear_stall, .roothub_exec = &uss820dci_roothub_exec, + .xfer_poll = &uss820dci_do_poll, }; -- cgit v1.1