Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pmundt
/
python-evdev
Public
forked from
gvalkov/python-evdev
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 8, 2021
ff: Fix up attack_length key typo in Envelope struct
Show description for 62884d6
pmundt
committed
62884d6
View commit details
Copy full SHA for 62884d6
Browse repository at this point
Commits on Nov 5, 2020
Merge pull request #143 from jbleon95/master
Show description for 00c0fa7
gvalkov
authored
00c0fa7
View commit details
Copy full SHA for 00c0fa7
Browse repository at this point
Commits on Oct 29, 2020
deref event_list if returning IOError in device_ready_many
jbleon95
authored
39ba89c
View commit details
Copy full SHA for 39ba89c
Browse repository at this point
Commits on Oct 1, 2020
Fix util.resolve_ecodes() example
Georgi Valkov
committed
e049224
View commit details
Copy full SHA for e049224
Browse repository at this point
Add the util.find_ecodes_by_regex helper function
Georgi Valkov
committed
0622179
View commit details
Copy full SHA for 0622179
Browse repository at this point
Merge pull request #137 from tlalexander/master
Show description for c119081
gvalkov
authored
c119081
View commit details
Copy full SHA for c119081
Browse repository at this point
One more bug fix in the example.
sequoia-hope
committed
148e6e0
View commit details
Copy full SHA for 148e6e0
Browse repository at this point
Fix a typo in force feedback example.
sequoia-hope
committed
454f50f
View commit details
Copy full SHA for 454f50f
Browse repository at this point
Commits on Sep 30, 2020
Add missing return codes to os.strerror() calls.
sequoia-hope
committed
092df1d
View commit details
Copy full SHA for 092df1d
Browse repository at this point
Commits on Aug 19, 2020
Merge pull request #128 from odormond/master
Show description for 862c411
gvalkov
authored
862c411
View commit details
Copy full SHA for 862c411
Browse repository at this point
Merge pull request #131 from sbtinstruments/fix-off-by-one
Show description for 9aead89
gvalkov
authored
9aead89
View commit details
Copy full SHA for 9aead89
Browse repository at this point
Commits on Aug 12, 2020
Fix off-by-one in ioctl_EVIOCG_bits
Show description for 1db1c05
frederikaalund
committed
1db1c05
View commit details
Copy full SHA for 1db1c05
Browse repository at this point
Commits on May 30, 2020
Fix set_absinfo to allow setting parameters to zero
odormond
committed
fb3f9e8
View commit details
Copy full SHA for fb3f9e8
Browse repository at this point
Commits on Jan 11, 2020
Fix links in documentation
gvalkov
committed
0cdf86a
View commit details
Copy full SHA for 0cdf86a
Browse repository at this point
Bump version: 1.2.0 -> 1.3.0
gvalkov
committed
43c8791
View commit details
Copy full SHA for 43c8791
Browse repository at this point
Add input properties to output of evtest
gvalkov
committed
646ac0c
View commit details
Copy full SHA for 646ac0c
Browse repository at this point
Rename get_absinfo() to absinfo() for consistency with the other poorly named methods
gvalkov
committed
1cc547b
View commit details
Copy full SHA for 1cc547b
Browse repository at this point
Call loop.remove_reader() when InputDevice is closed
gvalkov
committed
c115d5b
View commit details
Copy full SHA for c115d5b
Browse repository at this point
Minor changes to docstrings
gvalkov
committed
2fa3d24
View commit details
Copy full SHA for 2fa3d24
Browse repository at this point
Expose get/set absinfo ioctl commands
Show description for 05e36c2
artizirk
authored and
gvalkov
committed
05e36c2
View commit details
Copy full SHA for 05e36c2
Browse repository at this point
Add the allow_unknown argument to KeyEvent
gvalkov
committed
8d549b9
View commit details
Copy full SHA for 8d549b9
Browse repository at this point
Handle unknown keys
Show description for 05fd3fa
SarahCosmosys
authored and
gvalkov
committed
05fd3fa
View commit details
Copy full SHA for 05fd3fa
Browse repository at this point
Rework input props functionality
Show description for 05e68fc
gvalkov
authored and
Georgi Valkov
committed
05e68fc
View commit details
Copy full SHA for 05e68fc
Browse repository at this point
Commits on Dec 21, 2019
Functionality to set device properties eg. INPUT_PROP_DIRECT or INPUT_PROP_POINTER
quoing
committed
a4cf8b5
View commit details
Copy full SHA for a4cf8b5
Browse repository at this point
Commits on Dec 18, 2019
Merge pull request #112 from kraj/master
Show description for 69a5030
gvalkov
authored
69a5030
View commit details
Copy full SHA for 69a5030
Browse repository at this point
Commits on Nov 30, 2019
Fix build on 32bit arches with 64bit time_t
Show description for bcafe72
kraj
committed
bcafe72
View commit details
Copy full SHA for bcafe72
Browse repository at this point
Commits on Jul 21, 2019
Merge pull request #110 from skitt/spelling-fixes
Show description for a53106c
gvalkov
authored
a53106c
View commit details
Copy full SHA for a53106c
Browse repository at this point
Commits on Jul 11, 2019
Fix a couple of typos
Show description for 2e1c7f9
skitt
committed
2e1c7f9
View commit details
Copy full SHA for 2e1c7f9
Browse repository at this point
Commits on Apr 7, 2019
Bump version: 1.1.2 -> 1.2.0
gvalkov
committed
91710cd
View commit details
Copy full SHA for 91710cd
Browse repository at this point
Remove dead code
gvalkov
committed
1c7773c
View commit details
Copy full SHA for 1c7773c
Browse repository at this point
Add comments and remove extra newlines
gvalkov
committed
6799dd8
View commit details
Copy full SHA for 6799dd8
Browse repository at this point
Commits on Apr 2, 2019
Removed uncecessary duplicated ioctl-call
LinusCDE
committed
2c5d62d
View commit details
Copy full SHA for 2c5d62d
Browse repository at this point
Commits on Mar 31, 2019
Add UInput support for the resolution parameter in AbsInfo
Show description for 5257608
LinusCDE
committed
5257608
View commit details
Copy full SHA for 5257608
Browse repository at this point
Commits on Jan 18, 2019
Merge pull request #104 from ivaradi/master
Show description for 2469689
gvalkov
authored
2469689
View commit details
Copy full SHA for 2469689
Browse repository at this point
Commits on Jan 7, 2019
Use H to parse uinput_setup arguments
ivaradi
committed
316ae76
View commit details
Copy full SHA for 316ae76
Browse repository at this point
Previous
Next
You can’t perform that action at this time.