index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2010-12-06
* if we got an undercoverable error, set the dying flag
Jacob Meuser
2010-12-06
as in ehci and ohci, delete the interrupt timeout in the detach
Jacob Meuser
2010-12-06
a couple unchecked if_detach() in detach routines that were missed
Jacob Meuser
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-12-06
call config_deactivate() before config_detach() when detaching devices.
Jacob Meuser
2010-12-06
* check that the root hub has been configured before trying to
Jacob Meuser
2010-12-06
* add dying flag to struct usbd_device
Jacob Meuser
2010-12-03
missing ; in previous
Jacob Meuser
2010-12-02
don't attach to the hid interface of the ti msp430
Jacob Meuser
2010-12-02
don't match/attach devices without a data endpoint, since this driver
Jacob Meuser
2010-11-30
sync
Jacob Meuser
2010-11-30
Texas Instruments MSP430 as found in the Launchpad dev board
Jacob Meuser
2010-11-29
regen
Damien Bergamini
2010-11-29
bunch of RTL8192SU product ids.
Damien Bergamini
2010-11-27
Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types on
Paul de Weerd
2010-11-27
regen
Paul de Weerd
2010-11-27
Another cam: Logitech HD Pro Webcam C910
Paul de Weerd
2010-11-24
- use *un*signed byte array for control data
Jacob Meuser
2010-11-21
Properly handle when uhci_alloc_sqh() fails to allocate memory in
Matthew Dempsky
2010-11-20
__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and
Miod Vallat
2010-11-19
miscellanous->miscellaneous
Miod Vallat
2010-11-19
Do not allow malloc() to wait in uhci_device_setintr(), instead check for
Miod Vallat
2010-11-16
BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark Peoples
Theo de Raadt
2010-11-16
sync
Theo de Raadt
2010-11-16
attach FeiXun products.
Damien Bergamini
2010-11-16
regen
Damien Bergamini
2010-11-16
new "FeiXun Communication" vendor id and two associated
Damien Bergamini
2010-11-16
periodically measure temperature and redo LC calibration if temperature
Damien Bergamini
2010-11-15
print board type in human readable form in dmesg.
Damien Bergamini
2010-11-14
Cleanup dmesg a bit, do not print the device name twice when attaching
Paul de Weerd
2010-11-06
sync
Theo de Raadt
2010-11-06
another planex device
Theo de Raadt
2010-11-06
print the MAC address on the second line like with the other USB
Damien Bergamini
2010-11-06
sync
Theo de Raadt
2010-11-06
Planex GW-USNano
Theo de Raadt
2010-11-06
support the logic rt3020 that mtu@ found
Theo de Raadt
2010-11-06
sync
Theo de Raadt
2010-11-06
add a logitec RT3020 found by mtu@
Theo de Raadt
2010-11-05
s/urtw_devs/urtwn_devs/
Damien Bergamini
2010-11-05
double \n\n in dmesg
Damien Bergamini
2010-11-05
urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.
Damien Bergamini
2010-10-30
in otus, tx() can return on error without releasing the node
Damien Bergamini
2010-10-30
no need to compute hdrlen in (), it is not used.
Damien Bergamini
2010-10-30
always decrement the number of xfers queued in txeof() even
Damien Bergamini
2010-10-30
don't release the node twice if tx() fails
Damien Bergamini
2010-10-30
use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check
Damien Bergamini
2010-10-30
use hw sequence numbering for non-QoS frames
Damien Bergamini
2010-10-28
cleanup ;;
Theo de Raadt
2010-10-28
improve look of ;; in a for loop
Theo de Raadt
2010-10-27
don't free network related resources if they were not allocated
Jacob Meuser
[next]