summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uoak.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-2/+2
| | | | | | | | | 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@
* small cleanups and output prettyingderaadt2012-10-191-4/+4
| | | | ok yuo matthieu
* add device driver for Toradex OAK usb sensors:yuo2012-09-201-0/+171
uoaklux(4): Toradex OAK LUX, USB illuminance sensor uoakrh(4) : Toradex OAK RH, USB temperature and relative humidity sensor uoakv(4) : Toradex OAK V, USB +/- 10V 8channel ADC interface ok deraadet@