Does a USB Keyboard Use DMA?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
karim
Posts: 10
Joined: Mon Jun 23, 2025 8:03 pm

Does a USB Keyboard Use DMA?

Post by karim »

Does a USB keyboard use DMA, meaning it sends the data from the USB controller directly to RAM?
nullplan
Member
Member
Posts: 1916
Joined: Wed Aug 30, 2017 8:24 am

Re: Does a USB Keyboard Use DMA?

Post by nullplan »

No, it does not. Instead, it sends data to the host controller, which places it in RAM directly.
Carpe diem!
Post Reply