-
Notifications
You must be signed in to change notification settings - Fork 133
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
using USB devices with the same name. #216
base: master
Are you sure you want to change the base?
Conversation
…te devices when using USB devices with the same name.
Thanks! Please note this is a mirror. Please re-send your pull/merge request at https://gitlab.freedesktop.org/pipewire/pipewire |
I don't know why, but fork doesn't work in gitlab. gitlab login also doesn't work properly. I'm frustrated with gitlab and feel outraged. https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3234 |
What do you mean by "doesn't work"? Does it print some error, or gets stuck or something…? |
I get an error. It doesn't look like it's blocked. I haven't used it well, I haven't logged in a few times, and there's no reason to be blocked. I think it's just stupid because the design of the login part of gitlab is wrong. |
But you created the 3234 issue, so you did manage to log in, right? And then forking still doesn't work? |
The login error number is 422 If you manually enter your id (email) and passwd, you can log in sometimes and sometimes not. The fork still won't work. I can't fork. I get an error. |
I see. So, it's definitely some problem with Gitlab, please contact the administrators about these errors. You can find contacts here https://gitlab.freedesktop.org/help offhand it's the |
thank you. |
|
||
dev->card = impl; | ||
dev->mapping = m; | ||
dev->device.index = index; | ||
dev->device.name = m->name; | ||
dev->device.description = m->description; | ||
dev->device.description = description_rename; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description is on the stack and can't be added to this structure.
Is this type of software to be used on the general public? Unfortunately your software is getting used on myself which I have no way of stopping. Many Thanks |
This is not very important, but it is useful for users to differentiate devices when using USB devices with the same name.