Re: [PATCH v1 2/5] fastboot: implement "getvar all"

2023-11-14 Thread Svyatoslav Ryhel
14 листопада 2023 р. 11:32:35 GMT+02:00, Mattijs Korpershoek написав(-ла): >Hi Svyatoslav, > >Thank you for your patch. > >On mar., nov. 07, 2023 at 14:42, Svyatoslav Ryhel wrote: > >> From: Ion Agorria >> >> This commit implements "fastboot getvar all" listing >> by iterating the existing d

Re: [PATCH v1 2/5] fastboot: implement "getvar all"

2023-11-14 Thread Mattijs Korpershoek
Hi Svyatoslav, Thank you for your patch. On mar., nov. 07, 2023 at 14:42, Svyatoslav Ryhel wrote: > From: Ion Agorria > > This commit implements "fastboot getvar all" listing > by iterating the existing dispatchers that don't require > parameters (as we pass NULL), uses fastboot multiresponse.

[PATCH v1 2/5] fastboot: implement "getvar all"

2023-11-07 Thread Svyatoslav Ryhel
From: Ion Agorria This commit implements "fastboot getvar all" listing by iterating the existing dispatchers that don't require parameters (as we pass NULL), uses fastboot multiresponse. Signed-off-by: Ion Agorria Signed-off-by: Svyatoslav Ryhel --- doc/android/fastboot-protocol.rst | 3 ++