|
@@ -72,6 +72,10 @@ static const QErrorStringTable qerror_table[] = {
|
|
|
.error_fmt = QERR_DEVICE_NOT_REMOVABLE,
|
|
|
.desc = "Device '%(device)' is not removable",
|
|
|
},
|
|
|
+ {
|
|
|
+ .error_fmt = QERR_DEVICE_NO_BUS,
|
|
|
+ .desc = "Device '%(device)' has no child bus",
|
|
|
+ },
|
|
|
{
|
|
|
.error_fmt = QERR_FD_NOT_FOUND,
|
|
|
.desc = "File descriptor named '%(name)' not found",
|