Ram wrote: > Is there any known library function/method in Solaris for polling/getting > notifications whenever ANY USB device is connected to the system from > userland ?
Starting with snv_85, HAL monitors all USB devices: http://bugs.opensolaris.org/view_bug.do?bug_id=6575969 and you can use standard HAL signals like DeviceAdded and DeviceRemoved. -Artem _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
