Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

novacustom: add list of docks and hubs #715

Merged
merged 9 commits into from
Dec 12, 2023
24 changes: 24 additions & 0 deletions docs/unified/novacustom/community-test-results.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Community test results

## About

This page contains the list of hardware that has been tested and reported by the
community to work with NovaCustom laptops. Models and specific firmware versions
are listed as well.

## Contributing

Feel free to perform different tests and report your results via
[email](mailto:[email protected]) or submit a Pull Request to
[Dasharo documentation repository](https://github.com/Dasharo/docs) or by using
[Dasharo issues repository](https://github.com/Dasharo/dasharo-issues/issues).

## Docking station compatibility list

This is a list of USB-C docking stations and hubs tested to work:

| Dock / Hub | Part number | Laptop | Firmware version | Notes |
| --- | --- | --- | --- | --- |
| Lenovo USB-C Dock Gen2 | 40AS | NV4x 12th Gen | v0.9.0 | <ul><li>Can overdraw power from the dock, fixed in Dasharo v1.7.2</li><li>Power button not supported</li> |
| Lenovo Universal USB-C Dock | 40AY | NV4x 12th Gen | v0.9.0 | <ul><li> Need 130W power supply option to not overdraw, fixed in Dasharo v1.7.2</li><li>Power button not supported</li> |
| CableMatters Triple Display Travel Hub | 201431-BLK | NV4x 12th Gen | v0.9.0 | No issues |
62 changes: 62 additions & 0 deletions docs/unified/novacustom/hw-compatibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Hardware compatibility

## Introduction

This page contains the list of peripherals that have been verified to work with
NovaCustom laptops by the Dasharo validation team. They are tested with each
release for each laptop currently supported.
macpijan marked this conversation as resolved.
Show resolved Hide resolved

### USB-C docking stations

<div class="annotate" markdown>

* Wavlink UMD05 Pro Rev.E, Rev.C1 (USB-C DP Alternate mode)
- 1x DP 1.4, 2x HDMI 2.0b (1)
- Power Delivery up to 100W
- 4x USB 3 5Gbps Type-A ports, one with BC1.2 charging
- SD + MicroSD card reader
- Gigabit Ethernet
- 3.5mm combo (headphone + mic) audio jack

* Wavlink UG69PD2 Rev.A1 (DisplayLink)
- 2x HDMI / DP ports (2)
- Power Delivery up to 65W
- 4x USB 3 5Gbps Type-A ports, one with BC1.2 charging
- 2x USB 3 5Gbps Type-C ports
- Gigabit Ethernet
- 3.5mm headphone and mic jacks


> **Note on DisplayLink compatibility:** DisplayLink requires a driver to
> function correctly. On Windows, the driver should install automatically if
> network is connected and Windows Update is enabled. On Linux, consult your
> distribution documentation on DisplayLink compatibility.

</div>

1. DisplayPort Alt mode, Synaptics VMM5310 DP MST hub, two upstream DP 1.4
lanes, DSC 1.2 decompression, up to 2x 4K60 + 1x 4K30 depending on source

2. DisplayLink, up to 2x 5K60 supported. OS driver required

### USB-C Hubs

<div class="annotate" markdown>

* Levin 7-in-1 USB Type-C Hub Pro
- HDMI
- Power delivery pass-through
- 2x USB-A 5Gbps
- SD, TF card reader

* Generic 7-in-1 USB Type-C Hub
- HDMI, VGA (1)
- Power delivery pass-through
- 2x USB-A 5Gbps
- SD card reader
- Ethernet
- 3.5mm headphone jack

</div>

1. Only one can be used simultaneously
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ nav:
- 'Battery management': unified/novacustom/battery-management.md
- 'Fan profiles': unified/novacustom/fan-profiles.md
- 'Firmware update using fwupd': unified/novacustom/fwupd-usage.md
- 'Hardware Compatibility List': unified/novacustom/hw-compatibility.md
- 'Community Test Results': unified/novacustom/community-test-results.md
- 'NV4x 12th Gen':
- 'Releases': variants/novacustom_nv4x_adl/releases.md
- 'Hardware Configuration Matrix': variants/novacustom_nv4x_adl/hardware-matrix.md
Expand Down