Tagged Questions

2
votes
1answer
129 views

How can I find mount point of a device in C/C++?

I am using libhal to detect device events. I am able to detect a device added or removed but I can not detect device's mount point. The function libhal_volume_get_mount_point(volume) does not work. ...
2
votes
1answer
507 views

libudev advice needed

I am embarking on a programming project that will need to confirm device identity of removable media (e.g. usb thumb drives) before it will go on to do a bunch of other cool stuff. Some friends of ...
0
votes
1answer
114 views

Programming ARM in C from scratch

I have a LPC3141 developers kit from Embeded artists and i have sucessfully created free IDE based on eclipse that can sucesfully compile for ARM. I tested my IDE using included blinker example. I ...