makeopensource / mOS

MakeOpenSource Operating System
GNU General Public License v3.0
4 stars 8 forks source link

USB for HID-Complient Devices (mainly Keyboards) #31

Open adac-s opened 1 year ago

adac-s commented 1 year ago

NOTE: Requires #32

Implement a minimal HID keyboard driver. We need to...

a.) Detect which kind of controller is available. (UHCI and OHCI for 1.0, EHCI for 2.0, xHCI for 3.0)

Relevant OSDev Wiki Pages: https://wiki.osdev.org/Universal_Serial_Bus https://wiki.osdev.org/USB_Human_Input_Devices