diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-31 13:49:47 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-31 13:49:47 +0000 |
| commit | 205d75821e0b63b75a0595c735b7736b14a9186e (patch) | |
| tree | b00c58972ea9c8acb30b390d5d275978218ce5c1 /sys/dev | |
| parent | 01bec79c1123ef0749a2523a35da7e9eab74ccf7 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sound/isa/sbc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index d41cf1029307c..c311ed7d1a03a 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -259,6 +259,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x81167316, "ESS ES1681"}, /* ESS1681 */ {0x02017316, "ESS ES1688"}, /* ESS1688 */ + {0x68097316, "ESS ES1688"}, /* ESS1688 */ {0x68187316, "ESS ES1868"}, /* ESS1868 */ {0x03007316, "ESS ES1869"}, /* ESS1869 */ {0x69187316, "ESS ES1869"}, /* ESS1869 */ |
