Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generic-x86-64: Add support for external i2c devices #2800

Merged
merged 1 commit into from
Oct 9, 2023
Merged

generic-x86-64: Add support for external i2c devices #2800

merged 1 commit into from
Oct 9, 2023

Conversation

xtsrthm
Copy link
Contributor

@xtsrthm xtsrthm commented Oct 9, 2023

This pull request adds support for usb to i2c adapters, the i2c chardev and the bme280 family environment sensors.

I'm currently using this project to connect a i2c to 1-Wire adapter and bme280 environment sensors to a different machine and would like to migrate these devices to HAOS. It also adds support for another (the most common one) usb to i2c driver which is used by multiple diy usb to i2c converters, which i used in the past.

I didn't manage to build a test build for these changes, this pull request is thus solely based on the Linux kernel Docs.

This commit adds support for usb to i2c adapters, the i2c chardev and the bme280  famaily environment sensors
Copy link

@home-assistant home-assistant bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @xtsrthm

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

@home-assistant home-assistant bot marked this pull request as draft October 9, 2023 19:27
@home-assistant
Copy link

home-assistant bot commented Oct 9, 2023

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@xtsrthm xtsrthm marked this pull request as ready for review October 9, 2023 19:51
@agners agners added the board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) label Oct 9, 2023
@agners agners merged commit 3e65e9a into home-assistant:dev Oct 9, 2023
sairon added a commit that referenced this pull request Nov 1, 2023
)

* Add missing dependency to kernel.config

* Move CONFIG_IIO up to follow Kconfig hieararchy

---------

Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) cla-signed hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants