summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2023-09-21Nuke trailing whitespace.Kenneth R Westerback
2023-09-11Remove unnecessary <sys/selinfo.h> includes.Vitaliy Makkoveev
2023-09-09RegenKevin Lo
2023-09-09Correct TP-LINK bluetooth ID.Kevin Lo
2023-09-01Call rtm_send() with netlock held to protect dereference of sockaddrVitaliy Makkoveev
2023-08-29fix handling of unknown error rate in mbim signal state infoDavid Gwynne
2023-08-29export mbim signal statsDavid Gwynne
2023-08-26umb can use p2p_input as an if_input handler.David Gwynne
2023-08-15Replace a bunch of (1 << 31) with (1U << 31)Miod Vallat
2023-08-12Better uwacom(4) support for Intuos S and One S tablets; most of the workMiod Vallat
2023-08-12RegenMiod Vallat
2023-08-12Another Wacom tablet; from Vladimir Meshcheriakov (first name dot last nameMiod Vallat
2023-07-20Revert rev 1.129:Claudio Jeker
2023-07-16When detaching devices when we suspend, we need to continue processingMark Kettenis
2023-07-09regenTobias Heider
2023-07-09Add suspend key support in wskbd and make it work on Apple ARM laptops.Tobias Heider
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