summaryrefslogtreecommitdiff
path: root/sys/dev/usb/xboxcontroller.c
AgeCommit message (Expand)Author
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-05-05Use 2-clause license.jmcneill
2008-04-05use aprint_*_dev and device_xnamecegger
2008-02-18Use device_t and its accessor functions.dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-07Change left/right/middle click to be left-stick-click, right-stick-click,jmcneill
2007-01-07Match on Xbox Controller S v1.0, from Andrew Gillham.jmcneill
2007-01-05Add device driver for Microsoft Xbox controller. Exposes itself as ajmcneill