diff options
Diffstat (limited to 'src/include/ipxe/device.h')
| -rw-r--r-- | src/include/ipxe/device.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/ipxe/device.h b/src/include/ipxe/device.h index fd17b252e..03e29851e 100644 --- a/src/include/ipxe/device.h +++ b/src/include/ipxe/device.h @@ -66,10 +66,13 @@ struct device_description { /** Hyper-V bus type */ #define BUS_TYPE_HV 9 +/** USB bus type */ +#define BUS_TYPE_USB 10 + /** A hardware device */ struct device { /** Name */ - char name[16]; + char name[32]; /** Driver name */ const char *driver_name; /** Device description */ |
