Merge pull request #19779 from stintel/hub-ctrl

hub-ctrl: trim trailing spaces
This commit is contained in:
Stijn Tintel 2022-11-03 11:32:14 +02:00 committed by GitHub
commit ac8f250690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,14 +28,14 @@ include $(INCLUDE_DIR)/package.mk
define Package/hub-ctrl define Package/hub-ctrl
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=Control USB power on a port by port basis TITLE:=Control USB power on a port by port basis
URL:=https://github.com/codazoda/hub-ctrl.c URL:=https://github.com/codazoda/hub-ctrl.c
DEPENDS:=+libusb-compat DEPENDS:=+libusb-compat
endef endef
define Package/hub-ctrl/description define Package/hub-ctrl/description
Control USB power on a port by port basis on some USB hubs. Control USB power on a port by port basis on some USB hubs.
This only works on USB hubs that have the hardware necessary This only works on USB hubs that have the hardware necessary
to allow software controlled power switching. to allow software controlled power switching.
Most hubs DO NOT include the hardware. Most hubs DO NOT include the hardware.
endef endef