aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2011-07-11 21:04:17 +0200
committerClemens Ladisch <clemens@ladisch.de>2012-05-18 14:04:59 +0200
commitbcd20a4360817589dc2ec96b862ae92b6e467e3a (patch)
treebd3de36a6a8a56491f2e6274fbe3a107099c3ab6
parent6389ae74689449a212e9ed0e46526afc4adc331e (diff)
downloadlinux-firewire-utils-bcd20a4360817589dc2ec96b862ae92b6e467e3a.tar.gz
lsfirewirephy: more PHY ID updates
-rw-r--r--src/lsfirewirephy.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/lsfirewirephy.c b/src/lsfirewirephy.c
index 9722564..4f9a056 100644
--- a/src/lsfirewirephy.c
+++ b/src/lsfirewirephy.c
@@ -110,6 +110,15 @@ static const struct vendor {
}
},
{
+ .oui = 0x00c02d,
+ .name = "Fujifilm",
+ .phys = (const struct phy[]) {
+ { 0x303562, "MD8405B" },
+ { 0x303565, "MD8405E" },
+ {}
+ }
+ },
+ {
.oui = 0x080028,
.name = "Texas Instruments",
.phys = (const struct phy[]) {
@@ -122,7 +131,7 @@ static const struct vendor {
{ 0x46318a, "TSB41LV06A" },
{ 0x831304, "TSB81BA3(A)" },
{ 0x831306, "TSB81BA3D" },
- { 0x831307, "TSB81BA3E/XIO2213A/B" },
+ { 0x831307, "TSB81BA3E/XIO2213" },
{ 0x833005, "TSB41BA3D" },
{}
},