Skip to content

eklhad/acsint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
The word acsint is shorthand for accessibility intercepter,
since the acsint system intercepts kernel events and makes the linux computer
more accessible to a wide range of disabilities.
The concept was developed by Saqib Shaikh in 2005, but did not
become practical until notifiers came on the scene in kernel 2.6.26.

There are two parts to the acsint system,
A device driver, which is documented in drivers/acsint.txt,
and a user space bridge layer, which is documented in bridge/acsbridge.h.
No need for me to repeat all that documentation here.

The tests directory contains a few test programs to exercise acsint,
without relying on any particular speech synthesizer.

I hope the device driver becomes part of the linux kernel, and the bridge
layer becomes a shared library, offered by many linux distributions.
That's my dream anyways.
To this end, the patch directory contains a patch to put the sounds
into the keyboard / pcspkr / event layer, where they belong.
This is probably a necessary first step.
If this patch is not accepted for any reason,
then ttyclicks has to keep making its own sounds, which works,
but is suboptimal.

Finally the jupiter directory is my adapter, built upon the acsint system.
It has its own README file and documentation.

It's all GPL, so have fun with it.

About

Accessibility intercepter - pass keystroke and tty events from the linux kernel to user space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published