On 04/11/15 03:12, David Gibson wrote:
> On Fri, Oct 23, 2015 at 02:56:29PM +0100, Mark Cave-Ayland wrote:
>> ADB error packets should be of the form (type, status, cmd) rather than just
>> (type, status). This fixes ADB device detection under MacOS 9.
>
> Hmm.. are there any public doc on these
On Fri, Oct 23, 2015 at 02:56:29PM +0100, Mark Cave-Ayland wrote:
> ADB error packets should be of the form (type, status, cmd) rather than just
> (type, status). This fixes ADB device detection under MacOS 9.
Hmm.. are there any public doc on these ADB / CUDA things that we can
look up to compare
ADB error packets should be of the form (type, status, cmd) rather than just
(type, status). This fixes ADB device detection under MacOS 9.
Signed-off-by: Mark Cave-Ayland
---
hw/misc/macio/cuda.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/misc/macio/cuda.c b