summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-08-24Fix ping group offsets.Mark Kettenis
2021-08-24Fix compilation with debug enabled.Patrick Wildt
2021-08-24Some consumer control descriptor reports uses an array of usages insteadAnton Lindqvist
2021-08-23I missed that wskbd_rawinput() is hidden behind WSDISPLAY_COMPAT_RAWKBDanton
2021-08-23Fix the initial length check in iwx_fill_probe_req() to match iwm(4).Stefan Sperling
2021-08-22Since the raw keymap already has a capacity of holding all present keys,anton
2021-08-21fix indent in previousanton
2021-08-21refactor to resolve unused variable on non-WSDISPLAY_COMPAT_RAWKBD archTheo de Raadt
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-08-20add consumer control hid usages, will be used by ucc(4)anton
2021-08-20Back out last commit.Kevin Lo
2021-08-20When plugging and unplugging an adapter continuously, it waits for a timeoutKevin Lo
2021-08-20In the attach routine, the hardware bug workaround is only for legacy PCIKevin Lo
2021-08-20Revert previous; Turns out the start_hw() functions don't alwaysStefan Sperling
2021-08-19Run more device init code when resuming iwm(4) and iwx(4) devices.Stefan Sperling
2021-08-19Purge the cached nodes when we switch back to SCAN. In case we lostPatrick Wildt
2021-08-19Consistently use ieee80211_begin_scan() to switch to SCAN.Patrick Wildt
2021-08-19Fix an off-by-one in bwfm(4) SSID length checks.Stefan Sperling
2021-08-19Hide detailed firmware error reports from iwn/iwm/iwx by default.Stefan Sperling
2021-08-18drm/i915: Only access SFC_DONE when media domain is not fused offJonathan Gray
2021-08-18drm/amdgpu: don't enable baco on boco platforms in runpmJonathan Gray
2021-08-18drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_workJonathan Gray
2021-08-18drm/amd/display: Remove invalid assert for ODM + MPC caseJonathan Gray
2021-08-17For devices with rechargeable batteries, expose a new boolean sensoranton
2021-08-17Set the battery level sensor status to unknown while the battery isanton
2021-08-16Remove obsolete pre-release support code about two early versions of 8260.Kevin Lo
2021-08-16Remove redundant SIOCSIFMTU ioctl handler already handlded by ether_ioctl().Kevin Lo
2021-08-14call task_del() from destroy_work_on_stack()Jonathan Gray
2021-08-13Plug memory leak in an unlikely error path of iwx_umac_scan_v14().Stefan Sperling
2021-08-13Remove unused ure_stop_task (from Christian Ludwig of genua.de)gnezdo
2021-08-12drm/amdgpu/display: only enable aux backlight control for OLED panelsJonathan Gray
2021-08-12drm/i915: Correct SFC_DONE register offsetJonathan Gray
2021-08-12drm/amdgpu/display: fix DMUB firmware version infoJonathan Gray
2021-08-12One some access points we receive an unsolicited assoc status eventPatrick Wildt
2021-08-11backout drm/include/linux/irq_work.h r1.4 and drm/drm_linux.c r1.83Stuart Henderson
2021-08-11drm/amd/display: Fix max vstartup calculation for modes with bordersJonathan Gray
2021-08-11drm/amd/display: Fix comparison error in dcn21 DMLJonathan Gray
2021-08-11Revert "drm/i915: Propagate errors on awaiting already signaled fences"Jonathan Gray
2021-08-11drm/i915: avoid uninitialised var in eb_parse()Jonathan Gray
2021-08-11drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jonathan Gray
2021-08-10Add Tiger Lake LP (INT34C5) supportJoshua Stein
2021-08-09Remove useless code. The driver_data is ignored by the host system.jan
2021-08-09If an error during attach caused us to detach our resources,Kevin Lo
2021-08-09Fix up flags passed to usbd_open_pipe_intr() - interrupt pipes are alwaysJonathan Matthew
2021-08-08Use the correct address offset on OpRegion 2.1+ devices to be ableJoshua Stein
2021-08-07Remove another unused DMA allocation from iwx(4).Stefan Sperling
2021-08-07use taskq_del_barrier() instead of taskq_barrier() when flushing workJonathan Gray
2021-08-06Mark matching reportIDs as claimed.Aaron Bieber
2021-08-05After a media link change, the media settings on the hardware need to beMarcus Glocker
2021-08-04drm/amdgpu: Fix resource leak on probe error pathJonathan Gray