Changeset 18644


Ignore:
Timestamp:
11/18/12 10:23:28 (11 years ago)
Author:
nit
Message:

[titan] add usb info screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_infos_sysinfo.h

    r18184 r18644  
    124124        }
    125125
     126        if(mode == 8)
     127        {
     128                changetitle(system_info, _("USB Info"));
     129
     130                tmpstr = command("cat /proc/bus/usb/devices");
     131                changetext(info, tmpstr);
     132
     133                free(tmpstr); tmpstr = NULL;
     134        }
     135
    126136        drawscreen(system_info, 0, 0);
    127137
Note: See TracChangeset for help on using the changeset viewer.