File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Project ArduinoPS4 AVR core
2
+ * Project PS4Arduino AVR core
3
3
* @author Flamethrower
4
- * @link github.com/Flamethr0wer/ArduinoPS4_AVR
4
+ * @link github.com/Flamethr0wer/PS4Arduino_AVR
5
5
* @license MIT - Copyright (c) 2019 Flamethrower
6
6
*
7
7
* Permission is hereby granted, free of charge, to any person obtaining a copy
24
24
*
25
25
*/
26
26
27
- #include " ArduinoPS4_USBDesc .h"
27
+ #include " PS4Arduino_USBDesc .h"
28
28
29
29
#if defined(USBCON)
30
30
@@ -36,20 +36,20 @@ const DeviceDescriptor USB_DeviceDescriptor = {
36
36
0x00 , // bDeviceSubClass
37
37
0x00 , // bDeviceProtocol
38
38
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
45
45
0x01 , // bNumConfigurations
46
46
};
47
47
48
48
const u8 USB_ConfigDescriptor[] = {
49
49
// Configuration Descriptor
50
50
0x09 , // bLength
51
51
0x02 , // bDescriptorType (CONFIGURATION)
52
- 0x29 , 0x00 , // wTotalLength (41)
52
+ 0x29 , 0x00 , // wTotalLength (41)
53
53
0x01 , // bNumInterfaces
54
54
0x01 , // bConfigurationValue
55
55
0x00 , // iConfiguration
You can’t perform that action at this time.
0 commit comments