"

"
Hi,




as of mainline,2132 this should be fixed. After merging that changeset, you 
should be able to remove the workaround from your driver.




Thanks,

Jiri



"

""
It's a bug. Compositor first tries to connect to the visualiser using devman
_device_connect() before falling back to loc_service_connect()?! Now using 
devman_device_connect() is not wrong, it's the 'old' way of doing things. It
should really just use loc_service_connect() - I have no idea why it does it
both ways.




Now there's a bug in the code that handles devman_device_connect() on the 
server side (devman_forward() function). It will refuse to forward the call 
unless the driver has returned from its dev_add handler. This is a 
historical remnant aswell. Devman should forward calls to the driver through
any function as soon as it's bound (i.e. becomes visible to the outside).




I'll fix this hopefully tomorrow :-D

"
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to