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 }}
ivaradi
/
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
on
packaging
User selector
All users
All time
Commit history
Commits on Jun 4, 2016
Python 2 related fixes
gvalkov
committed
8bf397b
View commit details
Copy full SHA for 8bf397b
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
Disable echoing when evtest is listening for events
gvalkov
committed
8113343
View commit details
Copy full SHA for 8113343
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
Small user-friendliness improvements to evtest
gvalkov
committed
ab518cd
View commit details
Copy full SHA for ab518cd
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
Bump version: 0.5.0 -> 0.6.0
gvalkov
committed
7fcd680
View commit details
Copy full SHA for 7fcd680
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Rename read_iter() to async_read_loop()
gvalkov
committed
765a576
View commit details
Copy full SHA for 765a576
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
Sort devices numerically
gvalkov
committed
936a1ca
View commit details
Copy full SHA for 936a1ca
View code at this point
Browse repository at this point
Fix import
gvalkov
committed
f1dc216
View commit details
Copy full SHA for f1dc216
View code at this point
Browse repository at this point
Do not overwrite read_loop when using asyncio
gvalkov
committed
2671470
View commit details
Copy full SHA for 2671470
View code at this point
Browse repository at this point
Make the evtest program part of the evdev package
Show description for e06c9cf
gvalkov
committed
e06c9cf
View commit details
Copy full SHA for e06c9cf
View code at this point
Browse repository at this point
Commits on Feb 6, 2016
Remove unused ecodes.c generation script
gvalkov
committed
17cafad
View commit details
Copy full SHA for 17cafad
View code at this point
Browse repository at this point
async version of `read_loop()` must stop on errors.
Show description for 7e35375
paulo-raca
committed
7e35375
View commit details
Copy full SHA for 7e35375
View code at this point
Browse repository at this point
Merge pull request #52 from paulo-raca/uinput_phys
Show description for af11cb2
gvalkov
committed
af11cb2
View commit details
Copy full SHA for af11cb2
View code at this point
Browse repository at this point
Support setting physical path ("phys") on UInput
paulo-raca
committed
a246054
View commit details
Copy full SHA for a246054
View code at this point
Browse repository at this point
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
Merge pull request #49 from paulo-raca/no_unpack
Show description for 5475ec8
gvalkov
committed
5475ec8
View commit details
Copy full SHA for 5475ec8
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
Support for new asyncio coroutines
Show description for 27dc2c3
paulo-raca
committed
27dc2c3
View commit details
Copy full SHA for 27dc2c3
View code at this point
Browse repository at this point
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 4, 2016
remove _input.event_unpack, which is used nowhere
paulo-raca
committed
b7f9afa
View commit details
Copy full SHA for b7f9afa
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
Merge pull request #46 from paulo-raca/uinput-read
Show description for 96ffac8
gvalkov
committed
96ffac8
View commit details
Copy full SHA for 96ffac8
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
Support for read() operation on UInput
Show description for d599ca9
paulo-raca
committed
d599ca9
View commit details
Copy full SHA for d599ca9
View code at this point
Browse repository at this point
Merge pull request #44 from forsenonlhaimaisentito:fix-40
Show description for e2a274c
gvalkov
committed
e2a274c
View commit details
Copy full SHA for e2a274c
View code at this point
Browse repository at this point
Fix mixed tab/space indentation
gvalkov
committed
324309e
View commit details
Copy full SHA for 324309e
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
Improve ecode.c module generation
Show description for 631e2d3
gvalkov
committed
631e2d3
View commit details
Copy full SHA for 631e2d3
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Fix absinfo item indexes in uinput_create (see #40)
John Titor
committed
62969d7
View commit details
Copy full SHA for 62969d7
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
Commits on Nov 13, 2015
Fixed comparing with other objects. Use case in select.select
isia
committed
2a1d51b
View commit details
Copy full SHA for 2a1d51b
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
Try to open device O_RDONLY open if O_RDWR fails
Show description for 4051ba9
gvalkov
committed
4051ba9
View commit details
Copy full SHA for 4051ba9
View code at this point
Browse repository at this point
Commits on May 10, 2015
Mention that device.read() raises BlockingIOError
gvalkov
committed
8261808
View commit details
Copy full SHA for 8261808
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
Remove usage of linux-ish data types.
Show description for 3ec7111
gvalkov
committed
3ec7111
View commit details
Copy full SHA for 3ec7111
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.