<Mario.Limonciello@xxxxxxxx> writes: > On Nov 22, 2018 03:41, Frédéric Parrenin <frederic.parrenin@xxxxxxxxxxxxxxxxxxxxxx> wrote: >> >> A guy answered on the amazon page that he has Mac pass-through working >> on windows 10 with this exact same dock station. >> So it really seems to be a linux-only problem. > > Well thanks for checking further. This is quite surprising to me. Maybe it's by accident because the Windows driver is matching too many devices or something? Do you happen know how this feature was implemented in Windows? > You can see in official documentation it's not mentioned: > > https://www.dell.com/support/article/us/en/04/sln301147/what-is-mac-address-pass-through-?lang=en > > I'll look forward to seeing what the debugging patch shows and need to > confir with an extended team about results after holidays. I don't remember if I mentioned this when you created the r8152 implementation, but this feature could have been easily implemented in userspace given a minimalistic ACPI driver to just read the system MAC. This way it would depend only on the Dell BIOS support, and not on some specific dock. It would even work with third party dongles etc. Having it in userspace would also have made it easier to implement an end user specific policy scheme. There is no need to restrict ourselves to the limited creativeness of Windows developers ;-) Bjørn