mirror of https://github.com/xemu-project/xemu.git
usb-hub: tweak feature names
Add dashes, so they don't look like two separate things when printed. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190524070310.4952-2-kraxel@redhat.com
This commit is contained in:
parent
bfe4489884
commit
bdb88a8e12
|
@ -287,11 +287,11 @@ static const char *feature_name(int feature)
|
|||
[PORT_POWER] = "power",
|
||||
[PORT_LOWSPEED] = "lowspeed",
|
||||
[PORT_HIGHSPEED] = "highspeed",
|
||||
[PORT_C_CONNECTION] = "change connection",
|
||||
[PORT_C_ENABLE] = "change enable",
|
||||
[PORT_C_SUSPEND] = "change suspend",
|
||||
[PORT_C_OVERCURRENT] = "change overcurrent",
|
||||
[PORT_C_RESET] = "change reset",
|
||||
[PORT_C_CONNECTION] = "change-connection",
|
||||
[PORT_C_ENABLE] = "change-enable",
|
||||
[PORT_C_SUSPEND] = "change-suspend",
|
||||
[PORT_C_OVERCURRENT] = "change-overcurrent",
|
||||
[PORT_C_RESET] = "change-reset",
|
||||
[PORT_TEST] = "test",
|
||||
[PORT_INDICATOR] = "indicator",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue