summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2022-11-26Stop printing the device serial number during attach, it's not thatAnton Lindqvist
2022-11-26Rename type argument to buf in hidpp10_get_type(), no functional change.Anton Lindqvist
2022-11-14include sys/device.h, on some architectures this gets pulled in, but othersTheo de Raadt
2022-11-11Make ucc(4) the first consumer of hidcc. No intended functional change.Anton Lindqvist
2022-11-09regenRobert Nagy
2022-11-09add a USB ID for WELLSPRINGM1_J293 to be used by aplhidev(4) to identifyRobert Nagy
2022-10-28Remove audio(9) get_props() from record-only driversKlemens Nanni
2022-10-27Match ure(4) on Windows Dev Kit 2023Patrick Wildt
2022-10-27regenPatrick Wildt
2022-10-27Add USB device id for integrated ure(4) on Windows Dev Kit 2023Patrick Wildt
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-26Constify device tableKlemens Nanni