Torleif Skår

Results 8 issues of Torleif Skår

Fixes the build issue: ```text /var/lib/dkms/xone/0.3.r57.g29ec357/build/bus/bus.c:126:18: error: initialization of ‘int (*)(struct device *, const struct device_driver *)’ from incompatible pointer type ‘int (*)(struct device *, struct device_driver *)’ [-Wincompatible-pointer-types] 126...

Fixes the build issues related to: ```C snd_pcm_lib_alloc_vmalloc_buffer() snd_pcm_lib_free_vmalloc_buffer() snd_pcm_lib_get_vmalloc_page() ``` On kernel v6.12-rc1 The change for the helper can be found at ["Drop of obsoloted vmalloc PCM buffer helper...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Are you using any gamescope patches or a forked version of gamescope? -...

This setting allows for a more consistent usage with datasets, especially in cases where one toggles on-off different simulations triggering the `a_needsPrefix` variable in NGSpice. This setting always enforces `a_needsPrefix`...

Looking at the PCell for the vertical HBTs, the range for `Nx` is specified in `npn13G2V.py` to be: ```python specs('Nx', 1, 'x-Multiplier', RangeConstraint(1, 8)) ``` However when looking at the...

bug

This is a follow up issue from #1524 Currently --- 1. User moves components 2. User cancels operation by clicking either 1. Escape 2. Same hotkey as current action 3....

gui

What? --- This refactors some of the code to use functionality based checking rather than OS-level checking for header includes Motivation --- For bleeding edge systems that are using GLIBC...

Hi, When trying to compile the latest tag, there is multiple mismatches due to the major rework done. Specifically there are issues around how the different includes are currently handled...