| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
take away."
remove uyap. no effect except on hppa where it was strangely enabled.
|
|
|
|
|
|
|
|
|
| |
definitions instead. We don't change usb.h for now to stay compatible
with userland.
Tested by mpi@ on macppc and myself on i386.
ok mpi@
|
|
|
|
|
|
|
|
| |
that's ever used it, and it's long since been changed to use
DVACT_{QUIESCE,SUSPEND,RESUME} instead.
ok deraadt@, dlg@; miod@ also agreed with this idea when I brought it
up a few weeks ago
|
|
|
|
|
|
|
|
| |
DVACT_DEACTIVATE case for drivers that don't have activate finctions
* fill out cfattach activate functions and call usbd_deactivate() in
the DVACT_DEACTIVATE case for drivers that don't have a dying flag
"ok with the intent" miod@
|
|
|
|
|
|
| |
This is needed for the addition of further suspend/resume actions.
Okay deraadt@, marco@.
|
|
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
|
|
|
|
|
| |
so that it shows up before the :. as a result, all the usb devices do not
need to have name printing code anymore. all this now works and prints
nicely because usbd_probe_and_attach() is serialized. ok kettenis
|
|
|
|
|
|
|
|
| |
USB_DECLARE_DRIVER macros.
No binary change.
ok dlg.
|
|
|
|
|
|
| |
No binary change.
ok mk.
|
|
|
|
|
|
|
| |
(This might look easy, but it was a big diff. Thanks to dlg and especially jsg
for looking over it; we found at least four mistakes in the initial diff.)
ok jsg.
|
|
|
|
|
|
| |
Tested by thib and myself.
ok mbalmer jsg
|
|
|
|
| |
ok deraadt@ krw@ mbalmer@
|
|
|
|
|
|
|
|
| |
This should cure some rare stack overflows.
From augustss NetBSD
ok dlg@ pascoe@
|
|
|
|
|
|
| |
carefully. unfortunately, we cannot find anyone who has one of these devices
in our entire user community, thus far. commit it anyways. whoever finds
one can contact me if there is a problem.
|
| |
|
| |
|
| |
|
|
|
|
| |
Whitespace sync with NetBSD
|
| |
|
| |
|
|
the EZ-USB chip. After downloading the firmware the device detaches and
then reattaches as a composite device (audio + HID). From NetBSD.
/* XXX - untested */
Commented out in GENERIC for now, since this sounds like a kind of rare and
weird device that no one would have. But it might be useful to have an
example driver like this in the tree in case we see more (important) USB
devices in the future using the EZ-USB.
|