From 9e3d512e89e7980a893b44ec047282c7bc3cd9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 26 Sep 2016 18:54:16 +0200 Subject: [PATCH] Put the files that contain the usb descriptors into the newly created usb_descriptors directory. --- right/build/kds/.cproject | 2 ++ right/src/{ => usb_descriptors}/usb_descriptor_configuration.c | 0 right/src/{ => usb_descriptors}/usb_descriptor_configuration.h | 0 right/src/{ => usb_descriptors}/usb_descriptor_device.c | 0 right/src/{ => usb_descriptors}/usb_descriptor_device.h | 0 .../{ => usb_descriptors}/usb_descriptor_generic_hid_report.c | 0 .../{ => usb_descriptors}/usb_descriptor_generic_hid_report.h | 0 right/src/{ => usb_descriptors}/usb_descriptor_hid.c | 0 right/src/{ => usb_descriptors}/usb_descriptor_hid.h | 0 .../src/{ => usb_descriptors}/usb_descriptor_keyboard_report.c | 0 .../src/{ => usb_descriptors}/usb_descriptor_keyboard_report.h | 0 right/src/{ => usb_descriptors}/usb_descriptor_mouse_report.c | 0 right/src/{ => usb_descriptors}/usb_descriptor_mouse_report.h | 0 right/src/{ => usb_descriptors}/usb_descriptor_strings.c | 0 right/src/{ => usb_descriptors}/usb_descriptor_strings.h | 0 15 files changed, 2 insertions(+) rename right/src/{ => usb_descriptors}/usb_descriptor_configuration.c (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_configuration.h (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_device.c (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_device.h (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_generic_hid_report.c (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_generic_hid_report.h (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_hid.c (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_hid.h (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_keyboard_report.c (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_keyboard_report.h (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_mouse_report.c (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_mouse_report.h (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_strings.c (100%) rename right/src/{ => usb_descriptors}/usb_descriptor_strings.h (100%) diff --git a/right/build/kds/.cproject b/right/build/kds/.cproject index 166d2ca..2476976 100644 --- a/right/build/kds/.cproject +++ b/right/build/kds/.cproject @@ -73,6 +73,7 @@