Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157251
b: refs/heads/master
c: 9265345
h: refs/heads/master
i:
  157249: 1e8907e
  157247: b4b0103
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Sep 3, 2009
1 parent b0f9cc7 commit b6b16da
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b91ab72b830e1494c2c7f8de05ccb2ab2c9cfb26
refs/heads/master: 92653453c3015c083b9fe0ad48261c6b2267d482
3 changes: 3 additions & 0 deletions trunk/sound/pci/oxygen/oxygen_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ oxygen_search_pci_id(struct oxygen *chip, const struct pci_device_id ids[])
* chip didn't if the first EEPROM word was overwritten.
*/
subdevice = oxygen_read_eeprom(chip, 2);
/* use default ID if EEPROM is missing */
if (subdevice == 0xffff)
subdevice = 0x8788;
/*
* We use only the subsystem device ID for searching because it is
* unique even without the subsystem vendor ID, which may have been
Expand Down

0 comments on commit b6b16da

Please sign in to comment.