summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvisor.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-07Localify, constify.maxv
2019-12-27s/transfered/transferred/msaitoh
2019-09-14Fix possible NULL deref. Found by vHCI.maxv
2019-05-09clean up ucom parents some more:mrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-05-04clean up ucom / ucom-parent interface slightly:mrg
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2009-11-12Simplify activation hooks. (sc_dying must die!)dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-02-18Use device_t and its accessor functions.dyoung
2007-10-25remove #include <usbhid.h> as its not neededplunky
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-01-24In detach(), check for incomplete initialisation which might happen ifdrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30- const poisoningchristos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-02-27nuke trailing whitespaceperry
2004-09-13a round of autoconf cleanup:drochner
2004-07-07Add another Zire device, from PR 25929.mycroft
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-01-28Add Sony Clie v3.5. From FreeBSD.augustss
2003-11-07enable support for the TREO 600carrel
2003-10-28Or the config_deactivate() return values.mycroft
2003-08-03Bunch of changes to make the Palm Tungsten T work:nathanw
2003-04-11Use Tungsten T instead of m550.simonb
2003-02-07Add more PDAs (untested).augustss
2003-02-05Add Palm Zire. From kern/20206, Michael van Elst.augustss
2002-08-13Add Palm m515. From FreeBSD.augustss
2002-07-11Get rid of trailing white space.augustss
2002-06-16Match Sony Clie 4.1.augustss
2002-02-27Add some more stuff that might make Palm and Sony devices work.augustss
2002-02-11Give usbd_do_request_flags() an extra argument for the timeout.augustss
2001-11-13add RCSIDslukem
2001-01-23Ad support for an extra message in the ucom attach code.augustss
2001-01-23There are more ports than meet the eye on the Visor. Connect a ucomaugustss
2001-01-23Make sure driver attach/detach events are generated in a consistent manner.augustss
2000-09-03Handle output packet headers in a cleaner way. From IWAMOTO Toshihiroaugustss