Commit d8ff2b7f authored by Patrick Mochel's avatar Patrick Mochel Committed by Patrick Mochel

[PATCH] I2C: Add support for the ALi 1563 in the PCI IRQ routing code.

parent bb883e7c
...@@ -590,12 +590,13 @@ static __init int ali_router_probe(struct irq_router *r, struct pci_dev *router, ...@@ -590,12 +590,13 @@ static __init int ali_router_probe(struct irq_router *r, struct pci_dev *router,
{ {
switch(device) switch(device)
{ {
case PCI_DEVICE_ID_AL_M1533: case PCI_DEVICE_ID_AL_M1533:
case PCI_DEVICE_ID_AL_M1563:
printk("PCI: Using ALI IRQ Router\n");
r->name = "ALI"; r->name = "ALI";
r->get = pirq_ali_get; r->get = pirq_ali_get;
r->set = pirq_ali_set; r->set = pirq_ali_set;
return 1; return 1;
/* Should add 156x some day */
} }
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment