X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fexamples%2Fusbkeyboard%2Fmain.c;h=cddbfe114c952208cc2b6a101a83af0c129533d2;hb=1545cffc84576287b43e3f873eed0df3c8f8c20a;hp=eba67275730269c6b0eec4c704dafc3d1a226c5d;hpb=b5efa6c4ecc0a6b13fa69c8fcb5cd8ed437121d1;p=bertos.git diff --git a/boards/stm32-p103/examples/usbkeyboard/main.c b/boards/stm32-p103/examples/usbkeyboard/main.c index eba67275..cddbfe11 100644 --- a/boards/stm32-p103/examples/usbkeyboard/main.c +++ b/boards/stm32-p103/examples/usbkeyboard/main.c @@ -46,10 +46,12 @@ * * Example (keyboard detection on Linux): * + * \verbatim * [24388.400573] usb 1-8.1.3: new full speed USB device using ehci_hcd and address 32 * [24388.623957] usb 1-8.1.3: configuration #1 chosen from 1 choice * [24388.685827] input: BeRTOS USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3:1.0/input/input18 * [24388.688953] generic-usb 0003:FFFF:0000.0007: input,hidraw3: USB HID v1.10 Keyboard [BeRTOS USB Keyboard] on usb-0000:00:1d.7-8.1.3/input0 + * \endverbatim * */