summaryrefslogtreecommitdiffstats
path: root/src/sysinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* corrected some errorsNiklas2011-10-101-8/+3Star
|
* url status handling, 5sec delay before closing gui when exiting with failure ↵Jonathan Bauer2011-04-241-14/+14
| | | | (not actually returning 1 atm), lots of formatting...
* uniformed ident 3-spaced....joe2011-04-211-15/+15
|
* 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