Skip to content

Simple mouse device driver that increases brightness on right click and decreases the same on left click

Notifications You must be signed in to change notification settings

sachinparyani/mouse-device-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mouse-device-driver

Simple mouse device driver that increases brightness on right click and decreases the same on left click

Steps for running Mouse Driver(needs root access):

  1. mknod /dev/ourDev c 90 1

  2. chmod a+r+w /dev/ourDev

  3. Go to the directory that contains the source code.

  4. make

  5. insmod mouse.ko

  6. gcc test.c -o test

  7. ./test

About

Simple mouse device driver that increases brightness on right click and decreases the same on left click

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published