summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2010-10-23regenDamien Bergamini
2010-10-23add a bunch of Realtek RTL8188CU/RTL8188CE/RTL8192CU usb ids.Damien Bergamini
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-10-22Attach the two run(4) usb ids that krw@ added to usbdevs.Damien Bergamini
2010-10-18bFrameIntervalType affects frame rates, not frame sizesJacob Meuser
2010-10-18when configuring the streaming interface with the video probe andJacob Meuser
2010-10-18use setting with closest matching bandwidth for the current configurationJacob Meuser
2010-10-16SyncKenneth R Westerback
2010-10-16Two run(4)'s picked up in Akihabara after j2k10. Melco WLI-UC-GNM andKenneth R Westerback
2010-10-16SUNWEIT DVI can be just about any chipset. Use the revision to select which.Mats O Jansson
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
2010-10-12regenMarco Pfatschbacher
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
2010-10-10Add proper malloc flags so we can attach again.Marcus Glocker
2010-10-09* define structure that represents USB descriptor with variable sizedJacob Meuser
2010-10-09control values can be 1 or 2 bytes, signed or unsigned. fixes hueJacob Meuser
2010-10-08don't trust that bFrameIndex in frame descriptors is unique. fixesJacob Meuser
2010-10-03Prevent the Dream Link USB LED Message Board to be attached as an HIDJonathan Armani
2010-10-03SyncJonathan Armani
2010-10-03Add Dream Link USB LED Message Board v1.0Jonathan Armani
2010-10-03syncTheo de Raadt
2010-10-03usb mouse; brynet@gmailTheo de Raadt
2010-09-29Add DMA sync operations. Fixes problems on macppc with gcc4 becauseMark Kettenis
2010-09-29back out support for variable sized processing unit controls untilJacob Meuser
2010-09-27A few M_ZEROs without any M_WAITOK/M_NOWAITs.Thordur I. Bjornsson
2010-09-26support variable sized (bControlSize != 2) processing unit bmControls,Jacob Meuser
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-09-24try to print the attach dmesg line in one unit, rather than intermixingTheo de Raadt
2010-09-24tsleep on a static and private handle, since our goal is to not beTheo de Raadt
2010-09-23remove dying flag in the detach() function.Yojiro Uo
2010-09-23rename uyurex(4) to utwitch(4)Yojiro Uo
2010-09-23returning here can cause the usb task thread to go to sleep forever,Jacob Meuser
2010-09-23add two members to struct usb_taskJacob Meuser
2010-09-23add a 'dying' flag to struct usbd_bus. use this to signify the busJacob Meuser
2010-09-23instead of waiting the full power-up-to-power-steady time for rootJacob Meuser
2010-09-23instead of running usb_explore() from individual kthreads for eachJacob Meuser
2010-09-23rename usb_discover to usb_explore for consistency.Jacob Meuser
2010-09-22as dying flag didn't set in aue_detach(), set it.Yojiro Uo
2010-09-21The size of sc_status[] (the buffer for USB hub's interrupt pipe) will besasano
2010-09-21Better PHY probing adapted from FreeBSD by Laurent GhigonisJonathan Gray
2010-09-21umass is set up to only handle one command on the bus at any pointDavid Gwynne
2010-09-20If during resume we get an interrupt, sure, be a bit noisy about itTheo de Raadt
2010-09-20Fix unitialised variable access in the suspend/resume caseJonathan Gray
2010-09-15- prevent about then dots from being emitted by my rum(4) upon attach.Jasper Lievisse Adriaanse
2010-09-12anonymous unions aren't standard C and don't work with gcc2. name theJacob Meuser
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt