Hello!
I searching for a way to disable bluetooth when i don't need it. i can power off bluetooth with usbconfig, but after reboot or suspend/resume bluetooth (or any usb things) turning on, so I added a line to devd.conf to power off after resume:
normally my bluetooth device is ugen0.3, but sometimes when i use another usb device this will changed and my devd solution will be wrong.
Anyone knows a way to set a default power state for usb units?
I searching for a way to disable bluetooth when i don't need it. i can power off bluetooth with usbconfig, but after reboot or suspend/resume bluetooth (or any usb things) turning on, so I added a line to devd.conf to power off after resume:
Code:
usbconfig -d ugen0.3 power_off
Anyone knows a way to set a default power state for usb units?