Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gs_usb: make dummy endpoint selectable by KConfig #53

Closed

Conversation

KozhinovAlexander
Copy link
Contributor

@KozhinovAlexander KozhinovAlexander commented Dec 21, 2024

This change adds dummy endpoint KConfig select flag to support dynamic endpoint enumeration made in
newer version of gs_usb driver in linux kernel.

Additional effect of this change is no need of
dummy usb endpoint at all if newer version of gs_usb driver is used.

Corresponding Linux Kernel driver change is listed in changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.5

@henrikbrixandersen In our discussion (#24) you already mentioned working on similiar change, but I had to implement it to test my linux-kernel driver changes too.

This change adds dummy endpoint KConfig select flag
to support dynamic endpoint enumeration made in
newer version of gs_usb driver in linux kernel.

Additional effect of this change is no need of
dummy usb endpoint at all if newer version of gs_usb
driver is used.

Signed-off-by: Alexander Kozhinov <[email protected]>
@KozhinovAlexander KozhinovAlexander changed the title gs_usb: make dummy endpoint selecatble by KConfig gs_usb: make dummy endpoint selectable by KConfig Dec 21, 2024
@henrikbrixandersen
Copy link
Member

As we already discussed in #25 (comment) I am working on a similar solution as part of a larger change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants