Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify kthread_create(). no more stdarg | 2013-11-18 | 1 | -2/+2 | |
| | | | | ok matthew guenther mikeb | ||||
* | Get rid of various 'typedef struct' definitions and use plain structure | 2013-04-15 | 1 | -20/+20 | |
| | | | | | | | | | definitions instead. We don't change usb.h for now to stay compatible with userland. Tested by mpi@ on macppc and myself on i386. ok mpi@ | ||||
* | Needs explicit <sys/kthread.h>; fixes build on palm. | 2011-09-27 | 1 | -1/+2 | |
| | |||||
* | usbdivar.h needs struct timeout. But don't get it indirectly via | 2011-09-18 | 1 | -2/+2 | |
| | | | | | | | sys/kthread.h, use sys/timeout.h explicitly. Noted by Michael Knudsen. ok deraadt@ kettenis@ guenther@ | ||||
* | cleanup ;; | 2010-10-28 | 1 | -4/+4 | |
| | |||||
* | Fix a memory leak in usbf_realloc(), and make the speed configuration array | 2008-06-10 | 1 | -7/+16 | |
| | | | | dynamically allocated. "commit please" deraadt@ | ||||
* | remove unneeded malloc.h include. | 2007-09-17 | 1 | -2/+1 | |
| | |||||
* | KNF after the recent macro expansion, mostly prototype indendation. | 2007-06-19 | 1 | -13/+12 | |
| | | | | | | No binary change. ok uwe. | ||||
* | Apply some KNF after the recent removal of macros and type definitions. | 2007-06-13 | 1 | -7/+7 | |
| | | | | | | No binary change. ok ray. | ||||
* | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | 2007-06-11 | 1 | -2/+2 | |
| | | | | | | | | only. No binary change. ok mk. | ||||
* | Remove the definition and use of the USBDEVNAME macro. | 2007-06-10 | 1 | -2/+2 | |
| | | | | | | | (This might look easy, but it was a big diff. Thanks to dlg and especially jsg for looking over it; we found at least four mistakes in the initial diff.) ok jsg. | ||||
* | Mechanical removal of USBBASEDEVICE. No binary change. | 2007-06-06 | 1 | -2/+2 | |
| | | | | | | Tested by thib and myself. ok mbalmer jsg | ||||
* | Some other missed bits. | 2007-05-27 | 1 | -4/+4 | |
| | |||||
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | 2007-05-27 | 1 | -3/+5 | |
| | | | | ok deraadt@ krw@ mbalmer@ | ||||
* | Several improvements to the usb client code. Still not working. | 2007-02-07 | 1 | -2/+2 | |
| | |||||
* | Initial USB device controller (UDC) and USB CDC Ethernet function support | 2006-11-25 | 1 | -0/+698 | |
for PXA27x/Zaurus, not enabled yet; for dlg and dale :) |