Skip to content

Hardware Information

Before entering the hardware information

Please confirm the classification based on the type of hardware itself, otherwise we will not accept the submission.

Before uploading hardware compatibility information to this repository, please confirm the hardware specifics.

After confirming the hardware, copy the template file template_hardware.yml to the specified hardware type in /docs/data/hardwares, where the template file can also be found.

This is a copy of the template file:

yaml
model: 
brand: 
type: 
status: 
notes: 
notes_en:  # For english notes(if you have)
link: 
link_en:   # For english link(if you have)

After filling out the file according to the template file, please make sure to modify the file name and store it in the specified folder according to the hardware type, otherwise we will not accept the submission. Regarding the rule that the file name needs to be according to the hardware type, the specific file naming will be explained below.

The following values are case sensitive.

model

The value to fill in the hardware specific model, different hardware types, the value is not the same, do not required to fill in the brand information, fill in the rules as shown in the table below:

Hardware typeModel
Memory (All Interface Types)The model number is located at the bar-code on the sticker of the memory stick, depending on the manufacturer it is usually located on the left or right side of the capacity and voltage timing information, if the memory stick belongs to one of the products' series, you can add the name of the series in front of the model number, for example,HyperX (there is a space, you need to use a space to separate).
Graphics CardThe name of the publicly available hardware, e.g.Radeon RX 580, with different SP versions in parentheses, e.g. Radeon RX 580 (2048SP).
EthernetThe publicly available hardware names should indicate (PCIe) for PCIe and (USB) for USB.
WirelessThe publicly available hardware names should indicate (PCIe) for PCIe and (USB) for USB.
SATA SSDManufacturer's publicized model number for the hardware,e.g.SC001 Active
NVMe SSDManufacturer's publicized model number for the hardware,e.g.SN750
SATA HDDManufacturer's publicized model number for the hardware,e.g.ST4000DM004,and add the HDD capacity at the end (e.g. 4TB)。
SATA StorageManufacturer's publicized model number for the hardware,e.g.BC-12D2HT
KeyboardManufacturer's publicized model number for the hardware.
MouseManufacturer's publicized model number for the hardware.
GamepadManufacturer's publicized model number for the hardware.
PrinterManufacturer's publicized model number for the hardware.
ScannerManufacturer's publicized model number for the hardware.
All-in-One PrinterManufacturer's publicized model number for the hardware.
PCIe CardManufacturer's publicized model number for the hardware.
USB DevicesManufacturer's publicized model number for the hardware.

brand

This value is only filled in by the manufacturer to which the hardware belongs, and all must be filled in using English.

The English names of some of the manufacturers are provided here for reference in no particular order:

Brand English Name
(brand value)
Notes
ZHITAI/YMTCFor the products of YMTC, all the products here are filled with ZHITAI/YMTC
CXMT
JHICC
ADATA
Colorful
longsys/FORESEEFor the products of longsys, fill in longsys/FORESEE here (including memory sticks and SSDs).
UniIC
Samsung
Solidigm/SK HynixFor the products of SK Hynix, fill in Solidigm/SK Hynix (including memory sticks and SSDs).
Quanxing
Corsair
Crucial/MicronFor the products of Micron, fill in Crucial/Micron here.
Gloway
KingBank
Motorcomm
MUCSE
Kioxia
Toshiba
Western Digital
Sandisk
AMD
Intel
NVIDIASince Mellanox was acquired by NVIDIA, all Mellanox products are owned by NVIDIA.

type

This value is filled in with the hardware type, which is shown in the table below.

Due to the wide variety of hardware types, the table may not be up to date, so you can find the latest types that are currently allowed to be included in this code and fill them into type:

