diff options
Diffstat (limited to 'hw/es1370.c')
-rw-r--r-- | hw/es1370.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/es1370.c b/hw/es1370.c index 8d5a9f9883..5c9af0e8ec 100644 --- a/hw/es1370.c +++ b/hw/es1370.c @@ -1054,6 +1054,7 @@ int es1370_init (PCIBus *bus) static PCIDeviceInfo es1370_info = { .qdev.name = "ES1370", + .qdev.desc = "ENSONIQ AudioPCI ES1370", .qdev.size = sizeof (PCIES1370State), .init = es1370_initfn, }; |