keyboard controller data
keyboard controller data
anyone know of a good up to date document on the internet describing the ports,registers of the kbd controller (besides the nondot site)?
Re:keyboard controller data
We do. I found the OS Resource Center's information on the keyboard controller to be sufficient for writing my driver. However, if you want other docs, is it too much to ask you to Google it first? Its not too difficult to find more info if you try. It will do you more good to research yourself first, instead of asking other people to do your homework for you.
Re:keyboard controller data
i guess since it would be too much help to give me a direct URL, how about some keyword to search for?
keyboard controller
keyboard registers
keyboard port i/o
anything else?
keyboard controller
keyboard registers
keyboard port i/o
anything else?
-
- Member
- Posts: 1600
- Joined: Wed Oct 18, 2006 11:59 am
- Location: Vienna/Austria
- Contact:
Re:keyboard controller data
look at keyboard driver of minix f. ex.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
BlueillusionOS iso image
Re:keyboard controller data
How about "keyboard controller programming" or simply, "keyboard programming"? (I found stuff with both queries) Also, notice how the OSRC is a general purpose osdev site, with stuff in addition to keyboards. If you do a search for sites like those you should be able to find keyboard information as well (Chris Giese's osdev site comes to mind here). Bona Fide OS Development has a Docs section with a few keyboard specs there too. The information is out there on the 'net; you definately could dig it up if you really wanted to.slacker wrote: i guess since it would be too much help to give me a direct URL, how about some keyword to search for?
keyboard controller
keyboard registers
keyboard port i/o
anything else?
Re:keyboard controller data
if i want to read command byte...i send 0x20 to port 0x64.....
what port do i read from next to get the command byte?
0x60?
what port do i read from next to get the command byte?
0x60?
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact: