summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2016-06-10Add callout_stop while clearing stall. From t-hash.skrll
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-06-05Use MUSB2_REG_RXNAKLIMIT instead of MUSB2_REG_TXNAKLIMIT in the recieve path.jakllsch
2016-06-05PR/51202: XHCI driver sends stale TRBs from a pipe previously openedskrll
2016-06-05PR/51202: XHCI driver sends stale TRBs from a pipe previously openedskrll
2016-06-05Update some comments. Some from t-hash with updates from me.skrll
2016-06-05More debugskrll
2016-06-05Replace num of TRBs with xr->xr_ntrb. From t-hash.skrll
2016-06-05From t-hashskrll
2016-06-05Wrap long lines and other whitespace. From t-hash.skrll
2016-06-05Reduce the scope of some variable. From t-hashskrll
2016-06-05From t-hashskrll
2016-06-01Add quick for Sandisk Cruzer - from PR kern/46547pgoyette
2016-06-01Regenpgoyette
2016-06-01Regen for Sandisk Cruzerpgoyette
2016-06-01Add Sandisk Cruzer - from PR kern/46547pgoyette
2016-05-31Flush memory correctly during ring put.mlelstv
2016-05-26Introduce M_CLEARCTX and use it instead of open-coding rcvifozaki-r
2016-05-26Use M_GETCTXozaki-r
2016-05-22More commentsskrll
2016-05-22Add a comment and reformat some othersskrll
2016-05-17initialize buf to NULL for error branch on line 532pooka
2016-05-14All com devices have an issue that they sleep in the final closemlelstv
2016-05-14Only set QH CMASK for FS/LS interrupt transfersskrll
2016-05-11Pullin opt_usb for UPLCOM_DEBUGskrll
2016-05-10sprinkle _KERNEL_OPTpooka
2016-05-10Fixup ucom_cleanup to not forget our pipe handles.skrll
2016-05-09Don't forget to use HTOO32 when adding OHCI_TD_R to td_flags for shortskrll
2016-05-09kmem_alloc doesn't support allocating 0 bytes.mlelstv
2016-05-07G/C more unused codeskrll
2016-05-07disable kpreempt around softint_schedule(). fixes playing on umidi.mrg
2016-05-06- don't require the lock if we are polling (early autoconf)christos
2016-05-06Fix a KASSERT (ub_usepolling || mutex)skrll
2016-05-06usb is attached with config_interrupts so we can G/C the code to supportskrll
2016-05-06Print LF in hexdump when datalen % 16 != 0. From t-hash.skrll
2016-05-06G/C some #if 0 codeskrll
2016-05-06Remove magic numbers from xhci_hc_reset. From t-hash.skrll
2016-05-06Fix polling mode and USB keyboards in ddbskrll
2016-05-03Kill XHCI_QUIRK_FORCE_INTR and surrounding codeskrll
2016-05-02move scsipi_strvis -> libkern:strnvisx()christos
2016-05-02Remove the "usb_disconnect_port: no device" DIAGNOSTIC messageskrll
2016-04-30Make #if 0 code that sets the protocol mode compilable.jakllsch
2016-04-30Comment updates from t-hashskrll
2016-04-30Updates from t-hashskrll
2016-04-30Cancel command when command times out. From t-hash.skrll
2016-04-30Fix type of return value in xhci_do_commandskrll
2016-04-30Updates from t-hashskrll
2016-04-30Wrap long line. From t-hash.skrll
2016-04-30Use XHCI_XFER2XXFERskrll
2016-04-30Make GDIUM_KEYBOARD_HACK compileskrll