tags:

views:

77

answers:

1

Hello! In a shell-script (or Perl) I need a subroutine that returns for all my USB devices, their device names, and, if available, their respective OBEX interfaces. I managed to get the device names and - with obexftp --usb - the obex-interfaces.

How can I find out which device belongs to an OBEX interface number?

+1  A: 

the project site seems to indicate that you can't

Ben Voigt