Hello,<br><br>I am working on an app to toggle the hardware features (wireless lan, bluetooth, camera and card reader) of my eeePC 1000H. The eeepc-laptop kernel modules provides the following files to toggle those features:<br>
/sys/class/rfkill/rfkill0/state (wifi)<br>/sys/class/rfkill/rfkill1/state (bt)<br>/sys/devices/platform/eeepc/camera<br>/sys/devices/platform/eeepc/cardr<br>All the files store 1 for enabled and 0 for disabled.<br>Could I use Solid to accomplish this? If so, some sample code would be nice.<br>
<br>Thanks,<br>Andrei<br>