From 5c46e4e133aa61e202d2b7f8cfb7e0fc5d45768d Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Tue, 6 Oct 2020 19:45:53 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc71e4..84b68af 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ I got really fed up with the sound constantly cutting out on the Bose Companion 5, and so made this. Bose should really fix the issue, as all this does is perform a reset of the device whenever it happens. +The program uses lsusb to enumerate the USB devices and determine USB bus ID and device ID. It then uses ioctl to call USBDEVFS_RESET to reset that specific USB device. Documentation on this can be found here: https://www.kernel.org/doc/Documentation/driver-api/usb/usb.rst + ### Requirements * Go -* GNU or Busybox, anything which provides lsusb +* GNU or Busybox, anything which provides *lsusb* ### Building