Device detection based on USB PIDs. This is currently linux only and requires libusb. There is also no way to figure the mount point from the USB PID so the old methods are tried for this.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-09-14 20:52:38 +00:00
parent 3d41c1c466
commit fc25266440
6 changed files with 119 additions and 6 deletions

View file

@ -124,6 +124,9 @@ macx {
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
CONFIG+=x86 ppc
}
unix {
LIBS += -lusb
}
static {
QTPLUGIN += qtaccessiblewidgets