From 170d02ea4fcaed7c76b86ee0cd10e8b063041683 Mon Sep 17 00:00:00 2001 From: David Cohen Date: Tue, 18 Dec 2012 17:52:12 -0800 Subject: [PATCH] --- yaml --- r: 358741 b: refs/heads/master c: 936cb1b12519c73373e461df6e106c460396941c h: refs/heads/master i: 358739: d638bd728537e133f288772b29d2947446877a17 v: v3 --- [refs] | 2 +- trunk/drivers/gpio/gpio-langwell.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 437ddd7ef50a..31a32dc28205 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1d09aaa6a325d55680506d585c7d5ee4744f5539 +refs/heads/master: 936cb1b12519c73373e461df6e106c460396941c diff --git a/trunk/drivers/gpio/gpio-langwell.c b/trunk/drivers/gpio/gpio-langwell.c index e77b2b3e94af..a53ad08974cb 100644 --- a/trunk/drivers/gpio/gpio-langwell.c +++ b/trunk/drivers/gpio/gpio-langwell.c @@ -234,6 +234,8 @@ static DEFINE_PCI_DEVICE_TABLE(lnw_gpio_ids) = { /* pin number */ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080f), .driver_data = 64 }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081f), .driver_data = 96 }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081a), .driver_data = 96 }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08eb), .driver_data = 96 }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08f7), .driver_data = 96 }, { 0, } }; MODULE_DEVICE_TABLE(pci, lnw_gpio_ids);