From dbc7cd831183a421d47fae09a20f8618f8673175 Mon Sep 17 00:00:00 2001 From: skrll Date: Wed, 25 Jun 2014 21:23:03 +0000 Subject: [PATCH] Remove a couple of items --- sys/dev/usb/TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/dev/usb/TODO b/sys/dev/usb/TODO index 55ea32643f0a..0fec40164d74 100644 --- a/sys/dev/usb/TODO +++ b/sys/dev/usb/TODO @@ -4,8 +4,6 @@ Some things that need to be done: High priority: -------------- -On a short control transfer the status phase needs to be executed anyway. - Fix flow control in ucom (copy from com driver). Use some encapsulation in the upl driver to allow multiple protocols. @@ -61,8 +59,6 @@ Stylistic changes: use usb_ and usbd_ consistently rearrange the contents and names of some files (Nick) -Use splsoftusb() or a thread to deliver callbacks. - Add threads to the Ethernet drivers. Change what's done at watchdog timeout inb if_{a,c,k}ue.c; what we have