Home | History | Annotate | Line # | Download | only in usb
TODO revision 1.37
      1  1.35  augustss Some things that need to be done:
      2  1.35  augustss ---------------------------------
      3   1.1  augustss 
      4  1.30  augustss Before 1.5:
      5  1.30  augustss -----------
      6  1.30  augustss 
      7  1.34  augustss Allow interrupt out endpoints. (USB 1.1)
      8  1.30  augustss 
      9  1.35  augustss Fix flow control in ucom (copy from com driver).
     10  1.35  augustss 
     11  1.35  augustss Use some encapsulation in the upl driver to allow multiple protocols.
     12  1.35  augustss 
     13  1.35  augustss Get the uezcom driver (with Doug Ambrisko's firmware) running.
     14  1.35  augustss 
     15  1.37  augustss Allow a device to be moved to the unconfigured state.
     16  1.37  augustss 
     17  1.35  augustss 
     18  1.35  augustss Bug reports:
     19  1.35  augustss ------------
     20  1.35  augustss 
     21  1.35  augustss Bernd Ernesti's problem: host controller halted with umodem
     22  1.35  augustss 
     23  1.35  augustss umass problem with Ricoh flash reader
     24  1.35  augustss 
     25  1.35  augustss wskbd for X
     26  1.35  augustss 
     27  1.35  augustss mel kravitz's problem, lockups with disk and printer
     28  1.35  augustss 
     29  1.35  augustss Aaron's problem: Test aue with ohci.
     30  1.36  augustss 
     31  1.36  augustss Y-E data floppy doesn't work.
     32  1.35  augustss 
     33  1.30  augustss 
     34  1.35  augustss General:
     35  1.35  augustss --------
     36  1.34  augustss 
     37  1.34  augustss Figure out why uvisor is so slow.
     38  1.35  augustss Try to get specs, and check if Linux driver is really right.
     39  1.34  augustss 
     40  1.34  augustss Translate UFI commands?
     41  1.34  augustss 
     42  1.11  augustss Add lots of bus_dmamap_sync().
     43  1.11  augustss 
     44   1.2  augustss Do bandwidth accounting.
     45   1.2  augustss 
     46   1.2  augustss Use lock manager locks.
     47   1.2  augustss 
     48   1.5  augustss Use the pool allocator for TDs et al.
     49   1.5  augustss 
     50   1.6  augustss Throw out more USBDI gunk.
     51   1.7  augustss 
     52  1.13  augustss Make hub driver notice transition between self and bus powered state.
     53  1.21  augustss Some hubs change the number of available ports on this transition. :(
     54   1.7  augustss Handle overcurrent conditions.
     55  1.13  augustss 
     56  1.13  augustss Make it possible to open any device in a "generic" way, i.e., like ugen.
     57  1.35  augustss Perhaps usbdevfs?
     58  1.13  augustss 
     59  1.13  augustss Rotate the QHs for bulk transport to get fairer scheduling.
     60  1.13  augustss 
     61  1.13  augustss Change HC drivers to queue multiple request for an endpoint
     62  1.13  augustss to get better performance.
     63  1.14  augustss 
     64  1.25  augustss Do memory deallocation when HC driver is detached.
     65  1.20  augustss 
     66  1.14  augustss uaudio problems:
     67  1.14  augustss 	mixer names are awful, use some heuristics.
     68  1.14  augustss 	implement selector units
     69  1.35  augustss 	debug input
     70  1.14  augustss 	test with more devices
     71  1.15  augustss 
     72  1.17  augustss Stylistic changes:
     73  1.17  augustss 	use usb_ and usbd_ consistently
     74  1.17  augustss 	rearrange the contents and names of some files (Nick)
     75  1.17  augustss 
     76  1.25  augustss Use splsoftusb() or a thread to deliver callbacks.
     77  1.25  augustss 
     78  1.25  augustss Add threads to the Ethernet drivers.
     79  1.29  augustss 
     80  1.29  augustss Change what's done at watchdog timeout inb if_{a,c,k}ue.c; what we have
     81  1.29  augustss now doesn't work because it's done in an interrupt context.
     82  1.34  augustss 
     83  1.34  augustss Factor out the common code from the Ethernet drivers and reuse that.
     84  1.31  augustss 
     85  1.31  augustss Rewrite HID driver to handle report IDs properly.  Perhaps there should
     86  1.31  augustss be a hiddev to which hid with different IDs can attach?
     87  1.29  augustss 
     88  1.32  augustss Get rid of hcpriv.
     89  1.35  augustss 
     90  1.35  augustss Keyspan serial driver
     91  1.35  augustss 
     92  1.35  augustss Factor out comon code in network drivers.
     93  1.35  augustss 
     94  1.35  augustss 
     95  1.35  augustss Documentation:
     96  1.35  augustss --------------
     97  1.35  augustss 
     98  1.35  augustss Document device driver API.
     99  1.35  augustss 
    100  1.35  augustss Document HC driver API.
    101  1.35  augustss 
    102  1.35  augustss Update ugen(4)
    103