Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97373
b: refs/heads/master
c: bdefff1
h: refs/heads/master
i:
  97371: aad536a
v: v3
  • Loading branch information
Komuro authored and Jeff Garzik committed May 22, 2008
1 parent 7437b05 commit 9e8720f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 43fc63dceb8ff58c5ef0a30c70abd31336b5e8b4
refs/heads/master: bdefff1f54cb76a19700663f211350de2f65cc91
4 changes: 3 additions & 1 deletion trunk/drivers/net/pcmcia/fmvj18x_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@ static int fmvj18x_config(struct pcmcia_device *link)
cardtype = CONTEC;
break;
case MANFID_FUJITSU:
if (link->card_id == PRODID_FUJITSU_MBH10302)
if (link->conf.ConfigBase == 0x0fe0)
cardtype = MBH10302;
else if (link->card_id == PRODID_FUJITSU_MBH10302)
/* RATOC REX-5588/9822/4886's PRODID are 0004(=MBH10302),
but these are MBH10304 based card. */
cardtype = MBH10304;
Expand Down

0 comments on commit 9e8720f

Please sign in to comment.