您的位置:首页 > 运维架构 > Linux

The kernel thread khubd, from 《Essential Linux Device Driver》

2012-03-17 23:05 507 查看
A hub driver for the root hub (and physical hubs) and a helper kernel thread khubd that monitors all ports

connected to the hub. Detecting port status changes and configuring hotplugged devices is timeconsuming

and is best accomplished using a helper thread for reasons you learned in Chapter 3, "Kernel

Facilities." The khubd thread is asleep by default. The hub driver wakes khubd whenever it detects a

status change on a USB port connected to it.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: