summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.c
AgeCommit message (Expand)Author
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-30extern references to debugging globals that really exist elsewheredsainty
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-01SIMPLEQ rototill:lukem
2002-05-09Use callout init macro.augustss
2002-04-23Check for write permission for some ioctls.augustss
2002-02-20Prefix structure members to protect them against clashes with eg. c++ keywords.christos
2002-02-11Give usbd_do_request_flags() an extra argument for the timeout.augustss
2002-02-03Some white space fixes from FreeBSD.augustss
2002-01-03Add a DIAGNOSTIC check. From FreeBSD.augustss
2002-01-02Add a comment.augustss
2002-01-02Fix typo in last commit.augustss
2002-01-02Some more usb_proc_ptr changes.augustss
2001-12-31Delay bus enumeration a little in case the controller is a companionaugustss
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-11-26Change wchan name for usb task thread.augustss
2001-11-20Create a special kernel thread to run the usb short lived tasks (insteadaugustss
2001-11-20Keep track of device speed for USB 2.0.augustss
2001-11-13Add some #endif comments.augustss
2001-11-13add RCSIDslukem
2001-11-09Add a debug message.augustss
2001-01-23Ad function to remove a usb task.augustss
2001-01-21Ad a comment.augustss
2001-01-21Change the operation of the USB event thread. Before it only performedaugustss
2001-01-21Remove `#ifdef FreeBSD'; they maintain their own version.augustss
2001-01-21Add code to use soft interrupt to handle USB interrupt processing.augustss
2000-12-13Don't try to access a device that is being disconnected when generatingaugustss
2000-08-24Removed unnecessary variable declaration.augustss
2000-06-07Deal with the fact that tsleep() may be a macro.thorpej
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-03-29Some OpenBSD portability fixes.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-16Make the USB event queue longer. Mine overflows before the (user-land)augustss
2000-03-14Make sure the USB event thread discovers all devices first time it callaugustss
2000-02-22Prepare a little for having USB interrupt processing done outside the hardaugustss
2000-02-02Change the USB event mechanism to include more information about devicesaugustss
2000-01-24Use config_pending.thorpej
1999-12-22Use the flags `locator' to govern if devices are detected early oraugustss
1999-12-20Make sure tsleep() is not called during cold boot.augustss
1999-11-26Make timeout device exploration optional in debug mode.augustss
1999-11-22Don't used extern on uhcidebug and ohidebug variables.augustss
1999-11-20Join two lines in the attach message.augustss
1999-11-20Propagate the USB revision number to the usb driver.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss