quo

Results 10 issues of quo

We're running Linux 5.10 with the sam patches on a number of Surface Pros (currently 5.10.23, but the issue occurs with older 5.10 kernels as well). On the SP7s, changes...

First of all, @qzed thanks for all the work you've already done reverse engineering and documenting a lot of the SAM stuff. It's been quite helpful! I've been reverse engineering...

Some ideas to improve pen DFT data processing: ### Better signal detection To check whether a row contains a signal (e.g. for buttons), we currently just compare the magnitude against...

If you've tested the driver and it doesn't work, please open a new issue if one doesn't already exist for your device. If the driver works (or at least appears...

The THC doesn't seem to draw a significant amount of power as is, but it would still be nice to implement all the low power stuff the Windows driver does.

The IOMMU gives the following error when trying to use the irq: DMAR: DRHD: handling fault status reg 2 DMAR: [INTR-REMAP] Request device [01:05.0] fault index 0x2f [fault reason 0x26]...

See https://github.com/linux-surface/linux-surface/issues/1487 - [ ] Should ratelimit the DMA timeout errors. - [x] And/or put the active->idle transition on a delay. 8b22c724 - [ ] Add a big warning about...

Intel has very recently submitted some MTL THC/QuickSPI patches to coreboot: https://review.coreboot.org/q/topic:%22mtl_thc%22 These patches refer to the Google "Rex", which is apparently a Chromebook board used in the ASUS ExpertBook...

I'm trying to make a simple 3D character controller, but my character keeps sliding off in random directions after landing a jump (seeming to completely defy conservation of momentum). Below...

I think this should use += instead: https://github.com/The-DevBlog/bevy_third_person_camera/blob/a7c6b458573fcb0730b65eda6507ca27fb58f571/src/mouse.rs#L36-L37 Mouse sensitivity is applied twice: https://github.com/The-DevBlog/bevy_third_person_camera/blob/a7c6b458573fcb0730b65eda6507ca27fb58f571/src/mouse.rs#L48-L57 Also it seems mod.rs is not used and can be removed.