summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-07-04store provider ID in umb(4), and display it in ifconfig. OK stsp deraadtStuart Henderson
2021-05-31Change the behavior of the UVIDEO_FLAG_REATTACH flag to attach anMarcus Glocker
2021-05-18regenKevin Lo
2021-05-18Add support for Quectel EC25.Kevin Lo
2021-05-18Add pre-DMA-write barrier after data is stored to memoryAlexandre Ratchov
2021-05-11Temporarily release the mutex while calling sensor_task_register() as itanton
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-25Make urtwn(4) attach to 'ASUS USB-N10 Nano' devices.Stefan Sperling
2021-04-25regenStefan Sperling
2021-04-25Add USB product ID for ASUS RTL8188EUS. Patch by Jan Vlach.Stefan Sperling
2021-04-22Mark umb(4) as network device instead of a generic one. This also makesPatrick Wildt
2021-04-15Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.Stefan Sperling
2021-04-15Match Linux path in r8153_set_rx_early_size().Kevin Lo
2021-04-07back out r1.22, ie, don't blindly trim the FCS on rxed packets.David Gwynne
2021-04-05regenMarcus Glocker
2021-04-05Add a new quirk flag to not attach video devices which aren't supported byMarcus Glocker
2021-04-05ugold(4): add support for TEMPerGold & more TEMPerHUM devicesLandry Breuil
2021-04-05syncLandry Breuil
2021-04-05Add 0x413d:0x2107 for various PCSensors TEMPer devicesLandry Breuil
2021-04-01Push kernel lock down to umb_rtrequest().mvs
2021-03-31syncStuart Henderson
2021-03-31Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radioStuart Henderson
2021-03-30fix typos in commentsStuart Henderson
2021-03-30Some cards announce support for the NTB16 format, but that support does notPatrick Wildt
2021-03-30Some umb(4) devices require the NDP pointer behind the NDP datagram.Patrick Wildt
2021-03-29combine umb_products and umb_fccauth_devs into one umb_quirks tableStuart Henderson
2021-03-28Add vid/pid table to umb(4) allowing matching to alternate configStuart Henderson
2021-03-28syncStuart Henderson
2021-03-28add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@Stuart Henderson
2021-03-27trim the FCS off Ethernet packets before sending them up the stack.David Gwynne
2021-03-24syncStuart Henderson
2021-03-24remove vendor name (Dell) repeated in product nameStuart Henderson
2021-03-24Define a USB quirk for devices that need to keep their pipes open atJoshua Stein
2021-03-24regenJoshua Stein
2021-03-24add HAILUCK KeyboardJoshua Stein
2021-03-18In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton
2021-03-17When devices have claimed multiple report ids, only detach and sendJoshua Stein
2021-03-08Add another Type Cover deviceJoshua Stein
2021-03-08regenJoshua Stein
2021-03-08Add Surface Pro Type CoverJoshua Stein
2021-03-08Allow uhidev child devices to claim selective report idsJoshua Stein
2021-02-27regenJonathan Gray
2021-02-27sort and fix RTL8713 idJonathan Gray
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-24remove unused usbd_get_device_string()Jonathan Gray
2021-02-24remove unused usbdi functionsJonathan Gray
2021-02-24remove unused xhci_cmd_evaluate_ctx()Jonathan Gray
2021-02-16Poll battery sensors less frequently. The previous period was quiteanton
2021-02-16Trim uhidpp_device_features() by extracting two pure protocol functions.anton
2021-02-15Back-out USB data toggle fix for HID devices, since we received multipleMarcus Glocker