summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xhfc/xhfc.c4
-rw-r--r--xhfc/xhfc_leb.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/xhfc/xhfc.c b/xhfc/xhfc.c
index e2d1bbd..ec7d110 100644
--- a/xhfc/xhfc.c
+++ b/xhfc/xhfc.c
@@ -24,7 +24,7 @@ int exit_after_reset = 0;
uint ntte = 0x3;
#ifdef USE_GPIO
-static uint reset_gpio = 33;
+static uint reset_gpio = 21;
#endif
int softconf = 0;
@@ -1045,7 +1045,7 @@ int __devinit xhfc_init_one(struct pci_dev *pdev,
/* init interrupt engine */
rc = pi->irq = acpi_register_gsi(
- IRQ_TLP_GPIO_30,
+ IRQ_TLP_GPIO_24,
ACPI_LEVEL_SENSITIVE,
ACPI_ACTIVE_LOW);
if (rc < 0)
diff --git a/xhfc/xhfc_leb.h b/xhfc/xhfc_leb.h
index 8d3ab01..9e25f00 100644
--- a/xhfc/xhfc_leb.h
+++ b/xhfc/xhfc_leb.h
@@ -34,6 +34,7 @@
#define LEB_MMBAR 1
#define IRQ_TLP_GPIO_30 31
+#define IRQ_TLP_GPIO_24 29
void leb_init(struct xhfc_pi *leb);