From 35f5e45ed3cc032d9f969f3a8700e29607c1364f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 9 Feb 2020 12:42:43 +0100 Subject: docs: fix link to usb keyboard.c File /tools/syz-usbgen/keyboard.c linked from ./docs/linux/external_fuzzing_usb.md not found Makefile:351: recipe for target 'check_links' failed --- docs/linux/external_fuzzing_usb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index 813dcf049..41df81cbc 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -112,7 +112,8 @@ The instructions below describe a hackish way to generate syzkaller USB IDs for 2. Build and boot the kernel. -3. Connect a USB HID device. In case you're using a `CONFIG_USB_RAW_GADGET=y` kernel, use the provided [keyboard emulation program](/tools/syz-usbgen/keyboard.c). +3. Connect a USB HID device. In case you're using a `CONFIG_USB_RAW_GADGET=y` kernel, use the +[keyboard emulation program](https://raw.githubusercontent.com/xairy/raw-gadget/master/examples/keyboard.c). 4. Use [syz-usbgen](/tools/syz-usbgen/usbgen.go) script to update [syzkaller descriptions](/sys/linux/init_vusb_ids.go): -- cgit mrf-deployment