Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Okay, so if I understand this correctly: 1. I create a i2c_board_info struct containing the information for my device. 2. I pass this struct into the i2c_new_client_device function. Would I then be able to compile and run this program? And then the device should be available to me? Commented Jan 18, 2023 at 13:17
  • 1
    Wow... yet another hidden nugget of wisdom in the kernel documentation! Thanks for this :) Commented Mar 10 at 23:19