Loading drivers/hid/hid-core.c +3 −0 Original line number Diff line number Diff line Loading @@ -2005,6 +2005,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask) case BUS_I2C: bus = "I2C"; break; case BUS_VIRTUAL: bus = "VIRTUAL"; break; default: bus = "<UNKNOWN>"; } Loading Loading
drivers/hid/hid-core.c +3 −0 Original line number Diff line number Diff line Loading @@ -2005,6 +2005,9 @@ int hid_connect(struct hid_device *hdev, unsigned int connect_mask) case BUS_I2C: bus = "I2C"; break; case BUS_VIRTUAL: bus = "VIRTUAL"; break; default: bus = "<UNKNOWN>"; } Loading