c204644ec4
This port provides a simple but easy to use, and via scriptability powerful interface to control iRiver's great 'ifp' series portable music players. If there is a 'manager firmware' installed on this device, it's not possible to gain access via umass(4). This port uses libusb to connect directly via ugen. PR: ports/71987 Submitted by: Thomas E. Zander <riggs@rrr.de>
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
NOTE:
|
|
ifp directly accesses the usb/ugen devices via libusb. So
|
|
if you want to use this application as a non-root user, you
|
|
have to make sure that the corresponding device nodes
|
|
/dev/usb<somenumber> and /dev/ugen<somenumber> where
|
|
<somenumber> is dependent on your personal usb environment
|
|
are readable and writable by the user intended to use the
|
|
tool.
|