Skip to content

Commit d0d93a0

Browse files
authored
Update and rename ArduinoPS4_USBDesc.cpp to PS4Arduino_USBDesc.cpp
1 parent d3c1b1b commit d0d93a0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

cores/arduino/PS4Arduino/ArduinoPS4_USBDesc.cpp renamed to cores/arduino/PS4Arduino/PS4Arduino_USBDesc.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project ArduinoPS4 AVR core
2+
* Project PS4Arduino AVR core
33
* @author Flamethrower
4-
* @link github.com/Flamethr0wer/ArduinoPS4_AVR
4+
* @link github.com/Flamethr0wer/PS4Arduino_AVR
55
* @license MIT - Copyright (c) 2019 Flamethrower
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -24,7 +24,7 @@
2424
*
2525
*/
2626

27-
#include "ArduinoPS4_USBDesc.h"
27+
#include "PS4Arduino_USBDesc.h"
2828

2929
#if defined(USBCON)
3030

@@ -36,20 +36,20 @@ const DeviceDescriptor USB_DeviceDescriptor = {
3636
0x00, // bDeviceSubClass
3737
0x00, // bDeviceProtocol
3838
0x40, // bMaxPacketSize0
39-
0x1532, // idEVendor
40-
0x0401, // idProduct
41-
0x0100, // bcdDevice
42-
0x01, // iManufacturer
43-
0x02, // iProduct
44-
0x00, // iSerialNumber
39+
0x1532, // idVendor
40+
0x0401, // idProduct
41+
0x0100, // bcdDevice
42+
0x01, // iManufacturer
43+
0x02, // iProduct
44+
0x00, // iSerialNumber
4545
0x01, // bNumConfigurations
4646
};
4747

4848
const u8 USB_ConfigDescriptor[] = {
4949
// Configuration Descriptor
5050
0x09, // bLength
5151
0x02, // bDescriptorType (CONFIGURATION)
52-
0x29, 0x00, // wTotalLength (41)
52+
0x29, 0x00, // wTotalLength (41)
5353
0x01, // bNumInterfaces
5454
0x01, // bConfigurationValue
5555
0x00, // iConfiguration

0 commit comments

Comments
 (0)