Typetype valueNotes
Memory UDIMMMemory_UDIMMGeneral consumer-grade memory sticks, commonly found on desktop platforms.
Memory UDIMM/ECCMemory_UDIMMECCGeneric consumer-grade memory sticks, but with ECC functionality, commonly found in workstations with consumer-grade or server-grade processors.
Memory RDIMMMemory_RDIMMMemory sticks containing registers, known as ECC REG, are commonly found in server platforms.
Memory SO-DIMMMemory_SODIMMGeneral consumer-grade memory sticks, commonly found in laptop platforms.
Graphics CardGPU
EthernetEthernetPCIe NICs and USB NICs are included here.
WirelessWirelessPCIe NICs and USB NICs are included here.
SATA SSDSSD_SATASSDs that use the SATA 7+15 interface in a 2.5” form factor, or use the M.2 B+M key (two notches) with the SATA logo on the sticker.
NVMe SSDSSD_NVMeAll other hard disks using the NVMe protocol, regardless of interface (including M.2, U.2, U.3, E1.S, E3.S, E1.L interfaces).
SATA HDDHDD_SATAHDD in a 2.5“ or 3.5” form factor using the SATA 7+15 interface, excluding products using the SAS.
SATA StorageStorage_SATAOther storage devices using the SATA 7+15 interface, such as optical drives, tape drives, etc.
KeyboardKeyboard
MouseMouse
GamepadGamepadVarious gamepads.
PrinterPrinterThis represents only printers with a single printing function.
ScannerScannerThis represents only scanners with a single scanning function
All-in-One PrinterPrinter_AIOThis only means MFPs that support printing, copying, scanning, faxing, etc.
PCIe CardPCIe_CardAll hardware types other than those listed abovethat use the PCIe fall under this category, such as HBA cards.
USB DevicesUSB_DeviceAll hardware types other than those listed abovethat use the USB fall under this category.

status

Fill in the current compatibility status of the hardware, here are integers (not strings), the value and the corresponding relationship as shown in the table below:

NumberEquivalent value
0Unknown
1Compatible
2Partial Support
3New-world Available
-1Unsupported

notes

A short note of information to note about this hardware.

It can be filled in here with the Chinese product information.

Please note that the keys here only support Chinese, if you need to write in other languages here (e.g. English), please add the additional key notes_en here.

For other types of hardware devices, you need to note the type of hardware here, such as optical drives, HBA cards, capture cards, etc., which may be subdivided in the future.

If the content is too long, or if it is necessary to explain in a long text, please write it as a document and fill in the document address in the link.

If the hardware requires formal documentation for compatibility, please store the Markdown file under /docs/hardwares/.

For hardware, we recommend naming it after its kernel module under Linux, e.g. a modern Intel wireless card would be named iwlwifi.md.

Please note that the key here only supports pointing to Chinese documents, if you need to point to documents written in other languages (e.g. English), please add the additional key link_en here.

The value is then filled out in the following format (Please note that the file name cannot be in Chinese, please use full English):

yaml
/hardwares/<markdown file name>

The document is then displayed in the specified location as directed here.

Final file naming and storage location

For file naming and locations, please refer to the table below:

Hardware typeNomenclatureLocation
Memory (All Interface Types)The specific model number on the sticker information provided on the product itself,<model>.yml,same value as model.Memory
Graphics card<model abbreviation>.yml. For example, for Radeon RX 6400, simply name rx6400.yml.GPU
Ethernet<model abbreviation>.ymlEthernet
Wireless<model abbreviation>.yml,For example, for Intel Wi-Fi 6 AX210, simply name ax210.yml.Wireless
SATA SSDA shorthand for the manufacturer's outwardly advertised model number for this hardware,<model>.yml, For example, ZHITAI SC001 Active, just name sc001.yml, if the prefix is the same, then you need to add extra suffix to differentiate, for example, ZHITAI SC001 XT, then you need to name sc001xt.yml.SSD_SATA
NVMe SSDA shorthand for the manufacturer's outwardly advertised model number for this hardware,<model>.yml, For example, Western Digital SN750 , simply name it sn750.yml , with the same caveats as for SATA SSD.SSD_NVME
SATA HDDA shorthand for the manufacturer's outwardly advertised model number for this hardware,<model>.yml, For example, Seagate ST4000DM004, you need to name ST4000DM004.yml with the same value as model.HDD_SATA
SATA StorageManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.Storage_SATA
KeyboardManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.Keyboard
MouseManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.Mouse
GamepadManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.Gamepad
PrinterManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.Printer
ScannerManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.Scanner
All-in-One PrinterManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.Printer_AIO
PCIe CardManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.PCIe_Card
USB DevicesManufacturer's externally advertised model number for this hardware,<model>.yml, same value as model.USB_Device

CC BY-SA 4.0 International