Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206065
b: refs/heads/master
c: 100ca12
h: refs/heads/master
i:
  206063: d76c4b5
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Aug 3, 2010
1 parent 87a40c5 commit b1fc0ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9811b79d4e13fc82a55ce3ae19dda531cd759f5
refs/heads/master: 100ca122870844d6c001d5d0532b885c707b6ea9
10 changes: 7 additions & 3 deletions trunk/drivers/staging/wlags49_h2/wl_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,13 @@ enum hermes_pci_versions {
};

static struct pci_device_id wl_pci_tbl[] __devinitdata = {
{ WL_LKM_PCI_VENDOR_ID, WL_LKM_PCI_DEVICE_ID_0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },
{ WL_LKM_PCI_VENDOR_ID, WL_LKM_PCI_DEVICE_ID_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },
{ WL_LKM_PCI_VENDOR_ID, WL_LKM_PCI_DEVICE_ID_2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },
{ PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_0,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },
{ PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_1,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },
{ PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_2,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },

{ } /* Terminating entry */
};

Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/staging/wlags49_h2/wl_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
/*******************************************************************************
* constant definitions
******************************************************************************/
#define WL_LKM_PCI_VENDOR_ID 0x11C1 // Lucent Microelectronics
#define WL_LKM_PCI_DEVICE_ID_0 0xAB30 // Mini PCI
#define WL_LKM_PCI_DEVICE_ID_1 0xAB34 // Mini PCI
#define WL_LKM_PCI_DEVICE_ID_2 0xAB11 // WARP CardBus
#define PCI_VENDOR_IDWL_LKM 0x11C1 /* Lucent Microelectronics */
#define PCI_DEVICE_ID_WL_LKM_0 0xAB30 /* Mini PCI */
#define PCI_DEVICE_ID_WL_LKM_1 0xAB34 /* Mini PCI */
#define PCI_DEVICE_ID_WL_LKM_2 0xAB11 /* WARP CardBus */



Expand Down

0 comments on commit b1fc0ab

Please sign in to comment.