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

Bluetooth interface support for tlp-rdw? #530

Open
The-Compiler opened this issue Sep 13, 2020 · 1 comment
Open

Bluetooth interface support for tlp-rdw? #530

The-Compiler opened this issue Sep 13, 2020 · 1 comment

Comments

@The-Compiler
Copy link

As the Linux support for my new laptop's WWAN isn't really good at the moment, I use Android's Bluetooth tethering instead via NetworkManager.

This creates a bnep0 interface which is listed as type bt in nmcli dev. I'd like to add support for that to tlp-rdw so that I can disable all other interfaces when I'm connected via Bluetooth.

I should be able to write a PR for this adding DEVICES_TO_(DI|EN)SABLE_ON_BT_(|DIS)CONNECT settings, does that sound good?

@linrunner
Copy link
Owner

linrunner commented Sep 13, 2020

Hi,

sounds interesting, go ahead.

I suggest however to use something like _BTNET_ instead of _BT_ to somewhat reduce the risk of confusion.

Remember to cover tlp-stat -r and changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants