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 }}
miccoli
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-evdev
evdev
uinput.py
on
master
User selector
All users
All time
Commit history
Commits on Sep 1, 2018
Fix handling of absinfo capabilities
gvalkov
committed
a017827
View commit details
Copy full SHA for a017827
View code at this point
Browse repository at this point
Commits on Aug 9, 2018
Add support for handling FF effects uploads
Show description for c9904b3
ndreys
committed
c9904b3
View commit details
Copy full SHA for c9904b3
View code at this point
Browse repository at this point
Split "create" and "setup" parts for uinput devices creation
Show description for 34fe42c
ndreys
committed
34fe42c
View commit details
Copy full SHA for 34fe42c
View code at this point
Browse repository at this point
Commits on May 31, 2018
Comment on why the tuple needs to be made of 6 elements
gvalkov
committed
62aacba
View commit details
Copy full SHA for 62aacba
View code at this point
Browse repository at this point
Merge branch 'fix_pad_codes'
gvalkov
committed
cb62973
View commit details
Copy full SHA for cb62973
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
FIX: ensure lists handed in to _uinput.create are long enough
Show description for 64ffca0
tacaswell
committed
64ffca0
View commit details
Copy full SHA for 64ffca0
View code at this point
Browse repository at this point
Commits on May 23, 2018
fix keyerror when filtering capabilities not present
chrisjbillington
committed
a54878e
View commit details
Copy full SHA for a54878e
View code at this point
Browse repository at this point
Commits on Mar 27, 2018
Fix typo and remove silly shorthand syntax
gvalkov
committed
9948646
View commit details
Copy full SHA for 9948646
View code at this point
Browse repository at this point
Commits on Mar 23, 2018
Python 2.7 compatibility fix
gvalkov
committed
a8c21af
View commit details
Copy full SHA for a8c21af
View code at this point
Browse repository at this point
Commits on Feb 25, 2018
Make excluded event types configurable and exclude EV_FF by default
gvalkov
committed
fd0ecf2
View commit details
Copy full SHA for fd0ecf2
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
Simplify and make Python 3.x compatible
gvalkov
committed
6ec052b
View commit details
Copy full SHA for 6ec052b
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
Fix merging capabilities of several devices (Issue #20)
ismailof
committed
8ab9f81
View commit details
Copy full SHA for 8ab9f81
View code at this point
Browse repository at this point
Commits on Sep 4, 2016
Create UInput device with the capabilities of existing devices
gvalkov
committed
f8d0053
View commit details
Copy full SHA for f8d0053
View code at this point
Browse repository at this point
Commits on Feb 6, 2016
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
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 1, 2016
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
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 Oct 7, 2014
redesign documentation and cleanup docstrings
Show description for 7933a4d
gvalkov
committed
7933a4d
View commit details
Copy full SHA for 7933a4d
View code at this point
Browse repository at this point
Commits on Dec 19, 2013
close uinput in __exit__ only if a fd exists
gvalkov
committed
e860705
View commit details
Copy full SHA for e860705
View code at this point
Browse repository at this point
close fd if fd is greater than -1
Show description for 3fa1916
gvalkov
committed
3fa1916
View commit details
Copy full SHA for 3fa1916
View code at this point
Browse repository at this point
Commits on Dec 13, 2013
set fd to -1 when closing
gvalkov
committed
497f1a0
View commit details
Copy full SHA for 497f1a0
View code at this point
Browse repository at this point
use 'is not None' instead of '!= None' because of __eq__()
gvalkov
committed
7b24c6f
View commit details
Copy full SHA for 7b24c6f
View code at this point
Browse repository at this point
Commits on Nov 10, 2013
raise UInputError on uinput.capabilities() if device couldn't be opened
gvalkov
committed
c085d40
View commit details
Copy full SHA for c085d40
View code at this point
Browse repository at this point
check if an InputDevice was opened before attempting to close it
gvalkov
committed
ddf61dc
View commit details
Copy full SHA for ddf61dc
View code at this point
Browse repository at this point
documentation fixes
gvalkov
committed
bd2a7d8
View commit details
Copy full SHA for bd2a7d8
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
documentation fixes
gvalkov
committed
7d450c9
View commit details
Copy full SHA for 7d450c9
View code at this point
Browse repository at this point
minor pep8 fixes
gvalkov
committed
ae677c6
View commit details
Copy full SHA for ae677c6
View code at this point
Browse repository at this point
Commits on May 29, 2013
fix exception specificity
gvalkov
committed
fc02f63
View commit details
Copy full SHA for fc02f63
View code at this point
Browse repository at this point
Commits on Sep 20, 2012
map all input_absinfo fields completely into AbsInfo
Show description for a0bf03d
gvalkov
committed
a0bf03d
View commit details
Copy full SHA for a0bf03d
View code at this point
Browse repository at this point
Commits on Aug 22, 2012
give devnode some time to appear (workaround)
gvalkov
committed
c289d68
View commit details
Copy full SHA for c289d68
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.