summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2023-07-02Add button mappings for two- and three-finger clicks on clickpads.Ulf Brosziewski
2023-06-27Return error if the USB request to get the sample rate fails.Alexandre Ratchov
2023-06-12match Mercusys MW150US V2Jonathan Gray
2023-06-12regenJonathan Gray
2023-06-12add Mercusys MW150US V2Jonathan Gray
2023-05-10New udl(4) device, reported by "S V" on tech@Miod Vallat
2023-05-10regenMiod Vallat
2023-05-10New udl(4) device, reported by "S V" on tech@Miod Vallat
2023-05-10Add flag SDEV_UFI so umass_scsi_attach() can provide informationKenneth R Westerback
2023-05-06Add support for RTL8153D.Kevin Lo
2023-04-28regenKevin Lo
2023-04-28Add support for RTL8188FTV chip to urtwn(4).Kevin Lo
2023-04-27The ASIX AX88179A chipset does not work properly with the axen(4) driver.Gerhard Roth
2023-04-27Whitespace fixKevin Lo
2023-04-26Fix typo in comment: default scalue values -> default scale valuesAnthony J. Bentley
2023-04-20Move ring buffer allocation to before calling uhidev_open(), otherwiseBryan Steele
2023-04-19Remove strict checks added in 1.22, for they break some sensors.Miod Vallat
2023-04-18Remove kernel lock from ifa_ifwithaddr() and ifa_ifwithdstaddr().Vitaliy Makkoveev
2023-04-11fix double words in commentsJonathan Gray
2023-04-10fix setting parity bitsJonathan Gray
2023-04-02fill out the list of quectel devices that should be supported.David Gwynne
2023-04-02regenDavid Gwynne
2023-04-02add more quectel usb device idsDavid Gwynne
2023-04-02Add support for TEMPerGold 3.4 to ugold(4).Miod Vallat
2023-04-02RegenMiod Vallat
2023-04-02New TEMPerGold device.Miod Vallat
2023-04-01follow quectel guidance on which usb interfaces umsm should match.David Gwynne
2023-03-31shuffle the code in umsm_match a bit.David Gwynne
2023-03-31dont match quectel ec25 by vendor+product idDavid Gwynne
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-01-23Regen.Nicholas Marriott
2023-01-16Fix transmit queue selection based on frame type. I introduced an errorJonathan Matthew
2023-01-08Rename argument funcidx_swid to func_idx as it does not include any software id.Anton Lindqvist
2023-01-03Poll battery sensors less frequently.Anton Lindqvist
2023-01-03The software id in the request must be copied as is to the response by theAnton Lindqvist
2023-01-03Group more request and response constants.Anton Lindqvist
2023-01-01Clear status bits when we receive a host system error. Otherwise theMark Kettenis
2022-12-30Support FTDI FT232R. The upper 2 bits encode the fractional component of theKevin Lo
2022-12-19Invalidate ugen(4) knote lists after device detachVisa Hankala
2022-12-12Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USBMark Kettenis
2022-11-29Add support for the Unified Battery feature found in many more recent LogitechAnton Lindqvist
2022-11-29Add support for Bolt receivers. They use different registers for theAnton Lindqvist
2022-11-26Remove unused battery fields.Anton Lindqvist
2022-11-26Shove more battery feature logic down to hidpp20_battery_get_level_status().Anton Lindqvist
2022-11-26Pave the way for checking presence of more features inAnton Lindqvist
2022-11-26Stop checking the link status upon receiving connect notifications asAnton Lindqvist
2022-11-26Group function and response defines.Anton Lindqvist
2022-11-26Pass a uhidpp_device to hidpp20_battery_get_capability() andAnton Lindqvist
2022-11-26Take note of the needed feature indices already inAnton Lindqvist
2022-11-26Reduce indentation, no functional change.Anton Lindqvist