Re: [Qemu-devel] [PATCH] hw/input/adb.c: set device category of adb

2019-01-27 Thread David Gibson
On Sun, Jan 27, 2019 at 03:32:15PM +0530, kumar sourav wrote: > Sets the category of adb as DEVICE_CATEGORY_INPUT > Devices should be assigned to one of DEVICE_CATEGORY_ > > Signed-off-by: kumar sourav Applied, thanks. > --- > hw/input/adb.c | 1 + > 1 file changed, 1 insertion(+) > > dif

[Qemu-devel] [PATCH] hw/input/adb.c: set device category of adb

2019-01-27 Thread kumar sourav
Sets the category of adb as DEVICE_CATEGORY_INPUT Devices should be assigned to one of DEVICE_CATEGORY_ Signed-off-by: kumar sourav --- hw/input/adb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/input/adb.c b/hw/input/adb.c index bbb40aeef1..6ca7c5641c 100644 --- a/hw/input/adb.c