On Thu, Sep 17, 2015 at 11:02 AM, Daniel Martin <daniel.mar...@secunet.com> wrote: > Just to prettify the log message. Otherwise it would be <UNKNOWN>. > > Signed-off-by: Daniel Martin <consume.no...@gmail.com> > ---
Reviewed-by: Benjamin Tissoires <benjamin.tissoi...@redhat.com> > drivers/hid/hid-core.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c > index e6fce23..2636fac 100644 > --- a/drivers/hid/hid-core.c > +++ b/drivers/hid/hid-core.c > @@ -1658,6 +1658,9 @@ int hid_connect(struct hid_device *hdev, unsigned int > connect_mask) > case BUS_BLUETOOTH: > bus = "BLUETOOTH"; > break; > + case BUS_I2C: > + bus = "I2C"; > + break; > default: > bus = "<UNKNOWN>"; > } > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-input" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html