summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2014-12-24Typo in USBHIST_LOG messageskrll
2014-12-21various umidi clean ups:mrg
2014-12-17regenjnemeth
2014-12-17PR/49484 - Sprow -- some additional SMSC devicesjnemeth
2014-12-12Regen.msaitoh
2014-12-12 Add Validity Sensors, Inc. and their devices. PR#45732 from Greg A. Woods.msaitoh
2014-12-12Add BUFFALO GX-DVI/U2B DisplayLink USB-DVI box. PR#49105 from MOCHIDA Shuji.msaitoh
2014-12-12regen.msaitoh
2014-12-12Add BUFFALO GX-DVI/U2B DisplayLink USB-DVI box. PR#49105 from MOCHIDA Shuji.msaitoh
2014-11-22Regen for Atheros AR3012njoly
2014-11-22Add Atheros AR3012njoly
2014-11-21Replace callout_stop with callout_haltozaki-r
2014-11-18kern/49391: Fixes to XHCI driver command ring and status TRBskrll
2014-11-15fix macro nameschristos
2014-11-15centralize the dialout/call unit macros.christos
2014-11-08Add more structs and defines from various sources including FreeBSD,skrll
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-10Make usb_dma & usbverbose independent attributes.uebayasi
2014-10-05regennonaka
2014-10-05Add Realtek RTL8152, RTL8153.nonaka
2014-10-03Convert to USB_HIST.skrll
2014-09-24regenchristos
2014-09-24PR/49233: Ben Gergely: Add huawei e353 to u3gchristos
2014-09-24whitespacechristos
2014-09-22Fix trouble setting recording parameters.nat
2014-09-22Wrap a long lineskrll
2014-09-21remove stray returnchristos
2014-09-21regenchristos
2014-09-21Merge the 3 copies of devlist2h.awk that deal with 16 bit key and valuechristos
2014-09-20if the pkt length in rx header is < ETHER_HDR_LEN, drop itjmcneill
2014-09-20Include opt_usb.h to make "options UGEN_DEBUG" work.gson
2014-09-16Use lower case for USBHIST messages.skrll
2014-09-14remove extra space between device name and "Ethernet address"jmcneill
2014-09-13if the bus driver supplies a fifo size and dynfifo is true, use itjmcneill
2014-09-13Whitespace.skrll
2014-09-13let the bus driver override fifo sizejmcneill
2014-09-13Fix reversed argument to USBHIST_LOGskrll
2014-09-13Instead of polluting motgreg.h with AllWinner specific registers (thingsjmcneill
2014-09-13options MOTG_ALLWINNER to select the awin specific reg layoutjmcneill
2014-09-13allow attachment glue to override the number of endpointsjmcneill
2014-09-13Fix build when USB_DEBUG is defined and EHCI_DEBUG isn't. The converse isskrll
2014-09-12Improve USB debugging with USBHIST based on KERNHIST.skrll
2014-09-06Trailing whitespace.skrll
2014-09-05Don't nest structure definitions.matt
2014-08-23Fix a few logical vs. physical port number confusions to make thismartin
2014-08-21Correct minor TX_CTRL_0_ guess and document the INTR interrupt controlreinoud
2014-08-13SS device detection needs more work. #if 0 previous attempt for now.skrll
2014-08-12Add a UPS_SUPER_SPEED. From Takahiro HAYASHI.skrll
2014-08-12Set the correct MPS for LS devices. From Takahiro HAYASHI.skrll
2014-08-12Serialise xhci_intr1 calls with sc_intr_lock. From Takahiro HAYASHI.skrll