Hi,
It failed at the first device I threw at it (a usb keychain picture frame),
the problem is that this (el cheapo) device does not seem to grok
GET_CONFIGURATION. This patch sets makes this device work (and stops qemu
from unnecessary sending a GET_CONFIGURATION ctrl msg in general) by
readi
ACK all three. Good catch on the info layer.
On Tue, Nov 09, 2010 at 11:48:01AM +0100, Hans de Goede wrote:
> Currently we are calling show_info_layer from hide_gui in application.cpp, but
> there are 2 cases where this does not happen:
>
> 1) When compiled without gui support hide_gui is a compl
Currently when compiled with the gui enabled if you specify a host to connect
to on the cmdline the gui flashes by (show_gui gets called, then the connect
handler calls hide_gui as soon as the connection is made).
This patch removes this ugly flashing by of the gui.
---
client/application.cpp |
When compiling without gui support just don't call show / hide
gui, rather then making them stubs, this makes it easier to follow what is
going on.
---
client/application.cpp |4
client/application.h |4
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/client/appl
Currently we are calling show_info_layer from hide_gui in application.cpp, but
there are 2 cases where this does not happen:
1) When compiled without gui support hide_gui is a complete nop, so we never
show the info layer when compiled without gui support
2) When run with --controller we never