Re: [Spice-devel] [PATCH spice-protocol] Add controller message ENABLE_SMARTCARD

2012-02-18 Thread Alon Levy
On Sat, Feb 18, 2012 at 04:20:24PM +0100, Marc-André Lureau wrote: > The sent message must be a ControllerValue whose value is either '0' > disabled, or '1' enabled. I'm going to be sending a patch to add an additional change to the protocol this week, for the spice_qel_update_async_dirty call, so

Re: [Spice-devel] [PATCH spice-protocol] Add controller message ENABLE_SMARTCARD

2012-02-18 Thread Hans de Goede
Looks good, ack. On 02/18/2012 04:20 PM, Marc-André Lureau wrote: The sent message must be a ControllerValue whose value is either '0' disabled, or '1' enabled. --- configure.ac|2 +- spice/controller_prot.h |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --

[Spice-devel] [PATCH spice-protocol] Add controller message ENABLE_SMARTCARD

2012-02-18 Thread Marc-André Lureau
The sent message must be a ControllerValue whose value is either '0' disabled, or '1' enabled. --- configure.ac|2 +- spice/controller_prot.h |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index e1c3861..9047742 100644 --- a/co