Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
261 views
in Technique[技术] by (71.8m points)

linux kernel - USB roothub device request handling

Root hub driver is submitting interrupt URB(https://elixir.bootlin.com/linux/latest/source/drivers/usb/core/hub.c#L1266).

My understanding is USB host controller integrates a root hub device. Here my question is where is the root hub device side source to respond to a interrupt request submitted by the root hub driver.

I could see the hub descriptors creation in "drivers/usb/host/xhci-hub.c". Can you help in understanding the hub device requests handling source for any USB host controller.

question from:https://stackoverflow.com/questions/65895472/usb-roothub-device-request-handling

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...