Skip to content

Commit 3320bdb

Browse files
marcanjannau
authored andcommitted
HID: core: Handle HOST bus type when announcing devices
Signed-off-by: Hector Martin <[email protected]>
1 parent 48f3213 commit 3320bdb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/hid/hid-core.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,6 +2292,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask)
22922292
case BUS_SPI:
22932293
bus = "SPI";
22942294
break;
2295+
case BUS_HOST:
2296+
bus = "HOST";
2297+
break;
22952298
case BUS_VIRTUAL:
22962299
bus = "VIRTUAL";
22972300
break;

0 commit comments

Comments
 (0)