summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhub.c
AgeCommit message (Expand)Author
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-04-21Use a 255 ms interrupt interval even if the descriptor in the hub asksaugustss
2000-04-21Change the exact sequence of commands when a hub is attached to followaugustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-02-29Distinguish between device and interface classes.augustss
2000-02-12Avoid panic when a non-working hub is detached.augustss
2000-02-02Generate usb events on attach and detach.augustss
2000-02-02Change the USB event mechanism to include more information about devicesaugustss
2000-01-19Add an argument to usbd_open_pipe_intr() to specify the polling intervalaugustss
1999-11-24Add some more debug printing.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-11Remove an obsolete comment.augustss
1999-09-15Add preliminary (untested) code for detaching the USB host controlleraugustss
1999-09-13Rearrange the code a little so we can decide if we are in processaugustss
1999-09-12Add a flag in the request to determine if the data copying is done by theaugustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-09-02Avoid null reference, from Nick Hibma, FreeBSD.augustss
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-23Make sure to mark the device as dying already in the (de)activate routine.augustss
1999-08-22Move more of the transfer completion processing to HC independent code.augustss
1999-08-19Add a utility function, usbd_errstr(), to print error strings. 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-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-06-14Check that the hub ports actually power up.augustss
1999-01-10Some minor updates from FreeBSD.augustss
1999-01-10Update/add URLs to relevant USB specs.augustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1998-12-30Split usbd_delay_ms() into two functions, one can be used inaugustss
1998-12-28Add another power up wait so that some devices (that do not followaugustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-09make compile without USB_DEBUG, wrap lines to 80 colsdrochner
1998-12-09Clear stall condition on interrupt pipe.augustss
1998-12-08Use plaintest error messages for debugging.augustss
1998-12-02Avoid wrapping lines in attach printfs.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-08-02Improve some error messages.augustss
1998-08-01Make sure to abort the interrupt pipe on disconnect of a mouse or keyboard.augustss
1998-08-01Switch from a global flag to tell if the host controller should useaugustss
1998-07-22Loop over all configurations when trying to probe for interface drivers.augustss
1998-07-12Add USB support. Supported so far:augustss