Skip to content

Commit 9d8c9e8

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

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
@@ -2252,6 +2252,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask)
22522252
case BUS_SPI:
22532253
bus = "SPI";
22542254
break;
2255+
case BUS_HOST:
2256+
bus = "HOST";
2257+
break;
22552258
case BUS_VIRTUAL:
22562259
bus = "VIRTUAL";
22572260
break;

0 commit comments

Comments
 (0)