Re: [PATCH v2 0/3] CanoKey: Fix xHCI compatibility and CCID ZLP

2022-07-02 Thread Hongren (Zenithal) Zheng
On Fri, Jul 01, 2022 at 12:51:06PM +0200, Gerd Hoffmann wrote: > On Thu, Jun 23, 2022 at 11:16:39PM +0800, Hongren (Zenithal) Zheng wrote: > > On Mon, Jun 13, 2022 at 08:12:38PM +0800, Hongren (Zenithal) Zheng wrote: > > > > > --- > > > v2: > > > * use usb_ep_get instead of recording

Re: [PATCH v2 0/3] CanoKey: Fix xHCI compatibility and CCID ZLP

2022-07-01 Thread Gerd Hoffmann
On Thu, Jun 23, 2022 at 11:16:39PM +0800, Hongren (Zenithal) Zheng wrote: > On Mon, Jun 13, 2022 at 08:12:38PM +0800, Hongren (Zenithal) Zheng wrote: > > > --- > > v2: > > * use usb_ep_get instead of recording ep_in_pointer > > as suggested by kraxel > > * CI result for v2 is at > >

Re: [PATCH v2 0/3] CanoKey: Fix xHCI compatibility and CCID ZLP

2022-06-23 Thread Hongren (Zenithal) Zheng
On Thu, Jun 23, 2022 at 11:16:39PM +0800, Hongren (Zenithal) Zheng wrote: > BTW, as the commit "add myself as CanoKey maintainer" has been > merged, how should I submit patches on CanoKey to you and QEMU? Also I want to add CanoKey in ChangeLog/7.1 in QEMU wiki. But the account for wiki should be

Re: [PATCH v2 0/3] CanoKey: Fix xHCI compatibility and CCID ZLP

2022-06-23 Thread Hongren (Zenithal) Zheng
On Mon, Jun 13, 2022 at 08:12:38PM +0800, Hongren (Zenithal) Zheng wrote: > --- > v2: > * use usb_ep_get instead of recording ep_in_pointer > as suggested by kraxel > * CI result for v2 is at > https://gitlab.com/ZenithalHourlyRate/qemu/-/pipelines/562306905 Hi kraxel, is there any

[PATCH v2 0/3] CanoKey: Fix xHCI compatibility and CCID ZLP

2022-06-13 Thread Hongren (Zenithal) Zheng
In patch v5 [1] of Introduce CanoKey QEMU I said that canokey-qemu was incompatible with qemu-xhci. kraxel kindly suggested[2] that it should be the problem of usb_wakeup So I fixed it in this patch set. Now that the v5 patch has been in the process of git PULL [3], I think it would be better to