https://bugzilla.kernel.org/show_bug.cgi?id=176371
--- Comment #1 from tagorereddy <[email protected]> --- UPDATE: I've noticed that the reason for acpi not creating a platform device for 80860F14:01 is that it is being attached to a PCI physical node with PCI_ID 80862280. This device has BIOS option to choose to run SDIO device either in ACPI mode or PCI mode. Even when the BIOS selection is ACPI, the device is still being attached to PCI physical node. In MS Windows, the device functions as it is supposed to. So something is not happening correctly. I've managed to bypass the PCI node attachment by adding a quirk which resulted in the device initialize perfectly and WIFI started to work. But it resulted in PCI bus of Display adapter go awry. I may not have implemented the technique of blacklisting the PCI_ID of the device corretly. I'm working on it. -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
