summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.Reyk Floeter
2019-12-18undo assumptions about MI .h inclusionsTheo de Raadt
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-08Reduce the max. number of frame buffers so that we can run higherMarcus Glocker
2019-12-07regenKevin Lo
2019-12-07- Add support for RTL8156Kevin Lo
2019-11-30utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-28On short transfers with multiple TRBs in a TD we get two events.Patrick Wildt
2019-11-27Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-11-26When there is no network around the state timeout fires over and over again.Claudio Jeker
2019-11-25Convert to tsleep_nsec(9) and use the correct timeout period in msec.Martin Pieuchot
2019-11-24Add umb_rtrequest() to handle RTM_PROPOSAL events and send back theClaudio Jeker
2019-11-22Use rtm_proposal() to send out DNS updates. Both when DNS are added andClaudio Jeker
2019-11-18Fix off-by-one TRB issue in bulk transfers larger than 64k.Marcus Glocker
2019-11-18Fix actual length calculation of short transfers in xhci(4). So farPatrick Wildt
2019-11-16- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;Kevin Lo
2019-11-14Remove hardcoding of NetChip vendor/product id so that urndis(4) can attachAaron Bieber
2019-11-13Send uhid(4) reports via the optional interrupt out pipe. SomePatrick Wildt
2019-11-12Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).Martin Pieuchot
2019-11-06Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPMarcus Glocker
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