Skip to content

Commit 291c6ad

Browse files
marcanjannau
authored andcommitted
HID: core: Handle HOST bus type when announcing devices
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 43aff26 commit 291c6ad

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
@@ -2306,6 +2306,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask)
23062306
case BUS_SPI:
23072307
bus = "SPI";
23082308
break;
2309+
case BUS_HOST:
2310+
bus = "HOST";
2311+
break;
23092312
case BUS_VIRTUAL:
23102313
bus = "VIRTUAL";
23112314
break;

0 commit comments

Comments
 (0)