Skip to content

Commit 0cad7de

Browse files
marcanjannau
authored andcommitted
HID: core: Handle HOST bus type when announcing devices
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 8b34c10 commit 0cad7de

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
@@ -2293,6 +2293,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask)
22932293
case BUS_SPI:
22942294
bus = "SPI";
22952295
break;
2296+
case BUS_HOST:
2297+
bus = "HOST";
2298+
break;
22962299
case BUS_VIRTUAL:
22972300
bus = "VIRTUAL";
22982301
break;

0 commit comments

Comments
 (0)