|
|
发表于 2008-9-25 09:45:39
|
显示全部楼层
对14#修正
原帖由 xtdumpling 于 2008-9-18 15:22 发表 9 u* P& G; V1 r# x+ r" s
...
: k5 n4 X2 [) k! e! C) E6 v所以,照code看,当在Driver中安装一个Handle和Interface到Binding Protocol后(gHandleDatabaseKey会++,IHandle的Key=gHandleDatabaseKey)
' o/ }- l" h8 Z& h5 ]是会去ConnectController的,也会执行对应的Support()和Start()才对!!
2 X. L# e# t6 D3 [: R上面这句是不对的,
/ W7 s5 F0 w5 U, S因为ConnectController只会处理ControllerHandle,和ImageHandle/DriverBindingHandle无关
9 c4 ^1 F% p+ r, G' W所以应该是当有新的ControllerHandle产生时,才会ConnectController()-->Support()/Start() |
|