On Sat, Jul 20, 2019 at 03:04:27PM +0900, hikaru...@gmail.com wrote:
> From: Hikaru Nishida
>
> This commit adds No Op Command (23) to xHC for verifying the operation
> of the Command Ring mechanisms.
> No Op Command is defined in XHCI spec (4.6.2) and just reports Command
> Completion Event with
ping^2
2019年8月6日(火) 0:38 Hikaru Nishida :
> ping...
>
> 2019年7月20日(土) 15:04 :
>
>> From: Hikaru Nishida
>>
>> This commit adds No Op Command (23) to xHC for verifying the operation
>> of the Command Ring mechanisms.
>> No Op Command is defined in XHCI spec (4.6.2) and just reports Command
>> Com
ping...
2019年7月20日(土) 15:04 :
> From: Hikaru Nishida
>
> This commit adds No Op Command (23) to xHC for verifying the operation
> of the Command Ring mechanisms.
> No Op Command is defined in XHCI spec (4.6.2) and just reports Command
> Completion Event with Completion Code == Success.
> Before
From: Hikaru Nishida
This commit adds No Op Command (23) to xHC for verifying the operation
of the Command Ring mechanisms.
No Op Command is defined in XHCI spec (4.6.2) and just reports Command
Completion Event with Completion Code == Success.
Before this commit, No Op Command is not implemented