Skip to content

Commit 489aff3

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

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
@@ -2322,6 +2322,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask)
23222322
case BUS_SPI:
23232323
bus = "SPI";
23242324
break;
2325+
case BUS_HOST:
2326+
bus = "HOST";
2327+
break;
23252328
case BUS_VIRTUAL:
23262329
bus = "VIRTUAL";
23272330
break;

0 commit comments

Comments
 (0)