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

using USB devices with the same name. #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sephid86
Copy link

This is not very important, but it is useful for users to differentiate devices when using USB devices with the same name.

…te devices when using USB devices with the same name.
@Hi-Angel
Copy link
Contributor

Thanks! Please note this is a mirror. Please re-send your pull/merge request at https://gitlab.freedesktop.org/pipewire/pipewire

@sephid86
Copy link
Author

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

@Hi-Angel
Copy link
Contributor

What do you mean by "doesn't work"? Does it print some error, or gets stuck or something…?

@sephid86
Copy link
Author

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.

@Hi-Angel
Copy link
Contributor

But you created the 3234 issue, so you did manage to log in, right? And then forking still doesn't work?

@sephid86
Copy link
Author

sephid86 commented May 22, 2023

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.

@Hi-Angel
Copy link
Contributor

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 #freedesktop channel on the OFTC IRC server.

@sephid86
Copy link
Author

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;
Copy link
Member

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.

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