summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.c
AgeCommit message (Expand)Author
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
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-10-12Fix some bugs in USB controller detach code.augustss
1999-10-12Add an event mechanism so that a userland process can watch devices comeaugustss
1999-09-18Make sure the HC deactivation is propagated.augustss
1999-09-15Move the code around a little and clearly mark how to delay attachmentaugustss
1999-09-15Handle the use_polling flag with a lttle more care and only set it ifaugustss
1999-09-15Add preliminary (untested) code for detaching the USB host controlleraugustss
1999-09-13* Make sure an aborted pipe is marked as not running.augustss
1999-09-13Rearrange the code a little so we can decide if we are in processaugustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-17Make some small changes to make it compile on OpenBSD.augustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-08-02Test return values the right way.augustss
1999-07-06Make the kthread API a bit more friendly to loadable kernel modules.thorpej
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-01-10Some minor updates from FreeBSD.augustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1999-01-03Add a length paarmeter to usbd_do_request_flags().augustss
1998-12-29Make it possible to specify the request flags when issuing a raw USB request.augustss
1998-12-28Fix typos.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss