From 7afa22d53cb3b71f9039d919a9e5f87c7c65350b Mon Sep 17 00:00:00 2001 From: Daniel Kenyon-Jones Date: Fri, 29 Dec 2023 13:21:53 +0000 Subject: [PATCH] Remove broken links to 3rd party site (#145) --- Cargo.toml | 2 +- README.md | 1 - examples/Cargo.lock | 2 +- examples/src/bin/keyboard_custom.rs | 1 - src/device/consumer.rs | 3 +-- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f95c607..6199f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usbd-human-interface-device" -version = "0.4.4" +version = "0.4.5" edition = "2021" description = "Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes." keywords = ["hid", "usb-device", "usb", "keyboard", "mouse"] diff --git a/README.md b/README.md index 7491841..dd832c5 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,3 @@ This library was inspired by existing rust USB libraries and the following sourc - [USB in a NutShell](https://www.beyondlogic.org/usbnutshell/usb1.shtml) - [Frank Zhao's USB Descriptor and Request Parser](https://eleccelerator.com/usbdescreqparser/) - [Adafruit](https://learn.adafruit.com/custom-hid-devices-in-circuitpython/n-key-rollover-nkro-hid-device) -- [USBlyzer](http://www.usblyzer.com/) diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 1a29575..8a36113 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -745,7 +745,7 @@ dependencies = [ [[package]] name = "usbd-human-interface-device" -version = "0.4.4" +version = "0.4.5" dependencies = [ "defmt", "frunk", diff --git a/examples/src/bin/keyboard_custom.rs b/examples/src/bin/keyboard_custom.rs index 11cd08f..8bbb148 100644 --- a/examples/src/bin/keyboard_custom.rs +++ b/examples/src/bin/keyboard_custom.rs @@ -64,7 +64,6 @@ fn main() -> ! { )); // Descriptor based on the Logitech Gaming Keyboard - // http://www.usblyzer.com/reports/usb-properties/usb-keyboard.html #[rustfmt::skip] pub const LOGITECH_GAMING_KEYBOARD_REPORT_DESCRIPTOR: &[u8] = &[ 0x05, 0x01, // Usage Page (Generic Desktop) diff --git a/src/device/consumer.rs b/src/device/consumer.rs index afd2307..8919ae1 100644 --- a/src/device/consumer.rs +++ b/src/device/consumer.rs @@ -34,8 +34,7 @@ pub struct MultipleConsumerReport { #[allow(clippy::doc_markdown)] ///Fixed functionality consumer control report descriptor /// -/// Based on [Logitech Gaming Keyboard](http://www.usblyzer.com/reports/usb-properties/usb-keyboard.html) -/// dumped by [USBlyzer](http://www.usblyzer.com/) +/// Based on [Logitech Gaming Keyboard] /// /// Single bit packed `u8` report /// * Bit 0 - Scan Next Track