Hello!
The application I'm working on supports the use of a UMTS phone connected via USB. Everything OK with that, the only thing I need is a fast feedback on my GUI (it's made of web pages) when the user connects the USB cable.
The only solution that came to my noobish mind

is to use javascript/php and go check /proc/bus/usb/devices every 0.5 seconds but it doesn't sound very smart
Please can anyone give me some hints??
