Skip to content

Commit

Permalink
Update PlatformHal.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
david-geiger committed Jul 3, 2013
1 parent 8f99121 commit 97929d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PlatformHal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* you may find current contact information at www.novell.com
*
* Author: Matt Barringer <[email protected]>
* Forked: David Geiger <[email protected]>
*
*/

Expand Down Expand Up @@ -148,7 +149,7 @@ PlatformHal::getNewDevice(QString devicePath, LibHalContext *context)
if (!strcmp(vendor, ""))
{
if (mKioskMode)
devItem->setVendorString("SUSE Studio USB Key");
devItem->setVendorString("Mageia USB Key");
else
devItem->setVendorString("Unknown Device");
}
Expand Down

0 comments on commit 97929d2

Please sign in to comment.