Comment # 19
on bug 12845
from Pavel Sindelka
(In reply to Roland Knall from comment #18)
> (In reply to Pavel Sindelka from comment #17)
> > (In reply to Roland Knall from comment #13)
> > > The number of interfaces should not be an issue, androiddump generates a lot
> > > more.
> >
> I've tested against that in the past, but I will try to look further into
> this issue during the weekend.
The nesting depth alone is not the issue.
The following chain (one level deeper than the real one) is handled without an
issue:
D:\Pracovni data\EoE-ISDN>extcaptest2.exe --extcap-config
arg {number=0}{call=--snaplen}{display=Snapshot length}{tooltip=Snapshot
length}{type=integer}{range=0,65535}{default=65535}
arg {number=1}{call=--filename}{display=Destination for audio
files}{tooltip=Select target directory}{type=fileselect}
arg {number=99}{call=--devices}{display=Attached USB Devices}{tooltip=Select
individual devices to capture from}{type=multicheck}
value {arg=99}{value=1}{display=[1] Generic USB Hub}{enabled=true}
value {arg=99}{value=2}{display=[2] Broadcom 20702 Bluetooth 4.0
Adapter}{enabled=true}{parent=1}
value {arg=99}{value=2_3}{display=Microsoft Bluetooth
Enumerator}{enabled=false}{parent=2}
value {arg=99}{value=2_25}{display=PLT_Legend Hands-Free Audio and Call Control
HID Enumerator}{enabled=false}{parent=2_3}
value {arg=99}{value=2_26}{display=PLT_Legend
Hands-Free}{enabled=false}{parent=2_25}
value {arg=99}{value=2_30}{display=PLT_Legend Hands-Free
Microphone}{enabled=false}{parent=2_26}
You are receiving this mail because:
- You are watching all bug changes.