aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/usbdevs2h.awk
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-0/+1
| | | | Notes: svn path=/head/; revision=139825
* dheader and hheader were the same function, really, so rename one ofWarner Losh2004-12-311-35/+13
| | | | | | | them to header, kill the other and use both with a different arg... Notes: svn path=/head/; revision=139518
* Use functions to make the program clearer.Warner Losh2004-12-311-125/+144
| | | | Notes: svn path=/head/; revision=139513
* Allow -d and -h as command line flags. These are used to generateWarner Losh2004-12-301-126/+163
| | | | | | | | only the .h or _data.h files respectively. Restructure code to allow for this. Notes: svn path=/head/; revision=139458
* Correct $FreeBSD$ style.David E. O'Brien2004-04-161-2/+2
| | | | Notes: svn path=/head/; revision=128302
* constifyJosef Karthauser2002-04-011-2/+2
| | | | Notes: svn path=/head/; revision=93569
* Add usbdevs and friends.Nick Hibma1999-11-181-0/+236
Notes: svn path=/head/; revision=53383