Linux-Pollrate-Patch

A highly experimental patch for the Linux kernel that lets you override the USB polling rate. (by KarsMulder)

Linux-Pollrate-Patch Alternatives

Similar projects and alternatives to Linux-Pollrate-Patch

  1. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  2. linux-surface

    Linux Kernel for Surface Devices

  3. linux-tkg

    linux-tkg custom kernels

  4. LenovoLegionLinux

    Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode.

  5. Linux-Pollrate-Patch

    A highly experimental patch for the Linux kernel that lets you override the USB polling rate. (by GloriousEggroll)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Linux-Pollrate-Patch alternative or higher similarity.

Linux-Pollrate-Patch discussion

Log in or Post with

Linux-Pollrate-Patch reviews and mentions

Posts with mentions or reviews of Linux-Pollrate-Patch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • Until RedHat Stops Violating the GPL, Fedora Should Stop Being Recommended on Here
    7 projects | /r/linux_gaming | 6 Jul 2023
  • Compiling the Linux kernel with custom changes
    1 project | /r/Ubuntu | 11 Dec 2021
    mkdir ~/SourceCode; cd ~/SourceCode; sudo apt install git; git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ; git clone https://github.com/KarsMulder/Linux-Pollrate-Patch ; cd linuxuname -rgit checkout v5.11git apply ../Linux-Pollrate-Patch/pollrate.patchmkdir -p ../builds/amd64sudo apt install libssl-dev kernel-package patch dwarves bison flex libelf-devcp /boot/config-$(uname -r) ../builds/amd64/.configmake O=../builds/amd64 olddefconfigpushd ../builds; wget https://iam.tj/projects/ubuntu/linux-deb-no-debug.patch ; popdpatch -p1 <../builds/linux-deb-no-debug.patchgit diffexport PKG_DEBUG=1scripts/config --file ../builds/amd64/.config --disable SYSTEM_TRUSTED_KEYSscripts/config --file ../builds/amd64/.config --disable CONFIG_DEBUG_INFO_BTFmake -j4 O=../builds/amd64 bindeb-pkg |& tee /tmp/kernel-build.logsudo dpkg -i ../builds/linux*5.16.0-rc1+*.deb
  • I need udev or something
    1 project | /r/linuxquestions | 5 Dec 2021
    If degrading your entire system to USB2 speeds is unacceptable: I wrote a kernel patch that can override the polling rate under the xHCI driver, but never upstreamed it because of reasons. I haven't tested it since last year (because even I find it too much hassle to compile my own kernel to solve this problem) so I don't know if it still works, but I suppose you can try it if you're really desperate.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 8 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic Linux-Pollrate-Patch repo stats
3
15
10.0
about 2 years ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai