summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc/xhfc.c')
-rw-r--r--xhfc/xhfc.c4
1 files changed, 2 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)