On Wed, Mar 04, 2015 at 05:35:22PM -0500, Matthew Hiles wrote: > [ 3.763182] i2c_hid i2c-ITE8386:00: Could not register for ITE8386:00 > interrupt, irq = -1, ret = -22 > [ 3.773742] i2c_hid: probe of i2c-ITE8386:00 failed with error -22 > [ 3.788298] i2c_hid i2c-ATML1000:00: Could not register for ATML1000:00 > interrupt, irq = -1, ret = -22 > [ 3.806867] i2c_hid: probe of i2c-ATML1000:00 failed with error -22
This says to me that the device uses GPIOs as interrupts as opposed to IOAPIC. Can you try the following commit? https://git.kernel.org/cgit/linux/kernel/git/jikos/hid.git/commit/?h=for-4.1/i2c-hid&id=a485923efbb83056b7fb79e4fd2fee05c990ad5e -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

