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 }}
human9
/
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
Breadcrumbs
History for
python-evdev
evdev
device.py
on
main
User selector
All users
All time
Commit history
Commits on Jul 17, 2022
Remove Python 2.x compatibility leftovers
gvalkov
committed
b5f69fb
View commit details
Copy full SHA for b5f69fb
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
threaded_close (#165)
Show description for d3b7122
Tobi
authored
d3b7122
View commit details
Copy full SHA for d3b7122
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
fix ImportError, AttributeError
Show description for 426057d
luizoti
authored
426057d
View commit details
Copy full SHA for 426057d
View code at this point
Browse repository at this point
fix --> ImportError: sys.meta_path is None
Show description for ddf3c78
luizoti
authored
ddf3c78
View commit details
Copy full SHA for ddf3c78
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
add a comment explaining why
sezanzeb
committed
3e06e5b
View commit details
Copy full SHA for 3e06e5b
View code at this point
Browse repository at this point
threaded non-blocking close
sezanzeb
authored
f95869c
View commit details
Copy full SHA for f95869c
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 11, 2020
Rename get_absinfo() to absinfo() for consistency with the other poorly named methods
gvalkov
committed
1cc547b
View commit details
Copy full SHA for 1cc547b
View code at this point
Browse repository at this point
Call loop.remove_reader() when InputDevice is closed
gvalkov
committed
c115d5b
View commit details
Copy full SHA for c115d5b
View code at this point
Browse repository at this point
Minor changes to docstrings
gvalkov
committed
2fa3d24
View commit details
Copy full SHA for 2fa3d24
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 31, 2018
Drop compatibility check and just use memoryview
gvalkov
committed
3fd0bb9
View commit details
Copy full SHA for 3fd0bb9
View code at this point
Browse repository at this point
Merge pull request #89 from tacaswell/doc_asyncio
Show description for 5f043d6
gvalkov
authored
5f043d6
View commit details
Copy full SHA for 5f043d6
View code at this point
Browse repository at this point
Deprecate InputDevice.fn in favor of InputDevice.path
Show description for 254d945
gvalkov
committed
254d945
View commit details
Copy full SHA for 254d945
View code at this point
Browse repository at this point
Commits on May 26, 2018
MNT: provide a (maybe?) compatibility layer for deprecated buffer
tacaswell
committed
567aa81
View commit details
Copy full SHA for 567aa81
View code at this point
Browse repository at this point
FIX: Missing exception class
tacaswell
committed
33c268d
View commit details
Copy full SHA for 33c268d
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
Minor changes to comments and code structure
gvalkov
committed
5dbf415
View commit details
Copy full SHA for 5dbf415
View code at this point
Browse repository at this point
Merge branch 'ApproxEng:master'
gvalkov
committed
de43294
View commit details
Copy full SHA for de43294
View code at this point
Browse repository at this point
Added IOCTL to retrieve the destination uniq as well as phys if available, added uniq as a property to InputDevice
Show description for f7b53f7
tomoinn
committed
f7b53f7
View commit details
Copy full SHA for f7b53f7
View code at this point
Browse repository at this point
Commits on Mar 11, 2018
Add a grab/ungrab context manager
gvalkov
committed
dc8fa0f
View commit details
Copy full SHA for dc8fa0f
View code at this point
Browse repository at this point
Commits on Dec 28, 2017
Include device path in equality comparison
gvalkov
committed
711606f
View commit details
Copy full SHA for 711606f
View code at this point
Browse repository at this point
Add InputDevice.__ne__ to fix device != comparison on Python 2
gvalkov
committed
e02b051
View commit details
Copy full SHA for e02b051
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
Support path-like objects in InputDevice constructor
gvalkov
committed
e87617a
View commit details
Copy full SHA for e87617a
View code at this point
Browse repository at this point
Support path protocol
gvalkov
committed
0253875
View commit details
Copy full SHA for 0253875
View code at this point
Browse repository at this point
Commits on Feb 6, 2016
Fixing some imports
paulo-raca
committed
7c57f5f
View commit details
Copy full SHA for 7c57f5f
View code at this point
Browse repository at this point
Slightly refactor the last two changes
Show description for a0ee068
gvalkov
committed
a0ee068
View commit details
Copy full SHA for a0ee068
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
Create a baseclass for `device` and `uinput`, to hold the shared functions that read and write events
paulo-raca
committed
14fc704
View commit details
Copy full SHA for 14fc704
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
Add missing import and fix documentation of wrapped methods
gvalkov
committed
a832264
View commit details
Copy full SHA for a832264
View code at this point
Browse repository at this point
Docstring improvements
Show description for 9612254
gvalkov
committed
9612254
View commit details
Copy full SHA for 9612254
View code at this point
Browse repository at this point
Commits on Feb 2, 2016
Split util.resolve_ecodes() into two functions
gvalkov
committed
9e457bc
View commit details
Copy full SHA for 9e457bc
View code at this point
Browse repository at this point
Merge ioctl_EVIOCGKEYS and get_sw_led_snd into one function
gvalkov
committed
d269505
View commit details
Copy full SHA for d269505
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
Added generic `set()` method to `device` (Generalization of `set_led()`)
paulo-raca
committed
539d342
View commit details
Copy full SHA for 539d342
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
Make __eq__ method more generic
gvalkov
committed
2fc19ef
View commit details
Copy full SHA for 2fc19ef
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.