summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-03-24Add new event types for precision scrolling.Ulf Brosziewski
2019-03-24Add a quirk for the Huawei Matebook X to activate the right-sideJoshua Stein
2019-03-24Revert rasops32_putchar() changes introduced in revision 1.8.Frederic Cambus
2019-03-22- Fix the AR816X_REV_B0 / default DMA channel selection to be theKevin Lo
2019-03-22Mixmerge fixup.Kevin Lo
2019-03-22support Meinberg DCF600USB, from weerd@, ok phesslerStuart Henderson
2019-03-22syncStuart Henderson
2019-03-22add Meinberg DCF600USB, from weerd@, ok phessler@Stuart Henderson
2019-03-22Add support for QCA AR816x/AR817x for alc(4).Kevin Lo
2019-03-22back out 1.28David Gwynne
2019-03-22use a cond in ixl_atq_exec to wait for a command to be completed.David Gwynne
2019-03-22don't blindly complete admin queue entriesDavid Gwynne
2019-03-21don't set VLAN things when configuring promiscDavid Gwynne
2019-03-21run event callbacks directly in the atq processingDavid Gwynne
2019-03-20regenJonathan Gray
2019-03-20add more intel graphics pci ids with known marketing namesJonathan Gray
2019-03-20regenJonathan Gray
2019-03-20add radeondrm pci ids missing from pcidevs but present in drm_pciids.hJonathan Gray
2019-03-19In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR.Claudio Jeker
2019-03-18Modify rasops_list_font_cb() to not filter out fonts with differentFrederic Cambus
2019-03-17Since an isoc endpoint never halts, move to remaining error handlingMarcus Glocker
2019-03-17Move the handler code in the xhci_event_xfer() switch case in two separateMarcus Glocker
2019-03-17Remove obsolete semicolon at end of case switch.Marcus Glocker
2019-03-16syncStuart Henderson
2019-03-16add entries for Attansic E2400/E2500, from Brad (and also present,Stuart Henderson
2019-03-16Merge the duplicate code to handle isoc SHORT and SUCCESS xfer eventsMarcus Glocker
2019-03-16Clear the me_evp pointer after calling wsmux_do_close() as opposed ofanton
2019-03-16fetch timing parameters from ACPI like the ACPI attachment doesJoshua Stein
2019-03-15Improve and enable isochronous transfers in xhci(4). Each isochronousPatrick Wildt
2019-03-15The max burst size that is encoded in wMaxPacketSize is zero based,Patrick Wildt
2019-03-15Remove FBSDID.Kevin Lo
2019-03-14Use non-blocking allocation in dwc2_allocx() to makeVisa Hankala
2019-03-13Add support for i.MX8M PWM clocks.Patrick Wildt
2019-03-13Since new bindings might use the same clock index for divs, gates andPatrick Wildt
2019-03-12Fix typo in debug print: wih -> withPatrick Wildt
2019-03-12Remove unused uaudioreg.h file.Alexandre Ratchov
2019-03-12Add a new driver for USB Audio Class v2.0 devices. It replaces theAlexandre Ratchov
2019-03-12Add new copy_output() and underrun() methods to support driversAlexandre Ratchov
2019-03-12uhci: Fix delayed completions for isochronous transfers.Alexandre Ratchov
2019-03-12Until we can figure out why it causes NMIs on some machines, skip theJonathan Matthew
2019-03-11Add missing bus powered bit, from aalm@Martin Pieuchot
2019-03-11- in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RSTKevin Lo
2019-03-08the previous hkey version check was not accurate enough, so try theJoshua Stein
2019-03-08Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-03-06explicitly unmask keyboard brightness and screen brightness eventsJoshua Stein
2019-03-06thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlightJoshua Stein
2019-03-06Ignore rx interrupts if the interface isn't supposed to be running.Jonathan Matthew
2019-03-05swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value orderJonathan Matthew
2019-03-05apply background init progress fix from r1.59 of mfii.cJonathan Matthew
2019-03-02Limited the number of allowed stacked wsmux devices. A sufficiently long chainanton