Skip to content

Commit

Permalink
change some name from toaster to virtual usb
Browse files Browse the repository at this point in the history
  • Loading branch information
lepton-wu committed Jul 9, 2009
1 parent fb955e8 commit 5b54c70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions userspace/bus.inf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ LoadOrderGroup = Extended Base
SPSVCINST_ASSOCSERVICE= 0x00000002
MSFT = "Microsoft"
StdMfg = "(Standard system devices)"
DiskId1 = "Toaster Bus Installation Disk #1"
ToasterBus.DeviceDesc = "Toaster Bus Enumerator"
busenum.SVCDESC = "Toaster Bus Enumerator"
DiskId1 = "Virtual USB Bus Installation Disk #1"
ToasterBus.DeviceDesc = "Virtual USB Bus Enumerator"
busenum.SVCDESC = "Virtual USB Bus Enumerator"

2 changes: 1 addition & 1 deletion userspace/busenum.mof
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Dynamic, Provider("WMIProv"),
WMI,
Description("Toaster Bus driver information"),
Description("Virtual USB Bus driver information"),
guid("{0006A660-8F12-11d2-B854-00C04FAD5171}"),
locale("MS\\0x409")]
class ToasterBusInformation
Expand Down
2 changes: 1 addition & 1 deletion userspace/busenum.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Toaster Bus Enumerator"
#define VER_FILEDESCRIPTION_STR "Virtual USB Bus Enumerator"
#define VER_INTERNALNAME_STR "busenum.sys"
#define VER_ORIGINALFILENAME_STR "busenum.sys"

Expand Down

0 comments on commit 5b54c70

Please sign in to comment.