x86-pci-toshiba-equium-a60-assign-busses.patch 717 B

123456789101112131415161718192021222324252627282930
  1. The Toshiba Equium A6 Laptop needs pci-assign-busses in order to detect
  2. the Wireless card Netgear MA521
  3. More info here: http://qa.mandriva.com/show_bug.cgi?id=18989
  4. Signed-off-by: Thomas Backlund <tmb@mandriva.org>
  5. ---
  6. arch/x86/pci/common.c | 8 ++++++++
  7. 1 file changed, 8 insertions(+)
  8. --- a/arch/x86/pci/common.c
  9. +++ b/arch/x86/pci/common.c
  10. @@ -245,6 +245,14 @@ static const struct dmi_system_id __devi
  11. DMI_MATCH(DMI_PRODUCT_NAME, "SX20S"),
  12. },
  13. },
  14. + {
  15. + .callback = assign_all_busses,
  16. + .ident = "Toshiba Equium A6 Laptop",
  17. + .matches = {
  18. + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
  19. + DMI_MATCH(DMI_PRODUCT_NAME, "Equium A60"),
  20. + },
  21. + },
  22. #endif /* __i386__ */
  23. {
  24. .callback = set_bf_sort,