android_system_core/fastboot/device
luodw1 4cd77be61f fastbootd: change max response size to 64
Propagate from (CR)

Because fastboot max response size is 64 bytes, and fingerprint
info more than 64 bytes, so fastboot getvar all return FAILED(
Device sent unknown status code), the return FAIELD behavior
happened on windows OS, linux OS running "fastboot getvar all"
will be ignore these INFO message(message size more than 60).

Change-Id: I31757a6a751e0cb0e0a4bdbea990287b4a9e7b78
Signed-off-by: luodw1 <luodw1@motorola.com>
Reviewed-on: https://gerrit.mot.com/1787168
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Zhenxin Xi <xizx@motorola.com>
Submit-Approved: Jira Key
Reviewed-on: https://gerrit.mot.com/1945706
Reviewed-by: Ling Jin <lingjin@motorola.com>
Submit-Approved: Ling Jin <lingjin@motorola.com>
Tested-by: Ling Jin <lingjin@motorola.com>
Reviewed-by: Vijayakumar Gn <vijaygn@motorola.com>
Reviewed-on: https://gerrit.mot.com/2265607
Reviewed-by: Qing Chang <qing@motorola.com>
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
2024-09-14 21:08:51 +05:30
..
commands.cpp Disallow fastboot to modify locked DSU 2023-09-08 11:11:35 +08:00
commands.h fastbootd: Add fetch command on device 2021-03-17 15:38:06 -07:00
fastboot_device.cpp fastbootd: change max response size to 64 2024-09-14 21:08:51 +05:30
fastboot_device.h Fastbootd: Use Fastboot AIDL with the help of fastbootshim for legacy fastboot HAL 2022-11-09 00:38:34 +00:00
flashing.cpp fastbootd: Add better logging for flashing failures. 2022-06-01 22:46:35 -07:00
flashing.h
main.cpp fastbootd: Add better logging for flashing failures. 2022-06-01 22:46:35 -07:00
tcp_client.cpp fastbootd: Support TCP protocol. 2020-05-19 19:11:25 +00:00
tcp_client.h fastbootd: Support TCP protocol. 2020-05-19 19:11:25 +00:00
usb.cpp Port ADB's new handling of the USB packet ClearFeature(HALT) to Fastboot. 2022-09-14 21:11:30 +00:00
usb.h Add io_uring support to fastboot 2022-08-11 18:58:43 -07:00
usb_client.cpp fastbootd: hacks for legacy 2024-09-14 21:08:51 +05:30
usb_client.h
usb_iouring.cpp Add io_uring support to fastboot 2022-08-11 18:58:43 -07:00
usb_iouring.h Add io_uring support to fastboot 2022-08-11 18:58:43 -07:00
utility.cpp fastbootd: hacks for legacy 2024-09-14 21:08:51 +05:30
utility.h Convert fastboot/libsnapshot to new BootControl client 2022-07-08 10:57:53 -07:00
variables.cpp fastboot: Prefer ro.boot.hardware.revision for hw-revision 2024-09-14 21:08:51 +05:30
variables.h fastbootd: Add getvar is-force-debuggable 2022-11-22 17:32:21 +08:00