|
|
发表于 2008-9-25 09:45:39
|
显示全部楼层
对14#修正
原帖由 xtdumpling 于 2008-9-18 15:22 发表 
/ V6 B N, w1 T X( I4 o a...
! O; Y8 o$ D2 G- {: p% L所以,照code看,当在Driver中安装一个Handle和Interface到Binding Protocol后(gHandleDatabaseKey会++,IHandle的Key=gHandleDatabaseKey)6 A6 }$ f% k7 P! N: E& ~6 J
是会去ConnectController的,也会执行对应的Support()和Start()才对!!
9 n$ p ^$ ^1 l5 U4 D上面这句是不对的,
2 l* o. x- z2 O, |6 P因为ConnectController只会处理ControllerHandle,和ImageHandle/DriverBindingHandle无关
7 C: Y% N6 Y- b" i0 r5 k所以应该是当有新的ControllerHandle产生时,才会ConnectController()-->Support()/Start() |
|