summaryrefslogtreecommitdiffstats
path: root/src/sysinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* kexec done by fbguijoe2011-04-201-1/+1
|
* uniformed formatting...Jonathan Bauer2011-04-181-31/+30Star
|
* added method into sysInfo class for receiving informationsNiklas Goby2011-04-111-0/+2
| | | | | | about usb devices. name of the method is getVendorProductSerialNumber() call with: getInfos("usb") return json formated qstring [{"vendorid":"..", "productid":"..", "serialnumber":".."}, .. ]
* inserted the sysinfolibsysfs methods intho the sysinfo classNiklas Goby2011-04-091-0/+11
| | | | | | added the mainboard serial number to the hardwarehash computation in the fbgui class (method generatePOSTData). just appended the serial to the mac address without separating char
* and the files ^^Jonathan Bauer2011-03-211-0/+43