Skip to content

Commit

Permalink
Add usb_drivers/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Oct 16, 2023
1 parent 213a86b commit 66868cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ add_executable(fakemote
source/wiimote_crypto.c
source/conf.c
source/usb_hid.c
source/usb_driver_ds3.c
source/usb_driver_ds4.c
source/usb_drivers/sony_ds3.c
source/usb_drivers/sony_ds4.c
)

target_include_directories(fakemote PRIVATE
Expand Down
1 change: 1 addition & 0 deletions include/usb_device_drivers.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "usb_hid.h"

/* List of Vendor IDs */
#define SONY_VID 0x054c

struct device_id_t {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 66868cf

Please sign in to comment.