0

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?

brian d foy
  • 129,424
  • 31
  • 207
  • 592
sid_com
  • 24,137
  • 26
  • 96
  • 187

1 Answers1

1

the project site seems to indicate that you can't

Ben Voigt
  • 277,958
  • 43
  • 419
  • 720