summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorNiklas Goby2011-04-12 14:58:37 +0200
committerNiklas Goby2011-04-12 14:58:37 +0200
commitbc9fed6cbd13aa1b9172cbbcc5912c343c250af8 (patch)
tree928407400894166fda8a0fa2aa1b54c8e93122c7 /src/fbgui.cpp
parentstarted inline documentation (diff)
downloadfbgui-bc9fed6cbd13aa1b9172cbbcc5912c343c250af8.tar.gz
fbgui-bc9fed6cbd13aa1b9172cbbcc5912c343c250af8.tar.xz
fbgui-bc9fed6cbd13aa1b9172cbbcc5912c343c250af8.zip
changes in the method getVendorProductSerialNumber() in class sysInfo
now we can see the product name and the manufacturer as well TOTO:: determine a usb flash drive / stick cause until now we get informations about every usb device which is connected to the client pc
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index e18603c..4aba08f 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -27,6 +27,7 @@ fbgui::fbgui()
//sil->getInfoMainboardSerial();
SysInfo si;
si.getInfo("mbserial");
+ si.getInfo("usb");
setupLayout();