afc: Explicitly toUpper device ID when inserting
AfcUrl upper-cases the device id but we didn't explicitly do this when inserting/removing the device.
BUG: 487874
Shot in the dark, don’t think that’s the bug but doesn’t hurt I guess.
Log provided in the bug report suggests it is indeed a case issue. The idevice ADD
is with lowercase ID which we then add to m_devices
but it then fails to look it up since AfcUrl
looks for uppercase.
Edited by Kai Uwe Broulik