pixlone/logiops

An unofficial userspace driver for HID++ Logitech devices

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 15th, 2026
Created on July 9th, 2019
Open Issues & Pull Requests: 289 (+0)
GitHub issues: Enabled
Number of forks: 322
Total Stargazers: 4,368 (+0)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.1 days
Mean response time: 89.5 days
90th percentile: 224.1 days
Tracked items: 75

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 76
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 922 days
Stale 30+ days: 74
Stale 90+ days: 64

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 4

Top labels

  • enhancement (5)
  • help wanted (1)

Most active issues this week

Detailed Description

Logiops is a userspace driver for HID++ Logitech devices on Linux.

The project addresses the lack of native Linux support for advanced features on Logitech peripherals that use the HID++ protocol. Rather than relying on kernel-level drivers or proprietary software, logiops implements device communication in userspace, allowing users to configure and control features of compatible Logitech mice and keyboards directly on Linux systems. The driver communicates with devices through the HID++ protocol to expose functionality that would otherwise be unavailable.

Logiops suits Linux users with Logitech HID++ devices who want to access advanced features without depending on manufacturer-provided tools or waiting for kernel driver support. It is particularly relevant for users of popular Logitech peripherals like the MX Master series, where many advanced capabilities remain inaccessible through standard Linux input drivers. The project is most useful for those comfortable with userspace configuration and who need reliable access to device-specific functionality on Linux.

The project shows consistent maintenance with regular commits addressing bug fixes and feature additions. Development activity demonstrates responsiveness to user-reported issues and compatibility improvements across different device models. The codebase receives updates that expand device support and refine the HID++ protocol implementation based on real-world usage patterns.