简体   繁体   中英

Standard Keyboard Driver Source Code - Where can I find this?

I am looking for the standard source code for a keyboard. Is there any where that I can download this source code so that I can modify it for my own use?

No such thing as "standard source code" for a keyboard. Here's a page on the Linux keyboard driver: http://www.linuxjournal.com/article/1080

Your best chance for a Windows keyboard driver will probably be to get the Windows DDK (Device Driver development Kit). OTOH, based on the questions' tags (especially vb.net) I'm left wondering exactly why you'd want that. The keyboard driver itself mostly just gets activated when the user presses a key, gets the data, and goes back to sleep. If you're interested in something like mapping keys to different characters, that's not in the keyboard driver itself at all (without even looking at any code for the driver itself).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM