Age | Commit message (Expand) | Author |
2021-08-31 | Using suser() instead of doing it manually. | Jan Klemkow |
2021-08-31 | remove empty forward structs fro bge_ring_data as found with ctfconv. | Jasper Lievisse Adriaanse |
2021-08-31 | add support for obtaining sense status and source slot of a media | Robert Nagy |
2021-08-31 | In enumerating mode, calculate the bit offset using the HID input | Anton Lindqvist |
2021-08-31 | Protect against missing bit to key symbols in ucc_bit_to_sym(). This can | Anton Lindqvist |
2021-08-31 | sprinkle barriers and dmamem_syncs around the hibernate io path. | David Gwynne |
2021-08-30 | Remove magic offset from data structures. This makes it much easier to | Mark Kettenis |
2021-08-30 | Fix a locking assertion in error path. | Martin Pieuchot |
2021-08-30 | remove a bunch of forward-only structs that were found with ctfconv. | Jasper Lievisse Adriaanse |
2021-08-30 | increase hibernate writeout speed a little. modern machines have vast | Theo de Raadt |
2021-08-30 | Make sure unveil remains locked over fork even in the case where the | Claudio Jeker |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-08-29 | iwm/iwx: propagate errors out of iw{m,x}_set_bits_mask_prph routines | Greg Steuck |
2021-08-29 | Pass volume related key presses as both raw and translating input to | Anton Lindqvist |
2021-08-29 | correct range upper bound in comment | Anton Lindqvist |
2021-08-29 | Make the ucc match criteria more stringent by requiring at least one | Anton Lindqvist |
2021-08-29 | Some reports embeds multiple report IDs inside the same collection | Anton Lindqvist |
2021-08-29 | An interrupt report contains the state of all items (Input, Output and | Anton Lindqvist |
2021-08-29 | As the Consumer Control usages are well defined by the HID Usage Tables | Anton Lindqvist |
2021-08-29 | Reduce the number of openings for aplns(4) to 1. This isn't correct but | Mark Kettenis |
2021-08-29 | Reduce the number of openings for aplns(4) to 1. This isn't correct but | Mark Kettenis |
2021-08-28 | Remove bogus code that tries to unmap GTT pages in a codepath that clearly | Mark Kettenis |
2021-08-27 | drm/amd/display: workaround for hard hang on HPD on native DP | Jonathan Gray |
2021-08-27 | drm/amd/display: Fix Dynamic bpp issue with 8K30 with Navi 1X | Jonathan Gray |
2021-08-27 | drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir. | Jonathan Gray |
2021-08-26 | Request wMaxInputLength bytes of data on each interrupt which should | Joshua Stein |
2021-08-26 | Rename ucc_intr_to_usage() to ucc_bits_to_usage(), no functional change. | Anton Lindqvist |
2021-08-26 | Add missing leading colon to error message. | Anton Lindqvist |
2021-08-26 | There are some races in the hardware which thus require a few more tries | Kevin Lo |
2021-08-25 | Make all conversion routines consistent by returning a struct | Anton Lindqvist |
2021-08-25 | Remove the KB_DEFAULT flag from the wskbd keymap layout. Presence of | Anton Lindqvist |
2021-08-25 | Prevent ucc(4) from matching report IDs with an empty input report. | Anton Lindqvist |
2021-08-25 | If the buffer given to the ucc interrupt handler is too long, do not | Anton Lindqvist |
2021-08-25 | Determine if a hid item is an array by solely inspecting presence of | Anton Lindqvist |
2021-08-24 | Fix ping group offsets. | Mark Kettenis |
2021-08-24 | Fix compilation with debug enabled. | Patrick Wildt |
2021-08-24 | Some consumer control descriptor reports uses an array of usages instead | Anton Lindqvist |
2021-08-23 | I missed that wskbd_rawinput() is hidden behind WSDISPLAY_COMPAT_RAWKBD | anton |
2021-08-23 | Fix the initial length check in iwx_fill_probe_req() to match iwm(4). | Stefan Sperling |
2021-08-22 | Since the raw keymap already has a capacity of holding all present keys, | anton |
2021-08-22 | ucc also fails to work here, because there is no wskbd_rawinput | Theo de Raadt |
2021-08-21 | octeon has no wskbd, so ucc cannot link. the files.usb parts should have | Theo de Raadt |
2021-08-21 | fix indent in previous | anton |
2021-08-21 | refactor to resolve unused variable on non-WSDISPLAY_COMPAT_RAWKBD arch | Theo de Raadt |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-08-20 | add consumer control hid usages, will be used by ucc(4) | anton |
2021-08-20 | Back out last commit. | Kevin Lo |
2021-08-20 | When plugging and unplugging an adapter continuously, it waits for a timeout | Kevin Lo |
2021-08-20 | In the attach routine, the hardware bug workaround is only for legacy PCI | Kevin Lo |
2021-08-20 | Revert previous; Turns out the start_hw() functions don't always | Stefan Sperling |