Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Debugging Gitlab issue fix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Phileas
Debugging Gitlab issue fix
Commits
6d89ca77
Commit
6d89ca77
authored
1 year ago
by
Timon
Browse files
Options
Downloads
Patches
Plain Diff
Add VID/PID assigned by pid.codes
parent
1f722eb4
No related branches found
No related tags found
1 merge request
!652
Draft: Add VID/PID assigned by pid.codes
Pipeline
#12657
passed
1 year ago
Stage: check
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/st3m/st3m_usb_descriptors.c
+4
-4
4 additions, 4 deletions
components/st3m/st3m_usb_descriptors.c
with
4 additions
and
4 deletions
components/st3m/st3m_usb_descriptors.c
+
4
−
4
View file @
6d89ca77
...
...
@@ -45,8 +45,8 @@ static st3m_usb_descriptor_set_t _descset_app = {
.
bDeviceProtocol
=
MISC_PROTOCOL_IAD
,
.
bMaxPacketSize0
=
CFG_TUD_ENDPOINT0_SIZE
,
.
idVendor
=
0x
303a
,
.
idProduct
=
0x
4042
,
.
idVendor
=
0x
1209
,
.
idProduct
=
0x
F103
,
.
bcdDevice
=
0x0100
,
.
iManufacturer
=
0x01
,
...
...
@@ -94,8 +94,8 @@ static st3m_usb_descriptor_set_t _descset_disk = {
.
bDeviceProtocol
=
0x00
,
.
bMaxPacketSize0
=
CFG_TUD_ENDPOINT0_SIZE
,
.
idVendor
=
0x
303a
,
.
idProduct
=
0x
4023
,
.
idVendor
=
0x
1209
,
.
idProduct
=
0x
F10B
,
.
bcdDevice
=
0x0100
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment