mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
3d41c1c466
commit
fc25266440
6 changed files with 119 additions and 6 deletions
|
|
@ -124,6 +124,9 @@ macx {
|
|||
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
|
||||
CONFIG+=x86 ppc
|
||||
}
|
||||
unix {
|
||||
LIBS += -lusb
|
||||
}
|
||||
|
||||
static {
|
||||
QTPLUGIN += qtaccessiblewidgets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue