A question on hal-detect module source code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
	I am reading its code and wondering why the filter_cb is needed to handle ACLAdded 
	And ACLRemoved etc signals.  Since there are
		libhal_ctx_set_device_added(u->context, device_added_cb);
    		libhal_ctx_set_device_removed(u->context, device_removed_cb);
		libhal_ctx_set_device_new_capability(u->context, new_capability_cb);
	    libhal_ctx_set_device_lost_capability(u->context, lost_capability_cb);
	in pa__init, and the callbacks will handle for those signals.

Regards.
Long


[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux