Skip to content

Linux kernel driver for LEDs connected to a parallel port

License

Notifications You must be signed in to change notification settings

daduke/leds-parport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leds-parport

For a homebrew router project I was looking for a way to visualize system status (load, HD access) and network activity. The board offers a good old parallel port, so I decided to use that one. This driver hooks into the Linux leds framework and provides 12 LED output pins (8 on the data port and 4 on the control port) that can be used with all the nice LED triggers (heartbeat, netdev etc) the Linux kernel offers. The LED names (under /sys/class/leds/parport:) should be self-explanatory and correspond directly to the parallel port pin names.

Installation

This repo contains a simple Makefile to compile the module and is also prepared for a Debian DKMS .deb. The latter can be generated by running dpkg-buildpackage -us -uc -b.

About

Linux kernel driver for LEDs connected to a parallel port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published