跳转至

{% include "docs/reference/hardware/_common/_driver_header.md" %}

Deprecated Fuchsia hardware drivers

{% comment %} The list of Fuchsia drivers is generated from the information in the following files: /docs/reference/hardware/_drivers_epitaphs.yaml

Since this page is generated from on a template, the full page is best viewed at http://www.fuchsia.dev/fuchsia-src/reference/hardware/driver-epitaphs {% endcomment %}

This page lists drivers that are deprecated in the Fuchsia source tree, For the drivers in the Fuchsia source tree, see Fuchsia hardware drivers.

Deprecated drivers


Driver area

{%- for area in areas %} {%- set found=false %} {%- for epitaph in epitaphs %} {%- for drivera in epitaph.areas %} {%- if drivera == area %} {%- set found=true %} {%- endif %} {%- endfor %} {%- endfor %} {%- if found %}
{%- endif %} {%- endfor %}


{% include "docs/reference/hardware/_common/_index_table_header.md" %} {%- for epitaph in epitaphs | sort(attribute='short_description') %} {% include "docs/reference/hardware/_common/_index_table_body_deprecated.md" %} {%- endfor %} {% include "docs/reference/hardware/_common/_index_table_footer.md" %} {# This div is used to close the filter that is initialized above #}


最后更新: 2022 年 12 月 31 日(Saturday) 21:07 CST