Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | device/device.h: Rename busses for clarity | Arthur Heymans | 2024-01-31 | 1 | -1/+1 |
* | src: Make PCI ID define names shorter | Felix Singer | 2022-03-07 | 1 | -1/+1 |
* | src/drivers/wifi/generic/smbios.c: Remove unused <string.h> | Elyes HAOUAS | 2022-01-05 | 1 | -1/+0 |
* | SMBIOS: Allow skipping default SMBIOS generation | Angel Pons | 2021-09-13 | 1 | -4/+6 |
* | SMBIOS: Drop now-unnecessary unions | Angel Pons | 2021-07-01 | 1 | -8/+1 |
* | SMBIOS: Introduce `smbios_full_table_len` function | Angel Pons | 2021-07-01 | 1 | -1/+1 |
* | SMBIOS: Introduce `smbios_carve_table` function | Angel Pons | 2021-07-01 | 1 | -7/+3 |
* | SMBIOS: Introduce struct for SMBIOS table header | Angel Pons | 2021-07-01 | 1 | -3/+8 |
* | SMBIOS: Avoid `sizeof` on struct type | Angel Pons | 2021-07-01 | 1 | -2/+2 |
* | drivers/wifi/generic: Add support for CNVi dummy device ops | Furquan Shaikh | 2020-11-02 | 1 | -1/+6 |
* | drivers/wifi/generic: Move SMBIOS functions to a separate file | Furquan Shaikh | 2020-11-02 | 1 | -0/+42 |