diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/devices/pci.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/devices/pci.c b/modules/devices/pci.c index 04a8a0cf..9ca1b847 100644 --- a/modules/devices/pci.c +++ b/modules/devices/pci.c @@ -177,6 +177,7 @@ void scan_pci_do(void) {      gchar *pci_icons = g_strdup("");      pcid_list list = pci_get_device_list(0,0); +    list = g_slist_sort(list, pcid_cmp_by_addy);      GSList *l = list;      int c = 0; | 
