summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2019-10-21Mark recycled USB `xfer' as NOT_STARTED to not confuse HCD abort methods.Martin Pieuchot
2019-10-15Fix compiler's view of the alignment of xhci structs. Because the structVisa Hankala
2019-10-14Convert tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-10Only set the IPv4 address in umb(4) if both MBIM_IPCONF_HAS_ADDRINFO andClaudio Jeker
2019-10-08Convert tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-06Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).Martin Pieuchot
2019-10-06tsleep(9) to tsleep_nsec(9) conversions.Martin Pieuchot
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.Bob Beck
2019-10-03Switch the bpf of umb(4) from DTL_RAW to DTL_LOOP. DTL_RAW is limited toClaudio Jeker
2019-09-29turn the success paths of FCC registration into debug prints. TheTheo de Raadt
2019-09-27Make umb(4) add a default route when configuring the interface. This routeClaudio Jeker
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-09-05Use the new set_blksz() interface to set the block size.Alexandre Ratchov
2019-08-29ure: attach to RTL8153B device on Lenovo USB-C DockJoshua Stein
2019-08-29Add support for RTL8153B after study of Linux r8152 driver.Kevin Lo
2019-08-27syncJoshua Stein
2019-08-27add ethernet found on Lenovo USB-C DockJoshua Stein
2019-08-27Keep ieee80211_node structures cached across scans, rather thanStefan Sperling
2019-08-26Replace umb_ntop() with sockaddr_ntop() which does almost the same thing.Claudio Jeker
2019-08-25avoid checking s->spf twice if it is above maximum in uaudio_adjspf(); ok rat...miko
2019-08-10udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha
2019-08-07Add support for integrated USB cameras with two functions, asPatrick Wildt
2019-08-07Add support for the KSMedia 8-bit IR format, a greyscale format,Patrick Wildt
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-07-10The USB video class specification has increased its probe bufferPatrick Wildt
2019-07-10Also dump interface association descriptor when debugging isPatrick Wildt
2019-07-09Fix whitespace issue.Patrick Wildt
2019-07-09ure(4) and url(4) need ifmedia attribute.Kevin Lo
2019-07-07Eliminate duplicate code in xxx_detach().Kevin Lo
2019-07-06Ensure Rx/Tx resources are freed during interface stop.Kevin Lo
2019-06-26Create IF_WWAN_DEFAULT_PRIORITY which is lower thanClaudio Jeker
2019-06-25avoid uninitialised var accessJonathan Gray
2019-06-24Don't retry to get the usb descriptor in usbd_new_device() if the callClaudio Jeker
2019-06-14Use timeout_add_msec(9)kn
2019-06-14Use timeout_add_msec(9)kn
2019-06-13Do not consider the pipe as halted if the device is gone.Martin Pieuchot
2019-06-07add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterJoshua Stein
2019-06-07regenJoshua Stein
2019-06-07add Keyspan USA-19HSJoshua Stein
2019-05-27fix multitouch by properly reading multi-finger data on type4Joshua Stein
2019-05-21Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287Stefan Sperling
2019-05-11RegenAaron Bieber
2019-05-10Add more flags to the debug bitmaskPhilip Guenther
2019-05-09When changing device rate, send request to the clock source unit.Alexandre Ratchov
2019-05-09Set the rate of UAC v2.0 clock units using the control interface, notAlexandre Ratchov
2019-05-09Skip empty control interfaces when parsing descriptors.Alexandre Ratchov
2019-05-09Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08regenMark Kettenis
2019-05-08add Google vendor IDMark Kettenis