Skip to content

A simple device unbinder using linux kernel's sysfs interface

Notifications You must be signed in to change notification settings

tunaeskanaytac/UnbindHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnbindHandler

A simple device unbinder using linux kernel's sysfs interface

Installation

run:

make

Usage

./unbind.out -l

list all the connected devices. Same as cat /proc/bus/input/devices command

./unbind.out -u <handler>

unbind the desired handler needs sudo privileges

Example:

$> ./unbind.out -u js0

Please enter the index of the address you want to unbind
0: <random strings>
1: <random strings>
2: <random strings>
3: <random strings>
4: <random strings>
5: <address>
6: <random strings>

$> 5
unbind this: <address>

About

A simple device unbinder using linux kernel's sysfs interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published