summaryrefslogtreecommitdiffstats
path: root/src/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-5/+7
* Add device to hierarchy before calling the driver's probe() function; thisMichael Brown2007-01-081-15/+18
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-271-0/+1
* Added generic device model.Michael Brown2006-05-161-0/+97