{"id":19078768,"url":"https://github.com/qu1x/ledtrig-usbdev","last_synced_at":"2025-07-21T09:05:15.946Z","repository":{"id":148852893,"uuid":"89100408","full_name":"qu1x/ledtrig-usbdev","owner":"qu1x","description":"Kernel module to drive LEDs based on USB device presence/activity","archived":false,"fork":false,"pushed_at":"2017-06-13T12:38:42.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T05:27:24.143Z","etag":null,"topics":["kernel-module","led-controller","usb-monitoring"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qu1x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-22T21:32:11.000Z","updated_at":"2017-06-17T19:10:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffdb0612-e796-4868-b149-1fb21fdf2e68","html_url":"https://github.com/qu1x/ledtrig-usbdev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qu1x/ledtrig-usbdev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qu1x%2Fledtrig-usbdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qu1x%2Fledtrig-usbdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qu1x%2Fledtrig-usbdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qu1x%2Fledtrig-usbdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qu1x","download_url":"https://codeload.github.com/qu1x/ledtrig-usbdev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qu1x%2Fledtrig-usbdev/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266270464,"owners_count":23902734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kernel-module","led-controller","usb-monitoring"],"created_at":"2024-11-09T02:11:50.684Z","updated_at":"2025-07-21T09:05:15.929Z","avatar_url":"https://github.com/qu1x.png","language":"C","readme":"# ledtrig-usbdev\n\n**Kernel module to drive LEDs based on USB device presence/activity**\n\nForked from [LEDE][] and distributed as standalone package.\n\n[LEDE]: https://github.com/lede-project/source\n\n**NOTE**: Obsolete and replaced by in-tree module `ledtrig-usbport`.\n\n## Installation\n\n 1. Install Linux headers **and** sources (required for `drivers/leds/leds.h`):\n\n    ```sh\n    sudo apt-get install linux-headers-$(uname -r) linux-source\n    ```\n\n 2. Extract the Linux sources:\n\n    ```sh\n    (cd /usr/src \u0026\u0026 sudo tar -xJf linux-source-*.tar.xz)\n    ```\n\n 3. Clone and install this module's sources:\n\n    ```sh\n    git clone https://github.com/qu1x/ledtrig-usbdev.git\n    sudo mv ledtrig-usbdev /usr/src/ledtrig-usbdev-1.0.0\n    ```\n\n 4. Build and install this module:\n\n      - Either via Make (must be manually rebuilt for each kernel update):\n\n        ```sh\n        sudo make -C /usr/src/ledtrig-usbdev-1.0.0 install\n        ```\n\n      - Or via DKMS (will be automatically rebuilt for each kernel update):\n\n         1. Install DKMS:\n\n            ```sh\n            sudo apt-get install dkms\n            ```\n\n         2. Install this module:\n\n            ```sh\n            sudo dkms install ledtrig-usbdev/1.0.0\n            ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqu1x%2Fledtrig-usbdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqu1x%2Fledtrig-usbdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqu1x%2Fledtrig-usbdev/lists"}