Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265402
b: refs/heads/master
c: 3ed8c26
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Aug 8, 2011
1 parent b82ae18 commit 3ee9854
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea7a03cff3f500acecf363ef9168bb1df6f79cf6
refs/heads/master: 3ed8c26352bcddd8e09baba673a48a84daa359ee
9 changes: 9 additions & 0 deletions trunk/include/pcmcia/device_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@
.prod_id = { (v1), NULL, NULL, NULL }, \
.prod_id_hash = { (vh1), 0, 0, 0 }, }

#define PCMCIA_DEVICE_MANF_CARD_PROD_ID3(manf, card, v3, vh3) { \
.match_flags = PCMCIA_DEV_ID_MATCH_MANF_ID| \
PCMCIA_DEV_ID_MATCH_CARD_ID| \
PCMCIA_DEV_ID_MATCH_PROD_ID3, \
.manf_id = (manf), \
.card_id = (card), \
.prod_id = { NULL, NULL, (v3), NULL }, \
.prod_id_hash = { 0, 0, (vh3), 0 }, }


/* multi-function devices */

Expand Down

0 comments on commit 3ee9854

Please sign in to comment.