HID: i2c-hid: Stop querying for init reports
authorBibek Basu <bbasu@nvidia.com>
Mon, 21 Oct 2013 04:29:13 +0000 (09:59 +0530)
committerJiri Kosina <jkosina@suse.cz>
Wed, 30 Oct 2013 13:23:31 +0000 (14:23 +0100)
commite1b8ad8e78301b98363feb0b8c1db199e4877cb2
treec1af578aa0beab2abcc6260ee5034d3bf70136f3
parent1c241131a126df9bfb930f27d2fe8887971af0c7
HID: i2c-hid: Stop querying for init reports

According to specifications, HID over I2C devices are not bound to respond to
query for INPUT REPORTS. Thus dropping the call during init as many devices
does not respond causing error messages during boot.

Signed-off-by: Bibek Basu <bbasu@nvidia.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/i2c-hid.c