Skip to content

Commit

Permalink
Add support for xbox one controller 2015 and xbox one s controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Apr 14, 2019
1 parent 843fe84 commit 53b19a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EMUXONE/Descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor =

.VendorID = 0x045e,
.ProductID = 0x02d1,
.ReleaseNumber = 0x0101,
.ReleaseNumber = 0x0203,

.ManufacturerStrIndex = 0x01,
.ProductStrIndex = 0x02,
Expand Down Expand Up @@ -276,9 +276,9 @@ const USB_Descriptor_String_t PROGMEM ProductString =

const USB_Descriptor_String_t PROGMEM SerialString =
{
.Header = {.Size = USB_STRING_LEN(12), .Type = DTYPE_String},
.Header = {.Size = USB_STRING_LEN(7), .Type = DTYPE_String},

.UnicodeString = L"7EED81401555"
.UnicodeString = L"0000001"
};

/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
Expand Down

0 comments on commit 53b19a4

Please sign in to comment.