{% extends "base.html" %} {% import "partials/icons.html" as ico %} {% block head_title %}Drivers · ImpTune{% endblock %} {% block page_title %}Drivers{% endblock %} {% block content %}

Drivers are shared — everyone sees the same library.

{{ ico.i('upload') }}

Add a driver package

The ZIP must contain the .inf file and every file it references.

Uploading…

Driver library

{% include "partials/driver_list.html" %} {% endblock %}