summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2010-12-06* if we got an undercoverable error, set the dying flagJacob Meuser
2010-12-06as in ehci and ohci, delete the interrupt timeout in the detachJacob Meuser
2010-12-06a couple unchecked if_detach() in detach routines that were missedJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-12-06call config_deactivate() before config_detach() when detaching devices.Jacob Meuser
2010-12-06* check that the root hub has been configured before trying toJacob Meuser
2010-12-06* add dying flag to struct usbd_deviceJacob Meuser
2010-12-03missing ; in previousJacob Meuser
2010-12-02don't attach to the hid interface of the ti msp430Jacob Meuser
2010-12-02don't match/attach devices without a data endpoint, since this driverJacob Meuser
2010-11-30syncJacob Meuser
2010-11-30Texas Instruments MSP430 as found in the Launchpad dev boardJacob Meuser
2010-11-29regenDamien Bergamini
2010-11-29bunch of RTL8192SU product ids.Damien Bergamini
2010-11-27Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types onPaul de Weerd
2010-11-27regenPaul de Weerd
2010-11-27Another cam: Logitech HD Pro Webcam C910Paul de Weerd
2010-11-24- use *un*signed byte array for control dataJacob Meuser
2010-11-21Properly handle when uhci_alloc_sqh() fails to allocate memory inMatthew Dempsky
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-19miscellanous->miscellaneousMiod Vallat
2010-11-19Do not allow malloc() to wait in uhci_device_setintr(), instead check forMiod Vallat
2010-11-16BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark PeoplesTheo de Raadt
2010-11-16syncTheo de Raadt
2010-11-16attach FeiXun products.Damien Bergamini
2010-11-16regenDamien Bergamini
2010-11-16new "FeiXun Communication" vendor id and two associatedDamien Bergamini
2010-11-16periodically measure temperature and redo LC calibration if temperatureDamien Bergamini
2010-11-15print board type in human readable form in dmesg.Damien Bergamini
2010-11-14Cleanup dmesg a bit, do not print the device name twice when attachingPaul de Weerd
2010-11-06syncTheo de Raadt
2010-11-06another planex deviceTheo de Raadt
2010-11-06print the MAC address on the second line like with the other USBDamien Bergamini
2010-11-06syncTheo de Raadt
2010-11-06Planex GW-USNanoTheo de Raadt
2010-11-06support the logic rt3020 that mtu@ foundTheo de Raadt
2010-11-06syncTheo de Raadt
2010-11-06add a logitec RT3020 found by mtu@Theo de Raadt
2010-11-05s/urtw_devs/urtwn_devs/Damien Bergamini
2010-11-05double \n\n in dmesgDamien Bergamini
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini
2010-10-30in otus, tx() can return on error without releasing the nodeDamien Bergamini
2010-10-30no need to compute hdrlen in (), it is not used.Damien Bergamini
2010-10-30always decrement the number of xfers queued in txeof() evenDamien Bergamini
2010-10-30don't release the node twice if tx() failsDamien Bergamini
2010-10-30use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to checkDamien Bergamini
2010-10-30use hw sequence numbering for non-QoS framesDamien Bergamini
2010-10-28cleanup ;;Theo de Raadt
2010-10-28improve look of ;; in a for loopTheo de Raadt
2010-10-27don't free network related resources if they were not allocatedJacob Meuser