Re: [libvirt] [PATCH] usb: keep leading zeros of vendor/product id in USB device

2017-05-24 Thread Laine Stump
On 05/19/2017 03:17 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > Some vendor id or product id may have leading zeros. > We should show them. > > Signed-off-by: Chen Hanxiao Reviewed-by: Laine Stump ACK and pushed (I modified the log message slightly). (When we format USB vendor/product

Re: [libvirt] [PATCH] usb: keep leading zeros of vendor/product id in USB device

2017-05-23 Thread Chen Hanxiao
At 2017-05-19 15:17:32, "Chen Hanxiao" wrote: >From: Chen Hanxiao > >Some vendor id or product id may have leading zeros. >We should show them. > >Signed-off-by: Chen Hanxiao ping Regards, - Chen -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvi

[libvirt] [PATCH] usb: keep leading zeros of vendor/product id in USB device

2017-05-19 Thread Chen Hanxiao
From: Chen Hanxiao Some vendor id or product id may have leading zeros. We should show them. Signed-off-by: Chen Hanxiao --- src/util/virusb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/util/virusb.c b/src/util/virusb.c index 8cd2f57..6359235 100644 --- a/s