2013/7/18 Benson Leung <bleung@xxxxxxxxxxxx> > > The following patch series refactors the dmi check system and > returns -EPROBE_DEFER when an expected i2c adapter is not present > at probe time. > > This will allow the touchpad, touchscreen, and light sensors on > Pixel to load even if the i915 DDC and PANEL buses are instantiated > after chromeos_laptop. > > [PATCH 1/2] Platform: x86: chromeos_laptop - Restructure device associations > [PATCH 2/2] Platform: x86: chromeos_laptop - Use deferred probing Hi, I have worked on the same problem for the last days and just submitted my solution proposal for review: http://www.mail-archive.com/platform-driver-x86@xxxxxxxxxxxxxxx/msg04440.html One downside with the solution in this set of patches is that more lines are added to the driver. By making use of the i2c_driver.detect() mechanism like in my patch, we can actually reduce the number of lines in the driver. Looking forward to your comments on my other solution proposal! / Martin -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html