what's the purpose of USB composite drivers ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

what's the purpose of USB composite drivers ?

跳至解决方案
1,113 次查看
ise1
Contributor III

Hello !

I wonder something about USB composite devices. What's the point of using a USB composite driver for a sabreLite board instead of modprobing several USB drivers ? If we just pay attention that each USB drivers has a different major number, we will be able to modprobe them one by one isnt it ? Or am I wrong ?

Thanks in advance for your answers :smileywink:

标记 (2)
0 项奖励
回复
1 解答
1,015 次查看
jamesbone
NXP TechSupport
NXP TechSupport

Hello Sebastien,

We usually prefer to use the USB Composite Driver, not because of the i.MX, this is because the Host PC or any other device that you are planning to use, need to have the proper driver for the USB class that you want to use,  in this case several options can be adopted, so  the easy way to make sure the Host PC has the driver it is the common USB driver in this case the Composite one.  Hope this clarify.


Have a great day,
Jaime

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
1,016 次查看
jamesbone
NXP TechSupport
NXP TechSupport

Hello Sebastien,

We usually prefer to use the USB Composite Driver, not because of the i.MX, this is because the Host PC or any other device that you are planning to use, need to have the proper driver for the USB class that you want to use,  in this case several options can be adopted, so  the easy way to make sure the Host PC has the driver it is the common USB driver in this case the Composite one.  Hope this clarify.


Have a great day,
Jaime

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,015 次查看
ise1
Contributor III

Sorry I didn't see you answer but thanks a lot ! :smileyhappy:

0 项奖励
回复