Skip to content

Commit eeda352

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

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
@@ -2313,6 +2313,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask)
23132313
case BUS_SPI:
23142314
bus = "SPI";
23152315
break;
2316+
case BUS_HOST:
2317+
bus = "HOST";
2318+
break;
23162319
case BUS_VIRTUAL:
23172320
bus = "VIRTUAL";
23182321
break;

0 commit comments

Comments
 (0)