aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/atmegadci.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2009-07-30 00:14:34 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2009-07-30 00:14:34 +0000
commitdddb25f98a7ccef99e21eef7154ac18c5ad934bb (patch)
tree70f797d0bf1c82684e3af814290a60f4963b5fbf /sys/dev/usb/controller/atmegadci.c
parent81f8288460fdd631d953f272ffaa1153fce07e9c (diff)
downloadsrc-dddb25f98a7ccef99e21eef7154ac18c5ad934bb.tar.gz
src-dddb25f98a7ccef99e21eef7154ac18c5ad934bb.zip
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
Notes
Notes: svn path=/head/; revision=195960
Diffstat (limited to 'sys/dev/usb/controller/atmegadci.c')
-rw-r--r--sys/dev/usb/controller/atmegadci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/atmegadci.c b/sys/dev/usb/controller/atmegadci.c
index 47e27b5f3240..9b60ad7e17be 100644
--- a/sys/dev/usb/controller/atmegadci.c
+++ b/sys/dev/usb/controller/atmegadci.c
@@ -2143,4 +2143,5 @@ struct usb_bus_methods atmegadci_bus_methods =
.set_stall = &atmegadci_set_stall,
.clear_stall = &atmegadci_clear_stall,
.roothub_exec = &atmegadci_roothub_exec,
+ .xfer_poll = &atmegadci_do_poll,
};