History log of /netbsd-src/sys/dev/usb/uhub.c (Results 101 – 125 of 162)
Revision Date Author Comments
# b75a007d 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Add trailing ; to CFATTACH_DECL.


# 90c48d25 01-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# bf97c13c 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# 4e361327 23-Sep-2002 simonb <simonb@NetBSD.org>

Remove breaks after returns, unreachable returns and returns after
returns(!).


# 86650920 11-Jul-2002 augustss <augustss@NetBSD.org>

Get rid of trailing white space.


# 7679101a 20-Nov-2001 augustss <augustss@NetBSD.org>

Add a comment.


# 7e4459fe 20-Nov-2001 augustss <augustss@NetBSD.org>

Keep track of device speed for USB 2.0.


# 3b323cfa 16-Nov-2001 augustss <augustss@NetBSD.org>

Better error message.


# 3db4a768 16-Nov-2001 augustss <augustss@NetBSD.org>

Handle devices that disappear during reset gracefully.


# 667807e4 13-Nov-2001 lukem <lukem@NetBSD.org>

add RCSIDs


# dc901ef1 26-Oct-2001 augustss <augustss@NetBSD.org>

Compare pointer with NULL instead of using them as a condition.


# 97d43158 24-Oct-2001 augustss <augustss@NetBSD.org>

Better debug message.


# c5a4cc12 28-Sep-2001 augustss <augustss@NetBSD.org>

Only clear the endpoint on stall (from FreeBSD).


# df20cb29 21-Jan-2001 augustss <augustss@NetBSD.org>

Change the operation of the USB event thread. Before it only performed
USB device discovery, now it can also perform (short) tasks for device
drivers that need a process context, but don't have one.

Change the operation of the USB event thread. Before it only performed
USB device discovery, now it can also perform (short) tasks for device
drivers that need a process context, but don't have one.
This is not pretty, but better than using busy-wait in an interrupt context.

show more ...


# 79f0bd6e 29-Dec-2000 augustss <augustss@NetBSD.org>

Update many URLs.


# d71044b3 24-Sep-2000 augustss <augustss@NetBSD.org>

Don't give up so easily if the device does not respond properly.
Mostly from Nick Hibma (FreeBSD).


# 4b45dfbb 22-Sep-2000 augustss <augustss@NetBSD.org>

Fix a device diconnect bug found by Christian Groessler <cpg@aladdin.de>.


# ed9486e1 01-Jun-2000 augustss <augustss@NetBSD.org>

Bring the coding style into the 80s, i.e., get rid of __P and use
ANSI prototypes and declarations.


# 30c20f93 27-Apr-2000 augustss <augustss@NetBSD.org>

Change my email address.


# 46fb8de9 21-Apr-2000 augustss <augustss@NetBSD.org>

Use a 255 ms interrupt interval even if the descriptor in the hub asks
for something else, because the spec says that it should be 255.


# 3d9d0916 21-Apr-2000 augustss <augustss@NetBSD.org>

Change the exact sequence of commands when a hub is attached to follow
Windoze more closely. This makes more devices work.

After two years of doing USB work I've finally access to a USB protocol
an

Change the exact sequence of commands when a hub is attached to follow
Windoze more closely. This makes more devices work.

After two years of doing USB work I've finally access to a USB protocol
analyzer. Which means I should be able to mimic what Windoze does in
certain cases instead of just following the specs. Following the specs
is not enough since the devices often don't.

show more ...


# fc72e72d 27-Mar-2000 augustss <augustss@NetBSD.org>

Change (almost) all static to Static. The symbol `Static' can then be defined
to `' or `static' depending on if you want to debug or not.


# 7d05674b 29-Feb-2000 augustss <augustss@NetBSD.org>

Distinguish between device and interface classes.
(I finally found a document that said that they were different.)


# 0b2e8199 12-Feb-2000 augustss <augustss@NetBSD.org>

Avoid panic when a non-working hub is detached.


# 4b93911b 02-Feb-2000 augustss <augustss@NetBSD.org>

Generate usb events on attach and detach.


1234567