Codebase list fusioninventory-agent / e610241
Import Debian changes 1:2.3.9.1-1 fusioninventory-agent (1:2.3.9.1-1) unstable; urgency=medium * New upstream release Gonéri Le Bouder authored 9 years ago Guillaume Bougard committed 5 years ago
63 changed file(s) with 11379 addition(s) and 4536 deletion(s). Raw diff Collapse all Expand all
00 Revision history for FusionInventory agent
11
2 2.3.9.1 Tue, 15 Jul 2014 22:17:04 +0200
3 install:
4 * fix sysobjectid and consumables databases files installation
5
6 2.3.9 Tue, 15 Jul 2014 22:17:04 +0200
7 core:
8 * disable lower-level SSL checks when no-ssl-checks is used
9
10 netinventory and netdiscovery tasks:
11 * merge all files from sysobjectid database into a single one
12 * update sysobjectid database
13
14 netdiscovery task:
15 * catch more SNMPv3 authentication errors
16 * allow multiple SNMP credentials for netdiscovery executable
17
18 netinventory task:
19 * better printer consumable identification, using vendor references
20 (#2581,#2582,#2583,#2584,#2587,#2589,#2591,#2592,#2593,#2594)
21 * externalize consumable ids in a data file
22 * report 0% level instead of 100% for wastetoners with OK status (#2593)
23 * skip problematic address only for non-existing interfaces (#2599)
24 * mark --model option as deprecated for netinventory executable
25
26 inventory task:
27 * disable user profile scanning for software by default on Windows (#2555)
28 * avoid fatal dmidecode usage on Windows 2003 for CPUs (#2562)
29 * fix last loggued user identification on Windows (#2553)
30 * fix product key decoding on Windows 8 (#2544)
31 * fix IE 10+ version retrieval on Windows (#2528)
32 * more details for USB devices on Windows (#2598)
33 * get OS UUID for SPARC on Solaris (#2539)
34 * add Xen Citrix server VM support (#2529)
35
236 2.3.8 Sun, 11 May 2014 18:55:46 +0200
3 netinventory tasks:
37 netinventory task:
438 * add support for trunk port identification on non-cisco hardware (#2386)
539 * add VENDOR element, and keep MANUFACTURER bound to original manufacturer
640 * add H3C hardware database
207207 lib/FusionInventory/Agent/Task/Inventory/Virtualization/VmWareESX.pm
208208 lib/FusionInventory/Agent/Task/Inventory/Virtualization/Vserver.pm
209209 lib/FusionInventory/Agent/Task/Inventory/Virtualization/Xen.pm
210 lib/FusionInventory/Agent/Task/Inventory/Virtualization/XenCitrixServer.pm
210211 lib/FusionInventory/Agent/Task/Inventory/Win32.pm
211212 lib/FusionInventory/Agent/Task/Inventory/Win32/AntiVirus.pm
212213 lib/FusionInventory/Agent/Task/Inventory/Win32/Bios.pm
911912 resources/xml/response/message1.xml
912913 resources/xml/response/message2.xml
913914 resources/xml/response/message3.xml
915 share/consumables.ids
914916 share/edid.ids
915917 share/html/favicon.ico
916918 share/html/index.tpl
919921 share/html/now.tpl
920922 share/html/site.css
921923 share/pci.ids
922 share/sysobjectid.3com.ids
923 share/sysobjectid.alcatel.ids
924 share/sysobjectid.avocent.ids
925 share/sysobjectid.cisco.ids
926 share/sysobjectid.d-link.ids
927 share/sysobjectid.dell.ids
928 share/sysobjectid.epson.ids
929 share/sysobjectid.extreme.ids
930 share/sysobjectid.h3c.ids
931 share/sysobjectid.hewlett-packard.ids
932 share/sysobjectid.juniper.ids
933 share/sysobjectid.konica.ids
934 share/sysobjectid.lexmark.ids
935 share/sysobjectid.netscreen.ids
936 share/sysobjectid.nortel.ids
937 share/sysobjectid.sharp.ids
938 share/sysobjectid.xerox.ids
924 share/sysobject.ids
939925 share/usb.ids
940926 t/01compile.t
941927 t/02critic.t
2323 ExtUtils::MakeMaker: 6.59
2424 distribution_type: module
2525 dynamic_config: 1
26 generated_by: 'Module::Install version 1.08'
26 generated_by: 'Module::Install version 1.10'
2727 license: gpl
2828 meta-spec:
2929 url: http://module-build.sourceforge.net/META-spec-v1.4.html
6464 XML::TreePP: '0.26'
6565 perl: 5.8.0
6666 resources:
67 license: http://opensource.org/licenses/gpl-license.php
67 license: http://www.gnu.org/licenses/gpl-3.0.txt
6868 repository: https://github.com/fusinv/fusioninventory-agent
69 version: 2.3.8
69 version: 2.3.9.1
209209 install -d -m 755 $(DESTDIR)$(DATADIR)
210210 install -m 644 share/pci.ids $(DESTDIR)$(DATADIR)/
211211 install -m 644 share/usb.ids $(DESTDIR)$(DATADIR)/
212 install -m 644 share/sysobjectid.*.ids $(DESTDIR)$(DATADIR)/
212 install -m 644 share/sysobject.ids $(DESTDIR)$(DATADIR)/
213 install -m 644 share/consumables.ids $(DESTDIR)$(DATADIR)/
213214 install -d -m 755 $(DESTDIR)$(DATADIR)/html
214215 install -m 644 share/html/* $(DESTDIR)$(DATADIR)/html
215216 EOF
4747 'httpd-port=s',
4848 'httpd-trust=s',
4949 'scan-homedirs',
50 'scan-profiles',
5051 'server|s=s',
5152 'tag|t=s',
5253 'timeout=i',
144145
145146 Inventory task specific options:
146147 --no-category=CATEGORY do not list given category items
147 --scan-homedirs scan use home directories (false)
148 --scan-homedirs scan user home directories (false)
149 --scan-profiles scan user profiles (false)
148150 --html save the inventory as HTML (false)
149151 -f --force always send data to server (false)
150152 --backend-collect-timeout=TIME timeout for inventory modules
334336
335337 Allow the agent to scan home directories for virtual machines.
336338
339 =item B<--scan-profiles>
340
341 Allow the agent to scan user profiles for softwares.
342
337343 =item B<--html>
338344
339345 Save the inventory as HTML.
1111 use FusionInventory::Agent::Logger;
1212
1313 my $options = {
14 community => 'public',
1514 threads => 1
1615 };
1716
2625 $options,
2726 'first=s',
2827 'last=s',
29 'community=s',
28 'community=s@',
29 'credential=s@',
3030 'entity=s',
3131 'threads=i',
3232 'timeout=i',
5757 )
5858 );
5959
60 my $credentials_id = 1;
61 my @credentials;
62 if ($options->{community}) {
63 foreach my $community (@{$options->{community}}) {
64 push @credentials,
65 { ID => $credentials_id++, VERSION => 1, COMMUNITY => $community };
66 }
67 } elsif ($options->{credential}) {
68 foreach my $specification (@{$options->{credential}}) {
69 my $credential = { ID => $credentials_id++ };
70 foreach my $parameter (split(',', $specification)) {
71 my ($key, $value) = split(':', $parameter);
72 $credential->{uc($key)} = $value;
73 }
74 push @credentials, $credential;
75 }
76 } else {
77 push @credentials, {
78 ID => $credentials_id++, VERSION => 1, COMMUNITY => 'public'
79 };
80 }
81
6082 $discovery->{options} = {
6183 NAME => 'NETDISCOVERY',
6284 PARAM => [
7395 IPEND => $options->{last},
7496 }
7597 ],
76 AUTHENTICATION => [
77 {
78 ID => 1,
79 COMMUNITY => $options->{community},
80 VERSION => '1'
81 },
82 {
83 ID => 2,
84 COMMUNITY => $options->{community},
85 VERSION => '2c'
86 },
87 ]
98 AUTHENTICATION => \@credentials
8899 };
89100 if (defined($options->{entity})) {
90101 $discovery->{options}->{RANGEIP}->[0]->{ENTITY} = $options->{entity};
145156 Options:
146157 --first address IP range first address
147158 --last address IP range last address
148 --community community string (default: public)
159 --credential SNMP credential (default: version:1,community:public)
149160 --entity GLPI entity
150161 --threads nb number of discovery threads (default: 1)
151162 --timeout val SNMP timeout (default: 1s)
5858 -message => "no host nor file given, aborting\n", -verbose => 0
5959 ) unless $options->{host} or $options->{file};
6060
61 warn "deprecated option model, ignoring\n" if $options->{model};
62
6163 my $device = {
6264 ID => 0,
6365 IP => $options->{host},
6668 MODELSNMP_ID => 1
6769 };
6870
69 my $model = { ID => 1 };
7071 my $credentials = { ID => 1 };
71
72 if ($options->{model}) {
73 pod2usage(
74 -message => "invalid file '$options->{model}', aborting\n",
75 -verbose => 0
76 ) unless -f $options->{model};
77 $model = loadModel($options->{model});
78 }
7972
8073 if ($options->{type}) {
8174 pod2usage(
122115 }
123116 ],
124117 DEVICE => [ $device ],
125 MODEL => [ $model ],
126118 AUTHENTICATION => [ $credentials ]
127119 };
128120
134126 $inventory->{deviceid} = 'foo';
135127
136128 $inventory->run();
137
138 sub loadModel {
139 my ($file) = @_;
140
141 my $model = XML::TreePP->new()->parsefile($file)->{model};
142
143 my @get = map {
144 {
145 OID => $_->{oid},
146 OBJECT => $_->{mapping_name},
147 }
148 } grep {
149 $_->{dynamicport} == 0
150 } @{$model->{oidlist}->{oidobject}};
151
152 my @walk = map {
153 {
154 OID => $_->{oid},
155 OBJECT => $_->{mapping_name},
156 }
157 } grep {
158 $_->{dynamicport} == 1
159 } @{$model->{oidlist}->{oidobject}};
160
161 return {
162 ID => 1,
163 NAME => $model->{name},
164 TYPE => $model->{type},
165 GET => \@get,
166 WALK => \@walk,
167 }
168 }
169
170129
171130 package FusionInventory::Agent::Task::NetInventory::Client;
172131
212171 =head1 SYNOPSIS
213172
214173 fusioninventory-netinventory [options] [--host <host>--file <file>]
215 [--model <model>]
216174
217175 Options:
218176 --host host host to inventorize
219177 --file snmpwalk output file
220 --model model XML model file
221178 --community community string (default: public)
222179 --credentials SNMP credentials
223180 --timeout val SNMP timeout (default: 15s)
0 fusioninventory-agent (1:2.3.9.1-1) unstable; urgency=medium
1
2 * New upstream release
3
4 -- Gonéri Le Bouder <goneri@debian.org> Sat, 26 Jul 2014 00:47:37 +0200
5
06 fusioninventory-agent (1:2.3.8-2) unstable; urgency=medium
17
28 * Drop the systemd B-D since we don't use it for the moment.
0 pciutils-pciids.diff
0 pciutils-pciids.diff
77
88 use vars qw{$VERSION};
99 BEGIN {
10 $VERSION = '1.08';
10 $VERSION = '1.10';
1111 }
1212
1313 # special map on pre-defined feature sets
114114 print "*** $class version " . $class->VERSION . "\n";
115115 print "*** Checking for Perl dependencies...\n";
116116
117 my $cwd = Cwd::cwd();
117 my $cwd = Cwd::getcwd();
118118
119119 $Config = [];
120120
165165 $modules = [ %{$modules} ] if UNIVERSAL::isa( $modules, 'HASH' );
166166
167167 unshift @$modules, -default => &{ shift(@$modules) }
168 if ( ref( $modules->[0] ) eq 'CODE' ); # XXX: bugward combatability
168 if ( ref( $modules->[0] ) eq 'CODE' ); # XXX: bugward compatibility
169169
170170 while ( my ( $mod, $arg ) = splice( @$modules, 0, 2 ) ) {
171171 if ( $mod =~ m/^-(\w+)$/ ) {
344344 my $i; # used below to strip leading '-' from config keys
345345 my @config = ( map { s/^-// if ++$i; $_ } @{ +shift } );
346346
347 my ( @modules, @installed );
348 while ( my ( $pkg, $ver ) = splice( @_, 0, 2 ) ) {
349
350 # grep out those already installed
351 if ( _version_cmp( _version_of($pkg), $ver ) >= 0 ) {
352 push @installed, $pkg;
353 }
354 else {
355 push @modules, $pkg, $ver;
356 }
357 }
358
359 if ($UpgradeDeps) {
360 push @modules, @installed;
361 @installed = ();
362 }
347 my ( @modules, @installed, @modules_to_upgrade );
348 while (my ($pkg, $ver) = splice(@_, 0, 2)) {
349
350 # grep out those already installed
351 if (_version_cmp(_version_of($pkg), $ver) >= 0) {
352 push @installed, $pkg;
353 if ($UpgradeDeps) {
354 push @modules_to_upgrade, $pkg, $ver;
355 }
356 }
357 else {
358 push @modules, $pkg, $ver;
359 }
360 }
361
362 if ($UpgradeDeps) {
363 push @modules, @modules_to_upgrade;
364 @installed = ();
365 @modules_to_upgrade = ();
366 }
363367
364368 return @installed unless @modules; # nothing to do
365369 return @installed if _check_lock(); # defer to the CPAN shell
610614 require Cwd;
611615 require File::Spec;
612616
613 my $cwd = File::Spec->canonpath( Cwd::cwd() );
617 my $cwd = File::Spec->canonpath( Cwd::getcwd() );
614618 my $cpan = File::Spec->canonpath( $CPAN::Config->{cpan_home} );
615619
616620 return ( index( $cwd, $cpan ) > -1 );
926930
927931 __END__
928932
929 #line 1193
933 #line 1197
33 use strict 'vars';
44 use vars qw{$VERSION};
55 BEGIN {
6 $VERSION = '1.08';
6 $VERSION = '1.10';
77 }
88
99 # Suspend handler for "redefined" warnings
77
88 use vars qw{$VERSION @ISA $ISCORE};
99 BEGIN {
10 $VERSION = '1.08';
10 $VERSION = '1.10';
1111 @ISA = 'Module::Install::Base';
1212 $ISCORE = 1;
1313 }
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.08';
8 $VERSION = '1.10';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
9090 }
9191
9292 1;
93
94 __END__
95
96 #line 109
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.08';
8 $VERSION = '1.10';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
3131 }
3232
3333 1;
34
35 __END__
36
37 #line 50
77
88 use vars qw{$VERSION @ISA $ISCORE};
99 BEGIN {
10 $VERSION = '1.08';
10 $VERSION = '1.10';
1111 @ISA = 'Module::Install::Base';
1212 $ISCORE = 1;
1313 }
132132 return $args;
133133 }
134134
135 # For mm args that take multiple space-seperated args,
135 # For mm args that take multiple space-separated args,
136136 # append an argument to the current list.
137137 sub makemaker_append {
138138 my $self = shift;
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.08';
8 $VERSION = '1.10';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
346346 ^ \s*
347347 package \s*
348348 ([\w:]+)
349 \s* ;
349 [\s|;]*
350350 /ixms
351351 ) {
352352 my ($name, $module_name) = ($1, $1);
452452
453453 #Stolen from M::B
454454 my %license_urls = (
455 perl => 'http://dev.perl.org/licenses/',
456 apache => 'http://apache.org/licenses/LICENSE-2.0',
457 apache_1_1 => 'http://apache.org/licenses/LICENSE-1.1',
458 artistic => 'http://opensource.org/licenses/artistic-license.php',
459 artistic_2 => 'http://opensource.org/licenses/artistic-license-2.0.php',
460 lgpl => 'http://opensource.org/licenses/lgpl-license.php',
461 lgpl2 => 'http://opensource.org/licenses/lgpl-2.1.php',
462 lgpl3 => 'http://opensource.org/licenses/lgpl-3.0.html',
463 bsd => 'http://opensource.org/licenses/bsd-license.php',
464 gpl => 'http://opensource.org/licenses/gpl-license.php',
465 gpl2 => 'http://opensource.org/licenses/gpl-2.0.php',
466 gpl3 => 'http://opensource.org/licenses/gpl-3.0.html',
467 mit => 'http://opensource.org/licenses/mit-license.php',
468 mozilla => 'http://opensource.org/licenses/mozilla1.1.php',
469455 open_source => undef,
470456 unrestricted => undef,
471457 restrictive => undef,
472458 unknown => undef,
459
460 ## from Software-License - should we be using S-L instead ?
461 # duplicates commeted out, see hack above ^^
462 # open_source => 'http://www.gnu.org/licenses/agpl-3.0.txt',
463 # apache => 'http://www.apache.org/licenses/LICENSE-1.1',
464 apache => 'http://www.apache.org/licenses/LICENSE-2.0.txt',
465 artistic => 'http://www.perlfoundation.org/artistic_license_1_0',
466 artistic_2 => 'http://www.perlfoundation.org/artistic_license_2_0',
467 bsd => 'http://opensource.org/licenses/BSD-3-Clause',
468 # unrestricted => 'http://creativecommons.org/publicdomain/zero/1.0/',
469 # open_source => 'http://www.freebsd.org/copyright/freebsd-license.html',
470 # open_source => 'http://www.gnu.org/licenses/fdl-1.2.txt',
471 # open_source => 'http://www.gnu.org/licenses/fdl-1.3.txt',
472 # gpl => 'http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt',
473 # gpl => 'http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt',
474 gpl => 'http://www.gnu.org/licenses/gpl-3.0.txt',
475 # lgpl => 'http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt',
476 lgpl => 'http://www.gnu.org/licenses/lgpl-3.0.txt',
477 mit => 'http://www.opensource.org/licenses/mit-license.php',
478 # mozilla => 'http://www.mozilla.org/MPL/MPL-1.0.txt',
479 # mozilla => 'http://www.mozilla.org/MPL/MPL-1.1.txt',
480 mozilla => 'http://www.mozilla.org/MPL/2.0/index.txt',
481 # restrictive => '',
482 # open_source => 'http://www.openssl.org/source/license.html',
483 perl => 'http://dev.perl.org/licenses/',
484 # open_source => 'http://www.opensource.org/licenses/postgresql',
485 # open_source => 'http://trolltech.com/products/qt/licenses/licensing/qpl',
486 # unrestricted => 'http://h71000.www7.hp.com/doc/83final/BA554_90007/apcs02.html',
487 # open_source => 'http://www.openoffice.org/licenses/sissl_license.html',
488 # open_source => 'http://www.zlib.net/zlib_license.html',
473489 );
474490
475491 sub license {
510526 my @phrases = (
511527 '(?:under )?the same (?:terms|license) as (?:perl|the perl (?:\d )?programming language)' => 'perl', 1,
512528 '(?:under )?the terms of (?:perl|the perl programming language) itself' => 'perl', 1,
513 'Artistic and GPL' => 'perl', 1,
514 'GNU general public license' => 'gpl', 1,
515 'GNU public license' => 'gpl', 1,
516 'GNU lesser general public license' => 'lgpl', 1,
517 'GNU lesser public license' => 'lgpl', 1,
518 'GNU library general public license' => 'lgpl', 1,
519 'GNU library public license' => 'lgpl', 1,
520 'GNU Free Documentation license' => 'unrestricted', 1,
521 'GNU Affero General Public License' => 'open_source', 1,
529
530 # the following are relied on by the test system even if they are wrong :(
522531 '(?:Free)?BSD license' => 'bsd', 1,
523532 'Artistic license 2\.0' => 'artistic_2', 1,
524 'Artistic license' => 'artistic', 1,
525 'Apache (?:Software )?license' => 'apache', 1,
526 'GPL' => 'gpl', 1,
527533 'LGPL' => 'lgpl', 1,
528 'BSD' => 'bsd', 1,
529 'Artistic' => 'artistic', 1,
530534 'MIT' => 'mit', 1,
531 'Mozilla Public License' => 'mozilla', 1,
532 'Q Public License' => 'open_source', 1,
533 'OpenSSL License' => 'unrestricted', 1,
534 'SSLeay License' => 'unrestricted', 1,
535 'zlib License' => 'open_source', 1,
536 'proprietary' => 'proprietary', 0,
535
536 ## from Software-License
537 'The GNU Affero General Public License, Version 3, November 2007' => 'open_source', 1,
538 'The Apache Software License, Version 1.1' => 'apache', 1,
539 'The Apache License, Version 2.0, January 2004' => 'apache', 1,
540 'The Artistic License 1.0' => 'artistic', 1,
541 'The Artistic License 2.0 (GPL Compatible)' => 'artistic_2', 1,
542 'The (three-clause) BSD License' => 'bsd', 1,
543 'CC0 License' => 'unrestricted', 1,
544 'The (two-clause) FreeBSD License' => 'open_source', 1,
545 'GNU Free Documentation License v1.2' => 'open_source', 1,
546 'GNU Free Documentation License v1.3' => 'open_source', 1,
547 'The GNU General Public License, Version 1, February 1989' => 'gpl', 1,
548 'The GNU General Public License, Version 2, June 1991' => 'gpl', 1,
549 'The GNU General Public License, Version 3, June 2007' => 'gpl', 1,
550 'The GNU Lesser General Public License, Version 2.1, February 1999' => 'lgpl', 1,
551 'The GNU Lesser General Public License, Version 3, June 2007' => 'lgpl', 1,
552 'The MIT (X11) License' => 'mit', 1,
553 'The Mozilla Public License 1.0' => 'mozilla', 1,
554 'The Mozilla Public License 1.1' => 'mozilla', 1,
555 'Mozilla Public License Version 2.0' => 'mozilla', 1,
556 '"No License" License' => 'restrictive', 1,
557 'OpenSSL License' => 'open_source', 1,
558 'the same terms as the perl 5 programming language system itself' => 'perl', 1,
559 'The PostgreSQL License' => 'open_source', 1,
560 'The Q Public License, Version 1.0' => 'open_source', 1,
561 'Original SSLeay License' => 'unrestricted', 1,
562 'Sun Internet Standards Source License (SISSL)' => 'open_source', 1,
563 'The zlib License' => 'open_source', 1,
537564 );
565
538566 while ( my ($pattern, $license, $osi) = splice(@phrases, 0, 3) ) {
539567 $pattern =~ s#\s+#\\s+#gs;
540568 if ( $license_text =~ /\b$pattern\b/i ) {
704732 my @yaml = Parse::CPAN::Meta::LoadFile('META.yml');
705733 my $meta = $yaml[0];
706734
707 # Overwrite the non-configure dependency hashs
735 # Overwrite the non-configure dependency hashes
708736 delete $meta->{requires};
709737 delete $meta->{build_requires};
710738 delete $meta->{recommends};
719747 }
720748
721749 1;
750
751 __END__
752
753 #line 766
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.08';
8 $VERSION = '1.10';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
2626 }
2727
2828 1;
29
30 __END__
31
32 #line 45
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.08';
8 $VERSION = '1.10';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
6161 }
6262
6363 1;
64
65 __END__
66
67 #line 80
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.08';
8 $VERSION = '1.10';
99 @ISA = qw{Module::Install::Base};
1010 $ISCORE = 1;
1111 }
6060 }
6161
6262 1;
63
64 __END__
65
66 #line 79
1616 # 3. The ./inc/ version of Module::Install loads
1717 # }
1818
19 use 5.005;
19 use 5.006;
2020 use strict 'vars';
2121 use Cwd ();
2222 use File::Find ();
3030 # This is not enforced yet, but will be some time in the next few
3131 # releases once we can make sure it won't clash with custom
3232 # Module::Install extensions.
33 $VERSION = '1.08';
33 $VERSION = '1.10';
3434
3535 # Storage for the pseudo-singleton
3636 $MAIN = undef;
155155 sub autoload {
156156 my $self = shift;
157157 my $who = $self->_caller;
158 my $cwd = Cwd::cwd();
158 my $cwd = Cwd::getcwd();
159159 my $sym = "${who}::AUTOLOAD";
160160 $sym->{$cwd} = sub {
161 my $pwd = Cwd::cwd();
161 my $pwd = Cwd::getcwd();
162162 if ( my $code = $sym->{$pwd} ) {
163163 # Delegate back to parent dirs
164164 goto &$code unless $cwd eq $pwd;
238238
239239 # ignore the prefix on extension modules built from top level.
240240 my $base_path = Cwd::abs_path($FindBin::Bin);
241 unless ( Cwd::abs_path(Cwd::cwd()) eq $base_path ) {
241 unless ( Cwd::abs_path(Cwd::getcwd()) eq $base_path ) {
242242 delete $args{prefix};
243243 }
244244 return $args{_self} if $args{_self};
337337 if ( $subpath eq lc($subpath) || $subpath eq uc($subpath) ) {
338338 my $content = Module::Install::_read($subpath . '.pm');
339339 my $in_pod = 0;
340 foreach ( split //, $content ) {
340 foreach ( split /\n/, $content ) {
341341 $in_pod = 1 if /^=\w/;
342342 $in_pod = 0 if /^=cut/;
343343 next if ($in_pod || /^=cut/); # skip pod text
433433
434434 # _version is for processing module versions (eg, 1.03_05) not
435435 # Perl versions (eg, 5.8.1).
436 sub _version ($) {
436 sub _version {
437437 my $s = shift || 0;
438438 my $d =()= $s =~ /(\.)/g;
439439 if ( $d >= 2 ) {
449449 return $l + 0;
450450 }
451451
452 sub _cmp ($$) {
452 sub _cmp {
453453 _version($_[1]) <=> _version($_[2]);
454454 }
455455
456456 # Cloned from Params::Util::_CLASS
457 sub _CLASS ($) {
457 sub _CLASS {
458458 (
459459 defined $_[0]
460460 and
466466
467467 1;
468468
469 # Copyright 2008 - 2012 Adam Kennedy.
469
470 __END__
471
472 #line 485
3434 'httpd-port' => 62354,
3535 'httpd-trust' => [],
3636 'scan-homedirs' => undef,
37 'scan-profiles' => undef,
3738 'server' => undef,
3839 'tag' => undef,
3940 'timeout' => 180,
131131 # LWP 6 default behaviour is to check hostname
132132 # Fedora also backported this behaviour change in its LWP5 package, so
133133 # just checking on LWP version is not enough
134 $self->{ua}->ssl_opts(verify_hostname => 0)
134 $self->{ua}->ssl_opts(verify_hostname => 0, SSL_verify_mode => 0)
135135 if $self->{ua}->can('ssl_opts');
136136 } else {
137137 # only IO::Socket::SSL can perform full server certificate validation,
7171 sub _readNumericalOids {
7272 my ($handle) = @_;
7373
74 my $values;
74 my ($values, $last_oid);
7575 while (my $line = <$handle>) {
76 # Get multi-line block
77 while (!eof($handle) && $line =~ /\r\n$/) {
78 $line .= <$handle>;
79 }
80 next unless $line =~ /^(\S+) \s = \s (\S+): \s (.*)/sx;
81 $values->{$1} = [ $2, $3 ];
76
77 if ($line =~ /^
78 (\S+) \s
79 = \s
80 (?:Wrong \s Type \s \(should \s be \s [^:]+\): \s)?
81 ([^:]+): \s
82 (.*)
83 /x
84 ) {
85 my ($oid, $type, $value) = ($1, $2, $3);
86 $values->{$oid} = [ $type, $value ];
87 $last_oid = $oid;
88 next;
89 }
90
91 # potential continuation
92 if ($line !~ /^$/ && $line !~ /= ""$/ && $last_oid) {
93 if ($values->{$last_oid}->[0] eq 'STRING' &&
94 $values->{$last_oid}->[1] !~ /"$/
95 ) {
96 chomp $line;
97 $values->{$last_oid}->[1] .= "\n" . $line;
98 next;
99 }
100 if ($values->{$last_oid}->[0] eq 'Hex-STRING') {
101 chomp $line;
102 $values->{$last_oid}->[1] .= $line;
103 next;
104 }
105 }
106
107 $last_oid = undef;
82108 }
83109
84110 return $values;
112138 'HOST-RESOURCES-MIB::hrDeviceDescr' => '.1.3.6.1.2.1.25.3.2.1.3',
113139 );
114140
115 binmode($handle);
116 my $values;
141 my ($values, $last_oid);
117142 while (my $line = <$handle>) {
118 # Get multi-line block
119 while (!eof($handle) && $line =~ /\r\n$/) {
120 $line .= <$handle>;
121 }
122 next unless $line =~ /^([^.]+) \. ([\d.]+) \s = \s (\S+): \s (.*)/sx;
123 my ($mib, $suffix) = ($1, $2);
124 next unless $prefixes{$mib};
125 my $oid = $prefixes{$mib} . '.' . $suffix;
126 $values->{$oid} = [ $3, $4 ];
127
143
144 if ($line =~ /^
145 ([^.]+) \. ([\d.]+) \s
146 = \s
147 (?:Wrong \s Type \s \(should \s be \s [^:]+\): \s)?
148 ([^:]+): \s
149 (.*)
150 /x
151 ) {
152 my ($mib, $suffix, $type, $value) = ($1, $2, $3, $4);
153
154 if ($prefixes{$mib}) {
155 my $oid = $prefixes{$mib} . '.' . $suffix;
156 $values->{$oid} = [ $type, $value ];
157 $last_oid = $oid;
158 } else {
159 # irrelevant OID
160 $last_oid = undef;
161 }
162
163 next;
164 }
165
166 # potential continuation
167 if ($line !~ /^$/ && $line !~ /= ""$/ && $last_oid) {
168 if ($values->{$last_oid}->[0] eq 'STRING' &&
169 $values->{$last_oid}->[1] !~ /"$/
170 ) {
171 chomp $line;
172 $values->{$last_oid}->[1] .= "\n" . $line;
173 next
174 }
175 if ($values->{$last_oid}->[0] eq 'Hex-STRING' &&
176 $line =~ /^([A-F0-9]{2})( [A-F0-9]{2})?/
177 ) {
178 chomp $line;
179 $values->{$last_oid}->[1] .= $line;
180 next
181 }
182 }
183
184 $last_oid = undef;
128185 }
129186
130187 return $values;
162219 sub _getSanitizedValue {
163220 my ($format, $value) = @_;
164221
165 chomp($value);
166222 if ($format eq 'Hex-STRING') {
167223 $value =~ s/\s//g;
168224 $value = "0x".$value;
169 } else {
170 $value =~ s/"(.*)"/$1/s;
171 $value =~ s/\r\n/\n/g;
225 } elsif ($format eq 'STRING') {
226 $value =~ s/^"//;
227 $value =~ s/"$//;
172228 }
173229
174230 return $value;
1313 # http://forge.fusioninventory.org/issues/379
1414 if ($OSNAME eq 'MSWin32') {
1515 Win32->require();
16 my @osver = Win32::GetOSVersion();
17 return if
18 $osver[4] == 2 &&
19 $osver[1] == 5 &&
20 $osver[2] == 2;
16 return if Win32::GetOSName() eq 'Win2003';
2117 }
2218
2319 return canRun('dmidecode');
11
22 use strict;
33 use warnings;
4
5 use Config;
46
57 use FusionInventory::Agent::Tools;
68 use FusionInventory::Agent::Tools::Solaris;
1719 my $inventory = $params{inventory};
1820 my $logger = $params{logger};
1921
22 my $arch = $Config{Archname} =~ /^i86pc/ ? 'i386' : 'sparc';
23
2024 my ($bios, $hardware);
2125
2226 if (getZone() eq 'global') {
23 my $arch;
2427 if (canRun('showrev')) {
2528 my $infos = _parseShowRev(logger => $logger);
2629 $bios->{SMODEL} = $infos->{'Application architecture'};
2730 $bios->{SMANUFACTURER} = $infos->{'Hardware provider'};
28 $arch = $infos->{'Application architecture'};
29 } else {
30 $arch =
31 getFirstLine(command => 'arch') eq 'i86pc' ? 'i386' : 'unknown';
3231 }
3332
3433 if ($arch eq "i386") {
4948 $bios->{MMODEL} = $motherboardInfos->{'Product'};
5049 $bios->{MSN} = $motherboardInfos->{'Serial Number'};
5150 $bios->{MMANUFACTURER} = $motherboardInfos->{'Manufacturer'};
52 } elsif ($arch =~ /sparc/i) {
51 } else {
5352 my $infos = _parsePrtconf(logger => $logger);
5453 $bios->{SMODEL} = $infos->{'banner-name'};
5554 $bios->{SMODEL} .= " ($infos->{name})" if $infos->{name};
7069 command => $command,
7170 logger => $logger
7271 );
72
73 $hardware->{UUID} = _getUUID(
74 command => '/usr/sbin/zoneadm -z global list -p',
75 logger => $logger
76 );
7377 }
7478 } else {
7579 my $infos = _parseShowRev(logger => $logger);
7680 $bios->{SMANUFACTURER} = $infos->{'Hardware provider'};
7781 $bios->{SMODEL} = "Solaris Containers";
82
83 if ($arch eq 'sparc') {
84 $hardware->{UUID} = _getUUID(
85 command => '/usr/sbin/zoneadm list -p',
86 logger => $logger
87 )
88 }
7889 }
7990
8091 $inventory->setBios($bios);
146157 return $infos;
147158 }
148159
160 sub _getUUID {
161 my (%params) = (
162 command => '/usr/sbin/zoneadm list -p',
163 @_
164 );
165
166 my $line = getFirstLine(%params);
167 return unless $line;
168
169 my @info = split(/:/, $line);
170 my $uuid = $info[4];
171
172 return $uuid;
173 }
174
149175 1;
0 package FusionInventory::Agent::Task::Inventory::Virtualization::XenCitrixServer;
1
2 use strict;
3 use warnings;
4
5 use FusionInventory::Agent::Tools;
6
7 our $runMeIfTheseChecksFailed = ["FusionInventory::Agent::Task::Inventory::Virtualization::Libvirt"];
8
9 sub isEnabled {
10 return canRun('xe');
11 }
12
13 sub doInventory {
14 my (%params) = @_;
15
16 my $inventory = $params{inventory};
17 my $logger = $params{logger};
18
19 my $command = 'xe vm-list';
20 foreach my $machine (_getUUID(command => $command, logger => $logger)) {
21 my $machineextend = _getVirtualMachines(
22 command => "xe vm-param-list uuid=$machine->{UUID}",
23 logger => $logger,
24 );
25 foreach my $key ($machineextend) {
26 $machine->{$key} = $machineextend->{$key};
27 }
28
29 $inventory->addEntry(
30 section => 'VIRTUALMACHINES', entry => $machine
31 );
32 }
33 }
34
35 sub _getUUID {
36
37 my $handle = getFileHandle(@_);
38
39 return unless $handle;
40
41 my @machines;
42 while (my $line = <$handle>) {
43 chomp $line;
44 next unless $line =~ /uuid ( RO)/;
45 my (undef, $uuid) = split(':', $line);
46 chomp $uuid;
47
48 my $machine = {
49 UUID => $uuid,
50 SUBSYSTEM => 'xe',
51 VMTYPE => 'xen',
52 };
53
54 push @machines, $machine;
55
56 }
57 close $handle;
58
59 return @machines;
60 }
61
62 sub _getVirtualMachines {
63
64 my $handle = getFileHandle(@_);
65
66 return unless $handle;
67
68 # xe status
69 my %status_list = (
70 'running' => 'running',
71 'halted' => 'shutdown',
72 );
73
74 my $machine;
75
76 while (my $line = <$handle>) {
77 chomp $line;
78 my ($extendedlabel, $value) = split('\): ', $line);
79 chomp $value;
80 if ($extendedlabel =~ /name-label/) {
81 $machine->{NAME} = $value;
82 next;
83 }
84 if ($extendedlabel =~ /memory-actual/) {
85 $machine->{MEMORY} = ($value / 1048576);
86 next;
87 }
88 if ($extendedlabel =~ /power-state/) {
89 $machine->{STATUS} = $value ? $status_list{$value} : 'off';
90 next;
91 }
92 if ($extendedlabel =~ /VCPUs-number/) {
93 $machine->{VCPU} = $value;
94 next;
95 }
96 if ($extendedlabel =~ /name-description/) {
97 next if $value eq '';
98 $machine->{COMMENT} = $value;
99 next;
100 }
101 }
102
103 return $machine;
104 }
105
106 1;
33 use warnings;
44
55 use English qw(-no_match_vars);
6 use Win32;
67
78 use FusionInventory::Agent::Tools;
89 use FusionInventory::Agent::Tools::Win32;
3738 sub _getCPUs {
3839 my ($logger) = @_;
3940
40 my @dmidecodeInfos = getCpusFromDmidecode();
41 my @dmidecodeInfos = Win32::GetOSName() eq 'Win2003' ?
42 () : getCpusFromDmidecode();
43
4144 # the CPU description in WMI is false, we use the registry instead
4245 my $registryInfos = getRegistryKey(
4346 path => "HKEY_LOCAL_MACHINE/Hardware/Description/System/CentralProcessor",
5959 inventory => $inventory,
6060 is64bit => 1,
6161 logger => $logger
62 );
62 ) if $params{scan_profiles};
6363
6464 my $machKey32 = $Registry->Open('LMachine', {
6565 Access => KEY_READ | KEY_WOW64_32 ## no critic (ProhibitBitwise)
8383 inventory => $inventory,
8484 is64bit => 0,
8585 logger => $logger
86 );
86 ) if $params{scan_profiles};
8787 } else {
8888 my $machKey = $Registry->Open('LMachine', {
8989 Access => KEY_READ
106106 inventory => $inventory,
107107 is64bit => 0,
108108 logger => $logger
109 );
109 ) if $params{scan_profiles};
110110
111111 }
112112
290290 my $name = $params{is64bit} ?
291291 "Internet Explorer (64bit)" : "Internet Explorer";
292292 my $version =
293 $params{machKey}->{"SOFTWARE/Microsoft/Internet Explorer/svcVersion"} ||
293294 $params{machKey}->{"SOFTWARE/Microsoft/Internet Explorer/Version"};
294295
295296 return unless $version; # Not installed
4242 my $entry = $vendor->{devices}->{lc($device->{PRODUCTID})};
4343 if ($entry) {
4444 $device->{CAPTION} = $entry->{name};
45 $device->{NAME} = $entry->{name};
4546 }
4647 }
4748
5657
5758 foreach my $object (getWMIObjects(
5859 class => 'CIM_LogicalDevice',
59 properties => [ qw/DeviceID Name/ ]
60 properties => [ qw/Caption DeviceID Name/ ]
6061 )) {
6162 next unless $object->{DeviceID} =~ /^USB\\VID_(\w+)&PID_(\w+)\\(.*)/;
6263
6364 push @devices, {
65 CAPTION => $object->{Caption},
6466 NAME => $object->{Name},
6567 VENDORID => $1,
6668 PRODUCTID => $2,
155155 my $user;
156156
157157 foreach my $key (
158 "SOFTWARE/Microsoft/Windows/CurrentVersion/Authentication/LogonUI/LastLoggedOnUser",
158159 "SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon/DefaultUserName",
159 "SOFTWARE/Microsoft/Windows/CurrentVersion/Authentication/LogonUI/LastLoggedOnUser"
160160 ) {
161161 $user = encodeFromRegistry($machKey->{$key});
162162 last if $user;
5151 if (not $self->{config}->{'scan-homedirs'}) {
5252 $self->{logger}->debug(
5353 "--scan-homedirs missing. Don't scan user directories"
54 );
55 }
56
57 if (not $self->{config}->{'scan-profiles'}) {
58 $self->{logger}->debug(
59 "--scan-profiles missing. Don't scan user profiles"
5460 );
5561 }
5662
179185 logger => $self->{logger},
180186 registry => $self->{registry},
181187 scan_homedirs => $self->{config}->{'scan-homedirs'},
188 scan_profiles => $self->{config}->{'scan-profiles'},
182189 }
183190 );
184191 if (!$enabled) {
261268 logger => $self->{logger},
262269 registry => $self->{registry},
263270 scan_homedirs => $self->{config}->{'scan-homedirs'},
271 scan_profiles => $self->{config}->{'scan-profiles'},
264272 }
265273 );
266274 $self->{modules}->{$module}->{done} = 1;
441441 # SNMPv3 exception for non-responding host
442442 return if $EVAL_ERROR =~ /^No response from remote host/;
443443 # SNMPv3 exception for invalid credentials
444 return if $EVAL_ERROR =~ /^Received usmStatsWrongDigests/;
444 return if $EVAL_ERROR =~
445 /^Received usmStats(WrongDigests|UnknownUserNames)/;
445446 # other exception
446447 $self->{logger}->error(
447448 "Unable to create SNMP session for $params{ip}: $EVAL_ERROR\n"
2424 7 => 'VIDEO',
2525 );
2626
27 # http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
28 my %sysobjectid_manufacturers = (
29 2 => { manufacturer => 'IBM', type => 'COMPUTER' },
30 9 => { manufacturer => 'Cisco', type => 'NETWORKING' },
31 11 => { manufacturer => 'Hewlett-Packard' },
32 23 => { manufacturer => 'Novell', type => 'COMPUTER' },
33 36 => { manufacturer => 'DEC', type => 'COMPUTER' },
34 42 => { manufacturer => 'Sun', type => 'COMPUTER' },
35 43 => { manufacturer => '3Com', type => 'NETWORKING' },
36 45 => { manufacturer => 'Nortel', type => 'NETWORKING' },
37 63 => { manufacturer => 'Apple', },
38 171 => { manufacturer => 'D-Link', type => 'NETWORKING' },
39 186 => { manufacturer => 'Toshiba', type => 'PRINTER' },
40 207 => { manufacturer => 'Allied', type => 'NETWORKING' },
41 236 => { manufacturer => 'Samsung', type => 'PRINTER' },
42 253 => { manufacturer => 'Xerox', type => 'PRINTER' },
43 289 => { manufacturer => 'Brocade', type => 'NETWORKING' },
44 367 => { manufacturer => 'Ricoh', type => 'PRINTER' },
45 368 => { manufacturer => 'Axis', type => 'NETWORKING' },
46 534 => { manufacturer => 'Eaton', type => 'NETWORKING' },
47 637 => { manufacturer => 'Alcatel-Lucent', type => 'NETWORKING' },
48 641 => { manufacturer => 'Lexmark', type => 'PRINTER' },
49 674 => { manufacturer => 'Dell' },
50 714 => { manufacturer => 'Wyse', type => 'PRINTER' },
51 1139 => { manufacturer => 'EMC', type => 'STORAGE' },
52 1248 => { manufacturer => 'Epson', type => 'PRINTER' },
53 1347 => { manufacturer => 'Kyocera', type => 'PRINTER' },
54 1602 => { manufacturer => 'Canon', type => 'PRINTER' },
55 1805 => { manufacturer => 'Sagem', type => 'NETWORKING' },
56 1872 => { manufacturer => 'Alteon', type => 'NETWORKING' },
57 1916 => { manufacturer => 'Extreme', type => 'NETWORKING' },
58 1981 => { manufacturer => 'EMC', type => 'STORAGE' },
59 1991 => { manufacturer => 'Foundry', type => 'NETWORKING' },
60 2385 => { manufacturer => 'Sharp', type => 'PRINTER' },
61 2435 => { manufacturer => 'Brother', type => 'PRINTER' },
62 2636 => { manufacturer => 'Juniper', type => 'NETWORKING' },
63 2699 => { manufacturer => 'Axis', type => 'PRINTER' },
64 3224 => { manufacturer => 'NetScreen', type => 'NETWORKING' },
65 3977 => { manufacturer => 'Broadband', type => 'NETWORKING' },
66 5596 => { manufacturer => 'Tandberg', type => 'VIDEO' },
67 6027 => { manufacturer => 'Force10', type => 'NETWORKING' },
68 6486 => { manufacturer => 'Alcatel', type => 'NETWORKING' },
69 6889 => { manufacturer => 'Avaya', type => 'NETWORKING' },
70 10418 => { manufacturer => 'Avocent' },
71 16885 => { manufacturer => 'Nortel', type => 'NETWORKING' },
72 18334 => { manufacturer => 'Konica', type => 'PRINTER' },
73 25506 => { manufacturer => 'H3C', type => 'NETWORKING' },
74 );
75
76 my %sysobjectid_models;
27 my %sysobjectid;
7728
7829 my %sysdescr_first_word = (
7930 '3com' => { vendor => '3Com', type => 'NETWORKING' },
248199 },
249200 );
250201
202 my %consumables;
203
251204 my @consumable_type_rules = (
252205 {
253206 match => qr/cyan/i,
272225 {
273226 match => qr/maintenance/i,
274227 value => 'maintenance'
228 },
229 {
230 match => qr/fuser/i,
231 value => 'fuser'
232 },
233 {
234 match => qr/transfer/i,
235 value => 'transfer'
275236 },
276237 );
277238
313274 },
314275 waste => 'WASTETONER',
315276 maintenance => 'MAINTENANCEKIT',
277 fuser => 'FUSERKIT',
278 transfer => 'TRANSFERKIT',
316279 );
317280
318281 # printer-specific page counter variables
344307 # manufacturer, type and model identification attempt, using sysObjectID
345308 my $sysobjectid = $snmp->get('.1.3.6.1.2.1.1.2.0');
346309 if ($sysobjectid) {
347 my $prefix = qr/(?:
348 SNMPv2-SMI::enterprises |
349 iso\.3\.6\.1\.4\.1 |
350 \.1\.3\.6\.1\.4\.1
351 )/x;
352 my ($manufacturer_id, $model_id) =
353 $sysobjectid =~ /^ $prefix \. (\d+) (?: \. (.+) )? $/x;
354 if ($manufacturer_id) {
355 my $result = $sysobjectid_manufacturers{$manufacturer_id};
356 if ($result) {
357 $result->{model} = _getDeviceModel(
358 manufacturer => $result->{manufacturer},
359 id => $model_id,
360 datadir => $datadir,
361 );
362 $device{MANUFACTURER} = $result->{manufacturer};
363 $device{TYPE} = $result->{type} if $result->{type};
364 $device{MODEL} = $result->{model} if $result->{model};
365 }
366 }
310 my ($manufacturer, $type, $model) = _getSysObjectIDInfo(
311 id => $sysobjectid,
312 datadir => $datadir
313 );
314 $device{MANUFACTURER} = $manufacturer if $manufacturer;
315 $device{TYPE} = $type if $type;
316 $device{MODEL} = $model if $model;
367317 }
368318
369319 # vendor and type identification attempt, using sysDescr
452402 return %device;
453403 }
454404
455 sub _getDeviceModel {
405 sub _getSysObjectIDInfo {
456406 my (%params) = @_;
457407
458408 return unless $params{id};
459409
460 # load vendor-specific database if not already done
461 my $manufacturer = lc($params{manufacturer});
462 $manufacturer =~ s/ /_/g;
463 $sysobjectid_models{$manufacturer} = _loadDeviceModels(
464 file => "$params{datadir}/sysobjectid.$manufacturer.ids"
465 ) if !exists $sysobjectid_models{$manufacturer};
466
467 return $sysobjectid_models{$manufacturer}->{$params{id}};
468 }
469
470 sub _loadDeviceModels {
471 my (%params) = @_;
472
473 my $handle = getFileHandle(%params);
410 _loadSysObjectIDDatabase(%params) if !%sysobjectid;
411
412 my $prefix = qr/(?:
413 SNMPv2-SMI::enterprises |
414 iso\.3\.6\.1\.4\.1 |
415 \.1\.3\.6\.1\.4\.1
416 )/x;
417 my ($manufacturer_id, $model_id) =
418 $params{id} =~ /^ $prefix \. (\d+) (?: \. (.+) )? $/x;
419
420 return unless $manufacturer_id;
421 return unless $sysobjectid{$manufacturer_id};
422
423 my ($manufacturer, $type, $model);
424 $manufacturer = $sysobjectid{$manufacturer_id}->{manufacturer};
425 $type = $sysobjectid{$manufacturer_id}->{type};
426 $model = $sysobjectid{$manufacturer_id}->{devices}->{$model_id}
427 if $model_id;
428
429 return ($manufacturer, $type, $model);
430 }
431
432 sub _loadSysObjectIDDatabase {
433 my (%params) = @_;
434
435 return unless $params{datadir};
436
437 my $handle = getFileHandle(file => "$params{datadir}/sysobject.ids");
474438 return unless $handle;
475439
476 my $models;
477
440 my $manufacturer_id;
478441 while (my $line = <$handle>) {
479 chomp $line;
480 my ($id, $name) = split(/\t/, $line);
481 next unless $id;
482 $models->{$id} = $name;
442 if ($line =~ /^\t ([\d.]+) \t (.+)/x) {
443 $sysobjectid{$manufacturer_id}->{devices}->{$1} = $2;
444 }
445
446 if ($line =~ /^(\d+) \t (\S+) (?:\t (\S+))?/x) {
447 $manufacturer_id = $1;
448 $sysobjectid{$manufacturer_id}->{manufacturer} = $2;
449 $sysobjectid{$manufacturer_id}->{type} = $3;
450 }
483451 }
484452
485453 close $handle;
486
487 return $models;
454 }
455
456 sub _loadConsumablesDatabase {
457 my (%params) = @_;
458
459 return unless $params{datadir};
460
461 my $handle = getFileHandle(file => "$params{datadir}/consumables.ids");
462 return unless $handle;
463
464 while (my $line = <$handle>) {
465 next unless $line =~ /(\S+) \t (\S+)/x;
466 $consumables{$1} = $2;
467 }
468
469 close $handle;
488470 }
489471
490472 sub _getSerial {
606588 );
607589
608590 _setPrinterProperties(
609 device => $device,
610 snmp => $snmp,
611 logger => $logger
591 device => $device,
592 snmp => $snmp,
593 logger => $logger,
594 datadir => $params{datadir}
612595 ) if $info{TYPE} && $info{TYPE} eq 'PRINTER';
613596
614597 _setNetworkingProperties(
615598 device => $device,
616599 snmp => $snmp,
617 logger => $logger
600 logger => $logger,
601 datadir => $params{datadir}
618602 ) if $info{TYPE} && $info{TYPE} eq 'NETWORKING';
619603
620604 # convert ports hashref to an arrayref, sorted by interface number
682666 # safety checks
683667 if (! exists $ports->{$value}) {
684668 $logger->error(
685 "invalid interface ID $value while setting IP address, aborting"
669 "no interface with ID $value for IP address $suffix, ignoring"
686670 ) if $logger;
687 last;
671 next;
688672 }
689673 if ($suffix !~ /^$ip_address_pattern$/) {
690674 $logger->error("invalid IP address $suffix") if $logger;
715699 my $current = $snmp->get($current_oid);
716700 next unless defined $max and defined $current;
717701
718 my $value = $current == -3 ?
719 100 : _getPercentValue($max, $current);
720 next unless defined $value;
721
722702 # consumable identification
723703 my $variable =
724 _getConsumableVariableFromDescription($description);
725
704 _getConsumableVariableFromDescription(
705 datadir => $params{datadir},
706 description => $description
707 );
726708 next unless $variable;
709
710 my $value;
711 if ($current == -3) {
712 # OK means 100% for a container, but 0% for a receptacle
713 $value = $variable eq 'WASTETONER' ? 0 : 100;
714 } else {
715 $value = _getPercentValue($max, $current);
716 }
717 next unless defined $value;
727718
728719 $device->{CARTRIDGES}->{$variable} = $value;
729720 }
743734 }
744735
745736 sub _getConsumableVariableFromDescription {
746 my ($description) = @_;
737 my (%params) = @_;
738
739 my $description = $params{description};
740 return unless $description;
741
742 _loadConsumablesDatabase(%params) if !%consumables;
743
744 foreach my $key (keys %consumables) {
745 return $consumables{$key} if $description =~ /$key/;
746 }
747747
748748 # find type
749749 my $type;
224224 return ($exitcode, $buff);
225225 }
226226
227 sub _quotient {
228 my($index, $encoded) = @_;
229
230 # Same as $index * 256 + $product_key ???
231 my $dividend = $index * 256 ^ $encoded; ## no critic (ProhibitBitwise)
232
233 # return modulus and integer quotient
234 return(
235 $dividend % 24,
236 $dividend / 24,
237 );
238 }
239
240 #http://www.perlmonks.org/?node_id=497616
241 # Thanks William Gannon && Charles Clarkson
227 # inspired by http://poshcode.org/4363
242228 sub parseProductKey {
243 my ($key) = @_;
244 return unless $key;
245
246 my @encoded = ( unpack 'C*', $key )[ reverse 52 .. 66 ];
247
248 # Get indices
249 my @indices;
250 foreach ( 0 .. 24 ) {
229 my ($key_string) = @_;
230
231 ## no critic (ProhibitBitwise)
232
233 return unless $key_string;
234
235 my @key_bytes = unpack 'C*', $key_string;
236
237 # check for Windows 8/Office 2013 style key (can contains the letter "N")
238 my $containsN = ($key_bytes[66] >> 3) & 1;
239 $key_bytes[66] = ($key_bytes[66] & 0xF7);
240
241 # length of product key, in chars
242 my $chars_length = 25;
243
244 # length of product key, in bytes
245 my $bytes_length = 15;
246
247 # product key available characters
248 my @letters = qw(B C D F G H J K M P Q R T V W X Y 2 3 4 6 7 8 9);
249
250 # extract bytes 52 to 66
251 my @bytes = @key_bytes[52 .. 66];
252
253 # decoded product key
254 my @chars;
255
256 for (my $i = $chars_length - 1; $i >= 0; $i--) {
251257 my $index = 0;
252
253 # Shift off remainder
254 ( $index, $_ ) = _quotient( $index, $_ ) foreach @encoded;
255
256 # Store index.
257 unshift @indices, $index;
258 }
259
260 # translate base 24 "digits" to characters
261 my $cd_key =
262 join '',
263 qw( B C D F G H J K M P Q R T V W X Y 2 3 4 6 7 8 9 )[ @indices ];
264
265 # Add seperators
266 $cd_key =
267 join '-',
268 $cd_key =~ /(.{5})/g;
269
270 return if $cd_key =~ /^[B-]*$/;
271 return $cd_key;
258 for (my $j = $bytes_length - 1; $j >= 0; $j--) {
259 my $value = ($index << 8) | $bytes[$j];
260 $bytes[$j] = $value / scalar @letters;
261 $index = $value % (scalar @letters);
262 }
263 $chars[$i] = $letters[$index];
264 }
265
266 if ($containsN != 0) {
267 my $first_char = shift @chars;
268 my $first_char_index = 0;
269 for (my $index = 0; $index < scalar @letters; $index++) {
270 next if $first_char ne $letters[$index];
271 $first_char_index = $index;
272 last;
273 }
274
275 splice @chars, $first_char_index, 0, 'N';
276 }
277
278 return sprintf
279 '%s%s%s%s%s-%s%s%s%s%s-%s%s%s%s%s-%s%s%s%s%s-%s%s%s%s%s', @chars;
272280 }
273281
274282 sub getInterfaces {
2020 use FusionInventory::Agent::Tools::Hostname;
2121 use FusionInventory::Agent::XML::Query::Prolog;
2222
23 our $VERSION = '2.3.8';
23 our $VERSION = '2.3.9.1';
2424 our $VERSION_STRING = _versionString($VERSION);
2525 our $AGENT_STRING = "FusionInventory-Agent_v$VERSION";
2626
0 iso.3.6.1.2.1.1.1.0 = STRING: "H3C Comware Platform Software, Software Version 5.20 Release 2208
1 H3C S5500-52C-EI
0 iso.3.6.1.2.1.1.1.0 = STRING: "H3C Comware Platform Software, Software Version 5.20 Release 2208
1 H3C S5500-52C-EI
22 Copyright (c) 2004-2010 Hangzhou H3C Tech. Co., Ltd. All rights reserved."
33 iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.25506.1.2
44 iso.3.6.1.2.1.1.3.0 = Timeticks: (199049804) 23 days, 0:54:58.04
0 C4127X TONERBLACK
1 C4149A TONERBLACK
2 C4150A TONERCYAN
3 C4151A TONERMAGENTA
4 C4152A TONERYELLOW
5 C4154A TRANSFERKIT
6 C4155A FUSERKIT
7 C4191A TONERBLACK
8 C4192A TONERCYAN
9 C4193A TONERMAGENTA
10 C4194A TONERYELLOW
11 C4196A TRANSFERKIT
12 C4197A FUSERKIT
13 C7115X TONERBLACK
14 C8555A TRANSFERKIT
15 C8556A FUSERKIT
16 C8544A CLEANINGKIT
17 C8061X TONERBLACK
18 C8550A TONERBLACK
19 C8551A TONERCYAN
20 C8552A TONERYELLOW
21 C8553A TONERMAGENTA
22 C8560A DRUMBLACK
23 C8561A DRUMCYAN
24 C8562A DRUMYELLOW
25 C8563A DRUMMAGENTA
26 C9700A TONERBLACK
27 C9701A TONERCYAN
28 C9702A TONERYELLOW
29 C9703A TONERMAGENTA
30 C9720A TONERBLACK
31 C9721A TONERCYAN
32 C9722A TONERYELLOW
33 C9723A TONERMAGENTA
34 C9724A TRANSFERKIT
35 C9725A FUSERKIT
36 C9730A TONERBLACK
37 C9731A TONERCYAN
38 C9732A TONERYELLOW
39 C9733A TONERMAGENTA
40 C9734A TRANSFERKIT
41 C9735A FUSERKIT
42 CB540A TONERBLACK
43 CB541A TONERCYAN
44 CB542A TONERYELLOW
45 CB543A TONERMAGENTA
46 CC530A TONERBLACK
47 CC531A TONERCYAN
48 CC532A TONERYELLOW
49 CC533A TONERMAGENTA
50 CE270A TONERBLACK
51 CE271A TONERCYAN
52 CE272A TONERYELLOW
53 CE273A TONERMAGENTA
54 CE285A TONERBLACK
55 CE310A TONERBLACK
56 CE311A TONERCYAN
57 CE312A TONERYELLOW
58 CE313A TONERMAGENTA
59 CE320A TONERBLACK
60 CE321A TONERCYAN
61 CE322A TONERYELLOW
62 CE323A TONERMAGENTA
63 CE400A TONERBLACK
64 CE410A TONERBLACK
65 CE411A TONERCYAN
66 CE412A TONERYELLOW
67 CE413A TONERMAGENTA
68 CE505A TONERBLACK
69 CE505X TONERBLACK
70 CE980A WASTETONER
71 Q3658A TRANSFERKIT
72 Q3655A FUSERKIT
73 Q3960A TONERBLACK
74 Q3961A TONERCYAN
75 Q3962A TONERYELLOW
76 Q3963A TONERMAGENTA
77 Q3971A TONERCYAN
78 Q3972A TONERYELLOW
79 Q3973A TONERMAGENTA
80 Q5950A TONERBLACK
81 Q5951A TONERCYAN
82 Q5952A TONERYELLOW
83 Q5953A TONERMAGENTA
84 Q5942X TONERBLACK
85 Q6470A TONERBLACK
86 Q1338A TONERBLACK
87 Q2429A MAINTENANCEKIT
88 Q2430A MAINTENANCEKIT
89 Q2610A TONERBLACK
90 Q2612A TONERBLACK
91 Q2670A TONERBLACK
92 Q2671A TONERCYAN
93 Q2672A TONERYELLOW
94 Q2681A TONERCYAN
95 Q2682A TONERYELLOW
96 Q2683A TONERMAGENTA
97 Q2773A TONERMAGENTA
98 Q5421A MAINTENANCEKIT
99 Q5422A MAINTENANCEKIT
100 Q6000A TONERBLACK
101 Q6001A TONERCYAN
102 Q6002A TONERYELLOW
103 Q6003A TONERMAGENTA
104 Q6470A TONERBLACK
105 Q6471A TONERCYAN
106 Q6472A TONERYELLOW
107 Q6473A TONERMAGENTA
108 Q6511X TONERBLACK
109 Q7551A TONERBLACK
110 Q7551X TONERBLACK
111 Q7560A TONERBLACK
112 Q7561A TONERCYAN
113 Q7562A TONERYELLOW
114 Q7563A TONERMAGENTA
115 Q7570A TONERBLACK
116 Q7581A TONERCYAN
117 Q7582A TONERYELLOW
118 Q7583A TONERMAGENTA
119 TK-160S TONERBLACK
120 TK-340 TONERBLACK
121 TK-560C TONERCYAN
122 TK-560K TONERBLACK
123 TK-560M TONERMAGENTA
124 TK-560Y TONERYELLOW
125 TK-590C TONERCYAN
126 TK-590K TONERBLACK
127 TK-590M TONERMAGENTA
128 TK-590Y TONERYELLOW
129 TK-3110S TONERBLACK
130 TK-8705C TONERCYAN
131 TK-8705K TONERBLACK
132 TK-8705M TONERMAGENTA
133 TK-8705Y TONERYELLOW
134 TN-320BK TONERBLACK
135 TN-325BK TONERBLACK
136 TN-320Y TONERYELLOW
137 TN-320C TONERCYAN
138 TN-320M TONERMAGENTA
139 006R01395 TONERBLACK
140 006R01396 TONERYELLOW
141 006R01397 TONERMAGENTA
142 006R01398 TONERCYAN
143 006R01457 TONERBLACK
144 006R01458 TONERYELLOW
145 006R01459 TONERMAGENTA
146 006R01460 TONERCYAN
147 008R12896 WASTETONER
148 008R13061 WASTETONER
149 008R13063 FUSERKIT
150 008R13064 TRANSFERKIT
151 008R13086 TRANSFERKIT
152 008R13088 FUSERKIT
153 008R13089 WASTETONER
154 013R00657 TONERBLACK
155 013R00658 TONERYELLOW
156 013R00659 TONERMAGENTA
157 013R00660 TONERCYAN
158 016184500 CLEANINGKIT
159 106R02305 TONERBLACK
160 106R02307 TONERBLACK
161 106R01294 TONERBLACK
162 108R00668 CARTRIDGEBLACK
163 108R00669 CARTRIDGECYAN
164 108R00670 CARTRIDGEMAGENTA
165 108R00671 CARTRIDGEYELLOW
166 108R00672 CARTRIDGEBLACK
167 108R00675 MAINTENANCEKIT
168 108R00676 MAINTENANCEKIT
169 108R00706 CARTRIDGECYAN
170 108R00707 CARTRIDGEMAGENTA
171 108R00708 CARTRIDGEYELLOW
172 108R00709 CARTRIDGEBLACK
173 108R00723 CARTRIDGECYAN
174 108R00724 CARTRIDGEMAGENTA
175 108R00725 CARTRIDGEYELLOW
176 108R00726 CARTRIDGEBLACK
177 108R00727 CARTRIDGEBLACK
178 108R00931 CARTRIDGECYAN
179 108R00932 CARTRIDGEMAGENTA
180 108R00933 CARTRIDGEYELLOW
181 108R00934 CARTRIDGEBLACK
182 108R00935 CARTRIDGEBLACK
183 109R00732 MAINTENANCEKIT
184 109R00751 FUSERKIT
185 109R00754 WASTETONER
186 109R00772 FUSERKIT
187 109R00783 MAINTENANCEKIT
188 109R00784 MAINTENANCEKIT
189 113R00195 TONERBLACK
190 113R00684 TONERBLACK
191 113R00719 TONERCYAN
192 113R00720 TONERMAGENTA
193 113R00721 TONERYELLOW
194 113R00722 TONERBLACK
195 113R00723 TONERCYAN
196 113R00724 TONERMAGENTA
197 113R00725 TONERYELLOW
198 113R00726 TONERBLACK
199 115R00033 MAINTENANCEKIT
200 115R00034 MAINTENANCEKIT
00 #
11 # List of PCI ID's
22 #
3 # Version: 2012.11.11
4 # Date: 2012-11-11 03:15:01
3 # Version: 2014.07.14
4 # Date: 2014-07-14 03:15:01
55 #
66 # Maintained by Martin Mares <mj@ucw.cz> and other volunteers from the
77 # PCI ID Project at http://pci-ids.ucw.cz/.
2020 # device device_name <-- single tab
2121 # subvendor subdevice subsystem_name <-- two tabs
2222
23 0010 Allied Telesis, Inc
23 0010 Allied Telesis, Inc (Wrong ID)
2424 # This is a relabelled RTL-8139
2525 8139 AT-2500TX V3 Ethernet
26 001a Ascend Communications, Inc.
2726 001c PEAK-System Technik GmbH
2827 0001 PCAN-PCI CAN-Bus controller
2928 001c 0004 2 Channel CAN Bus SJC1000
3029 001c 0005 2 Channel CAN Bus SJC1000 (Optically Isolated)
31 0033 Paradyne corp.
3230 003d Lockheed Martin-Marietta Corp
3331 # Real TJN ID is e159, but they got it wrong several times --mj
3432 0059 Tiger Jet Network Inc. (Wrong ID)
3533 0070 Hauppauge computer works Inc.
36 0003 WinTV PVR-250
37 0009 WinTV PVR-150
38 0801 WinTV PVR-150
39 0807 WinTV PVR-150
40 4000 WinTV PVR-350
41 4001 WinTV PVR-250 (v1)
42 4009 WinTV PVR-250
43 4800 WinTV PVR-350
44 4801 WinTV PVR-250 MCE
45 4803 WinTV PVR-250
46 7444 WinTV HVR-1600
4734 7801 WinTV HVR-1800 MCE
48 8003 WinTV PVR-150
49 8801 WinTV PVR-150
50 c108 WinTV-HVR-4400-HD model 1278
51 c801 WinTV PVR-150
52 e807 WinTV PVR-500 MCE (1st tuner)
53 e817 WinTV PVR-500 MCE (2nd tuner)
5435 0071 Nebula Electronics Ltd.
5536 0095 Silicon Image, Inc. (Wrong ID)
5637 0680 Ultra ATA/133 IDE RAID CONTROLLER CARD
5738 # Wrong ID used in subsystem ID of the TELES.S0/PCI 2.x ISDN adapter
5839 00a7 Teles AG (Wrong ID)
59 00f5 BFG Technologies, Inc.
6040 0100 Ncipher Corp Ltd
6141 0123 General Dynamics
6242 # 018a is not LevelOne but there is a board misprogrammed
6646 021b Compaq Computer Corporation
6747 8139 HNE-300 (RealTek RTL8139c) [iPaq Networking]
6848 0270 Hauppauge computer works Inc. (Wrong ID)
69 0291 Davicom Semiconductor, Inc.
70 8212 DM9102A(DM9102AE, SM9102AF) Ethernet 100/10 MBit(Rev 40)
7149 # SpeedStream is Efficient Networks, Inc, a Siemens Company
7250 02ac SpeedStream
7351 1012 1012 PCMCIA 10/100 Ethernet Card [RTL81xx]
74 02e0 XFX Pine Group Inc
7552 0303 Hewlett-Packard Company (Wrong ID)
76 0308 ZyXEL Communications Corporation
53 0308 ZyXEL Communications Corporation (Wrong ID)
7754 0315 SK-Electronics Co., Ltd.
78 0357 TTTech AG
55 0357 TTTech Computertechnik AG (Wrong ID)
7956 000a TTP-Monitoring Card V2.0
80 036f Trigem Computer Inc.
81 0403 Future Technology Devices International Ltd
8257 0432 SCM Microsystems, Inc.
8358 0001 Pluto2 DVB-T Receiver for PCMCIA [EasyWatch MobilSet]
84 0482 Kyocera
85 # vendor code used for (at a minimum) RSA cards
86 04b3 IBM Corp.
87 4001 Remote System Administration device [RSA2]
88 050d Belkin
89 05a9 OmniVision
90 8519 OV519 series
91 05e3 CyberDoor
92 0701 CBD516
93 066f SigmaTel
94 3410 SMTP3410
95 3500 SMTP3500
9659 0675 Dynalink
9760 1700 IS64PH ISDN Adapter
9861 1702 IS64PH ISDN Adapter
9962 1703 ISDN Adapter (PCI Bus, DV, W)
10063 1704 ISDN Adapter (PCI Bus, D, C)
101 069d Hughes Network Systems (HNS)
10264 0721 Sapphire, Inc.
10365 0777 Ubiquiti Networks, Inc.
104 # Atheros, 6th Generation, AR5414, 802.11a, 5GHz
105 3005 XtremeRange5
10666 0795 Wired Inc.
10767 6663 Butane II (MPEG2 encoder board)
10868 6666 MediaPress (MPEG2 encoder board)
109 07ca AVerMedia Technologies Inc.
110 # Expresscard DVB-T tuner sold by Fujitsu for notebooks
111 534a Slim mobile Express DVB-T (Fujitsu)
112 a301 AVerTV 301
113 b808 AVerTV DVB-T Volar (USB 2.0)
114 07d0 ITT Geospatial Systems
11569 07d1 D-Link System Inc
116 07e2 ELMEG Communication Systems GmbH
117 0842 NPG, Personal Grand Technology
118 # Nee Gemplus International, SA
119 08e6 Gemalto NV
120 08ff AuthenTec
121 afe4 [Anchor] AF-S2 FingerLoc Sensor Module
12270 0925 VIA Technologies, Inc. (Wrong ID)
123 1234 VT82C686/A/B USB Controller
124 093a PixArt Imaging Inc.
125 010e Innovage Mini Digital Camera
126 010f SDC-300 Webcam
127 020f Digital Photo Viewer
128 2468 CIF Single Chip
129 2600 PAC7311
130 2603 Philips Webcam SPC500NC
131 2608 Maxell MaxCam RotaWeb
132 2620 C3 Tech Mod. 153
133 09c1 Arris
134 0704 CM 200E Cable Modem
13571 0a89 BREA Technologies Inc
13672 0b0b Rhino Equipment Corp.
13773 0105 Rhino R1T1
14884 0905 R1T3 Single T3 Digital Telephony Card
14985 0906 RCB24FXX 24-channel modular analog telphony card
15086 0a06 RCB672FXX 672-channel modular analog telphony card
151 0b3d Brontes Technologies
152 0ccd TerraTec Electronic GmbH
153 0038 Cinergy T^2 DVB-T Receiver
15487 0e11 Compaq Computer Corporation
15588 0001 PCI to EISA Bridge
15689 0002 PCI to ISA Bridge
258191 c000 Remote Insight Lights-Out Edition
259192 f130 NetFlex-3/P ThunderLAN 1.0
260193 f150 NetFlex-3/P ThunderLAN 2.3
261 0e21 Cowon Systems, Inc.
262194 0e55 HaSoTec GmbH
263195 0eac SHF Communication Technologies AG
264196 0008 Ethernet Powerlink Managing Node 01
377309 005b MegaRAID SAS 2208 [Thunderbolt]
378310 1000 9265 MegaRAID SAS 9265-8i
379311 1000 9266 MegaRAID SAS 9266-8i
312 1000 9267 MegaRAID SAS 9267-8i
380313 1000 9268 MegaRAID SAS 9265CV-8i / 9270CV-8i
314 1000 9269 MegaRAID SAS 9266-4i
315 1000 9270 MegaRAID SAS 9270-8i
316 1000 9271 MegaRAID SAS 9271-8i
317 1000 9272 MegaRAID SAS 9272-8i
318 1000 9273 MegaRAID SAS 9270CV-8i
319 1000 9274 MegaRAID SAS 9270-4i
320 1000 9275 MegaRAID SAS 9271-8iCC
321 1000 9276 MegaRAID SAS 9271-4i
322 1000 9285 MegaRAID SAS 9285-8e
323 1000 9288 MegaRAID SAS 9285CV-8e
324 1000 9290 MegaRAID SAS 9286-8e
325 1000 9291 MegaRAID SAS 9286CV-8e
326 1000 9295 MegaRAID SAS 9286CV-8eCC
381327 1014 040b ServeRAID M5110 SAS/SATA Controller
328 1014 040c ServeRAID M5120 SAS/SATA Controller
382329 1014 0412 ServeRAID M5110e SAS/SATA Controller
383330 1028 1f2d PERC H810 Adapter
384331 1028 1f30 PERC H710 Embedded
388335 1028 1f35 PERC H710 Adapter
389336 1028 1f37 PERC H710 Mini (for blades)
390337 1028 1f38 PERC H710 Mini (for monolithics)
338 15d9 0690 LSI MegaRAID ROMB
339 8086 3510 RMS25PB080 RAID Controller
391340 8086 3513 RMS25CB080 RAID Controller
392341 005c SAS1064A PCI-X Fusion-MPT SAS
393342 005d MegaRAID SAS-3 3108 [Invader]
343 1028 1f41 PERC H830 Adapter
344 1028 1f42 PERC H730P Adapter
345 1028 1f43 PERC H730 Adapter
346 1028 1f47 PERC H730P Mini
347 1028 1f48 PERC H730P Mini (for blades)
348 1028 1f49 PERC H730 Mini
349 1028 1f4a PERC H730 Mini (for blades)
350 1028 1f4d PERC FS33xS
351 1028 1f4f PERC H730P Slim
352 1028 1f54 PERC FS33xD
353 17aa 1052 ThinkServer RAID 720i
354 17aa 1053 ThinkServer RAID 720ix
394355 005e SAS1066 PCI-X Fusion-MPT SAS
395356 005f MegaRAID SAS-3 3008 [Fury]
357 1028 1f44 PERC H330 Adapter
358 1028 1f4b PERC H330 Mini
359 1028 1f4c PERC H330 Mini (for blades)
360 1028 1f4d PERC H330 Embedded (for monolithic)
396361 0060 MegaRAID SAS 1078
397362 1000 1006 MegaRAID SAS 8888ELP
398363 1000 100a MegaRAID SAS 8708ELP
456421 1137 0073 2008 ROMB
457422 1137 00b0 UCSC RAID SAS 2008M-8i
458423 1137 00b1 UCSC RAID SAS 2008M-8i
424 1137 00c2 UCS E-Series Double Wide
425 1137 00c3 UCS E-Series Single Wide
459426 15d9 0400 Supermicro SMC2008-iMR
460427 1734 1177 RAID Ctrl SAS 6G 0/1 (D2607)
428 17aa 1051 ThinkServer RAID 510i
461429 8086 350d RMS2AF040 RAID Controller
462430 8086 9240 RAID Controller RS2WC080
463431 8086 9241 RAID Controller RS2WC040
518486 0095 SAS3108 PCI-Express Fusion-MPT SAS-3
519487 0096 SAS3004 PCI-Express Fusion-MPT SAS-3
520488 0097 SAS3008 PCI-Express Fusion-MPT SAS-3
489 1028 1f45 12GB/s HBA internal
490 1028 1f46 12GB/s HBA external
521491 0407 MegaRAID
522492 1000 0530 MegaRAID 530 SCSI 320-0X RAID Controller
523493 1000 0531 MegaRAID 531 SCSI 320-4X RAID Controller
601571 1028 0533 PowerEdge Expandable RAID Controller 4/QC
602572 8086 0520 MegaRAID RAID Controller SRCU41L
603573 8086 0523 MegaRAID RAID Controller SRCS16
574 3050 SAS2008 PCI-Express Fusion-MPT SAS-2
604575 6001 DX1 Multiformat Broadcast HD/SD Encoder/Decoder
605576 1001 Kolter Electronic
606577 0010 PCI 1616 Measurement card with 32 digital I/O lines
612583 0016 PCI-MFB Analogue I/O board
613584 0017 PROTO-3 PCI Prototyping board
614585 9100 INI-9100/9100W SCSI Host
615 # nee ATI Technologies Inc.
616 1002 Advanced Micro Devices [AMD] nee ATI
617 1314 Wrestler HDMI Audio [Radeon HD 6250/6310]
618 174b 1001 Sapphire PURE Fusion Mini
586 # nee ATI Technologies, Inc.
587 1002 Advanced Micro Devices, Inc. [AMD/ATI]
588 1304 Kaveri
589 1305 Kaveri
590 1306 Kaveri
591 1307 Kaveri
592 1308 Kaveri HDMI/DP Audio Controller
593 1309 Kaveri [Radeon R6/R7 Graphics]
594 130a Kaveri [Radeon R6 Graphics]
595 130b Kaveri [Radeon R4 Graphics]
596 130c Kaveri [Radeon R7 Graphics]
597 130d Kaveri [Radeon R6 Graphics]
598 130e Kaveri [Radeon R5 Graphics]
599 130f Kaveri [Radeon R7 Graphics]
600 1310 Kaveri
601 1311 Kaveri
602 1312 Kaveri
603 1313 Kaveri [Radeon R7 Graphics]
604 1314 Wrestler HDMI Audio
605 174b 1001 PURE Fusion Mini
606 1315 Kaveri [Radeon R5 Graphics]
607 1316 Kaveri [Radeon R5 Graphics]
608 1317 Kaveri
609 1318 Kaveri [Radeon R5 Graphics]
610 131b Kaveri [Radeon R4 Graphics]
611 131c Kaveri [Radeon R7 Graphics]
612 131d Kaveri [Radeon R6 Graphics]
619613 1714 BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]
620614 103c 168b ProBook 4535s
621 3150 M24 1P [Radeon Mobility X600]
615 3150 RV380/M24 [Mobility Radeon X600]
622616 103c 0934 nx8220
623 3151 M24 [FireMV 2400]
624 3152 RV370 [Mobility Radeon X300]
625 3154 M24GL [Mobility FireGL V3200]
626 3171 M24 [FireMV 2400] (Secondary)
627 3e50 RV380 0x3e50 [Radeon X600]
628 3e54 RV380 0x3e54 [FireGL V3200]
617 3151 RV380 GL [FireMV 2400]
618 3152 RV370/M22 [Mobility Radeon X300]
619 3154 RV380/M24 GL [Mobility FireGL V3200]
620 3155 RV380 GL [FireMV 2400]
621 3171 RV380 GL [FireMV 2400] (Secondary)
622 3e50 RV380 [Radeon X600]
623 3e54 RV380 GL [FireGL V3200]
629624 3e70 RV380 [Radeon X600] (Secondary)
630 4136 RS100 [Radeon IGP320(M)]
631 4137 RS200 [Radeon IGP330/340/350]
632 4144 R300 AD [Radeon 9500 Pro]
633 4145 R300 AE [Radeon 9700 Pro]
634 4146 R300 AF [Radeon 9700 Pro]
635 4147 R300 AG [FireGL Z1/X1]
636 4148 R350 AH [Radeon 9800]
637 4149 R350 AI [Radeon 9800]
638 414a R350 AJ [Radeon 9800]
639 414b R350 AK [FireGL X2]
640 4150 RV350 AP [Radeon 9600]
625 4136 RS100 [Mobility IGP 320M]
626 4137 RS200 [Radeon IGP 340]
627 4144 R300 [Radeon 9500]
628 4146 R300 [Radeon 9700 PRO]
629 4147 R300 GL [FireGL Z1]
630 4148 R350 [Radeon 9800/9800 SE]
631 4150 RV350 [Radeon 9550/9600/X1050 Series]
641632 1002 0002 R9600 Pro primary (Asus OEM for HP)
642633 1002 0003 R9600 Pro secondary (Asus OEM for HP)
643634 1002 4722 All-in-Wonder 2006 AGP Edition
644 1458 4024 Giga-Byte GV-R96128D (Primary)
645 148c 2064 PowerColor R96A-C3N
646 148c 2066 PowerColor R96A-C3N
647 174b 7c19 Sapphire Atlantis Radeon 9600 Pro
648 174b 7c29 GC-R9600PRO [Sapphire] (Primary)
635 1458 4024 GV-R96128D
636 148c 2064 R96A-C3N
637 148c 2066 R96A-C3N
638 174b 7c19 Atlantis Radeon 9600 Pro
639 174b 7c29 GC-R9600PRO
649640 17ee 2002 Radeon 9600 256Mb Primary
650641 18bc 0101 GC-R9600PRO (Primary)
651 4151 RV350 AQ [Radeon 9600]
642 4151 RV350 [Radeon 9600 Series]
652643 1043 c004 A9600SE
653 4152 RV350 AR [Radeon 9600]
644 4152 RV360 [Radeon 9600/X1050 Series]
654645 1002 0002 Radeon 9600XT
655646 1002 4772 All-in-Wonder 9600 XT
656647 1043 c002 Radeon 9600 XT TVD
657648 1043 c01a A9600XT/TD
658 174b 7c29 Sapphire Radeon 9600XT
649 1462 9510 RX9600XT (MS-8951)
650 174b 7c29 Radeon 9600XT
659651 1787 4002 Radeon 9600 XT
660 4153 RV350 AS [Radeon 9550]
652 4153 RV350 [Radeon 9550]
661653 1043 010c A9550GE/TD
662654 1462 932c RX9550SE-TD128 (MS-8932)
663 4154 RV350 AT [FireGL T2]
664 4155 RV350 AU [FireGL T2]
665 4156 RV350 AV [FireGL T2]
666 4157 RV350 AW [FireGL T2]
667 4158 68800AX [Mach32]
668 4164 R300 AD [Radeon 9500 Pro] (Secondary)
669 4165 R300 AE [Radeon 9700 Pro] (Secondary)
670 4166 R300 AF [Radeon 9700 Pro] (Secondary)
671 4168 R350 [Radeon 9800] (Secondary)
672 4170 RV350 AP [Radeon 9600] (Secondary)
655 4154 RV350 GL [FireGL T2]
656 4155 RV350 [Radeon 9600]
657 4157 RV350 GL [FireGL T2]
658 4158 68800AX [Graphics Ultra Pro PCI]
659 4164 R300 [Radeon 9500 PRO] (Secondary)
660 4165 R300 [Radeon 9700 PRO] (Secondary)
661 4166 R300 [Radeon 9700 PRO] (Secondary)
662 4168 RV350 [Radeon 9800 SE] (Secondary)
663 4170 RV350 [Radeon 9550/9600/X1050 Series] (Secondary)
673664 1002 0003 R9600 Pro secondary (Asus OEM for HP)
674665 1002 4723 All-in-Wonder 2006 AGP Edition (Secondary)
675 1458 4025 Giga-Byte GV-R96128D (Secondary)
676 148c 2067 PowerColor R96A-C3N (Secondary)
677 174b 7c28 GC-R9600PRO [Sapphire] (Secondary)
666 1458 4025 GV-R96128D (Secondary)
667 148c 2067 R96A-C3N (Secondary)
668 174b 7c28 GC-R9600PRO (Secondary)
678669 17ee 2003 Radeon 9600 256Mb (Secondary)
679670 18bc 0100 GC-R9600PRO (Secondary)
680 4171 RV350 AQ [Radeon 9600] (Secondary)
671 4171 RV350 [Radeon 9600] (Secondary)
681672 1043 c005 A9600SE (Secondary)
682 4172 RV350 AR [Radeon 9600] (Secondary)
673 4172 RV350 [Radeon 9600/X1050 Series] (Secondary)
683674 1002 0003 Radeon 9600XT (Secondary)
684675 1002 4773 All-in-Wonder 9600 XT (Secondary)
685676 1043 c003 A9600XT (Secondary)
686677 1043 c01b A9600XT/TD (Secondary)
687 174b 7c28 Sapphire Radeon 9600XT (Secondary)
678 174b 7c28 Radeon 9600XT (Secondary)
688679 1787 4003 Radeon 9600 XT (Secondary)
689 4173 RV350 AS [Radeon 9550] (Secondary)
680 4173 RV350 [Radeon 9550] (Secondary)
690681 1043 010d A9550GE/TD (Secondary)
691 4237 RS250 [Radeon Mobility 7000 IGP]
692 4242 R200 BB [Radeon All in Wonder 8500DV]
682 4242 R200 [All-In-Wonder Radeon 8500 DV]
693683 1002 02aa Radeon 8500 AIW DV Edition
694 4243 R200 BC [Radeon All in Wonder 8500]
695 4336 RS100 [Radeon IGP320M]
684 4243 R200 PCI Bridge [All-in-Wonder Radeon 8500DV]
685 4336 RS100 [Radeon IGP 320M]
696686 1002 4336 Pavilion ze4300 ATI Radeon Mobility U1 (IGP 320 M)
697687 103c 0024 Pavilion ze4400 builtin Video
698688 161f 2029 eMachines M5312 builtin Video
699 4337 RS200 [Radeon IGP330M/340M/350M]
689 4337 RS200M [Radeon IGP 330M/340M/345M/350M]
700690 1014 053a ThinkPad R40e
701691 103c 0850 Radeon IGP 345M
702692 4341 IXP150 AC'97 Audio Controller
707697 4349 Dual Channel Bus Master PCI IDE Controller
708698 434d IXP AC'97 Modem
709699 4353 SMBus
710 4354 215CT [Mach64 CT]
700 4354 215CT [Mach64 CT PCI]
711701 4358 210888CX [Mach64 CX]
712702 4361 IXP SB300 AC'97 Audio Controller
713703 4363 SMBus
720710 105b 0c81 Realtek ALC 653
721711 107b 0300 MX6421
722712 1462 0131 MS-1013 Notebook
723 4371 IXP SB400 PCI-PCI Bridge
713 4371 IXP SB4x0 PCI-PCI Bridge
724714 103c 308b MX6125
725715 1462 7217 Aspire L250
726 4372 IXP SB400 SMBus Controller
716 4372 IXP SB4x0 SMBus Controller
727717 1025 0080 Aspire 5024WLMMi
728718 103c 2a20 Pavilion t3030.de Desktop PC
729719 103c 308b MX6125
730720 1462 0131 MS-1013 Notebook
731721 1462 7217 Aspire L250
732 4373 IXP SB400 USB2 Host Controller
722 4373 IXP SB4x0 USB2 Host Controller
733723 1025 0080 Aspire 5024WLMMi
734724 103c 2a20 Pavilion t3030.de Desktop PC
735725 103c 308b MX6125
736726 1462 7217 Aspire L250
737 4374 IXP SB400 USB Host Controller
727 4374 IXP SB4x0 USB Host Controller
738728 103c 2a20 Pavilion t3030.de Desktop PC
739729 103c 308b MX6125
740730 1462 7217 Aspire L250
741 4375 IXP SB400 USB Host Controller
731 4375 IXP SB4x0 USB Host Controller
742732 1025 0080 Aspire 5024WLMMi
743733 103c 2a20 Pavilion t3030.de Desktop PC
744734 103c 308b MX6125
745735 1462 7217 Aspire L250
746 4376 IXP SB400 IDE Controller
736 4376 IXP SB4x0 IDE Controller
747737 1025 0080 Aspire 5024WLMMi
748738 103c 2a20 Pavilion t3030.de Desktop PC
749739 103c 308b MX6125
750740 1462 0131 MS-1013 Notebook
751741 1462 7217 Aspire L250
752 4377 IXP SB400 PCI-ISA Bridge
742 4377 IXP SB4x0 PCI-ISA Bridge
753743 1025 0080 Aspire 5024WLMi
754744 103c 2a20 Pavilion t3030.de Desktop PC
755745 103c 308b MX6125
758748 1025 0080 Aspire 5024WLMMi
759749 103c 308b MX6125
760750 1462 0131 MS-1013 Notebook
761 4379 IXP SB400 Serial ATA Controller
751 4379 IXP SB4x0 Serial ATA Controller
762752 1462 7141 Aspire L250
763753 437a IXP SB400 Serial ATA Controller
764754 1002 4379 4379 Serial ATA Controller
776766 1458 b005 Gigabyte GA-MA69G-S3H Motherboard
777767 1462 7327 K9AG Neo2
778768 17f2 5999 KI690-AM2 Motherboard
779 4381 SB400 SATA Controller (RAID 5 mode)
769 4381 SB600 SATA Controller (RAID 5 mode)
780770 4382 SB600 AC97 Audio
781771 4383 SBx00 Azalia (Intel HDA)
772 1019 2120 A785GM-M
782773 103c 1611 Pavilion DM1Z-3000
783774 103c 280a DC5750 Microtower
784775 1043 8230 M3A78-EH Motherboard
790781 17f2 5000 KI690-AM2 Motherboard
791782 4384 SBx00 PCI to PCI Bridge
792783 4385 SBx00 SMBus Controller
784 1019 2120 A785GM-M
793785 103c 1611 Pavilion DM1Z-3000
794786 103c 280a DC5750 Microtower
795787 1043 82ef M3A78-EH Motherboard
798790 1458 4385 GA-MA770-DS3rev2.0 Motherboard
799791 1462 7368 K9AG Neo2
800792 15d9 a811 H8DGU
801 174b 1001 Sapphire PURE Fusion Mini
793 174b 1001 PURE Fusion Mini
802794 17f2 5000 KI690-AM2 Motherboard
803795 4386 SB600 USB Controller (EHCI)
804796 103c 280a DC5750 Microtower
851843 103c 1611 Pavilion DM1Z-3000
852844 1043 82ef M3A78-EH Motherboard
853845 1043 8443 M5A88-V EVO
854 174b 1001 Sapphire PURE Fusion Mini
846 174b 1001 PURE Fusion Mini
855847 4392 SB7x0/SB8x0/SB9x0 SATA Controller [Non-RAID5 mode]
856848 4393 SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode]
857849 4394 SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
858850 4395 SB8x0/SB9x0 SATA Controller [Storage mode]
859851 4396 SB7x0/SB8x0/SB9x0 USB EHCI Controller
852 1019 2120 A785GM-M
860853 103c 1611 Pavilion DM1Z-3000
861854 1043 82ef M3A78-EH Motherboard
862855 1043 8443 M5A88-V EVO
863856 15d9 a811 H8DGU
864 174b 1001 Sapphire PURE Fusion Mini
857 174b 1001 PURE Fusion Mini
865858 4397 SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
859 1019 2120 A785GM-M
866860 103c 1611 Pavilion DM1Z-3000
867861 1043 82ef M3A78-EH Motherboard
868862 1043 8443 M5A88-V EVO
869863 15d9 a811 H8DGU
870 174b 1001 Sapphire PURE Fusion Mini
864 174b 1001 PURE Fusion Mini
871865 4398 SB7x0 USB OHCI1 Controller
866 1019 2120 A785GM-M
872867 1043 82ef M3A78-EH Motherboard
873868 15d9 a811 H8DGU
874869 4399 SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
870 1019 2120 A785GM-M
875871 1043 82ef M3A78-EH Motherboard
876872 1043 8443 M5A88-V EVO
877 174b 1001 Sapphire PURE Fusion Mini
873 174b 1001 PURE Fusion Mini
878874 439c SB7x0/SB8x0/SB9x0 IDE Controller
875 1019 2120 A785GM-M
879876 1043 82ef M3A78-EH Motherboard
880877 439d SB7x0/SB8x0/SB9x0 LPC host controller
878 1019 2120 A785GM-M
881879 103c 1611 Pavilion DM1Z-3000
882880 1043 82ef M3A78-EH Motherboard
883881 1043 8443 M5A88-V EVO
884 174b 1001 Sapphire PURE Fusion Mini
882 174b 1001 PURE Fusion Mini
885883 43a0 SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
886884 43a1 SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
887885 43a2 SB900 PCI to PCI bridge (PCIE port 2)
888886 43a3 SB900 PCI to PCI bridge (PCIE port 3)
889 4437 RS250 [Radeon Mobility 7000 IGP]
887 4437 RS250 [Mobility Radeon 7000 IGP]
890888 4554 210888ET [Mach64 ET]
891889 4654 Mach64 VT
892 4742 3D Rage Pro AGP 1X/2X
890 4742 3D Rage PRO AGP 2X
893891 1002 0040 Rage Pro Turbo AGP 2X
894892 1002 0044 Rage Pro Turbo AGP 2X
895893 1002 0061 Rage Pro AIW AGP 2X
905903 1028 c082 Rage Pro Turbo AGP 2X
906904 8086 4152 Xpert 98D AGP 2X
907905 8086 464a Rage Pro Turbo AGP 2X
908 4744 3D Rage Pro AGP 1X
906 4744 3D Rage PRO AGP 1X
909907 1002 4744 Rage Pro Turbo AGP
910908 8086 4d55 Rage 3D Pro AGP 1X [Intel MU440EX]
911 4747 3D Rage Pro
912 4749 3D Rage Pro
909 4749 3D Rage PRO PCI
913910 1002 0061 Rage Pro AIW
914911 1002 0062 Rage Pro AIW
915 474c Rage XC
916912 474d Rage XL AGP 2X
917913 1002 0004 Xpert 98 RXL AGP 2X
918914 1002 0008 Xpert 98 RXL AGP 2X
925921 474f Rage XL
926922 1002 0008 Rage XL
927923 1002 474f Rage XL
928 4750 3D Rage Pro 215GP
924 4750 3D Rage Pro PCI
929925 1002 0040 Rage Pro Turbo
930926 1002 0044 Rage Pro Turbo
931927 1002 0080 Rage Pro Turbo
932928 1002 0084 Rage Pro Turbo
933929 1002 4750 Rage Pro Turbo
934 4751 3D Rage Pro 215GQ
935 4752 Rage XL
930 4752 Rage XL PCI
936931 0e11 001e Proliant Rage XL
937932 1002 0008 Rage XL
938933 1002 4752 Proliant Rage XL
945940 1028 014a PowerEdge 1750
946941 1028 0165 PowerEdge 750
947942 103c 10e1 NetServer Rage XL
943 103c 3208 ProLiant DL140 G2
948944 107b 6400 6400 Server
949945 1734 007a PRIMERGY RX/TX series onboard VGA
946 1734 1073 Primergy Econel 200 D2020 mainboard
950947 8086 3411 SDS2 Mainboard
951948 8086 3427 S875WP1-E mainboard
952949 8086 5744 S845WD1-E mainboard
953950 4753 Rage XC
954951 1002 4753 Rage XC
955 4754 3D Rage I/II 215GT [Mach64 GT]
956 4755 3D Rage II+ 215GTB [Mach64 GTB]
957 4756 3D Rage IIC 215IIC [Mach64 GT IIC]
952 4754 3D Rage II/II+ PCI [Mach64 GT]
953 4755 Mach64 GTB [3D Rage II+ DVD]
954 4756 3D Rage IIC PCI [Mach64 GT IIC]
958955 1002 4756 Rage IIC
959956 4757 3D Rage IIC AGP
960957 1002 4757 Rage IIC AGP
963960 1028 4082 Rage 3D IIC
964961 1028 8082 Rage 3D IIC
965962 1028 c082 Rage 3D IIC
966 4758 210888GX [Mach64 GX]
967 4759 3D Rage IIC
963 4758 210888GX [Mach64 GX PCI]
964 4759 3D Rage IIC PCI
968965 475a 3D Rage IIC AGP
969966 1002 0084 Rage 3D Pro AGP 2x XPERT 98
970967 1002 0087 Rage 3D IIC
971968 1002 475a Rage IIC AGP
972 4964 RV250 Id [Radeon 9000]
973 4965 RV250 Ie [Radeon 9000]
974 4966 R250 If [Radeon 9000]
969 4966 RV250 [Radeon 9000 Series]
975970 10f1 0002 RV250 If [Tachyon G9000 PRO]
976971 148c 2039 RV250 If [Radeon 9000 Pro "Evil Commando"]
977972 1509 9a00 RV250 If [Radeon 9000 "AT009"]
978973 1681 0040 RV250 If [3D prophet 9000]
979 174b 7176 RV250 If [Sapphire Radeon 9000 Pro]
974 174b 7176 Radeon 9000 Pro
980975 174b 7192 RV250 If [Radeon 9000 "Atlantis"]
981976 17af 2005 RV250 If [Excalibur Radeon 9000 Pro]
982977 17af 2006 RV250 If [Excalibur Radeon 9000]
983 4967 RV250 Ig [Radeon 9000]
984978 496e RV250 [Radeon 9000] (Secondary)
985 4a48 R420 JH [Radeon X800]
986 4a49 R420 JI [Radeon X800PRO]
987 4a4a R420 JJ [Radeon X800SE]
988 4a4b R420 JK [Radeon X800]
989 4a4c R420 JL [Radeon X800]
990 4a4d R420 JM [FireGL X3]
991 4a4e R420 JN [Mobility Radeon 9800]
992 4a4f R420 [Radeon X800 AGP]
993 4a50 R420 JP [Radeon X800XT]
994 4a54 R420 [Radeon X800 VE]
979 4a49 R420 [Radeon X800 PRO/GTO AGP]
980 174b 2620 R420 [Radeon X800 GTO AGP]
981 4a4a R420 [Radeon X800 GT AGP]
982 4a4b R420 [Radeon X800 AGP Series]
983 4a4d R420 GL [FireGL X3-256]
984 4a4e RV420/M18 [Mobility Radeon 9800]
985 4a4f R420 [Radeon X850 AGP]
986 4a50 R420 [Radeon X800 XT Platinum Edition AGP]
987 4a54 R420 [Radeon X800 VE AGP]
988 1002 4422 All-In-Wonder X800 VE AGP
995989 4a69 R420 [Radeon X800 PRO/GTO] (Secondary)
996990 4a6a R420 [Radeon X800] (Secondary)
997 4a6b R420 [Radeon X800] (Secondary)
998 4a70 R420 [X800XT-PE] (Secondary)
991 4a6b R420 [Radeon X800 XT AGP] (Secondary)
992 4a70 R420 [Radeon X800 XT Platinum Edition AGP] (Secondary)
999993 4a74 R420 [Radeon X800 VE] (Secondary)
1000 4b48 R481 [Radeon X850 PCIe]
1001 4b49 R480 [Radeon X850XT]
1002 4b4a R480 [Radeon X850SE AGP]
1003 4b4b R480 [Radeon X850Pro]
1004 4b4c R481 [Radeon X850XT-PE]
1005 4b69 R480 [Radeon X850XT] (Secondary)
1006 4b6b R480 [Radeon X850Pro] (Secondary)
1007 4b6c R481 [Radeon X850XT-PE] (Secondary)
1008 4c42 3D Rage LT Pro AGP-133
994 4b49 R481 [Radeon X850 XT AGP]
995 4b4b R481 [Radeon X850 PRO AGP]
996 4b4c R481 [Radeon X850 XT Platinum Edition AGP]
997 4b69 R481 [Radeon X850 XT AGP] (Secondary)
998 4b6b R481 [Radeon X850 PRO AGP] (Secondary)
999 4b6c R481 [Radeon X850 XT Platinum Edition AGP] (Secondary)
1000 4c42 3D Rage LT PRO AGP 2X
10091001 0e11 b0e7 Rage LT Pro (Compaq Presario 5240)
10101002 0e11 b0e8 Rage 3D LT Pro
10111003 0e11 b10e 3D Rage LT Pro (Compaq Armada 1750)
10141006 1002 4c42 Rage LT Pro AGP 2X
10151007 1002 8001 Rage LT Pro AGP 2X
10161008 1028 0085 Rage 3D LT Pro
1017 4c44 3D Rage LT Pro AGP-66
1018 4c45 Rage Mobility M3 AGP
1019 4c46 Rage Mobility M3 AGP 2x
1009 4c46 Rage Mobility 128 AGP 2X/Mobility M3
10201010 1002 0155 IBM Thinkpad A22p
10211011 1014 0155 IBM Thinkpad A22p
10221012 1028 00b1 Latitude C600
1023 4c47 3D Rage LT-G 215LG
1024 4c49 3D Rage LT Pro
1013 4c47 3D Rage IIC PCI / Mobility Radeon 7500/7500C
1014 4c49 3D Rage LT PRO PCI
10251015 1002 0004 Rage LT Pro
10261016 1002 0040 Rage LT Pro
10271017 1002 0044 Rage LT Pro
10281018 1002 4c49 Rage LT Pro
1029 4c4d Rage Mobility P/M AGP 2x
1019 4c4d Rage Mobility AGP 2x Series
10301020 0e11 b111 Armada M700
10311021 0e11 b160 Armada E500
10321022 1002 0084 Xpert 98 AGP 2X (Mobility)
10351025 1028 00bb Latitude CPx
10361026 1179 ff00 Satellite 1715XCDS laptop
10371027 13bd 1019 PC-AR10
1038 4c4e Rage Mobility L AGP 2x
1039 4c50 3D Rage LT Pro
1028 4c50 3D Rage LT PRO PCI
10401029 1002 4c50 Rage LT Pro
1041 4c51 3D Rage LT Pro
1042 4c52 Rage Mobility P/M
1030 4c52 Rage Mobility-M1 PCI
10431031 1033 8112 Versa Note VXi
1044 4c53 Rage Mobility L
10451032 4c54 264LT [Mach64 LT]
1046 4c57 RV200 [Mobility Radeon 7500]
1033 4c57 RV200/M7 [Mobility Radeon 7500]
10471034 1014 0517 ThinkPad T30
1048 1014 0530 ThinkPad T42 2373-4WU
1035 1014 0530 ThinkPad T4x Series
10491036 1028 00e6 Radeon Mobility M7 LW (Dell Inspiron 8100)
10501037 1028 012a Latitude C640
10511038 1043 1622 Mobility Radeon M7 (L3C/S)
10521039 144d c006 Radeon Mobility M7 LW in vpr Matrix 170B4
1053 4c58 Radeon RV200 LX [Mobility FireGL 7800 M7]
1054 4c59 RV100 LY [Mobility Radeon 7000]
1040 4c58 RV200/M7 GL [Mobility FireGL 7800]
1041 4c59 RV100/M6 [Rage/Radeon Mobility Series]
10551042 0e11 b111 Evo N600c
10561043 1014 0235 ThinkPad A30/A30p (2652/2653)
10571044 1014 0239 ThinkPad X22/X23/X24
10591046 104d 80e7 VAIO PCG-GR214EP/GR214MP/GR215MP/GR314MP/GR315MP
10601047 104d 8140 PCG-Z1SP laptop
10611048 1509 1930 Medion MD9703
1062 4c5a RV100 LZ [Mobility Radeon 7000]
1063 4c64 Radeon RV250 Ld [Radeon Mobility 9000 M9]
1064 4c65 Radeon RV250 Le [Radeon Mobility 9000 M9]
1065 4c66 Radeon RV250 [Mobility FireGL 9000]
1049 4c66 RV250/M9 GL [Mobility FireGL 9000/Radeon 9000]
10661050 1014 054d ThinkPad T41
1067 4c67 Radeon RV250 Lg [Radeon Mobility 9000 M9]
1068 # Secondary chip to the Lf
1069 4c6e Radeon RV250 Ln [Radeon Mobility 9000 M9] (Secondary)
1070 4d46 Rage Mobility M4 AGP
1071 4d4c Rage Mobility M4 AGP
1051 4c6e RV250/M9 [Mobility Radeon 9000] (Secondary)
1052 4d46 Rage Mobility 128 AGP 4X/Mobility M4
10721053 4d52 Theater 550 PRO PCI [ATI TV Wonder 550]
10731054 4d53 Theater 550 PRO PCIe
1074 4e44 Radeon R300 ND [Radeon 9700 Pro]
1055 4e44 R300 [Radeon 9700/9700 PRO]
10751056 1002 515e Radeon ES1000
10761057 1002 5965 Radeon ES1000
1077 4e45 Radeon R300 NE [Radeon 9500 Pro]
1058 4e45 R300 [Radeon 9500 PRO/9700]
10781059 1002 0002 Radeon R300 NE [Radeon 9500 Pro]
10791060 1681 0002 Hercules 3D Prophet 9500 PRO [Radeon 9500 Pro]
1080 4e46 R300 NF [Radeon 9600 TX]
1081 4e47 Radeon R300 NG [FireGL X1]
1082 4e48 Radeon R350 [Radeon 9800 Pro]
1083 4e49 Radeon R350 [Radeon 9800]
1084 4e4a R360 NJ [Radeon 9800 XT]
1061 4e46 R300 [Radeon 9600 TX]
1062 4e47 R300 GL [FireGL X1]
1063 4e48 R350 [Radeon 9800 Series]
1064 4e49 R350 [Radeon 9800]
1065 4e4a R360 [Radeon 9800 XXL/XT]
10851066 1002 4e4a R360 [Radeon 9800 XT]
1086 4e4b R350 NK [FireGL X2]
1087 4e50 RV350 [Mobility Radeon 9600 M10]
1067 4e4b R350 GL [FireGL X2 AGP Pro]
1068 4e50 RV350/M10 [Mobility Radeon 9600 PRO Turbo]
10881069 1025 005a TravelMate 290
10891070 103c 088c NC8000 laptop
10901071 103c 0890 NC6000 laptop
10911072 144d c00c P35 notebook
10921073 1462 0311 MSI M510A
10931074 1734 1055 Amilo M1420W
1094 4e51 RV350 NQ [Mobility Radeon 9600]
1095 4e52 RV350 [Mobility Radeon 9600 M10]
1075 4e51 RV350 [Radeon 9550/9600/X1050 Series]
1076 4e52 RV350/M10 [Mobility Radeon 9500/9700 SE]
10961077 144d c00c P35 notebook
1097 4e53 RV350 NS [Mobility Radeon 9600]
1098 4e54 M10 NT [FireGL Mobility T2]
1099 4e56 M11 NV [FireGL Mobility T2e]
1100 4e64 Radeon R300 [Radeon 9700 Pro] (Secondary)
1101 4e65 Radeon R300 [Radeon 9500 Pro] (Secondary)
1078 4e54 RV350/M10 GL [Mobility FireGL T2]
1079 4e56 RV360/M12 [Mobility Radeon 9550]
1080 4e64 R300 [Radeon 9700 PRO] (Secondary)
1081 4e65 R300 [Radeon 9500 PRO] (Secondary)
11021082 1002 0003 Radeon R300 NE [Radeon 9500 Pro]
11031083 1681 0003 Hercules 3D Prophet 9500 PRO [Radeon 9500 Pro] (Secondary)
1104 4e66 RV350 NF [Radeon 9600] (Secondary)
1105 4e67 Radeon R300 [FireGL X1] (Secondary)
1106 4e68 Radeon R350 [Radeon 9800 Pro] (Secondary)
1107 4e69 Radeon R350 [Radeon 9800] (Secondary)
1108 4e6a RV350 NJ [Radeon 9800 XT] (Secondary)
1084 4e66 RV350 [Radeon 9600] (Secondary)
1085 4e67 R300 GL [FireGL X1] (Secondary)
1086 4e68 R350 [Radeon 9800 PRO] (Secondary)
1087 4e69 R350 [Radeon 9800] (Secondary)
1088 4e6a RV350 [Radeon 9800 XT] (Secondary)
11091089 1002 4e6a R360 [Radeon 9800 XT] (Secondary)
11101090 1002 4e71 M10 NQ [Radeon Mobility 9600]
1111 4e71 M10 NQ [Radeon Mobility 9600] (Secondary)
1091 4e71 RV350/M10 [Mobility Radeon 9600] (Secondary)
11121092 4f72 RV250 [Radeon 9000 Series]
1113 4f73 Radeon RV250 [Radeon 9000 Series] (Secondary)
1114 5041 Rage 128 PA/PRO
1115 5042 Rage 128 PB/PRO AGP 2x
1116 5043 Rage 128 PC/PRO AGP 4x
1117 5044 Rage 128 PD/PRO TMDS
1093 4f73 RV250 [Radeon 9000 Series] (Secondary)
1094 5044 All-In-Wonder 128 PCI
11181095 1002 0028 Rage 128 AIW
11191096 1002 0029 Rage 128 AIW
1120 5045 Rage 128 PE/PRO AGP 2x TMDS
1121 5046 Rage 128 PF/PRO AGP 4x TMDS
1097 5046 Rage 128 PRO AGP 4x TMDS
11221098 1002 0004 Rage Fury Pro
11231099 1002 0008 Rage Fury Pro/Xpert 2000 Pro
11241100 1002 0014 Rage Fury Pro
11281104 1002 0048 Rage Fury Pro
11291105 1002 2000 Rage Fury MAXX AGP 4x (TMDS) (VGA device)
11301106 1002 2001 Rage Fury MAXX AGP 4x (TMDS) (Extra device?!)
1131 5047 Rage 128 PG/PRO
1132 5048 Rage 128 PH/PRO AGP 2x
1133 5049 Rage 128 PI/PRO AGP 4x
1134 504a Rage 128 PJ/PRO TMDS
1135 504b Rage 128 PK/PRO AGP 2x TMDS
1136 504c Rage 128 PL/PRO AGP 4x TMDS
1137 504d Rage 128 PM/PRO
1138 504e Rage 128 PN/PRO AGP 2x
1139 504f Rage 128 PO/PRO AGP 4x
1140 5050 Rage 128 PP/PRO TMDS [Xpert 128]
1107 5050 Rage128 [Xpert 128 PCI]
11411108 1002 0008 Xpert 128
1142 5051 Rage 128 PQ/PRO AGP 2x TMDS
1143 5052 Rage 128 PR/PRO AGP 4x TMDS
1144 5053 Rage 128 PS/PRO
1145 5054 Rage 128 PT/PRO AGP 2x
1146 5055 Rage 128 PU/PRO AGP 4x
1147 5056 Rage 128 PV/PRO TMDS
1148 5057 Rage 128 PW/PRO AGP 2x TMDS
1149 5058 Rage 128 PX/PRO AGP 4x TMDS
1150 5144 Radeon R100 QD [Radeon 7200]
1109 5052 Rage 128 PRO AGP 4X TMDS
1110 5144 R100 [Radeon 7200 / All-In-Wonder Radeon]
11511111 1002 0008 Radeon 7000/Radeon VE
11521112 1002 0009 Radeon 7000/Radeon
11531113 1002 000a Radeon 7000/Radeon
11611121 1002 028a Radeon 7000/Radeon
11621122 1002 02aa Radeon AIW
11631123 1002 053a Radeon 7000/Radeon
1164 5145 Radeon R100 QE
1165 5146 Radeon R100 QF
1166 5147 Radeon R100 QG
1167 5148 Radeon R200 QH [Radeon 8500]
1124 5148 R200 GL [FireGL 8800]
11681125 1002 010a FireGL 8800 64Mb
11691126 1002 0152 FireGL 8800 128Mb
11701127 1002 0162 FireGL 8700 32Mb
11711128 1002 0172 FireGL 8700 64Mb
1172 5149 Radeon R200 QI
1173 514a Radeon R200 QJ
1174 514b Radeon R200 QK
1175 514c Radeon R200 QL [Radeon 8500 LE]
1129 514c R200 [Radeon 8500/8500 LE]
11761130 1002 003a Radeon R200 QL [Radeon 8500 LE]
11771131 1002 013a Radeon 8500
11781132 148c 2026 R200 QL [Radeon 8500 Evil Master II Multi Display Edition]
11791133 1681 0010 Radeon 8500 [3D Prophet 8500 128Mb]
1180 174b 7149 Radeon R200 QL [Sapphire Radeon 8500 LE]
1134 174b 7149 Radeon 8500 LE
11811135 1787 0f08 Radeon R200 QL [PowerMagic Radeon 8500]
1182 514d Radeon R200 QM [Radeon 9100]
1183 514e Radeon R200 QN [Radeon 8500LE]
1184 514f Radeon R200 QO [Radeon 8500LE]
1185 5154 R200 QT [Radeon 8500]
1186 5155 R200 QU [Radeon 9100]
1187 5157 RV200 QW [Radeon 7500]
1136 514d R200 [Radeon 9100]
1137 5157 RV200 [Radeon 7500/7500 LE]
11881138 1002 013a Radeon 7500
11891139 1002 0f2b ALL-IN-WONDER VE PCI
11901140 1002 103a Dell Optiplex GX260
11931143 148c 2025 RV200 QW [Radeon 7500 Evil Master Multi Display Edition]
11941144 148c 2036 RV200 QW [Radeon 7500 PCI Dual Display]
11951145 174b 7146 RV200 QW [Radeon 7500 LE]
1196 174b 7147 RV200 QW [Sapphire Radeon 7500LE]
1146 174b 7147 Radeon 7500 LE
11971147 174b 7161 Radeon RV200 QW [Radeon 7500 LE]
11981148 17af 0202 RV200 QW [Excalibur Radeon 7500LE]
1199 5158 RV200 QX [Radeon 7500]
1200 5159 RV100 QY [Radeon 7000/VE]
1149 5159 RV100 [Radeon 7000 / Radeon VE]
12011150 1002 000a Radeon 7000/Radeon VE
12021151 1002 000b Radeon 7000
12031152 1002 0038 Radeon 7000/Radeon VE
12181167 148c 2003 RV100 QY [Radeon 7000 Multi-Display Edition]
12191168 148c 2023 RV100 QY [Radeon 7000 Evil Master Multi-Display]
12201169 174b 0280 Radeon RV100 QY [Radeon 7000/VE]
1221 174b 7112 RV100 QY [Sapphire Radeon VE 7000]
1222 174b 7c28 Sapphire Radeon VE 7000 DDR
1170 174b 7112 Radeon VE 7000
1171 174b 7c28 Radeon VE 7000 DDR
12231172 1787 0202 RV100 QY [Excalibur Radeon 7000]
12241173 17ee 1001 Radeon 7000 64MB DDR + DVI
1225 515a RV100 QZ [Radeon 7000/VE]
12261174 515e ES1000
12271175 1028 01bb PowerEdge 1955 Embedded ATI ES1000
12281176 1028 01df PowerEdge SC440
12381186 1028 023c PowerEdge R200 Embedded ATI ES1000
12391187 103c 1304 Integrity iLO2 Advanced KVM VGA [AD307A]
12401188 15d9 8680 X7DVL-E-O motherboard
1189 15d9 9680 X7DBN Motherboard
12411190 8086 3476 S5000PSLSATA Server Board
1242 515f ES1000
1243 5168 Radeon R200 Qh
1244 5169 Radeon R200 Qi
1245 516a Radeon R200 Qj
1246 516b Radeon R200 Qk
1247 # This one is not in ATI documentation, but is in XFree86 source code
1248 516c Radeon R200 Ql
1249 5245 Rage 128 RE/SG
1191 5245 Rage 128 GL PCI
12501192 1002 0008 Xpert 128
12511193 1002 0028 Rage 128 AIW
12521194 1002 0029 Rage 128 AIW
12531195 1002 0068 Rage 128 AIW
1254 5246 Rage 128 RF/SG AGP
1196 5246 Rage Fury/Xpert 128/Xpert 2000 AGP 2x
12551197 1002 0004 Magnum/Xpert 128/Xpert 99
12561198 1002 0008 Magnum/Xpert128/X99/Xpert2000
12571199 1002 0028 Rage 128 AIW AGP
12581200 1002 0044 Rage Fury/Xpert 128/Xpert 2000
12591201 1002 0068 Rage 128 AIW AGP
12601202 1002 0448 Rage Fury
1261 5247 Rage 128 RG
1262 524b Rage 128 RK/VR
1263 524c Rage 128 RL/VR AGP
1203 524b Rage 128 VR PCI
1204 524c Rage 128 VR AGP
12641205 1002 0008 Xpert 99/Xpert 2000
12651206 1002 0088 Xpert 99
1266 5345 Rage 128 SE/4x
12671207 5346 Rage 128 SF/4x AGP 2x
12681208 1002 0048 RAGE 128 16MB VGA TVOUT AMC PAL
1269 5347 Rage 128 SG/4x AGP 4x
1270 5348 Rage 128 SH
1271 534b Rage 128 SK/4x
1272 534c Rage 128 SL/4x AGP 2x
1273 534d Rage 128 SM/4x AGP 4x
1209 534d Rage 128 4X AGP 4x
12741210 1002 0008 Xpert 99/Xpert 2000
12751211 1002 0018 Xpert 2000
1276 534e Rage 128 4x
12771212 5354 Mach 64 VT
12781213 1002 5654 Mach 64 reference
1279 5446 Rage 128 Pro Ultra TF
1214 5446 Rage 128 PRO Ultra AGP 4x
12801215 1002 0004 Rage Fury Pro
12811216 1002 0008 Rage Fury Pro/Xpert 2000 Pro
12821217 1002 0018 Rage Fury Pro/Xpert 2000 Pro
12851220 1002 002a Rage 128 AIW Pro AGP
12861221 1002 002b Rage 128 AIW
12871222 1002 0048 Xpert 2000 Pro
1288 544c Rage 128 Pro Ultra TL
1289 5452 Rage 128 Pro Ultra TR
1223 5452 Rage 128 PRO Ultra4XL VR-R AGP
12901224 1002 001c Rage 128 Pro 4XL
12911225 103c 1279 Rage 128 Pro 4XL
1292 5453 Rage 128 Pro Ultra TS
1293 5454 Rage 128 Pro Ultra TT
1294 5455 Rage 128 Pro Ultra TU
1295 5460 RV370 [Mobility Radeon X300]
1226 5460 RV370/M22 [Mobility Radeon X300]
12961227 1775 1100 CR11/VR11 Single Board Computer
1297 5461 RV370 [Mobility Radeon X300]
1298 5462 RV380 [Mobility Radeon X600]
1299 5464 RV370 [Mobility FireGL V3100]
1300 5548 R423 UH [Radeon X800 (PCIE)]
1301 5549 R423 UI [Radeon X800PRO (PCIE)]
1302 554a R423 UJ [Radeon X800LE (PCIE)]
1303 554b R423 UK [Radeon X800SE (PCIE)]
1304 554c R430 [Radeon X800XTP PCIe]
1305 554d R430 [Radeon X800 XL] (PCIe)
1228 5461 RV370/M22 [Mobility Radeon X300]
1229 5462 RV380/M24C [Mobility Radeon X600 SE]
1230 5464 RV370/M22 GL [Mobility FireGL V3100]
1231 5549 R423 [Radeon X800 GTO]
1232 554a R423 [Radeon X800 XT Platinum Edition]
1233 554b R423 [Radeon X800 GT/SE]
1234 1002 0302 Radeon X800 SE
1235 554d R430 [Radeon X800 XL]
1236 1002 0322 All-In-Wonder X800 XL
13061237 1458 2124 GV-R80L256V-B (AGP)
1307 554e R430 [Radeon X800 SE PCIe]
1308 554f R430 [Radeon X800 (PCIE)]
1309 5550 R423 [FireGL V7100]
1310 5551 R423 [FireGL V5100 (PCIE)]
1311 5552 R423 UR [FireGL V5100 (PCIE)]
1312 5554 R423 UT [FireGL V7100 (PCIE)]
1313 5555 R430 GL PRO
1314 5569 R423 UI [Radeon X800PRO (PCIE)] (Secondary)
1315 556b Radeon R423 UK (PCIE) [X800 SE] (Secondary)
1316 556d R430 [Radeon X800 XL] (PCIe) (Secondary)
1238 554e R430 [All-In-Wonder X800 GT]
1239 554f R430 [Radeon X800]
1240 5550 R423 GL [FireGL V7100]
1241 5551 R423 GL [FireGL V5100]
1242 5569 R423 [Radeon X800 PRO] (Secondary)
1243 556b R423 [Radeon X800 GT] (Secondary)
1244 556d R430 [Radeon X800 XL] (Secondary)
13171245 1458 2125 GV-R80L256V-B (AGP)
1318 556f R430 [Radeon X800] (PCIE) (Secondary)
1319 5571 R423GL-SE [FireGL V5100 (PCIE)] (Secondary)
1320 564a M26 [Mobility FireGL V5000]
1321 564b M26 [Mobility FireGL V5000]
1322 564f M26 [Radeon Mobility X700 XL (PCIE)]
1323 5652 M26 [Radeon Mobility X700]
1324 5653 Radeon Mobility X700 (PCIE)
1246 556f R430 [Radeon X800] (Secondary)
1247 5571 R423 GL [FireGL V5100] (Secondary)
1248 564b RV410/M26 GL [Mobility FireGL V5000]
1249 564f RV410/M26 [Mobility Radeon X700 XL]
1250 5652 RV410/M26 [Mobility Radeon X700]
1251 5653 RV410/M26 [Mobility Radeon X700]
13251252 1025 0080 Aspire 5024WLMi
13261253 103c 0940 HP Compaq NW8240 Mobile Workstation
13271254 5654 264VT [Mach64 VT]
13281255 1002 5654 Mach64VT Reference
13291256 5655 264VT3 [Mach64 VT3]
13301257 5656 264VT4 [Mach64 VT4]
1331 5657 Radeon X550/X700 Series (RV410)
1258 5657 RV410 [Radeon X550 XTX / X700]
13321259 5830 RS300 Host Bridge
13331260 5831 RS300 Host Bridge
13341261 5832 RS300 Host Bridge
1335 5833 Radeon 9100 IGP Host Bridge
1262 5833 RS300 Host Bridge
13361263 5834 RS300 [Radeon 9100 IGP]
1337 5835 RS300M AGP [Radeon Mobility 9100IGP]
1338 5838 Radeon 9100 IGP AGP Bridge
1339 5854 Radeon Xpress Series (RS480)
1340 5874 Radeon Xpress Series (RS482)
1264 5835 RS300M [Mobility Radeon 9100 IGP]
1265 5838 RS300 AGP Bridge
1266 5854 RS480 [Radeon Xpress 200 Series] (Secondary)
1267 5874 RS480 [Radeon Xpress 1150] (Secondary)
13411268 5940 RV280 [Radeon 9200 PRO] (Secondary)
13421269 17af 2021 Excalibur Radeon 9250 (Secondary)
13431270 5941 RV280 [Radeon 9200] (Secondary)
1344 1458 4019 Gigabyte Radeon 9200
1345 174b 7c12 Sapphire Radeon 9200
1271 1458 4019 Radeon 9200
1272 174b 7c12 Radeon 9200
13461273 17af 200d Excalibur Radeon 9200
1347 18bc 0050 GeXcube GC-R9200-C3 (Secondary)
1348 5944 RV280 [Radeon 9200 SE (PCI)]
1349 5950 RS480 Host Bridge
1274 18bc 0050 GC-R9200-C3 (Secondary)
1275 5944 RV280 [Radeon 9200 SE PCI]
1276 5950 RS480/RS482/RS485 Host Bridge
13501277 1025 0080 Aspire 5024WLMMi
13511278 103c 280a DC5750 Microtower
13521279 103c 2a20 Pavilion t3030.de Desktop PC
13531280 103c 308b MX6125
13541281 1462 0131 MS-1013 Notebook
13551282 1462 7217 Aspire L250
1356 5951 Radeon Xpress 200 (RS480/RS482/RX480/RX482) Chipset - Host bridge
1357 5952 RD580 [CrossFire Xpress 3200] Chipset Host Bridge
1358 5954 RS480 [Radeon Xpress 200G Series]
1283 5951 RX480/RX482 Host Bridge
1284 5952 RD580 Host Bridge
1285 5954 RS480 [Radeon Xpress 200 Series]
13591286 1002 5954 RV370 [Radeon Xpress 200G Series]
1360 5955 Radeon XPRESS 200M 5955 (PCIE)
1287 5955 RS480M [Mobility Radeon Xpress 200]
13611288 1002 5955 RS480 0x5955 [Radeon XPRESS 200M 5955 (PCIE)]
13621289 103c 308b MX6125
13631290 1462 0131 MS-1013 Notebook
1364 5956 RD790 Northbridge only dual slot PCI-e_GFX and HT3 K8 part
1365 5957 RX780/RX790 Chipset Host Bridge
1291 5956 RD790 Host Bridge
1292 5957 RX780/RX790 Host Bridge
13661293 1849 5957 A770CrossFire Motherboard
1367 5958 RD780 Northbridge only dual slot PCI-e_GFX and HT1 K8 part
1294 5958 RD780 Host Bridge
13681295 5960 RV280 [Radeon 9200 PRO]
13691296 17af 2020 Excalibur Radeon 9250
13701297 5961 RV280 [Radeon 9200]
13711298 1002 2f72 All-in-Wonder 9200 Series
13721299 1019 4c30 Radeon 9200 VIVO
13731300 12ab 5961 YUAN SMARTVGA Radeon 9200
1374 1458 4018 Gigabyte Radeon 9200
1375 174b 7c13 Sapphire Radeon 9200
1301 1458 4018 Radeon 9200
1302 174b 7c13 Radeon 9200
13761303 17af 200c Excalibur Radeon 9200
13771304 18bc 0050 Radeon 9200 Game Buster
1378 18bc 0051 GeXcube GC-R9200-C3
1305 18bc 0051 GC-R9200-C3
13791306 18bc 0053 Radeon 9200 Game Buster VIVO
13801307 5962 RV280 [Radeon 9200]
13811308 5964 RV280 [Radeon 9200 SE]
13821309 1002 5964 Radeon 9200 SE, 64-bit 128MB DDR, 200/166MHz
1383 1043 c006 ASUS Radeon 9200 SE / TD / 128M
1310 1043 c006 Radeon 9200 SE / TD / 128M
13841311 1458 4018 Radeon 9200 SE
13851312 1458 4032 Radeon 9200 SE 128MB
13861313 147b 6191 R9200SE-DT
13871314 148c 2073 CN-AG92E
1388 174b 7c13 Sapphire Radeon 9200 SE
1315 174b 7c13 Radeon 9200 SE
13891316 1787 5964 Excalibur 9200SE VIVO 128M
13901317 17af 2012 Radeon 9200 SE Excalibur
13911318 18bc 0170 Sapphire Radeon 9200 SE 128MB Game Buster
13921319 18bc 0173 GC-R9200L(SE)-C3H [Radeon 9200 Game Buster]
1393 5965 RV280 [FireMV 2200 PCI]
1394 5969 ES1000
1395 5974 RS482 [Radeon Xpress 200]
1320 5965 RV280 GL [FireMV 2200 PCI]
1321 5974 RS482/RS485 [Radeon Xpress 1100/1150]
13961322 103c 280a DC5750 Microtower
13971323 1462 7141 Aspire L250
1398 5975 RS482 [Radeon Xpress 200M]
1399 5978 RD790 PCI to PCI bridge (external gfx0 port A)
1324 5975 RS482M [Mobility Radeon Xpress 200]
1325 5978 RX780/RD790 PCI to PCI bridge (external gfx0 port A)
14001326 1849 5957 A770CrossFire Motherboard
14011327 5979 RD790 PCI to PCI bridge (external gfx0 port B)
14021328 597a RD790 PCI to PCI bridge (PCI express gpp port A)
1403 597b RD790 PCI to PCI bridge (PCI express gpp port B)
1329 597b RX780/RD790 PCI to PCI bridge (PCI express gpp port B)
14041330 597c RD790 PCI to PCI bridge (PCI express gpp port C)
1405 597d RD790 PCI to PCI bridge (PCI express gpp port D)
1331 597d RX780/RD790 PCI to PCI bridge (PCI express gpp port D)
14061332 597e RD790 PCI to PCI bridge (PCI express gpp port E)
14071333 1849 5957 A770CrossFire Motherboard
14081334 597f RD790 PCI to PCI bridge (PCI express gpp port F)
14311357 15d9 a811 H8DGU
14321358 5a20 RD890S PCI Express bridge for GPP2 port 1
14331359 5a23 RD990 I/O Memory Management Unit (IOMMU)
1434 5a33 Radeon Xpress 200 Host Bridge
1435 5a34 RS480 PCI-X Root Port
1436 # Comes in pair with 5a3f
1437 5a36 RS480 PCI Bridge
1438 5a37 RS480 PCI Bridge
1439 5a38 RS480 PCI Bridge
1440 # Comes in pair with 5a38
1441 5a39 RS480 PCI Bridge
1442 5a3f RS480 PCI Bridge
1360 5a31 RC410 Host Bridge
1361 5a33 RS400 Host Bridge
1362 5a34 RS4xx PCI Express Port [ext gfx]
1363 5a36 RC4xx/RS4xx PCI Express Port 1
1364 5a37 RC4xx/RS4xx PCI Express Port 2
1365 5a38 RC4xx/RS4xx PCI Express Port 3
1366 5a39 RC4xx/RS4xx PCI Express Port 4
1367 5a3f RC4xx/RS4xx PCI Bridge [int gfx]
14431368 1462 7217 Aspire L250
14441369 5a41 RS400 [Radeon Xpress 200]
1445 5a42 RS400 [Radeon Xpress 200M]
1446 5a43 Radeon Xpress Series (RS400)
1447 5a61 RC410 [Radeon Xpress 200]
1448 5a62 RC410 [Radeon Xpress 200M]
1449 5a63 Radeon Xpress Series (RC410)
1450 5b60 RV370 5B60 [Radeon X300 (PCIE)]
1370 5a42 RS400M [Radeon Xpress 200M]
1371 5a61 RC410 [Radeon Xpress 200/1100]
1372 5a62 RC410M [Mobility Radeon Xpress 200M]
1373 5b60 RV370 [Radeon X300]
14511374 1043 002a Extreme AX300SE-X
14521375 1043 032e Extreme AX300/TD
14531376 1458 2102 GV-RX30S128D (X300SE)
14551378 1462 0402 RX300SE-TD128E (MS-8940)
14561379 174b 0500 Radeon X300 (PCIE)
14571380 196d 1086 X300SE HM
1458 5b62 RV380 [Radeon X600 (PCIE)]
1459 5b63 RV370 [Radeon X550]
1460 5b64 RV370 5B64 [FireGL V3100 (PCIE)]
1461 5b65 RV370 5B65 [FireGL D1100 (PCIE)]
1381 5b62 RV370 [Radeon X600/X600 SE]
1382 5b63 RV370 [Radeon X300/X550/X1050 Series]
1383 5b64 RV370 GL [FireGL V3100]
1384 5b65 RV370 GL [FireMV 2200]
14621385 5b66 RV370X
1463 5b70 RV370 [Radeon X300SE]
1464 1462 0403 RX300SE-TD128E (MS-8940) (secondary display)
1465 174b 0501 Radeon X300SE
1466 196d 1087 X300SE HM
1467 5b72 RV380 [Radeon X600]
1468 5b73 RV370 secondary [Sapphire X550 Silent]
1469 5b74 RV370 5B64 [FireGL V3100 (PCIE)] (Secondary)
1470 5b75 RV370 5B75 [FireGL D1100 (PCIE)] (Secondary)
1471 5c61 M9+ 5C61 [Radeon Mobility 9200 (AGP)]
1472 5c63 M9+ 5C63 [Radeon Mobility 9200 (AGP)]
1386 5b70 RV370 [Radeon X300 SE]
1387 # RX300SE-TD128E
1388 1462 0403 Radeon X300 SE 128MB DDR
1389 174b 0501 Radeon X300 SE
1390 196d 1087 Radeon X300 SE HyperMemory
1391 5b72 RV380 [Radeon X300/X550/X1050 Series] (Secondary)
1392 5b73 RV370 [Radeon X300/X550/X1050 Series] (Secondary)
1393 5b74 RV370 GL [FireGL V3100] (Secondary)
1394 5b75 RV370 GL [FireMV 2200] (Secondary)
1395 5c61 RV280/M9+ [Mobility Radeon 9200 AGP]
1396 5c63 RV280/M9+ [Mobility Radeon 9200 AGP]
14731397 1002 5c63 Apple iBook G4 2004
14741398 144d c00c P30 notebook
14751399 5d44 RV280 [Radeon 9200 SE] (Secondary)
14761400 1458 4019 Radeon 9200 SE (Secondary)
14771401 1458 4032 Radeon 9200 SE 128MB
14781402 147b 6190 R9200SE-DT (Secondary)
1479 174b 7c12 Sapphire Radeon 9200 SE (Secondary)
1403 174b 7c12 Radeon 9200 SE (Secondary)
14801404 1787 5965 Excalibur 9200SE VIVO 128M (Secondary)
14811405 17af 2013 Radeon 9200 SE Excalibur (Secondary)
14821406 18bc 0171 Radeon 9200 SE 128MB Game Buster (Secondary)
14831407 18bc 0172 GC-R9200L(SE)-C3H [Radeon 9200 Game Buster]
1484 5d45 RV280 [FireMV 2200 PCI] (secondary)
1485 5d48 M28 [Radeon Mobility X800XT]
1486 5d49 M28 [Mobility FireGL V5100]
1487 5d4a Mobility Radeon X800
1488 5d4c Radeon X850 (PCIE)
1489 5d4d R480 [Radeon X850XT Platinum (PCIE)]
1490 5d4e Radeon X850 SE (R480) (PCIE)
1491 5d4f R480 [Radeon X800 GTO (PCIE)]
1492 5d50 R480 [FireGL V7200 (PCIE)]
1493 5d51 R480 GL 12P
1494 5d52 R480 [Radeon X850XT (PCIE)] (Primary)
1408 5d45 RV280 GL [FireMV 2200 PCI] (Secondary)
1409 5d48 R423/M28 [Mobility Radeon X800 XT]
1410 5d49 R423/M28 GL [Mobility FireGL V5100]
1411 5d4a R423/M28 [Mobility Radeon X800]
1412 5d4d R480 [Radeon X850 XT Platinum Edition]
1413 5d4e R480 [Radeon X850 SE]
1414 5d4f R480 [Radeon X800 GTO]
1415 5d50 R480 GL [FireGL V7200]
1416 5d52 R480 [Radeon X850 XT]
14951417 1002 0b12 PowerColor X850XT PCIe (Primary)
1418 5d57 R423 [Radeon X800 XT]
1419 5d6d R480 [Radeon X850 XT Platinum Edition] (Secondary)
1420 5d6f R480 [Radeon X800 GTO] (Secondary)
1421 5d72 R480 [Radeon X850 XT] (Secondary)
14961422 1002 0b13 PowerColor X850XT PCIe (Secondary)
1497 5d57 R423 5F57 [Radeon X800XT (PCIE)]
1498 5d6d R480 [Radeon X850XT Platinum (PCIE)] (Secondary)
1499 5d6f R480 [Radeon X800 GTO (PCIE)] (Secondary)
1500 5d72 R480 [Radeon X850XT (PCIE)] (Secondary)
1501 5d77 R423 5F57 [Radeon X800XT (PCIE)] (Secondary)
1502 5e48 RV410 [FireGL V5000]
1503 5e49 RV410 [FireGL V3300]
1504 5e4a RV410 [Radeon X700XT]
1505 5e4b RV410 [Radeon X700 Pro (PCIE)]
1506 5e4c RV410 [Radeon X700SE]
1507 5e4d RV410 [Radeon X700 (PCIE)]
1508 148c 2116 PowerColor Bravo X700
1423 5d77 R423 [Radeon X800 XT] (Secondary)
1424 5e48 RV410 GL [FireGL V5000]
1425 5e49 RV410 [Radeon X700 Series]
1426 5e4a RV410 [Radeon X700 XT]
1427 5e4b RV410 [Radeon X700 PRO]
1428 5e4c RV410 [Radeon X700 SE]
1429 5e4d RV410 [Radeon X700]
1430 148c 2116 Bravo X700
15091431 5e4f RV410 [Radeon X700]
1510 5e6b RV410 [Radeon X700 Pro (PCIE)] (Secondary)
1511 5e6d RV410 [Radeon X700 (PCIE)] (Secondary)
1512 148c 2117 PowerColor Bravo X700
1513 5f57 R423 [Radeon X800XT (PCIE)]
1514 6600 Mars [Radeon HD 8600/8700M Series]
1515 6601 Mars [Radeon HD 8500/8700M Series]
1516 6606 Mars [Radeon HD 8790M]
1517 6610 Oland [Radeon HD 8600 Series]
1518 6611 Oland [Radeon HD 8500 Series]
1432 1569 1e4f Radeon X550 XT
1433 5e6b RV410 [Radeon X700 PRO] (Secondary)
1434 5e6d RV410 [Radeon X700] (Secondary)
1435 148c 2117 Bravo X700 (Secondary)
1436 5f57 R423 [Radeon X800 XT]
1437 6600 Mars [Radeon HD 8670A/8670M/8750M]
1438 103c 1952 ProBook 455 G1
1439 6601 Mars [Radeon HD 8730M]
1440 103c 2100 FirePro M4100
1441 6602 Mars
1442 6603 Mars
1443 6604 Opal XT [Radeon R7 M265]
1444 6605 Opal PRO [Radeon R7 M260]
1445 6606 Mars XTX [Radeon HD 8790M]
1446 6607 Mars LE [Radeon HD 8530M / R5 M240]
1447 6610 Oland XT [Radeon HD 8670 / R7 250]
1448 1019 0030 Radeon HD 8670
1449 1028 2120 Radeon R7 250
1450 1028 2322 Radeon R7 250
1451 1462 2910 Radeon HD 8670
1452 1462 2911 Radeon HD 8670
1453 1642 3c81 Radeon HD 8670
1454 1642 3c91 Radeon HD 8670
1455 6611 Oland [Radeon HD 8570 / R7 240 OEM]
1456 1028 210b Radeon R5 240 OEM
1457 174b 4248 Radeon R7 240 OEM
1458 174b a240 Radeon R7 240 OEM
1459 1b0a 90d3 Radeon R7 240 OEM
1460 6613 Oland PRO [Radeon R7 240]
1461 1682 7240 R7 240 2048 MB
1462 6620 Mars
1463 6621 Mars PRO
1464 6623 Mars
1465 6631 Oland
1466 6640 Saturn XT [FirePro M6100]
1467 6641 Saturn PRO [Radeon HD 8930M]
1468 6646 Bonaire XT [Radeon R9 M280X]
1469 6647 Bonaire PRO [Radeon R9 M270X]
1470 6649 Bonaire [FirePro W5100]
1471 6650 Bonaire
1472 6651 Bonaire
1473 6658 Bonaire XTX [Radeon R7 260X]
1474 665c Bonaire XT [Radeon HD 7790/8770 / R9 260 OEM]
1475 1043 0452 Radeon HD 7790 DirectCU II OC
1476 # R7790-1GD5/OC
1477 1462 2930 Radeon HD 7790 OC
1478 1462 2932 Radeon HD 8770
1479 1462 2934 Radeon R9 260 OEM
1480 148c 9260 Radeon R9 260 OEM
1481 # FX-779A-CDB4 / FX-779A-CDBC
1482 1682 3310 Radeon HD 7790 Black Edition 2 GB
1483 # 100356OCL / 11210-01-20G
1484 174b e253 Radeon HD 7790 Dual-X OC
1485 1787 2329 Radeon HD 7790 TurboDuo
1486 665d Bonaire [Radeon R7 200 Series]
1487 6660 Sun XT [Radeon HD 8670A/8670M/8690M]
1488 6663 Sun PRO [Radeon HD 8570A/8570M]
1489 1025 0846 Radeon HD 8570A
1490 6664 Jet XT [Radeon R5 M240]
1491 6665 Jet PRO [Radeon R5 M230]
1492 6667 Jet ULT [Radeon R5 M230]
1493 666f Sun LE [Radeon HD 8550M / R5 M230]
1494 6670 Hainan
15191495 6704 Cayman PRO GL [FirePro V7900]
15201496 6707 Cayman LE GL [FirePro V5900]
15211497 6718 Cayman XT [Radeon HD 6970]
15221498 6719 Cayman PRO [Radeon HD 6950]
1523 671d Antilles [AMD Radeon HD 6990]
1524 671f Cayman [Radeon HD 6900 Series]
1525 6720 Blackcomb [Radeon HD 6900M series]
1526 6738 Barts XT [Radeon HD 6800 Series]
1527 6739 Barts PRO [Radeon HD 6800 Series]
1499 671c Antilles [Radeon HD 6990]
1500 671d Antilles [Radeon HD 6990]
1501 671f Cayman CE [Radeon HD 6930]
1502 6720 Blackcomb [Radeon HD 6970M/6990M]
1503 1028 048f Radeon HD 6990M
1504 1028 0490 Alienware M17x R3 Radeon HD 6970M
1505 1028 04a4 FirePro M8900
1506 1028 04ba Radeon HD 6990M
1507 1028 053f FirePro M8900
1508 106b 0b00 Radeon HD 6970M
1509 1558 5102 Radeon HD 6970M
1510 1558 5104 Radeon HD 6990M
1511 1558 7201 Radeon HD 6990M
1512 174b e188 Radeon HD 6970M
1513 6724 Blackcomb [Mobility Radeon HD 6000 series]
1514 6725 Blackcomb [Radeon HD 6900M Series]
1515 6738 Barts XT [Radeon HD 6870]
1516 # HD-687A-ZDFC
1517 1682 3103 Radeon HD 8670
1518 1787 201a Barts XT [Radeon HD 6870 X2]
1519 1787 201b Barts XT [Radeon HD 6870 X2]
1520 6739 Barts PRO [Radeon HD 6850]
15281521 1043 03b4 EAH6850 [Radeon HD 6850]
1529 673e Barts LE [AMD Radeon HD 6700 Series]
1530 6740 Whistler XT [AMD Radeon HD 6700M Series]
1531 6741 Whistler [AMD Radeon HD 6600M Series]
1522 673e Barts LE [Radeon HD 6790]
1523 148c 7720 Radeon HD 7720 OEM
1524 6740 Whistler [Radeon HD 6730M/6770M/7690M XT]
1525 1019 238c Radeon HD 6730M
1526 1019 238e Radeon HD 6730M
1527 1019 2391 Radeon HD 6730M
1528 1019 2392 Radeon HD 6770M
1529 1028 04a3 Precision M4600
1530 1028 053e FirePro M5950
1531 103c 1630 FirePro M5950
1532 103c 1631 FirePro M5950
1533 103c 164b Radeon HD 6730M
1534 103c 164e Radeon HD 6730M
1535 103c 1657 Radeon HD 6770M
1536 103c 1658 Radeon HD 6770M
1537 103c 165a Radeon HD 6770M
1538 103c 165b Radeon HD 6770M
1539 103c 1688 Radeon HD 6770M
1540 103c 1689 Radeon HD 6770M
1541 103c 168a Radeon HD 6770M
1542 103c 185e Radeon HD 7690M XT
1543 103c 3388 Radeon HD 6770M
1544 103c 3389 Radeon HD 6770M
1545 103c 3582 Radeon HD 6770M
1546 103c 366c Radeon HD 6730M
1547 1043 1d02 Radeon HD 6730M
1548 1043 1d12 Radeon HD 6730M
1549 104d 9084 Radeon HD 6730M
1550 104d 9085 Radeon HD 6730M
1551 144d b074 Radeon HD 6730M
1552 144d b077 Radeon HD 6730M
1553 144d b084 Radeon HD 6730M
1554 144d b088 Radeon HD 6730M
1555 17aa 3982 Radeon HD 6730M
1556 6741 Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M]
1557 1019 238e Radeon HD 6650M
1558 1019 238f Radeon HD 6650M
1559 1025 0379 Radeon HD 6650M
1560 1025 037b Radeon HD 6650M
1561 1025 037e Radeon HD 6650M
1562 1025 0382 Radeon HD 6650M
1563 1025 0384 Radeon HD 6650M
1564 1025 0385 Radeon HD 6650M
1565 1025 0386 Radeon HD 6650M
1566 1025 0387 Radeon HD 6650M
1567 1025 0388 Radeon HD 6650M
1568 1025 0442 Radeon HD 6650M
1569 1025 0451 Radeon HD 6650M
1570 1025 0489 Radeon HD 6650M
1571 1025 048b Radeon HD 6650M
1572 1025 048c Radeon HD 6650M
1573 1025 050a Radeon HD 6650M
1574 1025 050b Radeon HD 6650M
1575 1025 050c Radeon HD 6650M
1576 1025 050e Radeon HD 6650M
1577 1025 050f Radeon HD 6650M
1578 1025 0513 Radeon HD 6650M
1579 1025 0514 Radeon HD 6650M
1580 1025 0515 Radeon HD 6650M
1581 1025 0516 Radeon HD 6650M
1582 1025 051e Radeon HD 6650M
1583 1025 051f Radeon HD 6650M
1584 1025 0520 Radeon HD 6650M
1585 1025 0521 Radeon HD 6650M
1586 1025 052a Radeon HD 6650M
1587 1025 0555 Radeon HD 6650M
1588 1025 0556 Radeon HD 6650M
1589 1025 055d Radeon HD 6650M
1590 1025 055e Radeon HD 6650M
1591 1025 056d Radeon HD 6650M
1592 1025 059a Radeon HD 6650M
1593 1025 059b Radeon HD 6650M
1594 1025 059e Radeon HD 6650M
1595 1025 059f Radeon HD 6650M
1596 1025 0600 Radeon HD 6650M
1597 1025 0605 Radeon HD 6650M
1598 1025 0606 Radeon HD 6650M
1599 1025 0619 Radeon HD 6650M
1600 1028 04c1 Radeon HD 6630M
1601 1028 04c5 Radeon HD 6630M
1602 1028 04cd Radeon HD 6630M
1603 1028 04d7 Radeon HD 6630M
1604 1028 04d9 Radeon HD 6630M
1605 1028 052d Radeon HD 6630M
1606 103c 1617 Radeon HD 6650M
1607 103c 1646 Radeon HD 6750M
1608 103c 1647 Radeon HD 6650M
1609 103c 164b Radeon HD 6650M
1610 103c 164e Radeon HD 6650M
1611 103c 1688 Radeon HD 6750M
1612 103c 1689 Radeon HD 6750M
1613 103c 168a Radeon HD 6750M
1614 103c 1860 Radeon HD 7690M
1615 103c 3385 Radeon HD 6630M
1616 103c 3560 Radeon HD 6750M
1617 103c 358d Radeon HD 6750M
1618 103c 3590 Radeon HD 6750M
1619 103c 3593 Radeon HD 6750M
1620 103c 366c Radeon HD 6650M
1621 1043 1cd2 Radeon HD 6650M
1622 1043 2121 Radeon HD 6650M
1623 1043 2122 Radeon HD 6650M
1624 1043 2123 Radeon HD 6650M
1625 1043 2125 Radeon HD 7670M
1626 1043 2127 Radeon HD 7670M
1627 104d 907b Radeon HD 6630M
1628 104d 9080 Radeon HD 6630M
1629 104d 9081 Radeon HD 6630M
15321630 106b 00e2 MacBookPro8,2 [Core i7, 15", Late 2011]
1533 6742 Whistler LE [AMD Radeon HD 6625M Graphics]
1631 1179 fd63 Radeon HD 6630M
1632 1179 fd65 Radeon HD 6630M
1633 144d c093 Radeon HD 6650M
1634 144d c0ac Radeon HD 6650M
1635 144d c0b3 Radeon HD 6750M
1636 144d c539 Radeon HD 6630M
1637 144d c609 Radeon HD 6630M
1638 152d 0914 Radeon HD 6650M
1639 17aa 21e1 Radeon HD 6630M
1640 17aa 3970 Radeon HD 6650M
1641 17aa 3976 Radeon HD 6650M
1642 1854 0907 Radeon HD 6650M
1643 6742 Whistler LE [Radeon HD 6610M/7610M]
1644 1002 6570 Turks [Radeon HD 6570]
1645 1019 2393 Radeon HD 6610M
1646 1043 1d82 K53SK Laptop Radeon HD 7610M
1647 1179 fb22 Radeon HD 7610M
1648 1179 fb23 Radeon HD 7610M
1649 1179 fb27 Radeon HD 7610M
1650 1179 fb2a Radeon HD 7610M
1651 1179 fb2c Radeon HD 7610M
1652 1179 fb30 Radeon HD 7610M
1653 1179 fb31 Radeon HD 7610M
1654 1179 fb32 Radeon HD 7610M
1655 1179 fb38 Radeon HD 7610M
1656 1179 fb39 Radeon HD 7610M
1657 1179 fb3a Radeon HD 7610M
1658 1179 fb3b Radeon HD 7610M
1659 1179 fb40 Radeon HD 7610M
1660 1179 fb41 Radeon HD 7610M
1661 1179 fb47 Radeon HD 7610M
1662 1179 fb48 Radeon HD 7610M
1663 1179 fb49 Radeon HD 7610M
1664 1179 fb51 Radeon HD 7610M
1665 1179 fb52 Radeon HD 7610M
1666 1179 fb53 Radeon HD 7610M
1667 1179 fb56 Radeon HD 7610M
1668 1179 fb81 Radeon HD 7610M
1669 1179 fb82 Radeon HD 7610M
1670 1179 fb83 Radeon HD 7610M
1671 1179 fc56 Radeon HD 7610M
1672 1179 fcd4 Radeon HD 7610M
1673 1179 fcee Radeon HD 7610M
1674 1458 6570 Turks [Radeon HD 6570]
1675 1462 6570 Turks [Radeon HD 6570]
1676 148c 6570 Turks [Radeon HD 6570]
1677 1682 6570 Turks [Radeon HD 6570]
1678 174b 5570 Turks [Radeon HD 5570]
1679 174b 6570 Turks [Radeon HD 6570]
1680 174b 7570 Turks [Radeon HD 7570]
1681 174b 8510 Turks [Radeon HD 8510]
1682 174b 8570 Turks [Radeon HD 8570]
1683 1787 6570 Turks [Radeon HD 6570]
1684 17af 6570 Turks [Radeon HD 6570]
1685 8086 2111 Radeon HD 6625M
15341686 6743 Whistler [Radeon E6760]
1535 6749 Turks [FirePro V4900]
1536 674a Turks [AMD FirePro V3900]
1537 6750 Turks [AMD Radeon HD 6570]
1538 6751 Turks [Radeon HD 7600A Series]
1539 6758 Turks [Radeon HD 6670]
1540 6759 Turks [Radeon HD 6570]
1541 675d Turks [Radeon HD 7500 Series]
1542 6760 Caicos [Radeon HD 6400M/7400M Series]
1687 6749 Turks GL [FirePro V4900]
1688 674a Turks GL [FirePro V3900]
1689 6750 Onega [Radeon HD 6650A/7650A]
1690 1462 2670 Radeon HD 6670A
1691 17aa 3079 Radeon HD 7650A
1692 17aa 307a Radeon HD 6650A
1693 17aa 3087 Radeon HD 7650A
1694 17aa 3618 Radeon HD 6650A
1695 17aa 3623 Radeon HD 6650A
1696 17aa 3627 Radeon HD 6650A
1697 6751 Turks [Radeon HD 7650A/7670A]
1698 1028 0548 Radeon HD 7650A
1699 1462 2671 Radeon HD 7670A
1700 1462 2672 Radeon HD 7670A
1701 1462 2680 Radeon HD 7650A
1702 1462 2681 Radeon HD 7650A
1703 17aa 3087 Radeon HD 7650A
1704 6758 Turks XT [Radeon HD 6670/7670]
1705 1028 0b0e Radeon HD 6670
1706 103c 6882 Radeon HD 6670
1707 1462 250a Radeon HD 7670
1708 148c 7670 Radeon HD 7670
1709 1545 7670 Radeon HD 7670
1710 1682 3300 Radeon HD 7670
1711 174b 7670 Radeon HD 7670
1712 174b e181 Radeon HD 6670
1713 1787 2309 Radeon HD 6670
1714 6759 Turks PRO [Radeon HD 6570/7570/8550]
1715 103c 3130 Radeon HD 6570
1716 1043 0403 Radeon HD 6570
1717 1462 2500 Radeon HD 6570
1718 1462 2509 Radeon HD 7570
1719 148c 7570 Radeon HD 7570
1720 1642 3a67 Radeon HD 6570
1721 1682 3280 Radeon HD 7570
1722 1682 3530 Radeon HD 8550
1723 174b 7570 Radeon HD 7570
1724 174b e142 Radeon HD 6570
1725 174b e181 Radeon HD 6570
1726 1b0a 908f Radeon HD 6570
1727 1b0a 9090 Radeon HD 6570
1728 1b0a 9091 Radeon HD 6570
1729 1b0a 9092 Radeon HD 6570
1730 1b0a 909e Radeon HD 6570
1731 1b0a 90b5 Radeon HD 7570
1732 1b0a 90b6 Radeon HD 7570
1733 675b Turks [Radeon HD 7600 Series]
1734 675d Turks PRO [Radeon HD 7570]
1735 675f Turks LE [Radeon HD 5570/6510/7510/8510]
1736 148c 6510 Radeon HD 6510
1737 148c 6530 Radeon HD 6530
1738 148c 7510 Radeon HD 7510
1739 1545 7570 Radeon HD 7570
1740 174b 6510 Radeon HD 6510
1741 174b 7510 Radeon HD 7510
1742 174b 8510 Radeon HD 8510
1743 1787 2012 Radeon HD 5570 2GB GDDR3
1744 1787 2314 Radeon HD 5570 1GB DDR2/GDDR3
1745 6760 Seymour [Radeon HD 6400M/7400M Series]
1746 1002 0124 Radeon HD 6470M
1747 1002 0134 Radeon HD 6470M
1748 1019 238b Radeon HD 6470M
1749 1019 238e Radeon HD 6470M
1750 1019 2390 Radeon HD 6470M
1751 1019 9985 Radeon HD 6470M
1752 1028 04c1 Radeon HD 6470M
1753 1028 04c3 Radeon HD 6470M
1754 1028 04ca Radeon HD 6470M
1755 1028 04cb Radeon HD 6470M
15431756 1028 04cc Vostro 3350
1757 1028 04d1 Radeon HD 6470M
1758 1028 04d3 Radeon HD 6470M
1759 1028 04d7 Radeon HD 6470M
1760 1028 0502 Radeon HD 6470M
1761 1028 0503 Radeon HD 6470M
1762 1028 0506 Radeon HD 6470M
1763 1028 0507 Radeon HD 6470M
1764 1028 0514 Radeon HD 6470M
1765 1028 051c Radeon HD 6450M
1766 1028 051d Radeon HD 6450M
1767 103c 161a Radeon HD 6470M
1768 103c 161b Radeon HD 6470M
1769 103c 161e Radeon HD 6470M
1770 103c 161f Radeon HD 6470M
1771 103c 1622 Radeon HD 6450M
1772 103c 1623 Radeon HD 6450M
1773 103c 164a Radeon HD 6470M
1774 103c 164d Radeon HD 6470M
1775 103c 1651 Radeon HD 6470M
1776 103c 1656 Radeon HD 6490M
1777 103c 1658 Radeon HD 6490M
1778 103c 1659 Radeon HD 6490M
1779 103c 165b Radeon HD 6490M
1780 103c 165d Radeon HD 6470M
1781 103c 165f Radeon HD 6470M
1782 103c 1661 Radeon HD 6470M
1783 103c 1663 Radeon HD 6470M
1784 103c 1665 Radeon HD 6470M
1785 103c 1667 Radeon HD 6470M
1786 103c 1669 Radeon HD 6470M
1787 103c 166b Radeon HD 6470M
1788 103c 166c Radeon HD 6470M
1789 103c 166e Radeon HD 6470M
1790 103c 1670 Radeon HD 6470M
1791 103c 1672 Radeon HD 6470M
1792 103c 167a Radeon HD 6470M
1793 103c 167b Radeon HD 6470M
1794 103c 167d Radeon HD 6490M
1795 103c 167f Radeon HD 6490M
1796 103c 168c Radeon HD 6470M
1797 103c 168f Radeon HD 6470M
1798 103c 1694 Radeon HD 6470M
1799 103c 1696 Radeon HD 6470M
1800 103c 1698 Radeon HD 6470M
1801 103c 169a Radeon HD 6470M
1802 103c 169c Radeon HD 6490M
1803 103c 1855 Radeon HD 7450M
1804 103c 1859 Radeon HD 7450M
1805 103c 185c Radeon HD 7450M
1806 103c 185d Radeon HD 7470M
1807 103c 185f Radeon HD 7470M
1808 103c 1863 Radeon HD 7450M
1809 103c 355c Radeon HD 6490M
1810 103c 355f Radeon HD 6490M
1811 103c 3563 Radeon HD 6470M
1812 103c 3565 Radeon HD 6470M
1813 103c 3567 Radeon HD 6470M
1814 103c 3569 Radeon HD 6470M
1815 103c 3581 Radeon HD 6490M
1816 103c 3584 Radeon HD 6470M
1817 103c 358c Radeon HD 6490M
1818 103c 358f Radeon HD 6490M
1819 103c 3592 Radeon HD 6490M
1820 103c 3596 Radeon HD 6490M
1821 103c 366b Radeon HD 6470M
1822 103c 3671 FirePro M3900
1823 103c 3673 Radeon HD 6470M
1824 1043 100a Radeon HD 7470M
1825 1043 100c Radeon HD 6470M
1826 1043 101b Radeon HD 6470M
1827 1043 101c Radeon HD 6470M
1828 1043 102a Radeon HD 7450M
1829 1043 102c Radeon HD 6470M
1830 1043 104b Radeon HD 7470M
1831 1043 105d Radeon HD 7470M
1832 1043 106b Radeon HD 7470M
1833 1043 106d Radeon HD 7470M
1834 1043 107d Radeon HD 7470M
1835 1043 1cb2 Radeon HD 6470M
1836 1043 1d22 Radeon HD 6470M
1837 1043 1d32 Radeon HD 6470M
1838 1043 2001 Radeon HD 6470M
1839 1043 2002 Radeon HD 7470M
1840 1043 2107 Radeon HD 7470M
1841 1043 2108 Radeon HD 7470M
1842 1043 2109 Radeon HD 7470M
1843 1043 84a0 Radeon HD 6470M
1844 1043 84e9 Radeon HD 6470M
1845 1043 8515 Radeon HD 7470M
1846 1043 8517 Radeon HD 7470M
1847 1043 855a Radeon HD 7470M
1848 104d 907b Radeon HD 6470M
1849 104d 9081 Radeon HD 6470M
1850 104d 9084 Radeon HD 6470M
1851 104d 9085 Radeon HD 6470M
1852 1179 0001 Radeon HD 6450M
1853 1179 0003 Radeon HD 6450M
1854 1179 0004 Radeon HD 6450M
1855 1179 fb22 Radeon HD 7470M
1856 1179 fb23 Radeon HD 7470M
1857 1179 fb2c Radeon HD 7470M
1858 1179 fb31 Radeon HD 7470M
1859 1179 fb32 Radeon HD 7470M
1860 1179 fb33 Radeon HD 7470M
1861 1179 fb38 Radeon HD 7470M
1862 1179 fb39 Radeon HD 7470M
1863 1179 fb3a Radeon HD 7470M
1864 1179 fb40 Radeon HD 7470M
1865 1179 fb41 Radeon HD 7470M
1866 1179 fb42 Radeon HD 7470M
1867 1179 fb47 Radeon HD 7470M
1868 1179 fb48 Radeon HD 7470M
1869 1179 fb51 Radeon HD 7470M
1870 1179 fb52 Radeon HD 7470M
1871 1179 fb53 Radeon HD 7470M
1872 1179 fb81 Radeon HD 7470M
1873 1179 fb82 Radeon HD 7470M
1874 1179 fb83 Radeon HD 7470M
1875 1179 fc51 Radeon HD 6470M
1876 1179 fc52 Radeon HD 7470M
1877 1179 fc56 Radeon HD 7470M
1878 1179 fcd3 Radeon HD 7470M
1879 1179 fcd4 Radeon HD 7470M
1880 1179 fcee Radeon HD 7470M
1881 1179 fdee Radeon HD 7470M
1882 144d b074 Radeon HD 6470M
1883 144d b084 Radeon HD 6470M
1884 144d c095 Radeon HD 6470M
1885 144d c0b3 Radeon HD 6490M
1886 144d c538 Radeon HD 6470M
1887 144d c581 Radeon HD 6470M
1888 144d c589 Radeon HD 6470M
1889 144d c609 Radeon HD 7470M
1890 144d c625 Radeon HD 7470M
1891 144d c636 Radeon HD 7450M
1892 1462 10ac Radeon HD 6470M
1893 152d 0916 Radeon HD 6470M
1894 17aa 21e5 Radeon HD 6470M
1895 17aa 3900 Radeon HD 7450M
1896 17aa 3902 Radeon HD 7450M
1897 17aa 3969 Radeon HD 6470M
1898 17aa 3970 Radeon HD 7450M
1899 17aa 3976 Radeon HD 6470M
1900 17aa 397b Radeon HD 6470M
1901 17aa 397d Radeon HD 6470M
1902 17aa 5101 Radeon HD 7470M
1903 17aa 5102 Radeon HD 7450M
1904 17aa 5103 Radeon HD 7450M
1905 17aa 5106 Radeon HD 7450M
1906 1854 0897 Radeon HD 6470M
1907 1854 0900 Radeon HD 6470M
1908 1854 0908 Radeon HD 6470M
1909 1854 2015 Radeon HD 6470M
15441910 6761 Seymour LP [Radeon HD 6430M]
15451911 6763 Seymour [Radeon E6460]
1546 6770 Caicos [Radeon HD 6400 Series]
1547 6772 Caicos [Radeon HD 7400A Series]
1548 6778 Caicos [Radeon HD 7000 Series]
1549 6779 Caicos [Radeon HD 6450]
1550 174b e164 Sapphire HD 6450 1GB DDR3
1551 677b Caicos [Radeon HD 7400 Series]
1552 6798 Tahiti XT [Radeon HD 7970]
1553 6799 New Zealand [Radeon HD 7990]
1554 679a Tahiti PRO [Radeon HD 7950]
1555 679e Tahiti LE [Radeon HD 7800 Series]
1912 6764 Seymour [Radeon HD 6400M Series]
1913 6765 Seymour [Radeon HD 6400M Series]
1914 6766 Caicos
1915 6767 Caicos
1916 6768 Caicos
1917 6770 Caicos [Radeon HD 6450A/7450A]
1918 17aa 308d Radeon HD 7450A
1919 17aa 3623 Radeon HD 6450A
1920 17aa 3627 Radeon HD 6450A
1921 17aa 3629 Radeon HD 6450A
1922 17aa 363c Radeon HD 6450A
1923 17aa 3658 Radeon HD 7470A
1924 6771 Caicos XTX [Radeon HD 8490 / R5 235X OEM]
1925 6772 Caicos [Radeon HD 7450A]
1926 6778 Caicos XT [Radeon HD 7470/8470 / R5 235 OEM]
1927 1019 0024 Radeon HD 7470
1928 1019 0027 Radeon HD 8470
1929 1028 2120 Radeon HD 7470
1930 1462 b491 Radeon HD 8470
1931 1462 b492 Radeon HD 8470
1932 1462 b493 Radeon HD 8470 OEM
1933 1642 3c65 Radeon HD 8470
1934 1642 3c75 Radeon HD 8470
1935 174b 8145 Radeon HD 8470
1936 174b e145 Radeon HD 7470
1937 6779 Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
1938 1019 0016 Radeon HD 6450
1939 1019 0017 Radeon HD 6450
1940 1019 0018 Radeon HD 6450
1941 1028 2120 Radeon HD 6450
1942 103c 2128 Radeon HD 6450
1943 103c 2aee Radeon HD 7450A
1944 1462 2125 Radeon HD 6450
1945 1462 2346 Radeon HD 7450
1946 1462 2490 Radeon HD 6450
1947 1462 2494 Radeon HD 6450
1948 1462 2496 Radeon HD 7450
1949 148c 7450 Radeon HD 7450
1950 148c 8450 Radeon HD 8450 OEM
1951 1545 7470 Radeon HD 7470
1952 1642 3a65 Radeon HD 6450
1953 1642 3a66 Radeon HD 7450
1954 1642 3a75 Radeon HD 6450
1955 1642 3a76 Radeon HD 7450
1956 1682 3200 Radeon HD 7450
1957 174b 7450 Radeon HD 7450
1958 174b e127 Radeon HD 6450
1959 174b e153 Radeon HD 6450
1960 174b e164 Radeon HD 6450 1 GB DDR3
1961 174b e180 Radeon HD 6450
1962 174b e201 Radeon HD 6450
1963 17af 8450 Radeon HD 8450 OEM
1964 1b0a 9096 Radeon HD 6450
1965 1b0a 9097 Radeon HD 6450
1966 1b0a 90a8 Radeon HD 6450A
1967 1b0a 90b1 Radeon HD 6450
1968 1b0a 90b3 Radeon HD 7450A
1969 1b0a 90bb Radeon HD 7450A
1970 677b Caicos PRO [Radeon HD 7450]
1971 6780 Tahiti XT GL [FirePro W9000]
1972 6784 Tahiti [ATI FirePro V (FireGL V) Graphics Adapter]
1973 6788 Tahiti [ATI FirePro V (FireGL V) Graphics Adapter]
1974 678a Tahiti PRO GL [FirePro Series]
1975 1002 030c FirePro W8000
1976 1002 0310 FirePro S9000
1977 1002 0420 Radeon Sky 700
1978 1002 0422 Radeon Sky 900
1979 1002 0b0e FirePro S10000 Passive
1980 1002 0b2a FirePro S10000
1981 1028 030c FirePro W8000
1982 6790 Tahiti
1983 6791 Tahiti
1984 6792 Tahiti
1985 6798 Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X]
1986 1002 3000 Tahiti XT2 [Radeon HD 7970 GHz Edition]
1987 1002 3001 Tahiti XTL [Radeon R9 280X]
1988 1002 4000 Radeon HD 8970 OEM
1989 1043 041c HD 7970 DirectCU II
1990 1043 0420 HD 7970 DirectCU II TOP
1991 1043 0444 HD 7970 DirectCU II TOP
1992 1043 0448 HD 7970 DirectCU II TOP
1993 1043 044a Tahiti XT2 [Matrix HD 7970]
1994 1043 044c Tahiti XT2 [Matrix HD 7970 Platinum]
1995 1043 3001 Tahiti XTL [ROG Matrix R9 280X]
1996 1043 3006 Tahiti XTL [Radeon R9 280X DirectCU II TOP]
1997 1043 9999 ARES II
1998 1092 3000 Tahiti XT2 [Radeon HD 7970 GHz Edition]
1999 1458 2261 Tahiti XT2 [Radeon HD 7970 GHz Edition OC]
2000 1462 2774 MSI R7970 TF 3GD5/OC BE
2001 1682 3211 Double D HD 7970 Black Edition
2002 # FX-797A-TNBC
2003 1682 3213 HD 7970 Black Edition
2004 1682 3214 Double D HD 7970
2005 1787 201c HD 7970 IceQ X²
2006 # Radeon HD 7970 X2
2007 1787 2317 Radeon HD 7990
2008 1787 3000 Tahiti XT2 [Radeon HD 7970 GHz Edition]
2009 6799 New Zealand [Radeon HD 7900 Series]
2010 679a Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280]
2011 1002 0b01 Radeon HD 8950 OEM
2012 1002 3000 Tahiti PRO2 [Radeon HD 7950 Boost]
2013 1462 3000 Radeon HD 8950 OEM
2014 679b Malta [Radeon HD 7990]
2015 1002 0b28 Radeon HD 8990 OEM
2016 1002 0b2a Radeon HD 7990
2017 1462 8036 Radeon HD 8990 OEM
2018 148c 8990 Radeon HD 8990 OEM
2019 679e Tahiti LE [Radeon HD 7870 XT]
2020 679f Tahiti
2021 67a0 Hawaii XT GL [FirePro W9100]
2022 67a1 Hawaii PRO GL [FirePro W8100]
2023 67a2 Hawaii GL
2024 67a8 Hawaii
2025 67a9 Hawaii
2026 67aa Hawaii
2027 67b0 Hawaii XT [Radeon R9 290X]
2028 67b1 Hawaii PRO [Radeon R9 290]
2029 67b9 Vesuvius [Radeon R9 295X2]
2030 67be Hawaii LE
15562031 6800 Wimbledon XT [Radeon HD 7970M]
1557 6818 Pitcairn [Radeon HD 7800]
1558 6819 Pitcairn PRO [Radeon HD 7800]
1559 6820 Radeon HD 8800M Series
1560 6821 Radeon HD 8800M Series
1561 6823 Radeon HD 8800M Series
1562 6825 Cape Verde [Radeon HD 7800M Series]
1563 682b Radeon HD 8800M Series
1564 682f Cape Verde [Radeon HD 7700M Series]
2032 1002 0124 Radeon HD 7970M
2033 8086 2110 Radeon HD 7970M
2034 8086 2111 Radeon HD 7970M
2035 6801 Neptune XT [Radeon HD 8970M]
2036 1002 0124 Radeon HD 8970M
2037 1462 1117 Radeon R9 M290X
2038 8086 2110 Radeon HD 8970M
2039 8086 2111 Radeon HD 8970M
2040 6802 Wimbledon
2041 6806 Neptune
2042 6808 Pitcairn XT GL [FirePro W7000]
2043 1002 0310 FirePro S7000
2044 1002 0420 Radeon Sky 500
2045 6809 Pitcairn LE GL [FirePro W5000]
2046 6810 Curacao XT [Radeon R9 270X]
2047 6811 Curacao PRO [Radeon R9 270]
2048 6816 Pitcairn
2049 6817 Pitcairn
2050 6818 Pitcairn XT [Radeon HD 7870 GHz Edition]
2051 1002 0b05 Radeon HD 8870 OEM
2052 174b 8b04 Radeon HD 8860
2053 6819 Pitcairn PRO [Radeon HD 7850]
2054 174b e221 Radeon HD 7850 2GB GDDR5 DVI-I/DVI-D/HDMI/DP
2055 6820 Venus XTX [Radeon HD 8890M / R9 M275X]
2056 103c 1851 Radeon HD 7750M
2057 17aa 3801 Radeon R9 M275
2058 6821 Venus XT [Radeon HD 8870M / R9 M270X]
2059 1002 031e FirePro SX4000
2060 1028 05cc FirePro M5100
2061 1028 15cc FirePro M5100
2062 6822 Venus PRO [Radeon E8860]
2063 6823 Venus PRO [Radeon HD 8850M / R9 M265X]
2064 6825 Heathrow XT [Radeon HD 7870M]
2065 8086 2111 Chelsea PRO
2066 6826 Chelsea LP [Radeon HD 7700M Series]
2067 6827 Heathrow PRO [Radeon HD 7850M/8850M]
2068 6828 Cape Verde PRO [FirePro W600]
2069 6829 Cape Verde
2070 682a Venus PRO
2071 682b Venus LE [Radeon HD 8830M]
2072 682d Chelsea XT GL [FirePro M4000]
2073 682f Chelsea LP [Radeon HD 7730M]
2074 103c 1851 Radeon HD 7750M
2075 6830 Cape Verde [Radeon HD 7800M Series]
2076 6831 Cape Verde [AMD Radeon HD 7700M Series]
2077 6835 Cape Verde PRX [Radeon R9 255 OEM]
2078 6837 Cape Verde LE [Radeon HD 7730/8730]
2079 1462 2796 Radeon HD 8730
2080 1462 8092 Radeon HD 8730
2081 148c 8730 Radeon HD 8730
2082 1787 3000 Radeon HD 6570
2083 6838 Cape Verde
2084 6839 Cape Verde
15652085 683b Cape Verde [Radeon HD 7700 Series]
1566 683d Cape Verde [Radeon HD 7700 Series]
1567 683f Cape Verde PRO [Radeon HD 7700 Series]
1568 6840 Thames XT/GL [Radeon HD 7600M Series]
1569 6841 Thames [Radeon 7500M/7600M Series]
2086 683d Cape Verde XT [Radeon HD 7770/8760 / R7 250X]
2087 1002 0030 Radeon HD 8760 OEM
2088 1019 0030 Radeon HD 8760 OEM
2089 103c 6890 Radeon HD 8760 OEM
2090 1043 8760 Radeon HD 8760 OEM
2091 1462 2710 R7770-PMD1GD5
2092 174b 8304 Radeon HD 8760 OEM
2093 683f Cape Verde PRO [Radeon HD 7750 / R7 250E]
2094 6840 Thames [Radeon HD 7500M/7600M Series]
2095 1025 050e Radeon HD 7670M
2096 1025 050f Radeon HD 7670M
2097 1025 0513 Radeon HD 7670M
2098 1025 0514 Radeon HD 7670M
2099 1025 056d Radeon HD 7670M
2100 1025 059a Radeon HD 7670M
2101 1025 059b Radeon HD 7670M
2102 1025 059e Radeon HD 7670M
2103 1025 0600 Radeon HD 7670M
2104 1025 0606 Radeon HD 7670M
2105 1025 0696 Radeon HD 7650M
2106 1025 0697 Radeon HD 7650M
2107 1025 0698 Radeon HD 7650M
2108 1025 0699 Radeon HD 7650M
2109 1025 0757 Radeon HD 7670M
2110 1028 056a Radeon HD 7670M
2111 1028 056e Radeon HD 7670M
2112 1028 0598 Radeon HD 7670M
2113 1028 059d Radeon HD 7670M
2114 1028 05a3 Radeon HD 7670M
2115 1028 05b9 Radeon HD 7670M
2116 1028 05bb Radeon HD 7670M
2117 103c 17f1 Radeon HD 7570M
2118 103c 17f4 Radeon HD 7650M
2119 103c 1813 Radeon HD 7590M
2120 103c 182f Radeon HD 7670M
2121 103c 1830 Radeon HD 7670M
2122 103c 1835 Radeon HD 7670M
2123 103c 183a Radeon HD 7670M
2124 103c 183c Radeon HD 7670M
2125 103c 183e Radeon HD 7670M
2126 103c 1840 Radeon HD 7670M
2127 103c 1842 Radeon HD 7670M
2128 103c 1844 Radeon HD 7670M
2129 103c 1848 Radeon HD 7670M
2130 103c 184a Radeon HD 7670M
2131 103c 184c Radeon HD 7670M
2132 103c 1895 Radeon HD 7670M
2133 103c 1897 Radeon HD 7670M
2134 103c 18a5 Radeon HD 7670M
2135 103c 18a7 Radeon HD 7670M
2136 103c 18f4 Radeon HD 7670M
2137 1043 100a Radeon HD 7670M
2138 1043 104b Radeon HD 7670M
2139 1043 10dc Radeon HD 7670M
2140 1043 2121 Radeon HD 7670M
2141 1043 2122 Radeon HD 7670M
2142 1043 2123 Radeon HD 7670M
2143 1043 2125 Radeon HD 7670M
2144 1043 2127 Radeon HD 7670M
2145 1179 fb11 Radeon HD 7670M
2146 1179 fb22 Radeon HD 7670M
2147 1179 fb23 Radeon HD 7670M
2148 1179 fb2c Radeon HD 7670M
2149 1179 fb31 Radeon HD 7670M
2150 1179 fb32 Radeon HD 7670M
2151 1179 fb38 Radeon HD 7670M
2152 1179 fb39 Radeon HD 7670M
2153 1179 fb3a Radeon HD 7670M
2154 1179 fb40 Radeon HD 7670M
2155 1179 fb41 Radeon HD 7670M
2156 1179 fb47 Radeon HD 7670M
2157 1179 fb48 Radeon HD 7670M
2158 1179 fb51 Radeon HD 7670M
2159 1179 fb52 Radeon HD 7670M
2160 1179 fb53 Radeon HD 7670M
2161 1179 fb81 Radeon HD 7670M
2162 1179 fb82 Radeon HD 7670M
2163 1179 fb83 Radeon HD 7670M
2164 1179 fc56 Radeon HD 7670M
2165 1179 fcd4 Radeon HD 7670M
2166 1179 fcee Radeon HD 7670M
2167 144d c0c5 Radeon HD 7690M
2168 144d c0ce Radeon HD 7670M
2169 144d c0da Radeon HD 7670M
2170 17aa 3970 Radeon HD 7670M
2171 17aa 397b Radeon HD 7670M
2172 17aa 5101 Radeon HD 7670M
2173 17aa 5102 Radeon HD 7670M
2174 17aa 5103 Radeon HD 7670M
2175 6841 Thames [Radeon HD 7550M/7570M/7650M]
2176 1028 0561 Radeon HD 7650M
2177 1028 056c Radeon HD 7650M
2178 1028 057f Radeon HD 7570M
2179 103c 17f1 Radeon HD 7570M
2180 103c 17f4 Radeon HD 7650M
2181 103c 1813 Radeon HD 7570M
2182 103c 183a Radeon HD 7650M
2183 103c 183c Radeon HD 7650M
2184 103c 183e Radeon HD 7650M
2185 103c 1840 Radeon HD 7650M
2186 103c 1842 Radeon HD 7650M
2187 103c 1844 Radeon HD 7650M
2188 1043 100a Radeon HD 7650M
2189 1043 104b Radeon HD 7650M
2190 1043 10dc Radeon HD 7650M
2191 1043 2134 Radeon HD 7650M
2192 1179 0001 Radeon HD 7570M
2193 1179 0002 Radeon HD 7570M
2194 1179 fb43 Radeon HD 7550M
2195 1179 fb91 Radeon HD 7550M
2196 1179 fb92 Radeon HD 7550M
2197 1179 fb93 Radeon HD 7550M
2198 1179 fba2 Radeon HD 7550M
2199 1179 fba3 Radeon HD 7550M
2200 144d c0c7 Radeon HD 7550M
15702201 6842 Thames LE [Radeon HD 7000M Series]
15712202 6843 Thames [Radeon HD 7670M]
1572 6850 Lombok GL AIO [Radeon HD 7570]
1573 6858 Lombok [Radeon HD 7400 series]
1574 6888 Cypress [FirePro 3D V8800]
1575 6889 Cypress [FirePro V7800]
1576 688a Cypress XT [FirePro 3D V9800]
1577 688c Cypress [AMD FireStream 9370]
1578 688d Cypress [AMD FireStream 9350]
2203 6888 Cypress XT [FirePro V8800]
2204 6889 Cypress PRO [FirePro V7800]
2205 1002 0301 FirePro V7800P
2206 688a Cypress XT [FirePro V9800]
2207 1002 030c FirePro V9800P
2208 688c Cypress XT GL [FireStream 9370]
2209 688d Cypress PRO GL [FireStream 9350]
15792210 6898 Cypress XT [Radeon HD 5870]
1580 1462 8032 R5870 PM2D1G
1581 6899 Cypress PRO [Radeon HD 5800 Series]
1582 1043 0330 EAH5850 [Radeon HD5850]
1583 689b Cypress [Radeon HD 6800 Series]
1584 689c Hemlock [Radeon HD 5900 Series]
1585 689e Cypress LE [Radeon HD 5800 Series]
1586 68a0 Broadway XT [Mobility Radeon HD 5800 Series]
1587 103c 1520 Broadway XT [FirePro M7820]
1588 68a1 Broadway PRO [Mobility Radeon HD 5800 Series]
1589 68a8 Broadway [ATI Mobility Radeon HD 6800 Series]
1590 68a9 Juniper XT [FirePro 3D V5800]
1591 68b8 Juniper [Radeon HD 5700 Series]
2211 1002 0b00 Radeon HD 5870 Eyefinity⁶ Edition
2212 106b 00d0 Radeon HD 5870 Mac Edition
2213 # R5870-PM2D1G
2214 1462 8032 Radeon HD 5870 1 GB GDDR5
2215 174b 6870 Radeon HD 6870 1600SP Edition
2216 6899 Cypress PRO [Radeon HD 5850]
2217 # EAH5850
2218 1043 0330 Radeon HD 5850
2219 174b 237b Radeon HD 5850 X2
2220 174b 6850 Radeon HD 6850 1440SP Edition
2221 689b Cypress PRO [Radeon HD 6800 Series]
2222 689c Hemlock [Radeon HD 5970]
2223 1043 0352 ARES
2224 689d Hemlock [Radeon HD 5970]
2225 689e Cypress LE [Radeon HD 5830]
2226 68a0 Broadway XT [Mobility Radeon HD 5870]
2227 1028 12ef FirePro M7820
2228 103c 1520 FirePro M7820
2229 68a1 Broadway PRO [Mobility Radeon HD 5850]
2230 106b 00cc iMac MC511 Mobility Radeon HD 5850 MXM Module
2231 68a8 Granville [Radeon HD 6850M/6870M]
2232 1025 0442 Radeon HD 6850M
2233 1025 0451 Radeon HD 6850M
2234 1025 050a Radeon HD 6850M
2235 1025 050b Radeon HD 6850M
2236 1025 050c Radeon HD 6850M
2237 1025 050e Radeon HD 6850M
2238 1025 050f Radeon HD 6850M
2239 1025 0513 Radeon HD 6850M
2240 1025 0514 Radeon HD 6850M
2241 1025 0515 Radeon HD 6850M
2242 1025 0516 Radeon HD 6850M
2243 1025 0525 Radeon HD 6850M
2244 1025 0526 Radeon HD 6850M
2245 1025 056d Radeon HD 6850M
2246 1028 048f Radeon HD 6870M
2247 1028 0490 Radeon HD 6870M
2248 1028 04b9 Radeon HD 6870M
2249 1028 04ba Radeon HD 6870M
2250 103c 159b Radeon HD 6850M
2251 144d c0ad Radeon HD 6850M
2252 68a9 Juniper XT [FirePro V5800]
2253 68b8 Juniper XT [Radeon HD 5770]
15922254 106b 00cf MacPro5,1 [Mac Pro 2.8GHz DDR3]
1593 68b9 Juniper [Radeon HD 5600/5700]
1594 68ba Juniper XT [AMD Radeon HD 6000 Series]
1595 68be Juniper [Radeon HD 5700 Series]
1596 68bf Juniper LE [Radeon HD 6700 Series]
1597 68c0 Madison [Mobility Radeon HD 5000 Series]
2255 68b9 Juniper LE [Radeon HD 5670 640SP Edition]
2256 68ba Juniper XT [Radeon HD 6770]
2257 68be Juniper PRO [Radeon HD 5750]
2258 148c 3000 Radeon HD 6750
2259 68bf Juniper PRO [Radeon HD 6750]
2260 174b 6750 Radeon HD 6750
2261 68c0 Madison [Mobility Radeon HD 5730 / 6570M]
2262 1019 2383 Mobility Radeon HD 5730
2263 1028 02a2 Mobility Radeon HD 5730
2264 1028 02fe Mobility Radeon HD 5730
2265 1028 0419 Mobility Radeon HD 5730
2266 103c 147d Mobility Radeon HD 5730
15982267 103c 1521 Madison XT [FirePro M5800]
1599 68c1 Madison [Radeon HD 5000M Series]
2268 103c 1593 Mobility Radeon HD 6570
2269 103c 1596 Mobility Radeon HD 6570
2270 103c 1599 Mobility Radeon HD 6570
2271 1043 1c22 Mobility Radeon HD 5730
2272 17aa 3927 Mobility Radeon HD 5730
2273 17aa 3952 Mobility Radeon HD 5730
2274 17aa 3978 Radeon HD 6570M
2275 68c1 Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
2276 1025 0205 Mobility Radeon HD 5650
2277 1025 0293 Mobility Radeon HD 5650
2278 1025 0294 Mobility Radeon HD 5650
2279 1025 0296 Mobility Radeon HD 5650
2280 1025 0308 Mobility Radeon HD 5650
2281 1025 030a Mobility Radeon HD 5650
2282 1025 0311 Mobility Radeon HD 5650
2283 1025 0312 Mobility Radeon HD 5650
2284 1025 031c Mobility Radeon HD 5650
2285 1025 031d Mobility Radeon HD 5650
16002286 1025 033d Mobility Radeon HD 5650
2287 1025 033e Mobility Radeon HD 5650
2288 1025 033f Mobility Radeon HD 5650
2289 1025 0346 Mobility Radeon HD 5650
16012290 1025 0347 Aspire 7740G
2291 1025 0348 Mobility Radeon HD 5650
2292 1025 0356 Mobility Radeon HD 5650
2293 1025 0357 Mobility Radeon HD 5650
2294 1025 0358 Mobility Radeon HD 5650
2295 1025 0359 Mobility Radeon HD 5650
2296 1025 035a Mobility Radeon HD 5650
2297 1025 035b Mobility Radeon HD 5650
2298 1025 035c Mobility Radeon HD 5650
2299 1025 035d Mobility Radeon HD 5650
2300 1025 035e Mobility Radeon HD 5650
2301 1025 0360 Mobility Radeon HD 5650
2302 1025 0362 Mobility Radeon HD 5650
2303 1025 0364 Mobility Radeon HD 5650
2304 1025 0365 Mobility Radeon HD 5650
2305 1025 0366 Mobility Radeon HD 5650
2306 1025 0367 Mobility Radeon HD 5650
2307 1025 0368 Mobility Radeon HD 5650
2308 1025 036c Mobility Radeon HD 5650
2309 1025 036d Mobility Radeon HD 5650
2310 1025 036e Mobility Radeon HD 5650
2311 1025 036f Mobility Radeon HD 5650
2312 1025 0372 Mobility Radeon HD 5650
2313 1025 0373 Mobility Radeon HD 5650
2314 1025 0377 Mobility Radeon HD 5650
2315 1025 0378 Mobility Radeon HD 5650
2316 1025 0379 Mobility Radeon HD 5650
2317 1025 037a Mobility Radeon HD 5650
2318 1025 037b Mobility Radeon HD 5650
2319 1025 037e Mobility Radeon HD 5650
2320 1025 037f Mobility Radeon HD 5650
2321 1025 0382 Mobility Radeon HD 5650
2322 1025 0383 Mobility Radeon HD 5650
2323 1025 0384 Mobility Radeon HD 5650
2324 1025 0385 Mobility Radeon HD 5650
2325 1025 0386 Mobility Radeon HD 5650
2326 1025 0387 Mobility Radeon HD 5650
2327 1025 0388 Mobility Radeon HD 5650
2328 1025 038b Mobility Radeon HD 5650
2329 1025 038c Mobility Radeon HD 5650
2330 1025 039a Mobility Radeon HD 5650
2331 1025 0411 Mobility Radeon HD 5650
2332 1025 0412 Mobility Radeon HD 5650
2333 1025 0418 Mobility Radeon HD 5650
2334 1025 0419 Mobility Radeon HD 5650
2335 1025 0420 Mobility Radeon HD 5650
2336 1025 0421 Mobility Radeon HD 5650
2337 1025 0425 Mobility Radeon HD 5650
2338 1025 042a Mobility Radeon HD 5650
2339 1025 042e Mobility Radeon HD 5650
2340 1025 042f Mobility Radeon HD 5650
2341 1025 0432 Mobility Radeon HD 5650
2342 1025 0433 Mobility Radeon HD 5650
2343 1025 0442 Mobility Radeon HD 5650
2344 1025 044c Mobility Radeon HD 5650
2345 1025 044e Mobility Radeon HD 5650
2346 1025 0451 Mobility Radeon HD 5650
2347 1025 0454 Mobility Radeon HD 5650
2348 1025 0455 Mobility Radeon HD 5650
2349 1025 0475 Mobility Radeon HD 5650
2350 1025 0476 Mobility Radeon HD 5650
2351 1025 0487 Mobility Radeon HD 5650
2352 1025 0489 Mobility Radeon HD 5650
2353 1025 0498 Mobility Radeon HD 5650
2354 1025 0517 Radeon HD 6550M
2355 1025 051a Radeon HD 6550M
2356 1025 051b Radeon HD 6550M
2357 1025 051c Radeon HD 6550M
2358 1025 051d Radeon HD 6550M
2359 1025 0525 Radeon HD 6550M
2360 1025 0526 Radeon HD 6550M
2361 1025 052b Radeon HD 6550M
2362 1025 052c Radeon HD 6550M
2363 1025 053c Radeon HD 6550M
2364 1025 053d Radeon HD 6550M
2365 1025 053e Radeon HD 6550M
2366 1025 053f Radeon HD 6550M
2367 1025 0607 Radeon HD 6550M
2368 1028 041b Mobility Radeon HD 5650
2369 1028 0447 Mobility Radeon HD 5650
2370 1028 0448 Mobility Radeon HD 5650
2371 1028 0456 Mobility Radeon HD 5650
2372 1028 0457 Mobility Radeon HD 5650
2373 103c 1436 Mobility Radeon HD 5650
2374 103c 1437 Mobility Radeon HD 5650
2375 103c 1440 Mobility Radeon HD 5650
2376 103c 1448 Mobility Radeon HD 5650
2377 103c 1449 Mobility Radeon HD 5650
2378 103c 144a Mobility Radeon HD 5650
2379 103c 144b Mobility Radeon HD 5650
2380 103c 147b Mobility Radeon HD 5650
2381 103c 149c Mobility Radeon HD 5650
2382 103c 149e Mobility Radeon HD 5650
16022383 103c 1521 Madison Pro [FirePro M5800]
1603 68c7 Pinewood [Radeon HD 5570]
1604 68c8 FirePro V4800
1605 68d8 Redwood [Radeon HD 5670]
1606 68d9 Redwood PRO [Radeon HD 5500 Series]
1607 68da Redwood PRO [Radeon HD 5500 Series]
1608 68e0 Manhattan [Mobility Radeon HD 5400 Series]
2384 1043 1bc2 Mobility Radeon HD 5650
2385 104d 9071 Mobility Radeon HD 5650
2386 104d 9077 Mobility Radeon HD 5650
2387 104d 9081 Mobility Radeon HD 5650
2388 1179 fd00 Mobility Radeon HD 5650
2389 1179 fd12 Mobility Radeon HD 5650
2390 1179 fd1a Mobility Radeon HD 5650
2391 1179 fd30 Mobility Radeon HD 5650
2392 1179 fd31 Mobility Radeon HD 5650
2393 1179 fd50 Mobility Radeon HD 5650
2394 1179 fd52 Radeon HD 6530M
2395 1179 fd63 Radeon HD 6530M
2396 1179 fd65 Radeon HD 6530M
2397 1179 fdd0 Mobility Radeon HD 5650
2398 1179 fdd2 Radeon HD 6530M
2399 144d c07e Mobility Radeon HD 5650
2400 144d c085 Mobility Radeon HD 5650
2401 14c0 0043 Mobility Radeon HD 5650
2402 14c0 004d Mobility Radeon HD 5650
2403 17aa 3928 Mobility Radeon HD 5650
2404 17aa 3951 Mobility Radeon HD 5650
2405 17aa 3977 Radeon HD 6550M
2406 68c7 Madison [Mobility Radeon HD 5570/6550A]
2407 1462 2241 Mobility Radeon HD 5570
2408 1462 2243 Mobility Radeon HD 5570
2409 1462 2244 Mobility Radeon HD 5570
2410 1462 2245 Radeon HD 6550A
2411 1462 2246 Radeon HD 6550A
2412 68c8 Redwood XT GL [FirePro V4800]
2413 68c9 Redwood PRO GL [FirePro V3800]
2414 68d8 Redwood XT [Radeon HD 5670/5690/5730]
2415 1028 68e0 Radeon HD 5670
2416 174b 5690 Radeon HD 5690
2417 174b 5730 Radeon HD 5730
2418 174b e151 Radeon HD 5670
2419 1787 3000 Radeon HD 5730
2420 17af 3010 Radeon HD 5730
2421 17af 3011 Radeon HD 5690
2422 68d9 Redwood PRO [Radeon HD 5550/5570/5630/6510/6610/7570]
2423 103c 6870 Radeon HD 5570
2424 103c 6872 Radeon HD 5570
2425 1043 03ce Radeon HD 5550
2426 1462 2151 Radeon HD 5570
2427 1462 2240 Radeon HD 5570
2428 148c 3000 Radeon HD 6510
2429 148c 3001 Radeon HD 6610
2430 1545 5550 Radeon HD 5550
2431 1545 7570 Radeon HD 7570
2432 1642 3985 Radeon HD 5570
2433 1642 3996 Radeon HD 5570
2434 174b 3000 Radeon HD 6510
2435 174b 6510 Radeon HD 6510
2436 174b 6610 Radeon HD 6610
2437 174b e142 Radeon HD 5570
2438 1787 3000 Radeon HD 6510
2439 17af 3000 Radeon HD 6510
2440 17af 3010 Radeon HD 5630
2441 68da Redwood LE [Radeon HD 5550/5570/5630/6390/6490/7570]
2442 148c 3000 Radeon HD 6390
2443 148c 3001 Radeon HD 6490
2444 1545 7570 Radeon HD 7570
2445 174b 3000 Radeon HD 6390
2446 174b 5570 Radeon HD 5570
2447 174b 5630 Radeon HD 5630
2448 174b 6490 Radeon HD 6490
2449 1787 3000 Radeon HD 5630
2450 17af 3000 Radeon HD 6390
2451 17af 3010 Radeon HD 5630
2452 68de Redwood
2453 68e0 Park [Mobility Radeon HD 5430/5450/5470]
2454 1028 0404 Mobility Radeon HD 5450
2455 1028 0414 Mobility Radeon HD 5450
2456 1028 0434 Mobility Radeon HD 5450
2457 103c 1433 Mobility Radeon HD 5450
2458 103c 1434 Mobility Radeon HD 5450
2459 103c 1469 Mobility Radeon HD 5450
2460 103c 146b Mobility Radeon HD 5450
16092461 103c 1486 TouchSmart tm2-2050er discrete GPU (Mobility Radeon HD 5450)
1610 68e1 Manhattan [Mobility Radeon HD 5430 Series]
1611 68e4 Robson CE [AMD Radeon HD 6300 Series]
1612 68e5 Robson LE [AMD Radeon HD 6300M Series]
1613 68f1 Cedar [FirePro 2460]
1614 68f2 Cedar [FirePro 2270]
1615 68f9 Cedar PRO [Radeon HD 5450/6350]
2462 103c 1622 Mobility Radeon HD 5450
2463 103c 1623 Mobility Radeon HD 5450
2464 103c eeee Mobility Radeon HD 5450
2465 104d 9076 Mobility Radeon HD 5450
2466 1682 304e Caicos [Radeon HD 5450]
2467 1682 6000 Caicos [Radeon HD 5450]
2468 17aa 9e52 FirePro M3800
2469 17aa 9e53 FirePro M3800
2470 68e1 Park [Mobility Radeon HD 5430]
2471 1043 041f Caicos [Radeon HD 7350]
2472 1043 3000 Caicos [Radeon HD 5450]
2473 148c 3000 Caicos [Radeon HD 5450]
2474 148c 3001 Caicos [Radeon HD 6230]
2475 148c 3002 Caicos [Radeon HD 6250]
2476 148c 3003 Caicos [Radeon HD 6350]
2477 148c 7350 Caicos [Radeon HD 7350]
2478 148c 8350 Caicos [Radeon HD 8350]
2479 1545 5450 Caicos [Radeon HD 5450]
2480 1545 7350 Caicos [Radeon HD 7350]
2481 1682 3000 Caicos [Radeon HD 5450]
2482 1682 6000 Caicos [Radeon HD 5450]
2483 1682 7350 Caicos [Radeon HD 7350]
2484 174b 3000 Caicos [Radeon HD 5450]
2485 174b 5470 Caicos [Radeon HD 5470]
2486 174b 6000 Caicos [Radeon HD 5450]
2487 174b 6230 Caicos [Radeon HD 6230]
2488 174b 6350 Caicos [Radeon HD 6350]
2489 174b 7350 Caicos [Radeon HD 7350]
2490 1787 3000 Caicos [Radeon HD 5450]
2491 17af 3000 Caicos [Radeon HD 5450]
2492 17af 3001 Caicos [Radeon HD 6230]
2493 17af 3014 Caicos [Radeon HD 6350]
2494 17af 3015 Caicos [Radeon HD 7350]
2495 17af 8350 Caicos [Radeon HD 8350 OEM]
2496 68e4 Robson CE [Radeon HD 6370M/7370M]
2497 1019 2386 Radeon HD 6350M
2498 1019 2387 Radeon HD 6350M
2499 1019 238d Radeon HD 6370M
2500 1019 238e Radeon HD 6370M
2501 1025 0382 Radeon HD 6370M
2502 1025 0489 Radeon HD 6370M
2503 1025 048a Radeon HD 6370M
2504 1025 048b Radeon HD 6370M
2505 1025 048c Radeon HD 6370M
2506 1028 04c1 Radeon HD 6370M
2507 1028 04ca Radeon HD 6370M
2508 1028 04cc Radeon HD 6370M
2509 1028 04cd Radeon HD 6370M
2510 1028 04d7 Radeon HD 6370M
2511 103c 1411 Radeon HD 6370M
2512 103c 1421 Radeon HD 6370M
2513 103c 1426 Radeon HD 6370M
2514 103c 1428 Radeon HD 6370M
2515 103c 142a Radeon HD 6370M
2516 103c 142b Radeon HD 6370M
2517 103c 143a Radeon HD 6370M
2518 103c 143c Radeon HD 6370M
2519 103c 1445 Radeon HD 6370M
2520 103c 162c Radeon HD 6370M
2521 103c 162d Radeon HD 6370M
2522 103c 162e Radeon HD 6370M
2523 103c 162f Radeon HD 6370M
2524 103c 1639 Radeon HD 6370M
2525 103c 163a Radeon HD 6370M
2526 103c 163b Radeon HD 6370M
2527 103c 163c Radeon HD 6370M
2528 103c 163d Radeon HD 6370M
2529 103c 163e Radeon HD 6370M
2530 103c 163f Radeon HD 6370M
2531 103c 1641 Radeon HD 6370M
2532 103c 1643 Radeon HD 6370M
2533 103c 3578 Radeon HD 6370M
2534 103c 357a Radeon HD 6370M
2535 103c 3673 Radeon HD 6370M
2536 103c 3675 Radeon HD 6370M
2537 1043 1c92 Radeon HD 6370M
2538 1043 84a1 Radeon HD 6370M
2539 1043 84ad Radeon HD 6370M
2540 104d 9081 Radeon HD 6370M
2541 1545 7350 Cedar [Radeon HD 7350]
2542 1558 4510 Radeon HD 6370M
2543 1558 5505 Radeon HD 6370M
2544 174b 5450 Cedar [Radeon HD 5450]
2545 17aa 21dd Radeon HD 6370M
2546 17aa 21e9 Radeon HD 6370M
2547 17aa 3971 Radeon HD 6370M
2548 17aa 3972 Radeon HD 7370M
2549 17aa 397a Radeon HD 6370M/7370M
2550 17aa 397b Radeon HD 6370M/7370M
2551 17aa 397f Radeon HD 7370M
2552 68e5 Robson LE [Radeon HD 6330M]
2553 1179 fd3c Radeon HD 6330M
2554 1179 fd50 Radeon HD 6330M
2555 1179 fd52 Radeon HD 6330M
2556 1179 fd63 Radeon HD 6330M
2557 1179 fd65 Radeon HD 6330M
2558 1179 fd73 Radeon HD 6330M
2559 1179 fd75 Radeon HD 6330M
2560 1179 fdd0 Radeon HD 6330M
2561 1179 fdd2 Radeon HD 6330M
2562 1179 fdea Radeon HD 6330M
2563 1179 fdf8 Radeon HD 6330M
2564 148c 5450 Cedar [Radeon HD 5450]
2565 148c 6350 Cedar [Radeon HD 6350]
2566 148c 7350 Cedar [Radeon HD 7350]
2567 148c 8350 Cedar [Radeon HD 8350]
2568 1545 7350 Cedar [Radeon HD 7350]
2569 68e8 Cedar
2570 68e9 Cedar [ATI FirePro (FireGL) Graphics Adapter]
2571 68f1 Cedar GL [FirePro 2460]
2572 68f2 Cedar GL [FirePro 2270]
2573 68f8 Cedar [Radeon HD 7300 Series]
2574 68f9 Cedar [Radeon HD 5000/6000/7350/8350 Series]
2575 1019 0001 Radeon HD 5450
2576 1019 0002 Radeon HD 5450
2577 1019 0019 Radeon HD 6350
2578 1025 0518 Radeon HD 5450
2579 1025 0519 Radeon HD 5450
16162580 1028 010e XPS 8300
1617 68fa EG Cedar [Radeon HD 7300 Series]
1618 700f PCI Bridge [IGP 320M]
1619 7010 PCI Bridge [IGP 340M]
1620 7100 R520 [Radeon X1800]
1621 7102 M58 [Radeon Mobility X1800]
1622 7103 M58 [Mobility FireGL V7200]
1623 7104 R520GL [FireGL V7200] (Primary)
1624 7105 R520 [FireGL]
1625 7106 M58 [Mobility FireGL V7100]
1626 7108 M58 [Radeon Mobility X1800]
1627 7109 R520 [Radeon X1800]
2581 1028 2126 Radeon HD 6350
2582 103c 2126 Radeon HD 6350
2583 103c 2aac Radeon HD 5450
2584 103c 2aae Radeon HD 5450
2585 103c 3580 Radeon HD 5450
2586 1043 0386 Radeon HD 5450
2587 1043 03c2 EAH5450 SILENT/DI/512MD2 (LP)
2588 1462 2130 Radeon HD 5450
2589 1462 2131 Radeon HD 5450
2590 1462 2133 Radeon HD 6350
2591 1462 2180 Radeon HD 5450
2592 1462 2181 Radeon HD 5450
2593 1462 2182 Radeon HD 6350
2594 1462 2183 Radeon HD 6350
2595 1462 2230 Radeon HD 5450
2596 1462 2231 Radeon HD 5450
2597 1462 2495 Radeon HD 6350
2598 148c 3001 Radeon HD 5530/6250
2599 148c 3002 Radeon HD 6290
2600 148c 3003 Radeon HD 6230
2601 148c 3004 Radeon HD 6350
2602 148c 7350 Radeon HD 7350
2603 148c 8350 Radeon HD 8350
2604 1545 7350 Radeon HD 7350
2605 1642 3983 Radeon HD 5450
2606 1642 3984 Radeon HD 6350
2607 1642 3987 Radeon HD 6350
2608 1642 3997 Radeon HD 5450
2609 1642 3a05 Radeon HD 5450
2610 1642 3b31 Radeon HD 6350A
2611 1682 3270 Radeon HD 7350
2612 174b 3000 Radeon HD 6230
2613 174b 3987 Radeon HD 6350
2614 174b 5470 Radeon HD 5470
2615 174b 5490 Radeon HD 5490
2616 174b 5530 Radeon HD 5530
2617 174b 6230 Radeon HD 6230
2618 174b 6250 Radeon HD 6250
2619 174b 6290 Radeon HD 6290
2620 174b 6350 Radeon HD 6350
2621 174b 7350 Radeon HD 7350
2622 174b 8350 Radeon HD 8350
2623 174b e127 Radeon HD 5450
2624 174b e145 Radeon HD 5450
2625 174b e153 Radeon HD 5450
2626 1787 3000 Radeon HD 5470
2627 1787 3001 Radeon HD 5530
2628 1787 3002 Radeon HD 5490
2629 17aa 3602 Radeon HD 5450
2630 17aa 3603 Radeon HD 5450
2631 17aa 360f Radeon HD 5450
2632 17aa 3619 Radeon HD 5450
2633 17af 3000 Radeon HD 6250
2634 17af 3001 Radeon HD 6230
2635 17af 3002 Radeon HD 6290
2636 17af 3011 Radeon HD 5470
2637 17af 3012 Radeon HD 5490
2638 17af 3013 Radeon HD 5470
2639 17af 3014 Radeon HD 6350
2640 68fa Cedar [Radeon HD 7350/8350 / R5 220]
2641 1019 0019 Radeon HD 7350
2642 1019 0021 Radeon HD 7350
2643 1019 0022 Radeon HD 7350
2644 1019 0026 Radeon HD 8350
2645 103c 2adf Radeon HD 7350A
2646 103c 2ae8 Radeon HD 7350A
2647 1043 8350 Radeon HD 8350
2648 1462 2128 Radeon HD 7350
2649 1462 2184 Radeon HD 7350
2650 1462 2186 Radeon HD 7350
2651 1462 2495 Radeon HD 7350
2652 1462 b490 Radeon HD 7350
2653 1642 3985 Radeon HD 7350
2654 174b 3510 Radeon HD 8350
2655 174b 3521 Radeon R5 220
2656 174b 3522 Radeon R5 220
2657 174b 7350 Radeon HD 7350
2658 174b 8153 Radeon HD 8350
2659 174b e127 Radeon HD 7350
2660 174b e153 Radeon HD 7350
2661 174b e180 Radeon HD 7350
2662 17af 3015 Radeon HD 7350
2663 68fe Cedar LE
2664 6900 Topaz XT [Radeon R7 M260/M265]
2665 1028 0640 Radeon R7 M265
2666 1179 f934 Radeon R7 M260
2667 6901 Topaz PRO [Radeon R5 M255]
2668 6920 Tonga
2669 6921 Amethyst XT [Radeon R9 M295X]
2670 692b Tonga XT GL [FirePro W8100]
2671 692f Tonga XT GL [FirePro W8100]
2672 700f RS100 AGP Bridge
2673 7010 RS200/RS250 AGP Bridge
2674 7100 R520 [Radeon X1800 XT]
2675 7101 R520/M58 [Mobility Radeon X1800 XT]
2676 7102 R520/M58 [Mobility Radeon X1800]
2677 7104 R520 GL [FireGL V7200]
2678 7109 R520 [Radeon X1800 XL]
16282679 1002 0322 All-in-Wonder X1800XL
16292680 1002 0d02 Radeon X1800 CrossFire Edition
1630 710a R520 [Radeon X1800]
1631 710b R520 [Radeon X1800]
1632 710c R520 [Radeon X1800]
2681 710a R520 [Radeon X1800 GTO]
2682 1002 0b12 Radeon X1800 GTO²
2683 710b R520 [Radeon X1800 GTO]
16332684 7120 R520 [Radeon X1800] (Secondary)
1634 7124 R520GL [FireGL V7200] (Secondary)
2685 7124 R520 GL [FireGL V7200] (Secondary)
16352686 7129 R520 [Radeon X1800] (Secondary)
1636 1002 0323 All-in-Wonder X1800XL (Secondary)
2687 1002 0323 All-In-Wonder X1800 XL (Secondary)
16372688 1002 0d03 Radeon X1800 CrossFire Edition (Secondary)
1638 7140 RV515 [Radeon X1600]
2689 7140 RV515 [Radeon X1300/X1550/X1600 Series]
16392690 7142 RV515 PRO [Radeon X1300/X1550 Series]
16402691 1002 0322 All-in-Wonder 2006 PCI-E Edition
16412692 1043 0142 EAX1300PRO/TD/256M
1642 7143 RV505 [Radeon X1550 Series]
1643 7145 Radeon Mobility X1400
2693 7143 RV505 [Radeon X1300/X1550 Series]
2694 7145 RV515/M54 [Mobility Radeon X1400]
16442695 17aa 2006 Thinkpad T60 model 2007
1645 7146 RV515 [Radeon X1300]
2696 7146 RV515 [Radeon X1300/X1550]
16462697 1002 0322 All-in-Wonder 2006 PCI-E Edition
16472698 1545 1996 Radeon X1300 512MB PCI-e
16482699 7147 RV505 [Radeon X1550 64-bit]
1649 7149 M52 [Mobility Radeon X1300]
1650 714a M52 [Mobility Radeon X1300]
1651 714b M52 [Mobility Radeon X1300]
1652 714c M52 [Mobility Radeon X1300]
1653 714d RV515 [Radeon X1300]
1654 714e RV515LE [Radeon X1300]
1655 7152 RV515GL [FireGL V3300] (Primary)
1656 7153 RV515GL [FireGL V3350]
1657 715e RV515 [Radeon X1300]
2700 7149 RV515/M52 [Mobility Radeon X1300]
2701 714a RV515/M52 [Mobility Radeon X1300]
2702 7152 RV515 GL [FireGL V3300]
2703 7153 RV515 GL [FireGL V3350]
16582704 715f RV505 CE [Radeon X1550 64-bit]
16592705 7162 RV515 PRO [Radeon X1300/X1550 Series] (Secondary)
16602706 1002 0323 All-in-Wonder 2006 PCI-E Edition (Secondary)
16612707 7163 RV505 [Radeon X1550 Series] (Secondary)
1662 7166 RV515 [Radeon X1300] (Secondary)
2708 7166 RV515 [Radeon X1300/X1550 Series] (Secondary)
16632709 1002 0323 All-in-Wonder 2006 PCI-E Edition (Secondary)
16642710 1545 1997 Radeon X1300 512MB PCI-e (Secondary)
16652711 7167 RV515 [Radeon X1550 64-bit] (Secondary)
1666 716e RV515LE [Radeon X1300] Secondary
1667 7172 RV515GL [FireGL V3300] (Secondary)
1668 7173 RV515GL [FireGL V3350] (Secondary)
1669 7180 RV516 [Radeon X1300/X1550 Series]
1670 7181 RV516 XT Radeon X1600 Series (Primary)
2712 7172 RV515 GL [FireGL V3300] (Secondary)
2713 7173 RV515 GL [FireGL V3350] (Secondary)
2714 7181 RV516 [Radeon X1600/X1650 Series]
16712715 7183 RV516 [Radeon X1300/X1550 Series]
1672 7186 RV515 [Radeon Mobility X1450]
2716 7186 RV516/M64 [Mobility Radeon X1450]
16732717 7187 RV516 [Radeon X1300/X1550 Series]
1674 7188 M64-S [Mobility Radeon X2300]
2718 7188 RV516/M64-S [Mobility Radeon X2300]
16752719 103c 30c1 6910p
1676 718a Mobility Radeon X2300
1677 718c M62CSP64 [Mobility Radeon X1350]
1678 718d M64CSP128 [Mobility Radeon X1450]
2720 718a RV516/M64 [Mobility Radeon X2300]
2721 718b RV516/M62 [Mobility Radeon X1350]
2722 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
2723 718c RV516/M62-CSP64 [Mobility Radeon X1350]
2724 718d RV516/M64-CSP128 [Mobility Radeon X1450]
16792725 7193 RV516 [Radeon X1550 Series]
1680 7196 RV516 [Mobility Radeon X1350]
1681 719b FireMV 2250
1682 719f RV516LE [Radeon X1550 64-bit]
2726 7196 RV516/M62-S [Mobility Radeon X1350]
2727 719b RV516 GL [FireMV 2250]
2728 719f RV516 [Radeon X1550 Series]
16832729 71a0 RV516 [Radeon X1300/X1550 Series] (Secondary)
1684 71a1 RV516 XT Radeon X1600 Series (Secondary)
1685 71a3 RV516 [Radeon X1300 Pro] (Secondary)
2730 71a1 RV516 [Radeon X1600/X1650 Series] (Secondary)
2731 71a3 RV516 [Radeon X1300/X1550 Series] (Secondary)
16862732 71a7 RV516 [Radeon X1300/X1550 Series] (Secondary)
1687 71bb FireMV 2250 (Secondary)
1688 71c0 RV530 [Radeon X1600]
1689 71c1 Radeon X1650 Pro
1690 71c2 RV530 [Radeon X1600]
1691 71c4 M56GL [Mobility FireGL V5200]
2733 71bb RV516 GL [FireMV 2250] (Secondary)
2734 71c0 RV530 [Radeon X1600 XT/X1650 GTO]
2735 1002 e160 Radeon X1650 GTO
2736 174b e160 Radeon X1650 GTO
2737 71c1 RV535 [Radeon X1650 PRO]
2738 174b 0880 Radeon X1700 FSC
2739 71c2 RV530 [Radeon X1600 PRO]
2740 71c4 RV530/M56 GL [Mobility FireGL V5200]
16922741 17aa 2007 ThinkPad T60p
1693 71c5 M56P [Radeon Mobility X1600]
2742 71c5 RV530/M56-P [Mobility Radeon X1600]
16942743 103c 309f Compaq nx9420 Notebook
16952744 103c 30a3 Compaq NW8440
16962745 1043 10b2 A6J-Q008
16972746 106b 0080 MacBook Pro
16982747 71c6 RV530LE [Radeon X1600/X1650 PRO]
1699 71c7 RV535 [Radeon X1650 Series]
1700 71ce RV530LE [Radeon X1600]
1701 71d2 RV530GL [FireGL V3400]
1702 71d4 M66GL [ATI Mobility FireGL V5250]
1703 71d5 M66-P [Mobility Radeon X1700]
1704 71d6 M66-XT [Mobility Radeon X1700]
1705 71de RV530LE [Radeon X1600]
2748 71c7 RV535 [Radeon X1650 PRO]
2749 1787 3000 PowerColor X1650 PRO AGP
2750 71ce RV530 [Radeon X1300 XT/X1600 PRO]
2751 71d2 RV530 GL [FireGL V3400]
2752 71d4 RV530/M66 GL [Mobility FireGL V5250]
2753 71d5 RV530/M66-P [Mobility Radeon X1700]
2754 71d6 RV530/M66-XT [Mobility Radeon X1700]
2755 71de RV530/M66 [Mobility Radeon X1700/X2500]
17062756 71e0 RV530 [Radeon X1600] (Secondary)
1707 71e1 Radeon X1650 Pro (Secondary)
2757 174b e161 Radeon X1600 GTO (Secondary)
2758 71e1 RV535 [Radeon X1650 PRO] (Secondary)
2759 174b 0881 Radeon X1700 FSC (Secondary)
17082760 71e2 RV530 [Radeon X1600] (Secondary)
1709 71e6 RV530LE [Radeon X1650 PRO] (Secondary)
1710 71e7 RV535 [Radeon X1650 Series]
1711 71f2 RV530GL [FireGL V3400 (Secondary)]
1712 7210 M71 [Mobility Radeon X2100]
1713 7211 M71 [Mobility Radeon X2100] (Secondary)
1714 7240 R580 [Radeon X1900]
1715 7241 R580 [Radeon X1900]
1716 7242 R580 [Radeon X1900]
1717 7243 R580 [Radeon X1900]
1718 7244 R580 [Radeon X1900]
1719 7245 R580 [Radeon X1900]
1720 7246 R580 [Radeon X1900]
1721 7247 R580 [Radeon X1900]
1722 7248 R580 [Radeon X1900]
1723 7249 R580 [Radeon X1900 XT] (Primary)
1724 724a R580 [Radeon X1900]
1725 724b R580 [Radeon X1900]
2761 71e6 RV530 [Radeon X1650] (Secondary)
2762 71e7 RV535 [Radeon X1650 PRO] (Secondary)
2763 1787 3001 Radeon X1650 PRO AGP
2764 71f2 RV530 GL [FireGL V3400] (Secondary)
2765 7210 RV550/M71 [Mobility Radeon HD 2300]
2766 7211 RV550/M71 [Mobility Radeon X2300 HD]
2767 7240 R580+ [Radeon X1950 XTX]
2768 1002 0d02 Radeon X1950 CrossFire Edition
2769 7244 R580+ [Radeon X1950 XT]
2770 7248 R580 [Radeon X1950]
2771 7249 R580 [Radeon X1900 XT]
2772 1002 0412 All-In-Wonder X1900
2773 1002 0b12 Radeon X1900 XT/XTX
2774 1002 0d02 Radeon X1900 CrossFire Edition
2775 1043 0160 Radeon X1900 XTX 512 MB GDDR3
2776 724b R580 [Radeon X1900 GT]
17262777 1002 0b12 Radeon X1900 (Primary)
17272778 1002 0b13 Radeon X1900 (Secondary)
1728 724c R580 [Radeon X1900]
1729 724d R580 [Radeon X1900]
1730 724e R580 [AMD Stream Processor]
2779 724e R580 GL [FireGL V7350]
17312780 7269 R580 [Radeon X1900 XT] (Secondary)
1732 726b R580 [Radeon X1900]
2781 726b R580 [Radeon X1900 GT] (Secondary)
17332782 726e R580 [AMD Stream Processor] (Secondary)
1734 7280 RV570 [Radeon X1950 Pro]
1735 7288 Radeon X1950 GT
1736 7291 Radeon X1650 XT (Primary) (PCIE)
1737 7293 Radeon X1650 Series
1738 72a0 RV570 [Radeon X1950 Pro] (secondary)
1739 72a8 Radeon X1950 GT (Secondary)
1740 72b1 Radeon X1650 XT (Secondary) (PCIE)
1741 72b3 Radeon X1650 Series (Secondary)
1742 7833 Radeon 9100 IGP Host Bridge
1743 7834 Radeon 9100 PRO IGP
1744 7835 Radeon Mobility 9200 IGP
1745 7838 Radeon 9100 IGP PCI/AGP Bridge
2783 7280 RV570 [Radeon X1950 PRO]
2784 7288 RV570 [Radeon X1950 GT]
2785 7291 RV560 [Radeon X1650 XT]
2786 1462 0810 Radeon X1700 SE
2787 7293 RV560 [Radeon X1650 GT]
2788 72a0 RV570 [Radeon X1950 PRO] (Secondary)
2789 72a8 RV570 [Radeon X1950 GT] (Secondary)
2790 72b1 RV560 [Radeon X1650 XT] (Secondary)
2791 72b3 RV560 [Radeon X1650 GT] (Secondary)
2792 7833 RS350 Host Bridge
2793 7834 RS350 [Radeon 9100 PRO/XT IGP]
2794 7835 RS350M [Mobility Radeon 9000 IGP]
2795 7838 RS350 AGP Bridge
17462796 7910 RS690 Host Bridge
17472797 1179 ff50 Satellite P305D-S8995E
17482798 17f2 5000 KI690-AM2 Motherboard
17532803 7916 RS690 PCI to PCI Bridge (PCI Express Port 2)
17542804 7917 RS690 PCI to PCI Bridge (PCI Express Port 3)
17552805 1002 7910 RS690 PCI to PCI Bridge
1756 7919 Radeon X1200 Series Audio Controller
2806 7919 RS690 HDMI Audio [Radeon Xpress 1200 Series]
17572807 1179 7919 Satellite P305D-S8995E
17582808 17f2 5000 KI690-AM2 Motherboard
1759 791e RS690 [Radeon X1200 Series]
2809 791e RS690 [Radeon X1200]
17602810 1462 7327 K9AG Neo2
17612811 17f2 5000 KI690-AM2 Motherboard
1762 791f RS690M [Radeon X1200 Series]
2812 791f RS690M [Radeon Xpress 1200/1250/1270]
17632813 1179 ff50 Satellite P305D-S8995E
17642814 7930 RS600 Host Bridge
17652815 7932 RS600 PCI to PCI Bridge (Internal gfx)
17682818 7936 RS600 PCI to PCI Bridge (PCI Express Port 2)
17692819 7937 RS690 PCI to PCI Bridge (PCI Express Port 3)
17702820 793b RS600 HDMI Audio [Radeon Xpress 1250]
1771 793f RS600 [Radeon Xpress 1250]
2821 793f RS690M [Radeon Xpress 1200/1250/1270] (Secondary)
17722822 7941 RS600 [Radeon Xpress 1250]
1773 7942 RS600 [Radeon Xpress 1250]
1774 796e Radeon 2100
1775 7c37 RV350 AQ [Radeon 9600 SE]
1776 9400 R600 [Radeon HD 2900 Series]
1777 1002 3000 Sapphire Radeon HD 2900 XT
2823 7942 RS600M [Radeon Xpress 1250]
2824 796e RS740 [Radeon 2100]
2825 9400 R600 [Radeon HD 2900 PRO/XT]
2826 1002 2552 Radeon HD 2900 XT
2827 1002 3000 Radeon HD 2900 PRO
17782828 1002 3142 HIS Radeon HD 2900XT 512MB GDDR3 VIVO PCIe
2829 9401 R600 [Radeon HD 2900 XT]
17792830 9403 R600 [Radeon HD 2900 PRO]
1780 940a R600GL [Fire GL V8650]
1781 940b R600GL [Fire GL V8600]
1782 940f R600 [FireGL V7600]
2831 9405 R600 [Radeon HD 2900 GT]
2832 940a R600 GL [FireGL V8650]
2833 940b R600 GL [FireGL V8600]
2834 940f R600 GL [FireGL V7600]
17832835 9440 RV770 [Radeon HD 4870]
17842836 9441 R700 [Radeon HD 4870 X2]
17852837 9442 RV770 [Radeon HD 4850]
1786 1002 0502 MSI R4850-T2D512
1787 174b e810 Sapphire HD 4850 512MB GDDR3 PCI-E Dual Slot Fansink
1788 9443 R700 [Radeon HD 4850]
1789 944a M98L [Mobility Radeon HD 4850]
1790 944c RV770 LE [Radeon HD 4800 Series]
2838 1002 0502 MSI Radeon HD 4850 512MB GDDR3
2839 174b e810 Radeon HD 4850 512MB GDDR3
2840 9443 R700 [Radeon HD 4850 X2]
2841 9444 RV770 GL [FirePro V8750]
2842 9446 RV770 GL [FirePro V7760]
2843 944a RV770/M98L [Mobility Radeon HD 4850]
2844 944b RV770/M98 [Mobility Radeon HD 4850 X2]
2845 944c RV770 LE [Radeon HD 4830]
17912846 944e RV770 CE [Radeon HD 4710]
1792 9450 RV770 [FireStream 9270]
1793 9452 RV770 [FireStream 9250]
1794 945a M98 XT [Mobility Radeon HD 4870]
2847 174b 3261 Radeon HD 4810
2848 9450 RV770 GL [FireStream 9270]
2849 9452 RV770 GL [FireStream 9250]
2850 9456 RV770 GL [FirePro V8700]
2851 945a RV770/M98-XT [Mobility Radeon HD 4870]
17952852 9460 RV790 [Radeon HD 4890]
1796 9462 RV790LE [Radeon HD 4800 Series]
1797 9480 M96 [Mobility Radeon HD 4650]
1798 103c 3628 ATI Mobility Radeon HD 4650 [dv6-1190en]
1799 9485 RV740 Pro [Radeon HD 4770]
1800 9488 RV730 XT [Mobility Radeon HD 4670]
1801 9489 M96 XT [Mobility FireGL V5725]
1802 9490 RV730XT [Radeon HD 4670]
1803 174b e880 Radeon HD 4670 512MB DDR3
1804 9491 M96 CSP [ATI RADEON E4690]
1805 9495 RV730 Pro AGP [Radeon HD 4600 Series]
1806 1002 9495 RV730 XT [PowerColor Radeon HD4670 AGP 1GB DDR]
1807 1458 0028 HD4650
2853 9462 RV790 [Radeon HD 4860]
2854 946a RV770 GL [FirePro M7750]
2855 9480 RV730/M96 [Mobility Radeon HD 4650/5165]
2856 103c 3628 Mobility Radeon HD 4650 [dv6-1190en]
2857 9488 RV730/M96-XT [Mobility Radeon HD 4670]
2858 9489 RV730/M96 GL [Mobility FireGL V5725]
2859 9490 RV730 XT [Radeon HD 4670]
2860 174b e880 Radeon HD 4670 512MB GDDR3 Dual DVI-I/TVO
2861 9491 RV730/M96-CSP [Radeon E4690]
2862 9495 RV730 [Radeon HD 4600 AGP Series]
2863 1002 0028 Radeon HD 4650/4670 AGP
2864 1092 0028 Radeon HD 4670 AGP 512MB DDR2
2865 1458 0028 Radeon HD 4650 AGP
2866 1682 0028 Radeon HD 4650 AGP
2867 174b 0028 Radeon HD 4650 AGP DDR2
18082868 9498 RV730 PRO [Radeon HD 4650]
1809 949e RV370 [FirePro V5700]
1810 949f RV730 [FirePro V5700]
1811 94a0 Mobility Radeon HD 4830 [M97]
1812 94a1 [M97 XT] Mobility Radeon HD 4860
1813 94a3 M97 GL [ATI FirePro M7740]
1814 94b3 Radeon HD 4770 [RV740]
1815 94b4 RV740 LE [ATI Radeon HD 4700 Series]
1816 94c1 RV610 [Radeon HD 2400 XT]
2869 949c RV730 GL [FirePro V7750]
2870 949e RV730 GL [FirePro V5700]
2871 949f RV730 GL [FirePro V3750]
2872 94a0 RV740/M97 [Mobility Radeon HD 4830]
2873 94a1 RV740/M97-XT [Mobility Radeon HD 4860]
2874 94a3 RV740/M97 GL [FirePro M7740]
2875 94b3 RV740 PRO [Radeon HD 4770]
2876 94b4 RV740 PRO [Radeon HD 4750]
2877 94c1 RV610 [Radeon HD 2400 PRO/XT]
18172878 1028 0211 Optiplex 755
18182879 1028 0d02 Optiplex 755
1819 94c3 RV610 video device [Radeon HD 2400 PRO]
1820 1002 94c3 Radeon HD 2400PRO
2880 94c3 RV610 [Radeon HD 2400 PRO]
18212881 1028 0302 Radeon HD 2400 Pro
1822 174b e400 Sapphire HD 2400 PRO video device
1823 18bc 3550 GeCube Radeon HD2400 PRO
1824 94c4 RV610 LE AGP [Radeon HD 2400 PRO AGP]
1825 94c8 Radeon HD 2400 XT
1826 94c9 Mobility Radeon HD 2400
2882 174b e400 Radeon HD 2400 PRO
2883 18bc 3550 Radeon HD 2400 PRO
2884 94c4 RV610 LE [Radeon HD 2400 PRO AGP]
2885 94c5 RV610 [Radeon HD 2400 LE]
2886 94c7 RV610 [Radeon HD 2350]
2887 94c8 RV610/M74 [Mobility Radeon HD 2400 XT]
2888 94c9 RV610/M72-S [Mobility Radeon HD 2400]
18272889 1002 94c9 Radeon HD2400
1828 94cb Radeon E2400
1829 94cc RV610 LE [Radeon HD 2400 Pro PCI]
2890 94cb RV610 [Radeon E2400]
2891 94cc RV610 LE [Radeon HD 2400 PRO PCI]
2892 9500 RV670 [Radeon HD 3850 X2]
18302893 9501 RV670 [Radeon HD 3870]
1831 174b e620 Sapphire Radeon HD 3870 PCIe 2.0
1832 9504 RV670 [Mobility Radeon HD 3850]
1833 9505 RV670PRO [Radeon HD 3850]
1834 9507 RV670 [Radeon HD 3850]
1835 9508 M88 XT Mobility Radeon HD 3870]
1836 950f R680 [Radeon HD 3870 x2]
1837 9511 RV670 [FireGL 7700]
1838 9515 RV670 AGP [Radeon HD 3850]
1839 9519 RV670 [FireStream 9170]
2894 174b e620 Radeon HD 3870
2895 9504 RV670/M88 [Mobility Radeon HD 3850]
2896 9505 RV670 [Radeon HD 3690/3850]
2897 148c 3000 Radeon HD 3850
2898 174b 3000 Radeon HD 3690/3850
2899 1787 3000 Radeon HD 3690
2900 9506 RV670/M88 [Mobility Radeon HD 3850 X2]
2901 9507 RV670 [Radeon HD 3830]
2902 9508 RV670/M88-XT [Mobility Radeon HD 3870]
2903 9509 RV670/M88 [Mobility Radeon HD 3870 X2]
2904 950f R680 [Radeon HD 3870 X2]
2905 9511 RV670 GL [FireGL V7700]
2906 9513 RV670 [Radeon HD 3850 X2]
2907 9515 RV670 PRO [Radeon HD 3850 AGP]
2908 9519 RV670 GL [FireStream 9170]
18402909 9540 RV710 [Radeon HD 4550]
1841 954f RV710 [Radeon HD 4350]
2910 954f RV710 [Radeon HD 4350/4550]
18422911 1462 1618 R4350 MD512H (MS-V161)
1843 9552 RV710 [Mobility Radeon HD 4300 Series]
1844 9553 RV710 [Mobility Radeon HD 4500/5100 Series]
2912 9552 RV710/M92 [Mobility Radeon HD 4330/4350/4550]
2913 1028 1103 M92 [Mobility Radeon HD 4330]
2914 # GV-R435OC-512I/FF1
2915 1458 21ac Radeon HD 4350
2916 # GV-R455HM-512I/F41
2917 1458 21ed Radeon HD 4550
2918 # 113-100928-J01
2919 148c 3000 Radeon HD 4350 Go! Green 512MB GDDR3
2920 # 113-2E172001-003
2921 174b 3000 Radeon HD 4350/4550 HyperMemory DDR2
2922 9553 RV710/M92 [Mobility Radeon HD 4530/4570/545v]
2923 1025 015e Mobility Radeon HD 4570
2924 1025 017d Mobility Radeon HD 4570
2925 1025 0205 Mobility Radeon HD 4570
2926 1025 0206 Mobility Radeon HD 4570
2927 1025 0237 Mobility Radeon HD 4570
2928 1028 02be Mobility Radeon HD 4570
2929 1028 02e8 Mobility Radeon HD 4530
2930 103c 3624 Mobility Radeon HD 4530
2931 103c 3628 Mobility Radeon HD 4530
2932 103c 3636 Mobility Radeon HD 4530
2933 1043 1b32 Mobility Radeon HD 4570
2934 1043 1b42 Mobility Radeon HD 4570
2935 104d 9056 Mobility Radeon HD 4570
18452936 1179 ff82 Satellite L505-13T GPU (Mobility Radeon HD 5145)
1846 9555 RV710 [Mobility Radeon HD 4300/4500 Series]
2937 9555 RV710/M92 [Mobility Radeon HD 4350/4550]
18472938 103c 1411 ProBook 4720s GPU (Mobility Radeon HD 4350)
1848 9559 RV635 [Mobility Radeon HD 3600 Series]
1849 955f RV710 [Mobility Radeon HD 4330]
1850 9581 RV630 [Mobility Radeon HD 2600]
1851 9583 RV630 [Mobility Radeon HD 2600 XT]
1852 9586 RV 630 XT AGP [Radeon HD 2600 XT AGP]
1853 9587 RV630 PRO AGP [Radeon HD 2600 PRO AGP]
1854 9588 RV630 [Radeon HD 2600XT]
2939 9557 RV711 GL [FirePro RG220]
2940 955f RV710/M92 [Mobility Radeon HD 4330]
2941 9580 RV630 [Radeon HD 2600 PRO]
2942 9581 RV630/M76 [Mobility Radeon HD 2600]
2943 9583 RV630/M76 [Mobility Radeon HD 2600 XT/2700]
2944 106b 0083 iMac 7,1
2945 1734 1107 Mobility Radeon HD 2700
2946 9586 RV630 XT [Radeon HD 2600 XT AGP]
2947 9587 RV630 PRO [Radeon HD 2600 PRO AGP]
2948 9588 RV630 XT [Radeon HD 2600 XT]
18552949 1458 216c Radeon HD 2600 XT, 256MB GDDR3, 2x DVI, TV-out, PCIe (GV-RX26T256H)
1856 9589 RV630 [Radeon HD 2600 Series]
1857 958c RV630GL [FireGL v5600]
1858 958d RV630 [FireGL V3600]
1859 9591 RV635 [Mobility Radeon HD 3650]
2950 9589 RV630 PRO [Radeon HD 2600 PRO]
2951 # Rebranded HD 2600 PRO
2952 1787 3000 Radeon HD 3610
2953 958a RV630 [Radeon HD 2600 X2]
2954 958b RV630/M76 [Mobility Radeon HD 2600 XT]
2955 958c RV630 GL [FireGL V5600]
2956 958d RV630 GL [FireGL V3600]
2957 9591 RV635/M86 [Mobility Radeon HD 3650]
18602958 1002 9591 Mobility Radeon HD 3650
1861 9593 RV635 [Mobility Radeon HD 3670]
1862 9595 M86GL [Mobility FireGL V5700]
1863 9596 RV635 PRO AGP [Radeon HD 3650]
2959 9593 RV635/M86 [Mobility Radeon HD 3670]
2960 9595 RV635/M86 GL [Mobility FireGL V5700]
2961 9596 RV635 PRO [Radeon HD 3650 AGP]
18642962 1043 0028 EAH3650 SILENT/HTDI/512M/A
1865 9598 RV630 [Radeon HD 3600 Series]
2963 9597 RV635 PRO [Radeon HD 3650 AGP]
2964 9598 RV635 [Radeon HD 3650/3750/4570/4580]
18662965 1002 9598 Mobility Radeon HD 3600
18672966 1043 01d6 EAH3650 Silent
2967 1043 3001 Radeon HD 4570
2968 174b 3001 Radeon HD 3750
2969 174b 4580 RV635 PRO [Radeon HD 4580]
2970 9599 RV635 PRO [Radeon HD 3650 AGP]
18682971 95c0 RV620 PRO [Radeon HD 3470]
18692972 1002 95c0 Mobility Radeon HD 3470
1870 95c4 RV620 [Mobility Radeon HD 3400 Series]
2973 95c2 RV620/M82 [Mobility Radeon HD 3410/3430]
2974 95c4 RV620/M82 [Mobility Radeon HD 3450/3470]
18712975 1002 95c4 Mobility Radeon HD 3400
18722976 95c5 RV620 LE [Radeon HD 3450]
18732977 1028 0342 OptiPlex 980
1874 95c6 RV620 LE AGP [Radeon HD 3450]
1875 95c7 RV620 CE [Radeon HD 3430]
1876 95c9 RV620 PCI [Radeon HD 3450]
1877 95cc RV620 [ATI FireGL V3700]
1878 95cd RV620 [FireMV 2450]
1879 95ce RV620 [FirePro 2260]
1880 95cf RV620 [FirePro 2260]
1881 960f RS780 HDMI Audio [Radeon HD 3000-3300 Series]
2978 95c6 RV620 LE [Radeon HD 3450 AGP]
2979 95c9 RV620 LE [Radeon HD 3450 PCI]
2980 95cc RV620 GL [FirePro V3700]
2981 95cf RV620 GL [FirePro 2260]
2982 960f RS780 HDMI Audio [Radeon (HD) 3000 Series]
18822983 9610 RS780 [Radeon HD 3200]
18832984 1458 d000 GA-MA78GM-S2H Motherboard
1884 9611 RS780C [Radeon HD 3100]
1885 9612 RS780M/RS780MN [Mobility Radeon HD 3200 Graphics]
1886 9613 RS780MC [Mobility Radeon HD 3100 Graphics]
2985 9611 RS780C [Radeon 3100]
2986 9612 RS780M [Mobility Radeon HD 3200]
2987 9613 RS780MC [Mobility Radeon HD 3100]
18872988 9614 RS780D [Radeon HD 3300]
1888 9615 RS780E [Radeon HD 3200]
1889 9616 RS780L [Radeon HD 3000]
2989 9616 RS780L [Radeon 3000]
18902990 9640 BeaverCreek [Radeon HD 6550D]
1891 9641 BeaverCreek [Mobility Radeon HD 6620G]
2991 9641 BeaverCreek [Radeon HD 6620G]
2992 9642 Sumo [Radeon HD 6370D]
2993 9643 Sumo [Radeon HD 6380G]
2994 9644 Sumo [Radeon HD 6410D]
2995 9645 Sumo [Radeon HD 6410D]
18922996 9647 BeaverCreek [Radeon HD 6520G]
2997 9648 Sumo [Radeon HD 6480G]
2998 9649 Sumo [Radeon HD 6480G]
18932999 964a BeaverCreek [Radeon HD 6530D]
3000 964b Sumo
3001 964c Sumo
3002 964e Sumo
3003 964f Sumo
18943004 970f RS880 HDMI Audio [Radeon HD 4200 Series]
3005 1019 2120 A785GM-M
18953006 1043 83a2 M4A785TD Motherboard
18963007 1043 843e M5A88-V EVO
18973008 9710 RS880 [Radeon HD 4200]
3009 1019 2120 A785GM-M
18983010 1043 83a2 M4A785TD Motherboard
1899 9712 RS880M [Mobility Radeon HD 4200 Series]
3011 9712 RS880M [Mobility Radeon HD 4225/4250]
19003012 9713 RS880M [Mobility Radeon HD 4100]
19013013 9714 RS880 [Radeon HD 4290]
19023014 9715 RS880 [Radeon HD 4250]
19033015 1043 843e M5A88-V EVO
19043016 # Radeon HD 6250 too?
19053017 9802 Wrestler [Radeon HD 6310]
1906 174b 1001 Sapphire PURE Fusion Mini
3018 174b 1001 PURE Fusion Mini
3019 9803 Wrestler [Radeon HD 6310]
19073020 9804 Wrestler [Radeon HD 6250]
3021 9805 Wrestler [Radeon HD 6250]
19083022 9806 Wrestler [Radeon HD 6320]
19093023 9807 Wrestler [Radeon HD 6290]
3024 9808 Wrestler [Radeon HD 7340]
3025 9809 Wrestler [Radeon HD 7310]
3026 980a Wrestler [Radeon HD 7290]
3027 9830 Kabini [Radeon HD 8400 / R3 Series]
3028 9831 Kabini [Radeon HD 8400E]
3029 9832 Kabini [Radeon HD 8330]
3030 9833 Kabini [Radeon HD 8330E]
3031 9834 Kabini [Radeon HD 8210]
3032 9835 Kabini [Radeon HD 8310E]
3033 9836 Kabini [Radeon HD 8280 / R3 Series]
3034 9837 Kabini [Radeon HD 8280E]
3035 9838 Kabini [Radeon HD 8240 / R3 Series]
3036 9839 Kabini [Radeon HD 8180]
3037 983a Kabini
3038 983b Kabini
3039 983c Kabini
3040 983d Temash [Radeon HD 8250/8280G]
3041 983e Kabini
3042 983f Kabini
3043 9840 Kabini HDMI/DP Audio
3044 9850 Mullins [Radeon R3 Graphics]
3045 9851 Mullins [Radeon R4/R5 Graphics]
3046 9852 Mullins [Radeon R2 Graphics]
3047 9853 Mullins [Radeon R2 Graphics]
3048 9854 Mullins [Radeon R3 Graphics]
3049 9855 Mullins [Radeon R6 Graphics]
3050 9856 Mullins [Radeon R2 Graphics]
3051 9857 Mullins [Radeon APU XX-2200M with R2 Graphics]
3052 9858 Mullins
3053 9859 Mullins
3054 985a Mullins
3055 985b Mullins
3056 985c Mullins
3057 985d Mullins
3058 985e Mullins
3059 985f Mullins
3060 9900 Trinity [Radeon HD 7660G]
19103061 # AMD A10-5800K CPU
19113062 9901 Trinity [Radeon HD 7660D]
19123063 9902 Trinity HDMI Audio Controller
3064 103c 194e ProBook 455 G1 Notebook
3065 9903 Trinity [Radeon HD 7640G]
3066 103c 194e ProBook 455 G1 Notebook
3067 103c 1952 ProBook 455 G1 Notebook
19133068 9904 Trinity [Radeon HD 7560D]
3069 9905 Trinity [FirePro A300 Series Graphics]
3070 9906 Trinity [FirePro A300 Series Graphics]
3071 9907 Trinity [Radeon HD 7620G]
3072 9908 Trinity [Radeon HD 7600G]
3073 9909 Trinity [Radeon HD 7500G]
3074 990a Trinity [Radeon HD 7500G]
3075 990b Richland [Radeon HD 8650G]
3076 990c Richland [Radeon HD 8670D]
3077 990d Richland [Radeon HD 8550G]
3078 990e Richland [Radeon HD 8570D]
3079 990f Richland [Radeon HD 8610G]
3080 9910 Trinity [Radeon HD 7660G]
3081 9913 Trinity [Radeon HD 7640G]
3082 9917 Trinity [Radeon HD 7620G]
3083 9918 Trinity [Radeon HD 7600G]
3084 9919 Trinity [Radeon HD 7500G]
19143085 9990 Trinity [Radeon HD 7520G]
1915 aa00 R600 Audio Device [Radeon HD 2900 Series]
1916 aa08 RV630 audio device [Radeon HD 2600 Series]
3086 9991 Trinity [Radeon HD 7540D]
3087 9992 Trinity [Radeon HD 7420G]
3088 9993 Trinity [Radeon HD 7480D]
3089 9994 Trinity [Radeon HD 7400G]
3090 9995 Richland [Radeon HD 8450G]
3091 9996 Richland [Radeon HD 8470D]
3092 9997 Richland [Radeon HD 8350G]
3093 9998 Richland [Radeon HD 8370D]
3094 9999 Richland [Radeon HD 8510G]
3095 999a Richland [Radeon HD 8410G]
3096 999b Richland [Radeon HD 8310G]
3097 999c Richland
3098 # AMD Quad-Core A8-Series APU A8-6500T with Radeon HD 8550D
3099 999d Richland [Radeon HD 8550D]
3100 99a0 Trinity [Radeon HD 7520G]
3101 99a2 Trinity [Radeon HD 7420G]
3102 99a4 Trinity [Radeon HD 7400G]
3103 aa00 R600 HDMI Audio [Radeon HD 2900 Series]
3104 aa08 RV630 HDMI Audio [Radeon HD 2600 Series]
19173105 aa10 RV610 HDMI Audio [Radeon HD 2350/2400 Series]
1918 174b aa10 Sapphire HD 2400 PRO audio device
1919 18bc aa10 GeCube Radeon HD 2400 PRO HDCP-capable digital-only audio device
3106 174b aa10 Radeon HD 2400 PRO
3107 18bc aa10 Radeon HD 2400 PRO
19203108 aa18 RV670/680 HDMI Audio [Radeon HD 3690/3800 Series]
19213109 aa20 RV635 HDMI Audio [Radeon HD 3600 Series]
19223110 aa28 RV620 HDMI Audio [Radeon HD 3400 Series]
19233111 aa30 RV770 HDMI Audio [Radeon HD 4850/4870]
1924 174b aa30 Sapphire HD 4850 512MB GDDR3 PCI-E Dual Slot Fansink
3112 174b aa30 Radeon HD 4850 512MB GDDR3 PCI-E Dual Slot Fansink
19253113 aa38 RV710/730 HDMI Audio [Radeon HD 4000 series]
1926 103c 3628 ATI RV710/730 [dv6-1190en]
1927 174b aa38 R700 Audio Device [Radeon HD 4000 Series]
3114 103c 3628 dv6-1190en
19283115 aa50 Cypress HDMI Audio [Radeon HD 5800 Series]
19293116 aa58 Juniper HDMI Audio [Radeon HD 5700 Series]
19303117 # 5500, 5600 and mobile 5700 series
19363123 aa80 Cayman/Antilles HDMI Audio [Radeon HD 6900 Series]
19373124 aa88 Barts HDMI Audio [Radeon HD 6800 Series]
19383125 aa90 Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
3126 1028 04a3 Precision M4600
19393127 aa98 Caicos HDMI Audio [Radeon HD 6400 Series]
1940 174b aa98 Sapphire HD 6450 1GB DDR3
3128 174b aa98 Radeon HD 6450 1GB DDR3
19413129 aaa0 Tahiti XT HDMI Audio [Radeon HD 7970 Series]
3130 aab0 Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
19423131 ac00 Theater 600 Pro
19433132 ac02 TV Wonder HD 600 PCIe
19443133 ac12 Theater HD T507 (DVB-T) TV tuner/capture device
1945 cab0 RS100 AGP Bridge [IGP 320M]
1946 cab2 RS200/RS200M AGP Bridge [IGP 340M]
1947 cab3 R200 AGP Bridge [Mobility Radeon 7000 IGP]
1948 cbb2 RS200/RS200M AGP Bridge [IGP 340M]
3134 cab0 RS100 Host Bridge
3135 cab2 RS200 Host Bridge
3136 cab3 RS250 Host Bridge
3137 cbb2 RS200 Host Bridge
19493138 1003 ULSI Systems
19503139 0201 US201
19513140 1004 VLSI Technology Inc
20053194 103c 0024 Pavilion ze4400 builtin Network
20063195 12d9 000c Aculab E1/T1 PMXc cPCI carrier card
20073196 1385 f311 FA311 / FA312 (FA311 with WoL HW)
3197 1385 f312 FA312 (rev. A1) Fast Ethernet PCI Adapter
20083198 0021 PC87200 PCI to ISA Bridge
20093199 0022 DP83820 10/100/1000 Ethernet Controller
20103200 1186 4900 DGE-500T
20733263 2646 0001 KNE100TX Fast Ethernet
20743264 000a 21230 Video Codec
20753265 000d PBXGB [TGA2]
2076 000f PCI-to-PDQ Interface Chip [PFI]
3266 000f DEFPA FDDI PCI-to-PDQ Interface Chip [PFI]
20773267 1011 def1 FDDI controller (DEFPA)
20783268 103c def1 FDDI controller (3X-DEFPA)
20793269 0014 DECchip 21041 [Tulip Pass 3]
21063296 1186 1101 DFE-500TX Fast Ethernet
21073297 1186 1102 DFE-500TX Fast Ethernet
21083298 1186 1112 DFE-570TX Quad Fast Ethernet
3299 11f0 4235 21143 [FASTLine-II UTP 10/100]
21093300 1259 2800 AT-2800Tx Fast Ethernet
21103301 1266 0004 Eagle Fast EtherMAX
21113302 12af 0019 NetFlyer Cardbus Fast Ethernet
21613352 00ac GD 5436 [Alpine]
21623353 00b0 GD 5440
21633354 00b8 GD 5446
3355 1af4 1100 QEMU Virtual Machine
21643356 00bc GD 5480
21653357 1013 00bc CL-GD5480
21663358 00d0 GD 5462
22463438 0054 GXT500P/GXT550P Graphics Adapter
22473439 0057 MPEG PCI Bridge
22483440 0058 SSA Adapter [Advanced SerialRAID/X]
2249 005c i82557B 10/100
22503441 005e GXT800P Graphics Adapter
22513442 007c ATM Controller (14107c00)
22523443 007d 3780IDSP [MWave]
22693460 00be ATM 622MBPS Controller (1410be00)
22703461 00dc Advanced Systems Management Adapter (ASMA)
22713462 00fc CPC710 Dual Bridge and Memory Controller (PCI-64)
2272 0104 Gigabit Ethernet-SX Adapter
22733463 0105 CPC710 Dual Bridge and Memory Controller (PCI-32)
22743464 010f Remote Supervisor Adapter (RSA)
22753465 0142 Yotta Video Compositor Input
23093499 021b GXT6500P Graphics Adapter
23103500 021c GXT4500P Graphics Adapter
23113501 0233 GXT135P Graphics Adapter
2312 0266 PCI-X Dual Channel SCSI
2313 0268 Gigabit Ethernet-SX Adapter (PCI-X)
2314 0269 10/100/1000 Base-TX Ethernet Adapter (PCI-X)
23153502 028c Citrine chipset SCSI controller
23163503 1014 028d Dual Channel PCI-X DDR SAS RAID Adapter (572E)
23173504 1014 02be Dual Channel PCI-X DDR U320 SCSI RAID Adapter (571B)
23303517 0339 Obsidian-E PCI-E SCSI controller
23313518 1014 030a PCIe 3Gb SAS RAID Adapter (574E)
23323519 1014 033a PCIe 3Gb SAS Adapter (57B3)
3520 1014 035c PCIe x8 Internal 3Gb SAS adapter (57CC)
23333521 1014 0360 PCI-E Auxiliary Cache Adapter (57B7)
23343522 033d PCI-E IPR SAS Adapter (FPGA)
23353523 1014 033c PCIe2 1.8GB Cache 6Gb SAS RAID Adapter Tri-port (57B5)
23433531 1014 0357 PCIe2 6Gb SAS Adapter Quad-port (57C6)
23443532 1014 035d PCIe3 1.8GB Cache RAID SAS Adapter Quad-port 6GB (57C8)
23453533 1014 035e PCIe2 3.6GB Cache 6Gb SAS RAID Adapter Quad-port (57CE)
3534 1014 03fb PCIe3 28GB Cache RAID SAS Enclosure 6Gb x 16 (57D5)
3535 1014 03fe PCIe3 x8 Cache SAS RAID Internal Adapter 6Gb (57D8)
3536 1014 03ff PCIe3 x8 SAS RAID Internal Adapter 6Gb (57D7)
3537 1014 0474 PCIe3 x16 Cache SAS RAID Internal Adapter 6Gb (57EB)
3538 1014 0475 PCIe3 x16 SAS RAID Internal Adapter 6Gb (57EC)
3539 1014 0499 PCIe3 x16 Cache SAS RAID Internal Adapter 6Gb (57ED)
3540 1014 049a PCIe3 x16 SAS RAID Internal Adapter 6Gb (57EE)
3541 1014 04c7 PCIe3 x 8 Cache SAS RAID Internal Adapter 6GB(2CCA)
3542 1014 04c8 PCIe3 x 8 Cache SAS RAID Internal Adapter 6GB(2CD2)
3543 1014 0c49 PCIe3 x 8 Cache SAS RAID Internal Adapter 6GB(2CCD)
3544 04aa Flash Adapter 90 (PCIe2 0.9TB)
23463545 3022 QLA3022 Network Adapter
23473546 4022 QLA3022 Network Adapter
23483547 ffff MPIC-2 interrupt controller
24023601 1028 0493 PowerEdge RAID Controller 3/DC
24033602 1028 0511 PowerEdge Cost Effective RAID Controller ATA100/4Ch
24043603 103c 60e7 NetRAID-1M
3604 103c 60e8 NetRaid 2M [AMI MegaRaid 493]
24053605 9010 MegaRAID 428 Ultra RAID Controller
24063606 9030 EIDE Controller
24073607 9031 EIDE Controller
24143614 101f PictureTel
24153615 1020 Hitachi Computer Products
24163616 1021 OKI Electric Industry Co. Ltd.
2417 1022 Advanced Micro Devices [AMD]
3617 1022 Advanced Micro Devices, Inc. [AMD]
24183618 1100 K8 [Athlon64/Opteron] HyperTransport Technology Configuration
24193619 1101 K8 [Athlon64/Opteron] Address Map
24203620 1102 K8 [Athlon64/Opteron] DRAM Controller
24443644 1417 Family 15h (Models 10h-1fh) Processor Root Port
24453645 1418 Family 15h (Models 10h-1fh) Processor Root Port
24463646 1419 Family 15h (Models 10h-1fh) I/O Memory Management Unit
3647 141a Family 15h (Models 30h-3fh) Processor Function 0
3648 141b Family 15h (Models 30h-3fh) Processor Function 1
3649 141c Family 15h (Models 30h-3fh) Processor Function 2
3650 141d Family 15h (Models 30h-3fh) Processor Function 3
3651 141e Family 15h (Models 30h-3fh) Processor Function 4
3652 141f Family 15h (Models 30h-3fh) Processor Function 5
3653 1422 Family 15h (Models 30h-3fh) Processor Root Complex
3654 1423 Family 15h (Models 30h-3fh) I/O Memory Management Unit
3655 1426 Family 15h (Models 30h-3fh) Processor Root Port
3656 1439 Family 16h Processor Functions 5:1
24473657 1510 Family 14h Processor Root Complex
2448 174b 1001 Sapphire PURE Fusion Mini
3658 174b 1001 PURE Fusion Mini
24493659 1512 Family 14h Processor Root Port
2450 174b 1001 Sapphire PURE Fusion Mini
24513660 1513 Family 14h Processor Root Port
24523661 1514 Family 14h Processor Root Port
24533662 1515 Family 14h Processor Root Port
24543663 1516 Family 14h Processor Root Port
3664 1530 Family 16h Processor Function 0
3665 1531 Family 16h Processor Function 1
3666 1532 Family 16h Processor Function 2
3667 1533 Family 16h Processor Function 3
3668 1534 Family 16h Processor Function 4
3669 1535 Family 16h Processor Function 5
3670 1536 Family 16h Processor Root Complex
3671 1538 Family 16h Processor Function 0
24553672 1600 Family 15h Processor Function 0
24563673 1601 Family 15h Processor Function 1
24573674 1602 Family 15h Processor Function 2
25023719 1668 0299 ActionLink Home Network Adapter
25033720 2003 Am 1771 MBW [Alchemy]
25043721 2020 53c974 [PCscsi]
3722 1af4 1100 QEMU Virtual Machine
25053723 2040 79c974
25063724 2080 CS5536 [Geode companion] Host Bridge
25073725 2081 Geode LX Video
25743792 161f 3017 HDAMB
25753793 746e AMD-8111 MC97 Modem
25763794 756b AMD-8111 ACPI
2577 7800 Hudson SATA Controller [IDE mode]
2578 7801 Hudson SATA Controller [AHCI mode]
2579 7802 Hudson SATA Controller [RAID mode]
2580 7803 Hudson SATA Controller [RAID mode]
2581 7804 Hudson SATA Controller [AHCI mode]
2582 7805 Hudson SATA Controller [RAID mode]
2583 7806 Hudson SD Flash Controller
2584 7807 Hudson USB OHCI Controller
2585 7808 Hudson USB EHCI Controller
2586 7809 Hudson USB OHCI Controller
2587 780b Hudson SMBus Controller
2588 780c Hudson IDE Controller
2589 780d Hudson Azalia Controller
2590 780e Hudson LPC Bridge
2591 780f Hudson PCI Bridge
2592 7812 Hudson USB XHCI Controller
3795 7800 FCH SATA Controller [IDE mode]
3796 7801 FCH SATA Controller [AHCI mode]
3797 103c 168b ProBook 4535s Notebook
3798 103c 194e ProBook 455 G1 Notebook
3799 7802 FCH SATA Controller [RAID mode]
3800 7803 FCH SATA Controller [RAID mode]
3801 7804 FCH SATA Controller [AHCI mode]
3802 7805 FCH SATA Controller [RAID mode]
3803 7806 FCH SD Flash Controller
3804 7807 FCH USB OHCI Controller
3805 103c 194e ProBook 455 G1 Notebook
3806 7808 FCH USB EHCI Controller
3807 103c 194e ProBook 455 G1 Notebook
3808 7809 FCH USB OHCI Controller
3809 103c 194e ProBook 455 G1 Notebook
3810 780b FCH SMBus Controller
3811 103c 194e ProBook 455 G1 Notebook
3812 780c FCH IDE Controller
3813 780d FCH Azalia Controller
3814 103c 194e ProBook 455 G1 Notebook
3815 1043 8444 F2A85-M Series
3816 780e FCH LPC Bridge
3817 103c 194e ProBook 455 G1 Notebook
3818 780f FCH PCI Bridge
3819 7812 FCH USB XHCI Controller
3820 7813 FCH SD Flash Controller
3821 7814 FCH USB XHCI Controller
3822 103c 194e ProBook 455 G1 Notebook
3823 7900 FCH SATA Controller [IDE mode]
3824 7901 FCH SATA Controller [AHCI mode]
3825 7902 FCH SATA Controller [RAID mode]
3826 7903 FCH SATA Controller [RAID mode]
3827 7904 FCH SATA Controller [AHCI mode]
3828 7906 FCH SD Flash Controller
3829 7908 FCH USB EHCI Controller
3830 790b FCH SMBus Controller
3831 790e FCH LPC Bridge
3832 790f FCH PCI Bridge
3833 7914 FCH USB XHCI Controller
25933834 9600 RS780 Host Bridge
25943835 1043 82f1 M3A78-EH Motherboard
25953836 9601 RS880 Host Bridge
3837 1019 2120 A785GM-M
25963838 1043 843e M5A88-V EVO
25973839 9602 RS780/RS880 PCI to PCI bridge (int gfx)
25983840 9603 RS780 PCI to PCI bridge (ext gfx port 0)
25993841 9604 RS780/RS880 PCI to PCI bridge (PCIE port 0)
26003842 9605 RS780/RS880 PCI to PCI bridge (PCIE port 1)
26013843 9606 RS780 PCI to PCI bridge (PCIE port 2)
2602 9607 RS780 PCI to PCI bridge (PCIE port 3)
3844 9607 RS780/RS880 PCI to PCI bridge (PCIE port 3)
26033845 9608 RS780/RS880 PCI to PCI bridge (PCIE port 4)
26043846 9609 RS780/RS880 PCI to PCI bridge (PCIE port 5)
26053847 960a RS780 PCI to PCI bridge (NB-SB link)
28384080 102b ff04 Marvel G200 AGP
28394081 110a 0032 MGA-G200 AGP
28404082 0522 MGA G200e [Pilot] ServerEngines (SEP1)
4083 103c 31fa ProLiant DL140 G3
28414084 0525 MGA G400/G450
28424085 0e11 b16f MGA-G400 AGP
28434086 102b 0328 Millennium G400 16Mb SDRAM
29334176 1028 028d PowerEdge T410 MGA G200eW WPCM450
29344177 1028 029c PowerEdge M710 MGA G200eW WPCM450
29354178 1028 02a4 PowerEdge T310 MGA G200eW WPCM450
4179 15d9 0624 X9SCM-F Motherboard
29364180 15d9 a811 H8DGU
29374181 0533 MGA G200EH
29384182 103c 3381 iLO4
29644208 110a 001e MGA-G100 AGP
29654209 2007 MGA Mistral
29664210 2527 Millennium G550
4211 # PCI\VEN_102B&DEV_2527&SUBSYS_0F42102B&REV_01
4212 102b 0f42 Matrox G550 Low Profile PCI
29674213 102b 0f83 Millennium G550
29684214 102b 0f84 Millennium G550 Dual Head DDR 32Mb
29694215 102b 1e41 Millennium G550
30484294 47c2 Solios COM port
30494295 4949 Radient frame grabber family
30504296 102b 0010 Radient eCL (Single-full) frame grabber
4297 102b 0011 Radient eCLV (Single-full) frame grabber
30514298 102b 0020 Radient eCL (Dual-base) frame grabber
30524299 102b 0030 Radient eCL (Dual-full) frame grabber
30534300 102b 0040 Radient eCL (Quad-base) frame grabber
30544301 102b 0050 Radient eCL (Golden) frame grabber
4302 102b 1010 Radient eV-CXP (quad CXP-6) frame grabber
4303 102b 1015 Radient eV-CXP (dual CXP-6) frame grabber
4304 102b 1020 Radient eV-CXP (quad CXP-3) frame grabber
4305 102b 1050 Radient eV-CXP (Golden) frame grabber
30554306 4cdc Morphis JPEG2000 accelerator
30564307 4f54 Morphis (e)Quad frame grabber
30574308 4fc5 Morphis (e)Dual frame grabber
31294380 002a PowerVR 3D
31304381 002c Star Alpha 2
31314382 002d PCI to C-bus Bridge
3132 0035 USB
3133 1033 0035 Hama USB 2.0 CardBus
4383 0035 OHCI USB Controller
4384 1033 0035 USB Controller
31344385 103c 1293 USB add-in card
31354386 103c 1294 USB 2.0 add-in card
31364387 1179 0001 USB
31644415 12ee 8011 Root hub
31654416 00ce uPD72871 [Firewarden] IEEE1394a OHCI 1.0 Link/1-port PHY Controller
31664417 00df Vr4131
3167 00e0 USB 2.0
4418 00e0 uPD72010x USB 2.0 Controller
31684419 12ee 7001 Root hub
31694420 14c2 0205 PTI-205N USB 2.0 Host Controller
31704421 1799 0002 Root Hub
31764427 0125 uPD720400 PCI Express - PCI/PCI-X Bridge
31774428 013a Dual Tuner/MPEG Encoder
31784429 0194 uPD720200 USB 3.0 Host Controller
4430 1028 04a3 Precision M4600
31794431 1028 04b2 Vostro 3350
31804432 1028 04da Vostro 3750
31814433 1043 8413 P8P67 Deluxe Motherboard
4434 1af4 1100 QEMU Virtual Machine
31824435 1b96 0001 USB 3.0 PCIe Card
31834436 01e7 uPD72873 [Firewarden] IEEE1394a OHCI 1.1 Link/2-port PHY Controller
31844437 01f2 uPD72874 [Firewarden] IEEE1394a OHCI 1.1 Link/3-port PHY Controller
31994452 000a PCI-to-PCI bridge
32004453 0016 SiS961/2/3 SMBus controller
32014454 0018 SiS85C503/5513 (LPC Bridge)
4455 0163 163 802.11b/g Wireless LAN Adapter
32024456 0180 RAID bus controller 180 SATA/PATA [SiS]
32034457 0181 SATA
32044458 0182 182 SATA/RAID Controller
33294583 7007 FireWire Controller
33304584 1462 701d MS-6701
33314585 7012 SiS7012 AC'97 Sound Controller
4586 1019 0f05 A928 (i-Buddie)
33324587 1039 7012 SiS 7012 onboard [Asus P4SC-EA] AC'97 Sound Controller
33334588 1043 818f A8S-X Motherboard
33344589 13f6 0300 CMI9739(A) on ECS K7SOM+ motherboard
33714626 103a Seiko Epson Corporation
33724627 103b Tatung Corp. Of America
33734628 103c Hewlett-Packard Company
3374 0025 XE4500 Notebook
3375 002a NX9000 Notebook
3376 08bc NX5000 Notebook
33774629 1005 A4977A Visualize EG
33784630 1008 Visualize FX
33794631 1028 Tach TL Fibre Channel Host Adapter
34094661 10ed TopTools Remote Control
34104662 10f0 rio System Bus Adapter
34114663 10f1 rio I/O Controller
3412 1200 82557B 10/100 NIC
34134664 1219 NetServer PCI Hot-Plug Controller
34144665 121a NetServer SMIC Controller
34154666 121b NetServer Legacy COM Port Decoder
34264677 12eb sx2000 System Bus Adapter
34274678 12ec sx2000 I/O Controller
34284679 12ee PCI-X 2.0 Local Bus Adapter
3429 12f8 Broadcom BCM4306 802.11b/g Wireless LAN
3430 12fa BCM4306 802.11b/g Wireless LAN Controller
34314680 1302 RMP-3 Shared Memory Driver
34324681 1303 RMP-3 (Remote Management Processor)
3433 1361 BCM4312 802.11a/b/g WLAN Controller
3434 1371 Broadcom Corporation BCM4312 802.11a/b/g (rev 02)
3435 1717 Intel 82571EB dual 1 Gb Ethernet controller
3436 179b EliteBook 8470p Notebook
3437 179d EliteBook 8470p Notebook
34384682 2910 E2910A PCIBus Exerciser
34394683 2925 E2925A 32 Bit, 33 MHzPCI Exerciser & Analyzer
3440 3080 Pavilion ze2028ea
3441 3085 Realtek RTL8139/8139C/8139C+
3442 30a3 Compaq NW8440 Notebook
3443 30b5 Compaq Presario V3000Z
3444 31fb DL365 ATI ES1000 VGA controller
34454684 3206 Adaptec Embedded Serial ATA HostRAID
34464685 3220 Smart Array P600
34474686 103c 3225 3 Gb/s SAS RAID
34544693 3238 Smart Array E200i (SAS Controller)
34554694 103c 3211 Smart Array E200i
34564695 103c 3212 Smart Array E200
4696 3239 Smart Array Gen9 Controllers
4697 103c 21bd Smart Array
4698 103c 21be Smart Array
4699 103c 21bf Smart Array
4700 103c 21c0 Smart Array
4701 103c 21c1 Smart Array
4702 103c 21c2 Smart Array
4703 103c 21c3 Smart Array
4704 103c 21c4 Smart Array
4705 103c 21c5 Smart Array
4706 103c 21c6 Smart Array
4707 103c 21c7 Smart Array
4708 103c 21c8 Smart Array
4709 103c 21c9 Smart Array
4710 103c 21ca Smart Array
4711 103c 21cb Smart Array
4712 103c 21cc Smart Array
4713 103c 21cd Smart Array
4714 103c 21ce Smart Array
34574715 323a Smart Array G6 controllers
34584716 103c 3241 Smart Array P212
34594717 103c 3243 Smart Array P410
34684726 103c 3352 P421
34694727 103c 3354 P420i
34704728 103c 3355 P220i
4729 323c Smart Array Gen8+ Controllers
4730 103c 1920 P430i
4731 103c 1921 P830i
4732 103c 1922 P430
4733 103c 1923 P431
4734 103c 1924 P830
4735 103c 1925 Smart Array
4736 103c 1926 P731m
4737 103c 1928 P230i
34714738 3300 Integrated Lights-Out Standard Virtual USB Controller
34724739 103c 3304 iLO2
34734740 103c 3305 iLO2
34904757 103c 330e iLO3
34914758 103c 3381 iLO4
34924759 3307 Integrated Lights-Out Standard Management Processor Support and Messaging
4760 # HP DL380 G6
4761 103c 3309 iLO 2
34934762 103c 330e iLO3
34944763 103c 3381 iLO4
34954764 3308 Integrated Lights-Out Standard MS Watchdog Timer
35004769 4031 zx2 I/O Controller
35014770 4037 PCIe Local Bus Adapter
35024771 403b PCIe Root Port
3503 60e8 NetRAID-2M : ZX1/M (OEM AMI MegaRAID 493)
3504 780d Hudson Azalia Controller (rev 01) - Soundcard
35054772 103e Solliday Engineering
35064773 103f Synopsys/Logic Modeling Group
35074774 1040 Accelgraphics Inc.
35134780 3010 Samurai_1
35144781 3020 Samurai_IDE
35154782 1043 ASUSTeK Computer Inc.
4783 0464 Radeon R9 270x GPU
35164784 0675 ISDNLink P-IN100-ST-D
35174785 0675 1704 ISDN Adapter (PCI Bus, D, C)
35184786 0675 1707 ISDN Adapter (PCI Bus, DV, W)
35194787 10cf 105e ISDN Adapter (PCI Bus, DV, W)
3520 0c11 A7N8X Motherboard nForce2 IDE/USB/SMBus
3521 4015 v7100 SDRAM [GeForce2 MX]
3522 4021 v7100 Combo Deluxe [GeForce2 MX + TV tuner]
3523 4057 v8200 GeForce 3
3524 8043 v8240 PAL 128M [P4T] Motherboard
3525 8047 v8420 Deluxe [GeForce4 Ti4200]
3526 807b v9280/TD [GeForce4 TI4200 8X With TV-Out and DVI]
3527 8095 A7N8X Motherboard nForce2 AC97 Audio
3528 80ac A7N8X Motherboard nForce2 AGP/Memory
3529 80bb v9180 Magic/T [GeForce4 MX440 AGP 8x 64MB TV-out]
3530 80c5 nForce3 chipset motherboard [SK8N]
3531 80df v9520 Magic/T
3532 815a A8N-SLI Motherboard nForce4 SATA
3533 8168 Realtek PCI-E Gigabit Ethernet Controller (RTL8111B)
3534 8187 802.11a/b/g Wireless LAN Card
3535 8188 Tiger Hybrid TV Capture Device
3536 # Found on ASUS M2V motherboard
3537 81e7 Realtek ALC-660 6-channel CODEC
3538 81f4 EN7300TC512/TD/128M/A(C262G) [Graphics Card EN7300TC512]
3539 8233 EEE-PC 701 Netbook
3540 82ca G96 GeForce 9500 GT
3541 82e8 M3N72-D
3542 8383 P7P55D Series Motherboard
3543 83a4 Motherboard M2N68-AM SE2
3544 # Onboard audio for M4A89 series motherboards.
3545 8410 SBx00 [Azalia]
3546 843e M5A88-V EVO
3547 # wrong vendor ID (should have been AMD)
3548 9602 RS880 PCI to PCI bridge (int gfx)
4788 # Should be 1022:9602
4789 9602 AMD RS780/RS880 PCI to PCI bridge (int gfx)
35494790 1043 83a2 M4A785TD Motherboard
35504791 1044 Adaptec (formerly DPT)
35514792 1012 Domino RAID Engine
36314872 0008 STG 2000X
36324873 0009 STG 1764X
36334874 0010 STG4000 [3D Prophet Kyro Series]
4875 104a 4018 ST PowerVR Kyro (64MB AGP TVO)
4876 # 64MB AGP
4877 1681 0010 PowerVR Kyro II [3D Prophet 4500]
4878 1681 0028 3D Prophet 4000XT
4879 1681 c010 3D Prophet 4500 TV-Out
36344880 1681 c069 3D Prophet 4000XT
36354881 0201 STPC Vega Northbridge
36364882 0209 STPC Consumer/Industrial North- and Southbridge
37184964 8022 TSB43AB22 IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]
37194965 104c 8023 TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
37204966 8023 TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]
4967 1028 0168 Precision Workstation 670 Mainboard
37214968 103c 088c NC8000 laptop
3722 1043 808b K8N4-E Mainboard
4969 1043 808b K8N4/A8N Series Mainboard
37234970 1043 815b P5W DH Deluxe Motherboard
37244971 1443 8023 FireCard400
37254972 8086 5044 Desktop Board DP35DP
37264973 8024 TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
37274974 107d 6620 Winfast DV2000 FireWire Controller
37284975 1443 8024 FireBoard Blue
3729 1458 1000 GA-EP45-DS5/GA-EG45M-DS2H Motherboard
4976 1458 1000 Motherboard
37304977 8025 TSB82AA2 IEEE-1394b Link Layer Controller
37314978 1043 813c P5P series mainboard
37324979 1443 8025 FireBoard800
37404987 103c 006a NX9500
37414988 1043 808d A7V333 mainboard.
37424989 8027 PCI4451 IEEE-1394 Controller
4990 1028 00e5 Latitude C810
37434991 1028 00e6 PCI4451 IEEE-1394 Controller (Dell Inspiron 8100)
37444992 8029 PCI4510 IEEE-1394 Controller
37454993 1028 0163 Latitude D505
37995047 103c 30aa nc6310
38005048 8101 TSB43DB42 IEEE-1394a-2000 Controller (PHY/Link)
38015049 8201 PCI1620 Firmware Loading Function
3802 8204 PCI7410,7510,7610 PCI Firmware Loading Function
5050 8204 PCI7410/7510/7610 PCI Firmware Loading Function
38035051 1028 0139 Latitude D400
38045052 1028 014e Latitude D800
38055053 8231 XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge
38255073 0308 3404 G-102 v1 802.11g Wireless Cardbus Adapter
38265074 0308 3406 G-162 v2 802.11g Wireless Cardbus Adapter
38275075 104c 9066 WL212 Sitecom Wireless Network PCI-Card 100M (Version 1)
5076 # Found in Philips ADSL ANNEX A WLAN Router SNA6500/18 sold by Belgacom
5077 104c 9067 TNETW1130GVF
38285078 104c 9096 Trendnet TEW-412PC Wireless PCI Adapter (Version A)
38295079 1186 3b04 DWL-G520+ Wireless PCI Adapter
38305080 1186 3b05 DWL-G650+ AirPlusG+ CardBus Wireless LAN
38905140 1028 014e Latitude D800
38915141 ac48 PCI7610 PC Card Cardbus Controller
38925142 ac49 PCI7410 PC Card Cardbus Controller
3893 ac4a PCI7510,7610 PC card Cardbus Controller
5143 ac4a PCI7510/7610 CardBus Bridge
38945144 1028 0139 Latitude D400
38955145 1028 014e Latitude D800
38965146 ac4b PCI7610 SD/MMC controller
39285178 ac8d PCI 7620
39295179 ac8e PCI7420 CardBus Controller
39305180 1028 018d Inspiron 700m/710m
3931 ac8f PCI7420/7620 Combo CardBus, 1394a-2000 OHCI and SD/MS-Pro Controller
5181 ac8f PCI7420/7620 SD/MS-Pro Controller
39325182 1028 018d Inspiron 700m/710m
39335183 b001 TMS320C6424
39345184 fe00 FireWire Host Controller
39405190 8056 Rockwell HCF 56K modem
39415191 808a Memory Stick Controller
39425192 81ce SxS Pro memory card
3943 902d VAIO VGN-NR120E
39445193 104e Oak Technology, Inc
39455194 0017 OTI-64017
39465195 0107 OTI-107 [Spitfire]
39865235 3020 FIVE-EX based Fibre Channel to PCIe HBA
39875236 302c M001 PCI Express Switch Upstream Port
39885237 302d M001 PCI Express Switch Downstream Port
5238 3070 Hitachi FIVE-FX Fibre Channel to PCIe HBA
39895239 3505 SH7751 PCI Controller (PCIC)
39905240 350e SH7751R PCI Controller (PCIC)
39915241 1055 Efar Microsystems
40375287 18c0 MPC8265A/8266/8272
40385288 18c1 MPC8271/MPC8272
40395289 3052 SM56 Data Fax Modem
4040 3055 SM56 Data Fax Modem
40415290 3410 DSP56361 Digital Signal Processor
40425291 ecc0 0050 Gina24 rev.0
40435292 ecc0 0051 Gina24 rev.1
40935342 1275 20275
40945343 3318 PDC20318 (SATA150 TX4)
40955344 3319 PDC20319 (FastTrak S150 TX4)
5345 105a 3319 FastTrak S150 TX4 4 port SATA PCI board
40965346 8086 3427 S875WP1-E mainboard
40975347 3371 PDC20371 (FastTrak S150 TX2plus)
40985348 3373 PDC20378 (FastTrak 378/SATA 378)
41655415 c350 80333 [SuperTrak EX12350]
41665416 e350 80333 [SuperTrak EX24350]
41675417 105b Foxconn International, Inc.
4168 0c4d SiS AC'97 Sound Controller
41695418 105c Wipro Infotech Limited
41705419 105d Number 9 Computer Company
41715420 2309 Imagine 128
43145563 003b UniNorth/Intrepid ATA/100
43155564 003e KeyLargo/Intrepid Mac I/O
43165565 003f KeyLargo/Intrepid USB
5566 1af4 1100 QEMU Virtual Machine
43175567 0040 K2 KeyLargo USB
43185568 0041 K2 KeyLargo Mac/IO
43195569 0042 K2 FireWire
43455595 006a Intrepid2 Firewire
43465596 006b Intrepid2 GMAC (Sun GEM)
43475597 0074 U4 HT Bridge
4348 1645 Tigon3 Gigabit Ethernet NIC (BCM5701)
5598 # should be 14e4:1645
5599 1645 Broadcom NetXtreme BCM5701 Gigabit Ethernet
43495600 106c Hynix Semiconductor
43505601 8139 8139c 100BaseTX Ethernet Controller
43515602 8801 Dual Pentium ISA/PCI Motherboard
44035654 1240 ISP1240 SCSI Host Adapter
44045655 1280 ISP1280 SCSI Host Adapter
44055656 2020 ISP2020A Fast!SCSI Basic Adapter
5657 2031 ISP8324-based 16Gb Fibre Channel to PCI Express Adapter
44065658 2100 QLA2100 64-bit Fibre Channel Adapter
44075659 1077 0001 QLA2100 64-bit Fibre Channel Adapter
44085660 2200 QLA2200 64-bit Fibre Channel Adapter
44165668 103c 12d7 4Gb Fibre Channel [AB379A]
44175669 103c 12dd 4Gb Fibre Channel [AB429A]
44185670 2432 ISP2432-based 4Gb Fibre Channel to PCI Express HBA
5671 103c 7040 FC1142SR 4Gb 1-port PCIe Fibre Channel Host Bus Adapter [HPAE311A]
44195672 2532 ISP2532-based 8Gb Fibre Channel to PCI Express HBA
5673 103c 3262 StorageWorks 81Q
44205674 1077 0167 QME2572 Dual Port FC8 HBA Mezzanine
44215675 3022 ISP4022-based Ethernet NIC
44225676 3032 ISP4032-based Ethernet IPv6 NIC
44455699 8022 8200 Series 10GbE Converged Network Adapter (iSCSI)
44465700 103c 3347 CN1000Q Dual Port Converged Network Adapter
44475701 1077 0212 QME8242-k 10GbE Dual Port Mezzanine Card, iSCSI
5702 8030 ISP8324 1/10GbE Converged Network Controller
5703 1077 0243 8300 Series Single Port 10GbE Converged Network Adapter (TCP/IP Networking)
5704 1077 0246 8300 Series Dual Port 10GbE Converged Network Adapter (TCP/IP Networking)
5705 8031 8300 Series 10GbE Converged Network Adapter (FCoE)
5706 8032 8300 Series 10GbE Converged Network Adapter (iSCSI)
5707 8430 ISP8324 1/10GbE Converged Network Controller (NIC VF)
5708 8431 8300 Series 10GbE Converged Network Adapter (FCoE VF)
44485709 8432 ISP2432M-based 10GbE Converged Network Adapter (CNA)
44495710 1078 Cyrix Corporation
44505711 0000 5510 [Grappa]
44615722 0403 ZFMicro Expansion Bus
44625723 1079 I-Bus
44635724 107a NetWorth
4464 107b Gateway 2000
5725 # formerly Gateway 2000 / acquired by Acer Inc.
5726 107b Gateway, Inc.
44655727 107c LG Electronics [Lucky Goldstar Co. Ltd]
44665728 107d LeadTek Research Inc.
44675729 0000 P86C850
4468 2134 WinFast 3D S320 II
4469 6609 Winfast TV 2000 XP RM
4470 6654 Conexant CX23883 [WinFast DTV1800 H]
4471 6f22 WinFast PxTV1200
4472 6f34 WinFast DVR3100 H
44735730 107e Interphase Corporation
44745731 0001 5515 ATM Adapter [Flipper]
44755732 0002 100 VG AnyLan Controller
44995756 1083 Forex Computer Corporation
45005757 0001 FR710
45015758 1084 Parador
4502 1085 Tulip Computers Int.B.V.
45035759 1086 J. Bond Computer Systems
45045760 1087 Cache Computer
45055761 1088 Microcomputer Systems (M) Son
45145770 108d Olicom
45155771 0001 Token-Ring 16/4 PCI Adapter (3136/3137)
45165772 0002 16/4 Token Ring
4517 0004 RapidFire 3139 Token-Ring 16/4 PCI Adapter
5773 0004 RapidFire OC-3139/3140 Token-Ring 16/4 PCI Adapter
45185774 108d 0004 OC-3139/3140 RapidFire Token-Ring 16/4 Adapter
45195775 0005 GoCard 3250 Token-Ring 16/4 CardBus PC Card
45205776 0006 OC-3530 RapidFire Token-Ring 100
46605916 2880 DAQCard-6601
46615917 2890 PCI-6036E
46625918 28c0 PCI-6014
5919 28d0 PCI-5122
5920 28e0 PXI-5122
46635921 2a60 PCI-6023E
46645922 2a70 PCI-6024E
46655923 2a80 PCI-6025E
46725930 2ca0 PCI-6034E
46735931 2cc0 PXI-6608
46745932 2db0 PCI-6608
5933 702c PXI-7831R
5934 702d PCI-7831R
5935 702e PXI-7811R
5936 702f PCI-7811R
5937 7055 PXI-7830R
5938 7056 PCI-7830R
5939 7074 PXI-7833R
5940 7083 PCI-7833R
5941 # Low-Cost, High-Current, 96 Ch, 5 V TTL/CMOS Digital I/O
5942 7085 PCI-6509
46755943 70a9 PCI-6528 (Digital I/O at 60V)
46765944 70aa PCI-6229
46775945 70ab PCI-6259
46875955 70bd PCI-6281
46885956 70bf PXI-6281
46895957 70c0 PCI-6143
5958 70f0 PXI-5922
5959 70f1 PCI-5922
46905960 70f2 PCI-6224
5961 7121 PXI-5122EX
5962 7122 PCI-5122EX
46915963 7144 PXI-5124 (12-bit 200 MS/s Digitizer)
5964 7145 PCI-5124
5965 714c PXI-5114
5966 714d PCI-5114
5967 7152 PCI-5640R
46925968 716c PCI-6225
46935969 717d PCIE-6251
46945970 717f PCIe-6259
5971 7193 PXI-7813R
5972 7194 PCI-7813R
46955973 71bc PCI-6221 (37pin)
46965974 71d0 PXI-6143
5975 71dc PCI-1588
5976 7260 PXI-5142
5977 7261 PCI-5142
5978 72a8 PXI-5152
5979 72a9 PCI-5152
5980 72aa PXI-5105
5981 72ab PCI-5105
5982 72b8 PXI-6682
5983 730f PXI-5922EX
5984 7310 PCI-5922EX
5985 7333 PXI-5900
5986 7349 PXI-5154
5987 734a PCI-5154
5988 737d PXI-5124EX
5989 7384 PXI-7851R
5990 7385 PXI-7852R
5991 7386 PCIe-7851R
5992 7387 PCIe-7852R
5993 7390 PXI-7841R
5994 7391 PXI-7842R
5995 7392 PXI-7853R
5996 7393 PCIe-7841R
5997 7394 PCIe-7842R
5998 73a5 PXIe-5641R
5999 73d5 PXI-7951R
6000 73d6 PXI-7952R
6001 73d7 PXI-7953R
6002 73e1 PXI-7854R
6003 73ec PXI-7954R
6004 73f0 PXI-5153
6005 73f1 PCI-5153
6006 7405 PXIe-6674T
6007 745e PXI-5153EX
6008 745f PCI-5153EX
6009 7460 PXI-5154EX
6010 7461 PCI-5154EX
6011 7539 NI 9157
6012 753a NI 9159
6013 75e5 PXI-6683
6014 75e6 PXI-6683H
6015 7626 NI 9154
6016 7627 NI 9155
46976017 b001 IMAQ-PCI-1408
46986018 b011 IMAQ-PXI-1408
46996019 b021 IMAQ-PCI-1424
47046024 b071 IMAQ-PCI-1422
47056025 b081 IMAQ-PXI-1422
47066026 b091 IMAQ-PXI-1411
4707 c4c4 PXIe-4353
6027 c4c4 PXIe/PCIe Device
6028 1093 74b2 PXIe-4353
6029 1093 74d0 PXIe-7961R
6030 1093 74e2 PXIe-7962R
6031 1093 74e3 PXIe-7965R
6032 1093 7553 PCIe-1473R
6033 1093 75ce PXIe-7966R
6034 1093 76b7 PXIe-7975R
6035 1093 76d0 PXIe-5160
47086036 c801 PCI-GPIB
47096037 c831 PCI-GPIB bridge
47106038 1094 First International Computers [FIC]
47336061 1095 6112 SiI 3112 SATARaid Controller
47346062 9005 0250 SATAConnect 1205SA Host Controller
47356063 3114 SiI 3114 [SATALink/SATARaid] Serial ATA Controller
6064 1043 8167 A8N-SLI Deluxe/Premium Mainboard
47366065 1095 3114 SiI 3114 SATALink Controller
47376066 1095 6114 SiI 3114 SATARaid Controller
47386067 3124 SiI 3124 PCI-X Serial ATA Controller
47426071 1095 3512 SiI 3512 SATALink Controller
47436072 1095 6512 SiI 3512 SATARaid Controller
47446073 3531 SiI 3531 [SATALink/SATARaid] Serial ATA Controller
6074 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
47456075 1096 Alacron
47466076 1097 Appian Technology
47476077 1098 Quantum Designs (H.K.) Ltd
47896119 1852 1852 FlyVideo'98 - Video (with FM Tuner)
47906120 18ac d500 DViCO FusionHDTV5 Lite
47916121 270f fc00 Digitop DTT-1000
6122 # Vendor/ID appear to be randomly chosen
6123 aa00 1460 Spectra8 CardA Input0
6124 # Vendor/ID appear to be randomly chosen
6125 aa01 1461 Spectra8 CardA Input1
6126 # Vendor/ID appear to be randomly chosen
6127 aa02 1462 Spectra8 CardA Input2
6128 # Vendor/ID appear to be randomly chosen
6129 aa03 1463 Spectra8 CardA Input3
6130 # Vendor/ID appear to be randomly chosen
6131 aa04 1464 Spectra8 CardB Input0
6132 # Vendor/ID appear to be randomly chosen
6133 aa05 1465 Spectra8 CardB Input1
6134 # Vendor/ID appear to be randomly chosen
6135 aa06 1466 Spectra8 CardB Input2
6136 # Vendor/ID appear to be randomly chosen
6137 aa07 1467 Spectra8 CardB Input3
6138 # Vendor/ID appear to be randomly chosen
6139 aa08 1468 Spectra8 CardC Input0
6140 # Vendor/ID appear to be randomly chosen
6141 aa09 1469 Spectra8 CardC Input1
6142 # Vendor/ID appear to be randomly chosen
6143 aa0a 146a Spectra8 CardC Input2
6144 # Vendor/ID appear to be randomly chosen
6145 aa0b 146b Spectra8 CardC Input3
6146 # Vendor/ID appear to be randomly chosen
6147 aa0c 146c Spectra8 CardD Input0
6148 # Vendor/ID appear to be randomly chosen
6149 aa0d 146d Spectra8 CardD Input1
6150 # Vendor/ID appear to be randomly chosen
6151 aa0e 146e Spectra8 CardD Input2
6152 # Vendor/ID appear to be randomly chosen
6153 aa0f 146f Spectra8 CardD Input3
47926154 bd11 1200 PCTV pro (TV + FM stereo receiver)
47936155 036f Bt879 Video Capture
47946156 127a 0044 Bt879 Video Capture NTSC
49306292 4002 TIO-CE PCI Express Port
49316293 8001 O2 1394
49326294 8002 G-net NT
6295 # PCIe x1 Low Profile
6296 802b REACT external interrupt controller
49336297 10aa ACC Microelectronics
49346298 0000 ACCM 2188
49356299 2051 2051 CPU bridge
49566320 10b4 237e Velocity 4400
49576321 10b5 PLX Technology, Inc.
49586322 0001 i960 PCI bus interface
6323 0557 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6324 10b5 9030 Digium Tormenta 2 T400P-SS7 or E400P-SS7 Quad T1 or E1 PCI card
6325 1000 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6326 10b5 9030 ATCOM AT400P Quad T1 PCI card
49596327 1024 Acromag, Inc. IndustryPack Carrier Card
49606328 1042 Brandywine / jxi2, Inc. - PMC-SyncClock32, IRIG A & B, Nasa 36
49616329 106a Dual OX16C952 4 port serial adapter [Megawolf Romulus/4]
49656333 1103 VScom 200 2 port serial adaptor
49666334 1146 VScom 010 1 port parallel adaptor
49676335 1147 VScom 020 2 port parallel adaptor
6336 2000 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6337 10b5 9030 ATCOM AE400P Quad E1 PCI card
49686338 2540 IXXAT CAN-Interface PC-I 04/PCI
49696339 2724 Thales PCSM Security Card
49706340 3376 Cosateq 4 Port CAN Card
6341 4000 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6342 10b5 9030 Tormenta 3 Varion V400P/ATCOM TE400P Quad E1/T1/J1 PCI card
6343 4001 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6344 10b5 9030 ATCOM A400PE Quad E1 PCI card
6345 4002 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6346 10b5 9030 ATCOM A400PT Quad T1 PCI card
49716347 6140 PCI6140 32-bit 33MHz PCI-to-PCI Bridge
49726348 6150 PCI6150 32-bit 33MHz PCI-to-PCI Bridge
49736349 6152 PCI6152 32-bit 66MHz PCI-to-PCI Bridge
50256401 8664 PEX 8664 64-lane, 16-Port PCI Express Gen 2 (5.0 GT/s) Switch
50266402 8680 PEX 8680 80-lane, 20-Port PCI Express Gen 2 (5.0 GT/s) Multi-Root Switch
50276403 8696 PEX 8696 96-lane, 24-Port PCI Express Gen 2 (5.0 GT/s) Multi-Root Switch
6404 8717 PEX 8717 16-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch with DMA
6405 8718 PEX 8718 16-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch
50286406 8732 PEX 8732 32-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch
6407 8734 PEX 8734 32-lane, 8-Port PCI Express Gen 3 (8.0GT/s) Switch
6408 8747 PEX 8747 48-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch
50296409 # This is the Non-Transparent-Bridge Virtualized Port as presented by the PLX PEX 8732 chip, the physical bridges show up at 10b5:8732
50306410 87b0 PEX 8732 32-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch
50316411 9016 PLX 9016 8-port serial controller
51316511 10b5 3354 Alpermann+Velte PCL PCIe LV: Timecode Reader Board
51326512 10b5 3355 Alpermann+Velte PCL PCIe L: Timecode Reader Board
51336513 10b5 3415 Alpermann+Velte PCIe TS: Time Synchronisation Board
6514 10b5 3493 Alpermann+Velte PCL PCIe 3G: Timecode Reader Board
51346515 1369 c001 LX6464ES
51356516 1369 c201 LX1616ES
51366517 14b4 d10a DekTec DTA-110T
51636544 a100 Blackmagic Design DeckLink
51646545 bb04 B&B 3PCIOSD1A Isolated PCI Serial
51656546 c001 CronyxOmega-PCI (8-port RS232)
6547 d00d PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6548 10b5 9030 Digium Tormenta 2 T400P or E400P Quad T1 or E1 PCI card
6549 d33d PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
6550 10b5 9030 Tormenta 3 Varion V401PT Quad T1/J1 PCI card
51666551 d44d PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
5167 10b5 17f6 entVoice E1 Card
6552 10b5 17f6 Allo CP100P/E 1-port E1/T1/J1 PCI/PCIe card
6553 10b5 17f7 Allo CP400P/E 4-port E1/T1/J1 PCI/PCIe card
6554 10b5 17f8 Allo CP200P/E 2-port E1/T1/J1 PCI/PCIe card
6555 10b5 9030 Tormenta 3 Varion V401PE Quad E1 PCI card
51686556 10b6 Madge Networks
51696557 0001 Smart 16/4 PCI Ringnode
51706558 0002 Smart 16/4 PCI Ringnode Mk2
51816569 10b6 0007 Presto PCI
51826570 0009 Smart 100/16/4 PCI-HS Ringnode
51836571 10b6 0009 Smart 100/16/4 PCI-HS Ringnode
5184 000a Smart 100/16/4 PCI Ringnode
5185 10b6 000a Smart 100/16/4 PCI Ringnode
6572 000a Token Ring 100/16/4 Ringnode/Ringrunner
6573 10b6 000a Token Ring 100/16/4 Ringnode/Ringrunner
51866574 000b 16/4 CardBus Adapter Mk2
51876575 10b6 0008 16/4 CardBus Adapter Mk2
51886576 10b6 000b 16/4 Cardbus Adapter Mk2
51926580 1001 Collage 155 ATM Server Adapter
51936581 10b7 3Com Corporation
51946582 0001 3c985 1000BaseSX (SX/TX)
6583 # wrong ID?
6584 9850 0001 3c985B-SX
51956585 0013 AR5212 802.11abg NIC (3CRDAG675)
51966586 10b7 2031 3CRDAG675 11a/b/g Wireless PCI Adapter
51976587 0910 3C910-A01
52406630 10b7 656b 3CCFEM656 10/100 LAN+56K Modem CardBus
52416631 6564 3cXFEM656C 10/100 LAN+Winmodem CardBus [Tornado]
52426632 7646 3cSOHO100-TX Hurricane
5243 7770 3CRWE777 PCI(PLX) Wireless Adaptor [Airconnect]
6633 7770 3CRWE777 PCI Wireless Adapter [Airconnect]
52446634 7940 3c803 FDDILink UTP Controller
52456635 7980 3c804 FDDILink SAS Controller
52466636 7990 3c805 FDDILink DAS Controller
53876777 1681 M1681 P4 Northbridge [AGP8X,HyperTransport and SDR/DDR]
53886778 1687 M1687 K8 Northbridge [AGP8X and HyperTransport]
53896779 1689 M1689 K8 Northbridge [Super K8 Single Chip]
5390 1695 M1695 K8 Northbridge [PCI Express and HyperTransport]
6780 1695 M1695 Host Bridge
53916781 1697 M1697 HTT Host Bridge
53926782 3141 M3141
53936783 3143 M3143
54806870 10c1 ICM Co., Ltd.
54816871 10c2 Auspex Systems Inc.
54826872 10c3 Samsung Semiconductors, Inc.
5483 1100 Smartether100 SC1100 LAN Adapter (i82557B)
54846873 10c4 Award Software International Inc.
54856874 10c5 Xerox Corporation
54866875 10c6 Rambus Inc.
55966985 10de NVIDIA Corporation
55976986 0008 NV1 [EDGE 3D]
55986987 0009 NV1 [EDGE 3D]
5599 0020 NV4 [RIVA TNT]
6988 0020 NV4 [Riva TNT]
56006989 1043 0200 V3400 TNT
56016990 1048 0c18 Erazor II SGRAM
56026991 1048 0c19 Erazor II
56207009 10de 0020 Riva TNT
56217010 1102 1015 Graphics Blaster CT6710
56227011 1102 1016 Graphics Blaster RIVA TNT
5623 0028 NV5 [RIVA TNT2/TNT2 Pro]
7012 0028 NV5 [Riva TNT2 / TNT2 Pro]
56247013 1043 0200 AGP-V3800 SGRAM
56257014 1043 0201 AGP-V3800 SDRAM
56267015 1043 0205 PCI-V3800
56397028 1092 4a00 Viper V770
56407029 1092 4a02 Viper V770 Ultra
56417030 1092 5a00 RIVA TNT2/TNT2 Pro
7031 1092 5a40 Viper V770D AGP
56427032 1092 6a02 Viper V770 Ultra
56437033 1092 7a02 Viper V770 Ultra
56447034 10de 0005 RIVA TNT2 Pro
56477037 1102 1026 3D Blaster RIVA TNT2 Digital
56487038 1462 8806 MS-8806 AGPhantom Graphics Card
56497039 14af 5810 Maxi Gamer Xentor
5650 0029 NV5 [RIVA TNT2 Ultra]
7040 0029 NV5 [Riva TNT2 Ultra]
56517041 1043 0200 AGP-V3800 Deluxe
56527042 1043 0201 AGP-V3800 Ultra SDRAM
56537043 1043 0205 PCI-V3800 Ultra
56587048 1102 1029 3D Blaster RIVA TNT2 Ultra
56597049 1102 102f 3D Blaster RIVA TNT2 Ultra
56607050 14af 5820 Maxi Gamer Xentor 32
7051 4843 4f34 Dynamite
56617052 002a NV5 [Riva TNT2]
56627053 002b NV5 [Riva TNT2]
5663 002c NV6 [Vanta/Vanta LT]
7054 002c NV5 [Vanta / Vanta LT]
56647055 1043 0200 AGP-V3800 Combat SDRAM
56657056 1043 0201 AGP-V3800 Combat
56667057 1048 0c20 TNT2 Vanta
56677058 1048 0c21 TNT2 Vanta
7059 1048 0c25 TNT2 Vanta 16MB
56687060 1092 6820 Viper V730
56697061 1102 1031 CT6938 VANTA 8MB
56707062 1102 1034 CT6894 VANTA 16MB
56717063 14af 5008 Maxi Gamer Phoenix 2
5672 002d NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]
7064 002d NV5 [Riva TNT2 Model 64 / Model 64 Pro]
56737065 1043 0200 AGP-V3800M
56747066 1043 0201 AGP-V3800M
56757067 1048 0c3a Erazor III LT
56767068 1048 0c3b Erazor III LT
7069 107d 2137 WinFast 3D S325
56777070 10de 0006 RIVA TNT2 Model 64/Model 64 Pro
56787071 10de 001e M64 AGP4x
56797072 1102 1023 CT6892 RIVA TNT2 Value
56807073 1102 1024 CT6932 RIVA TNT2 Value 32Mb
56817074 1102 102c CT6931 RIVA TNT2 Value [Jumper]
7075 1102 1030 CT6931 RIVA TNT2 Value
7076 # S26361-D1243-V116
7077 110a 006f GM1000-16
7078 # S26361-D1243-V216
7079 110a 0081 GM1000-16
56827080 1462 8808 MSI-8808
7081 14af 5620 Gamer Cougar Video Edition
56837082 1554 1041 Pixelview RIVA TNT2 M64
56847083 1569 002d Palit Microsystems Daytona TNT2 M64
5685 002e NV6 [Vanta]
5686 002f NV6 [Vanta]
56877084 0034 MCP04 SMBus
56887085 0035 MCP04 IDE
56897086 0036 MCP04 Serial ATA Controller
56977094 0040 NV40 [GeForce 6800 Ultra]
56987095 0041 NV40 [GeForce 6800]
56997096 1043 817b V9999 Gamer Edition
5700 0042 NV40.2 [GeForce 6800 LE]
5701 0043 NV40.3 [GeForce 6800 XE]
7097 107d 2992 WinFast A400
7098 1458 310f Geforce 6800 GV-N6812
7099 0042 NV40 [GeForce 6800 LE]
7100 107d 299b WinFast A400 LE
7101 0043 NV40 [GeForce 6800 XE]
57027102 0044 NV40 [GeForce 6800 XT]
57037103 0045 NV40 [GeForce 6800 GT]
5704 0046 NV45 [GeForce 6800 GT]
7104 1043 817d V9999GT
7105 1458 3140 GV-N68T256D
57057106 0047 NV40 [GeForce 6800 GS]
57067107 1682 2109 GeForce 6800 GS
57077108 0048 NV40 [GeForce 6800 XT]
5708 0049 NV40GL
5709 004d NV40GL [Quadro FX 4000]
57107109 004e NV40GL [Quadro FX 4000]
57117110 0050 CK804 ISA Bridge
5712 1043 815a K8N4-E or A8N-E Mainboard
7111 1043 815a K8N4/A8N Series Mainboard
57137112 10f1 2865 Tomcat K8E (S2865)
57147113 1458 0c11 GA-K8N Ultra-9 Mainboard
57157114 1462 7100 MSI K8N Diamond
57207119 1028 0225 PowerEdge T105 ISA Bridge
57217120 0052 CK804 SMBus
57227121 1028 0225 PowerEdge T105 SMBus
5723 1043 815a K8N4-E or A8N-E Mainboard
7122 1043 815a K8N4/A8N Series Mainboard
57247123 10f1 2865 Tomcat K8E (S2865)
57257124 1458 0c11 GA-K8N Ultra-9 Mainboard
57267125 1462 7100 MSI K8N Diamond
57287127 147b 1c1a KN8-Ultra Mainboard
57297128 1565 3402 NF4 AM2L Mainboard
57307129 0053 CK804 IDE
5731 1043 815a K8N4-E or A8N-E Mainboard
7130 1043 815a K8N4/A8N Series Mainboard
57327131 10f1 2865 Tomcat K8E (S2865)
57337132 1458 5002 GA-K8N Ultra-9 Mainboard
57347133 1462 7100 MSI K8N Diamond
57377136 1565 3402 NF4 AM2L Mainboard
57387137 0054 CK804 Serial ATA Controller
57397138 1028 0225 PowerEdge T105 Serial ATA
5740 1043 815a A8N-E Mainboard
7139 1043 815a A8N Series Mainboard
57417140 10f1 2865 Tomcat K8E (S2865)
57427141 1458 b003 GA-K8N Ultra-9 Mainboard
57437142 1462 7100 MSI K8N Diamond
57467145 1565 5401 NF4 AM2L Mainboard
57477146 0055 CK804 Serial ATA Controller
57487147 1028 0225 PowerEdge T105 Serial ATA
5749 1043 815a K8N4-E or A8N-E Mainboard
7148 1043 815a K8N4/A8N Series Mainboard
57507149 10f1 2865 Tomcat K8E (S2865)
57517150 1458 b003 GA-K8N Ultra-9 Mainboard
57527151 1462 7125 K8N Neo4-F mainboard
57547153 1565 5401 NF4 AM2L Mainboard
57557154 0056 CK804 Ethernet Controller
57567155 0057 CK804 Ethernet Controller
5757 1043 8141 K8N4-E or A8N-E Mainboard
7156 1043 8141 K8N4/A8N Series Mainboard
57587157 10de cb84 NF4 Lanparty
57597158 10f1 2865 Tomcat K8E (S2865)
57607159 1458 e000 GA-K8N Ultra-9 Mainboard
57647163 1565 2501 NF4 AM2L Mainboard
57657164 0058 CK804 AC'97 Modem
57667165 0059 CK804 AC'97 Audio Controller
5767 1043 812a K8N4-E or A8N-E Mainboard
7166 1043 812a K8N4/A8N Series Mainboard
57687167 10f1 2865 Tomcat K8E (S2865)
57697168 1462 7585 K8N Neo4-F mainboard
57707169 147b 1c1a KN8-Ultra Mainboard
57717170 1565 8211 NF4 AM2L Mainboard
57727171 005a CK804 USB Controller
57737172 1028 0225 PowerEdge T105 onboard USB
5774 1043 815a K8N4-E or A8N-E Mainboard
7173 1043 815a K8N4/A8N Series Mainboard
57757174 10f1 2865 Tomcat K8E (S2865)
57767175 1458 5004 GA-K8N Ultra-9 Mainboard
57777176 1462 7100 MSI K8N Diamond
57807179 1565 3402 NF4 AM2L Mainboard
57817180 005b CK804 USB Controller
57827181 1028 0225 PowerEdge T105 onboard USB
5783 1043 815a K8N4-E or A8N-E Mainboard
7182 1043 815a K8N4/A8N Series Mainboard
57847183 10f1 2865 Tomcat K8E (S2865)
57857184 1458 5004 GA-K8N Ultra-9 Mainboard
57867185 1462 7100 MSI K8N Diamond
57917190 005d CK804 PCIE Bridge
57927191 005e CK804 Memory Controller
57937192 1028 0225 PowerEdge T105 Memory Controller
5794 1043 815a A8N-E Mainboard
7193 1043 815a A8N Series Mainboard
57957194 10de 005e ECS Elitegroup NFORCE3-A939 motherboard.
57967195 10f1 2865 Tomcat K8E (S2865)
57977196 10f1 2891 Thunder K8SRE Mainboard
58527251 0092 G70 [GeForce 7800 GT]
58537252 0093 G70 [GeForce 7800 GS]
58547253 0095 G70 [GeForce 7800 SLI]
5855 0098 G70 [GeForce Go 7800]
5856 0099 G70 [GeForce Go 7800 GTX]
7254 0097 G70 [GeForce GTS 250]
7255 0098 G70M [GeForce Go 7800]
7256 0099 G70M [GeForce Go 7800 GTX]
58577257 009d G70GL [Quadro FX 4500]
58587258 00a0 NV5 [Aladdin TNT2]
58597259 14af 5810 Maxi Gamer Xentor
58607260 00c0 NV41 [GeForce 6800 GS]
5861 00c1 NV41.1 [GeForce 6800]
5862 00c2 NV41.2 [GeForce 6800 LE]
5863 00c3 NV42 [GeForce 6800 XT]
5864 00c8 NV41.8 [GeForce Go 6800]
5865 00c9 NV41.9 [GeForce Go 6800 Ultra]
5866 00cc NV41 [Quadro FX Go1400]
5867 00cd NV41 [Quadro FX 3450/4000 SDI]
5868 10de 029b wx4300 Workstation
7261 00c1 NV41 [GeForce 6800]
7262 00c2 NV41 [GeForce 6800 LE]
7263 00c3 NV41 [GeForce 6800 XT]
7264 00c5 NV41
7265 00c6 NV41
7266 00c7 NV41
7267 00c8 NV41M [GeForce Go 6800]
7268 00c9 NV41M [GeForce Go 6800 Ultra]
7269 00cc NV41GLM [Quadro FX Go1400]
7270 00cd NV42GL [Quadro FX 3450/4000 SDI]
58697271 00ce NV41GL [Quadro FX 1400]
7272 00cf NV41
58707273 00d0 nForce3 LPC Bridge
58717274 00d1 nForce3 Host Bridge
58727275 00d2 nForce3 AGP Bridge
59337336 147b 1c0b NF8 Mainboard
59347337 00ed nForce3 250Gb PCI-to-PCI Bridge
59357338 00ee nForce3 Serial ATA Controller 2
5936 00f0 NV40 [GeForce 6800 Ultra]
59377339 00f1 NV43 [GeForce 6600 GT]
59387340 1043 81a6 N6600GT TD 128M AGP
59397341 1043 81c6 N6600GT TD 128M AGP
59457347 1682 211c GeForce 6600 256MB DDR DUAL DVI TV
59467348 00f3 NV43 [GeForce 6200]
59477349 00f4 NV43 [GeForce 6600 LE]
5948 00f5 G70 [GeForce 7800 GS]
5949 00f6 NV43 [GeForce 6800 GS]
7350 00f5 G71 [GeForce 7800 GS]
7351 00f6 NV43 [GeForce 6800 GS/XT]
59507352 1682 217e XFX GeForce 6800 XTreme 256MB DDR3 AGP
5951 00f8 NV45GL [Quadro FX 3400/4400]
5952 00f9 NV45 [GeForce 6800 GTO]
7353 00f8 NV40GL [Quadro FX 3400/4400]
7354 00f9 NV40 [GeForce 6800 GT/GTO/Ultra]
59537355 10de 00f9 NV40 [GeForce 6800 GT]
59547356 1682 2120 GEFORCE 6800 GT PCI-E
59557357 00fa NV36 [GeForce PCX 5750]
5956 00fb NV35 [GeForce PCX 5900]
7358 00fb NV38 [GeForce PCX 5900]
59577359 00fc NV37GL [Quadro FX 330/GeForce PCX 5300]
59587360 00fd NV37GL [Quadro PCI-E Series]
59597361 00fe NV38GL [Quadro FX 1300]
59687370 1048 0c48 Synergy Force
59697371 1102 102d CT6941 GeForce 256
59707372 14af 5022 3D Prophet SE
5971 0101 NV10DDR [GeForce 256 DDR]
7373 0101 NV10 [GeForce 256 DDR]
59727374 1043 0202 AGP-V6800 DDR
59737375 1043 400a AGP-V6800 DDR SGRAM
59747376 1043 400b AGP-V6800 DDR SDRAM
59757377 1048 0c42 Erazor X
59767378 107d 2822 WinFast GeForce 256
5977 1102 102e CT6971 GeForce 256 DDR
7379 1102 102e CT6970/CT6971
59787380 14af 5021 3D Prophet DDR-DVI
59797381 0103 NV10GL [Quadro]
59807382 1048 0c40 GLoria II-64
59927394 1048 0c64 Gladiac 511TV-OUT 64MB
59937395 1048 0c65 Gladiac 511TWIN
59947396 1048 0c66 Gladiac 311
7397 10b0 0001 GeForce2 MX Jumbo TV
59957398 10de 0091 Dell OEM GeForce 2 MX 400
59967399 10de 00a1 Apple OEM GeForce2 MX
7400 1462 8523 MS-8852
59977401 1462 8817 MSI GeForce2 MX400 Pro32S [MS-8817]
59987402 14af 7102 3D Prophet II MX
59997403 14af 7103 3D Prophet II MX Dual-Display
60007404 1545 0023 Xtasy Rev. B2
6001 0111 NV11DDR [GeForce2 MX200]
6002 0112 NV11 [GeForce2 Go]
7405 1554 1081 MVGA-NVG11AM(400)
7406 0111 NV11 [GeForce2 MX200]
7407 0112 NV11M [GeForce2 Go]
60037408 0113 NV11GL [Quadro2 MXR/EX/Go]
60047409 0140 NV43 [GeForce 6600 GT]
7410 1458 3125 GV-NX66T128D
7411 1458 3126 GV-NX66T256DE
7412 1462 8939 MS-8983
60057413 0141 NV43 [GeForce 6600]
60067414 1043 81b0 EN6600 Silencer
7415 107d 593a LR2A22 128MB TV OUT
7416 107d 597b WINFAST PX6600
60077417 1458 3124 GV-NX66128DP Turbo Force Edition
60087418 0142 NV43 [GeForce 6600 LE]
60097419 0143 NV43 [GeForce 6600 VE]
6010 0144 NV43 [GeForce Go 6600]
7420 0144 NV43M [GeForce Go 6600]
60117421 0145 NV43 [GeForce 6610 XL]
6012 0146 NV43 [GeForce Go 6600TE/6200TE]
7422 0146 NV43M [GeForce Go6200 TE / 6600 TE]
60137423 0147 NV43 [GeForce 6700 XL]
6014 0148 NV43 [GeForce Go 6600]
6015 0149 NV43 [GeForce Go 6600 GT]
7424 0148 NV43M [GeForce Go 6600]
7425 0149 NV43M [GeForce Go 6600 GT]
60167426 014a NV43 [Quadro NVS 440]
6017 014c NV43 [Quadro FX 540 MXM]
7427 014b NV43
60187428 014d NV43GL [Quadro FX 550]
60197429 014e NV43GL [Quadro FX 540]
60207430 014f NV43 [GeForce 6200]
60217431 0150 NV15 [GeForce2 GTS/Pro]
60227432 1043 4016 V7700 AGP Video Card
7433 1043 402a AGP-V7700
60237434 1048 0c50 Gladiac
60247435 1048 0c52 Gladiac-64
60257436 107d 2840 WinFast GeForce2 GTS with TV output
60267437 107d 2842 WinFast GeForce 2 Pro
60277438 10de 002e GeForce2 GTS
7439 1462 815a MS-8815
60287440 1462 8831 Creative GeForce2 Pro
6029 0151 NV15DDR [GeForce2 Ti]
7441 0151 NV15 [GeForce2 Ti]
60307442 1043 405f V7700Ti
60317443 1462 5506 Creative 3D Blaster GeForce2 Titanium
6032 0152 NV15BR [GeForce2 Ultra, Bladerunner]
7444 1462 8364 MS-8836
7445 0152 NV15 [GeForce2 Ultra]
60337446 1048 0c56 GLADIAC Ultra
60347447 0153 NV15GL [Quadro2 Pro]
60357448 0160 NV44 [GeForce 6500]
6036 0161 NV44 [GeForce 6200 TurboCache(TM)]
6037 0162 NV44 [GeForce 6200SE TurboCache (TM)]
7449 0161 NV44 [GeForce 6200 TurboCache]
7450 0162 NV44 [GeForce 6200 SE TurboCache]
60387451 0163 NV44 [GeForce 6200 LE]
6039 0164 NV44 [GeForce Go 6200]
7452 0164 NV44M [GeForce Go 6200]
60407453 0165 NV44 [Quadro NVS 285]
6041 0166 NV44 [GeForce Go 6400]
6042 0167 NV44 [GeForce Go 6200]
6043 0168 NV44 [GeForce Go 6400]
7454 0166 NV44M [GeForce Go 6400]
7455 0167 NV44M [GeForce Go 6200]
7456 0168 NV44M [GeForce Go 6400]
60447457 0169 NV44 [GeForce 6250]
60457458 016a NV44 [GeForce 7100 GS]
7459 016d NV44
7460 016e NV44
7461 016f NV44
60467462 0170 NV17 [GeForce4 MX 460]
7463 1462 8630 MS-8863
60477464 0171 NV17 [GeForce4 MX 440]
60487465 10b0 0002 Gainward Pro/600 TV
60497466 10de 0008 Apple OEM GeForce4 MX 440
60507467 1462 8661 G4MX440-VTP
60517468 1462 8730 MX440SES-T (MS-8873)
7469 1462 8743 MS-8874
60527470 1462 8852 GeForce4 MX440 PCI
60537471 147b 8f00 Abit Siluro GeForce4MX440
60547472 0172 NV17 [GeForce4 MX 420]
7473 1462 8730 MS-8873
7474 1462 8784 MS-8878
60557475 0173 NV17 [GeForce4 MX 440-SE]
6056 0174 NV17 [GeForce4 440 Go]
6057 0175 NV17 [GeForce4 420 Go]
6058 0176 NV17 [GeForce4 420 Go 32M]
7476 0174 NV17M [GeForce4 440 Go]
7477 0175 NV17M [GeForce4 420 Go]
7478 0176 NV17M [GeForce4 420 Go 32M]
60597479 103c 08b0 tc1100 tablet
60607480 144d c005 X10 Laptop
60617481 4c53 1090 Cx9 / Vx9 mainboard
6062 0177 NV17 [GeForce4 460 Go]
7482 0177 NV17M [GeForce4 460 Go]
60637483 0178 NV17GL [Quadro4 550 XGL]
6064 0179 NV17 [GeForce4 440 Go 64M]
7484 0179 NV17M [GeForce4 440 Go 64M]
60657485 10de 0179 GeForce4 MX (Mac)
60667486 017a NV17GL [Quadro NVS]
60677487 017b NV17GL [Quadro4 550 XGL]
60687488 017c NV17GL [Quadro4 500 GoGL]
6069 017d NV17 [GeForce4 410 Go 16M]
7489 017f NV17
60707490 0181 NV18 [GeForce4 MX 440 AGP 8x]
60717491 1043 8063 GeForce4 MX 440 AGP 8X
60727492 1043 806f V9180 Magic
60877507 018b NV18GL [Quadro4 380 XGL]
60887508 018c NV18GL [Quadro NVS 50 PCI]
60897509 018d NV18M [GeForce4 448 Go]
7510 018f NV18
7511 0190 G80 [GeForce 8800 GTS / 8800 GTX]
60907512 0191 G80 [GeForce 8800 GTX]
7513 0192 G80 [GeForce 8800 GTS]
60917514 0193 G80 [GeForce 8800 GTS]
60927515 107d 20bd WinFast PX 8800 GTS TDH
60937516 0194 G80 [GeForce 8800 Ultra]
6094 # Found in GPU server Tesla D870 and S870
6095 0197 G80 [Tesla C870]
6096 019d G80 [Quadro FX 5600]
6097 019e G80 [Quadro FX 4600]
7517 0197 G80GL [Tesla C870]
7518 019d G80GL [Quadro FX 5600]
7519 019e G80GL [Quadro FX 4600]
60987520 01a0 nForce 220/420 NV11 [GeForce2 MX]
60997521 01a4 nForce CPU bridge
61007522 01ab nForce 420 Memory Controller (DDR)
61127534 01c3 nForce Ethernet Controller
61137535 01d0 G72 [GeForce 7350 LE]
61147536 01d1 G72 [GeForce 7300 LE]
7537 107d 5efa WinFast PX7300LE-TD128
7538 107d 5efb WinFast PX7300LE-TD256
61157539 1462 0345 7300LE PCI Express Graphics Adapter
61167540 01d2 G72 [GeForce 7550 LE]
6117 01d3 G72 [GeForce 7300 SE/7200 GS]
7541 01d3 G72 [GeForce 7200 GS / 7300 SE]
7542 01d5 G72
61187543 01d6 G72M [GeForce Go 7200]
61197544 01d7 G72M [Quadro NVS 110M/GeForce Go 7300]
61207545 01d8 G72M [GeForce Go 7400]
61227547 01d9 G72M [GeForce Go 7450]
61237548 01da G72M [Quadro NVS 110M]
61247549 01db G72M [Quadro NVS 120M]
6125 01dc G72GL [Quadro FX 350M]
7550 01dc G72GLM [Quadro FX 350M]
61267551 01dd G72 [GeForce 7500 LE]
61277552 01de G72GL [Quadro FX 350]
61287553 10de 01dc Quadro FX Go350M
6129 01df G71 [GeForce 7300 GS]
7554 01df G72 [GeForce 7300 GS]
61307555 01e0 nForce2 IGP2
61317556 147b 1c09 NV7 Motherboard
61327557 01e8 nForce2 AGP
61437568 a0a0 03b9 UK79G-1394 motherboard
61447569 01ef nForce2 Memory Controller 5
61457570 a0a0 03b9 UK79G-1394 motherboard
6146 01f0 NV18 [GeForce4 MX - nForce GPU]
7571 01f0 C17 [GeForce4 MX IGP]
61477572 a0a0 03b5 UK79G-1394 motherboard
61487573 0200 NV20 [GeForce3]
61497574 1043 402f AGP-V8200 DDR
61527577 0202 NV20 [GeForce3 Ti 500]
61537578 1043 405b V8200 T5
61547579 1545 002f Xtasy 6964
6155 0203 NV20DCC [Quadro DCC]
7580 0203 NV20GL [Quadro DCC]
61567581 0211 NV48 [GeForce 6800]
61577582 0212 NV48 [GeForce 6800 LE]
61587583 0215 NV48 [GeForce 6800 GT]
61617586 1043 81e1 N6200/TD/256M/A
61627587 3842 a341 256A8N341DX
61637588 0222 NV44 [GeForce 6200 A-LE]
7589 0224 NV44
61647590 0240 C51PV [GeForce 6150]
61657591 1043 81cd A8N-VM CSM
61667592 1462 7207 K8NGM2 series
62857711 0280 NV28 [GeForce4 Ti 4800]
62867712 0281 NV28 [GeForce4 Ti 4200 AGP 8x]
62877713 0282 NV28 [GeForce4 Ti 4800 SE]
6288 0286 NV28 [GeForce4 Ti 4200 Go AGP 8x]
7714 0286 NV28M [GeForce4 Ti 4200 Go AGP 8x]
62897715 0288 NV28GL [Quadro4 980 XGL]
62907716 0289 NV28GL [Quadro4 780 XGL]
62917717 028c NV28GLM [Quadro4 Go700]
62997725 1043 8225 GeForce 7950 GT
63007726 107d 2a68 WinFast PX7950GT TDH
63017727 1462 0663 NX7950GT-VT2D512EZ-HD
6302 0297 G71 [GeForce Go 7950 GTX]
6303 0298 G71 [GeForce Go 7900 GS]
6304 0299 G71 [GeForce Go 7900 GTX]
6305 029a G71 [Quadro FX 2500M]
6306 029b G71 [Quadro FX 1500M]
6307 029c G71 [Quadro FX 5500]
7728 0297 G71M [GeForce Go 7950 GTX]
7729 0298 G71M [GeForce Go 7900 GS]
7730 0299 G71M [GeForce Go 7900 GTX]
7731 029a G71GLM [Quadro FX 2500M]
7732 029b G71GLM [Quadro FX 1500M]
7733 029c G71GL [Quadro FX 5500]
63087734 029d G71GL [Quadro FX 3500]
6309 029e G71 [Quadro FX 1500]
6310 029f G70 [Quadro FX 4500 X2]
7735 1028 019b G71GLM [Quadro FX 3500M]
7736 029e G71GL [Quadro FX 1500]
7737 029f G71GL [Quadro FX 4500 X2]
63117738 # Xbox Graphics Processing Unit (Integrated). GeForce3 derivative (NV20 < NV2A < NV25).
63127739 02a0 NV2A [XGPU]
63137740 02a5 MCPX CPU Bridge
63417768 1458 5000 GA-M55plus-S3G
63427769 1462 7207 K8NGM2 series
63437770 02f9 C51 Memory Controller 4
7771 103c 2a34 Pavilion a1677c
63447772 103c 30b7 Presario V6133CL
63457773 1043 81cd A8N-VM CSM Mainboard
63467774 1458 5000 GA-M55plus-S3G
63757803 0309 NV30GL [Quadro FX 1000]
63767804 0311 NV31 [GeForce FX 5600 Ultra]
63777805 0312 NV31 [GeForce FX 5600]
6378 0313 NV31
63797806 0314 NV31 [GeForce FX 5600XT]
63807807 1043 814a V9560XT/TD
63817808 0316 NV31M
6382 0317 NV31M Pro
7809 0318 NV31GL
63837810 031a NV31M [GeForce FX Go5600]
63847811 031b NV31M [GeForce FX Go5650]
6385 031c NV31 [Quadro FX Go700]
6386 031d NV31GLM
6387 031e NV31GLM Pro
6388 031f NV31GLM Pro
7812 031c NV31GLM [Quadro FX Go700]
63897813 0320 NV34 [GeForce FX 5200]
63907814 0321 NV34 [GeForce FX 5200 Ultra]
63917815 0322 NV34 [GeForce FX 5200]
63927816 1043 02fb V9250 Magic
63937817 1043 8180 V9520-X/TD/128M
7818 107d 2967 WinFast A340T 128MB
63947819 1462 9110 MS-8911 (FX5200-TD128)
63957820 1462 9171 MS-8917 (FX5200-T128)
63967821 1462 9360 MS-8936 (FX5200-T128)
64107835 10de 0010 Powerbook G4
64117836 032a NV34GL [Quadro NVS 280 PCI]
64127837 032b NV34GL [Quadro FX 500/600 PCI]
6413 032c NV34GLM [GeForce FX Go 5300]
6414 032d NV34 [GeForce FX Go5100]
6415 032f NV34GL
7838 032c NV34M [GeForce FX Go5300 / Go5350]
7839 032d NV34M [GeForce FX Go5100]
7840 032e NV34
7841 032f NV34 [GeForce FX 5200]
64167842 0330 NV35 [GeForce FX 5900 Ultra]
64177843 1043 8137 V9950 Ultra / 256 MB
64187844 0331 NV35 [GeForce FX 5900]
64237849 1462 9373 FX5900ZT-VTD128 (MS-8937)
64247850 0338 NV35GL [Quadro FX 3000]
64257851 033f NV35GL [Quadro FX 700]
6426 0341 NV36.1 [GeForce FX 5700 Ultra]
7852 0341 NV36 [GeForce FX 5700 Ultra]
64277853 1462 9380 MS-8938 (FX5700U-TD128)
6428 0342 NV36.2 [GeForce FX 5700]
7854 0342 NV36 [GeForce FX 5700]
64297855 0343 NV36 [GeForce FX 5700LE]
6430 0344 NV36.4 [GeForce FX 5700VE]
6431 0345 NV36.5
6432 0347 NV36 [GeForce FX Go5700]
7856 0344 NV36 [GeForce FX 5700VE]
7857 0347 NV36M [GeForce FX Go5700]
64337858 103c 006a NX9500
6434 0348 NV36 [GeForce FX Go5700]
6435 0349 NV36M Pro
6436 034b NV36MAP
7859 0348 NV36M [GeForce FX Go5700]
64377860 034c NV36 [Quadro FX Go1000]
7861 034d NV36
64387862 034e NV36GL [Quadro FX 1100]
6439 034f NV36GL
64407863 0360 MCP55 LPC Bridge
64417864 0361 MCP55 LPC Bridge
64427865 1028 0221 PowerEdge R805 MCP55 LPC Bridge
64867909 0390 G73 [GeForce 7650 GS]
64877910 0391 G73 [GeForce 7600 GT]
64887911 1458 3427 GV-NX76T128D-RH
7912 1462 0452 NX7600GT-VT2D256E
64897913 0392 G73 [GeForce 7600 GS]
64907914 1462 0622 NX7600GS-T2D256EH
64917915 0393 G73 [GeForce 7300 GT]
64937917 1462 0412 NX7300GT-TD256EH
64947918 0394 G73 [GeForce 7600 LE]
64957919 0395 G73 [GeForce 7300 GT]
6496 0397 G73 [GeForce Go 7700]
6497 0398 G73 [GeForce Go 7600]
7920 0396 G73
7921 0397 G73M [GeForce Go 7700]
7922 0398 G73M [GeForce Go 7600]
64987923 1025 006c Acer 9814 WKMI
6499 0399 G73 [GeForce Go 7600 GT]
7924 0399 G73M [GeForce Go 7600 GT]
65007925 039a G73M [Quadro NVS 300M]
6501 039b G73 [GeForce Go 7900 SE]
6502 039c G73 [Quadro FX 550M]
7926 039b G73M [GeForce Go 7900 SE]
7927 039c G73GLM [Quadro FX 550M]
65037928 10de 039c Quadro FX 560M
7929 039d G73
65047930 039e G73GL [Quadro FX 560]
7931 039f G73
65057932 03a0 C55 Host Bridge
65067933 03a1 C55 Host Bridge
65077934 03a2 C55 Host Bridge
66008027 03f7 MCP61 SATA Controller
66018028 0400 G84 [GeForce 8600 GTS]
66028029 1043 8241 EN8600GTS
6603 0401 G84 [GeForce 8600GT]
8030 0401 G84 [GeForce 8600 GT]
66048031 0402 G84 [GeForce 8600 GT]
66058032 1458 3455 GV-NX86T512H
66068033 1462 0910 NX8600GT-T2D256EZ
66078034 0403 G84 [GeForce 8600 GS]
66088035 0404 G84 [GeForce 8400 GS]
66098036 1462 1230 NX8400GS-TD256E
6610 0405 G84 [GeForce 9500M GS]
8037 0405 G84M [GeForce 9500M GS]
66118038 0406 G84 [GeForce 8300 GS]
6612 0407 G84 [GeForce 8600M GT]
6613 0408 G84 [GeForce 9650M GS]
6614 0409 G84 [GeForce 8700M GT]
6615 040a G84 [Quadro FX 370]
6616 040b G84M [Quadro NVS 320M]
6617 040c G84M [Quadro FX 570M]
8039 0407 G84M [GeForce 8600M GT]
8040 0408 G84M [GeForce 9650M GS]
8041 0409 G84M [GeForce 8700M GT]
8042 040a G84GL [Quadro FX 370]
8043 040b G84GLM [Quadro NVS 320M]
8044 040c G84GLM [Quadro FX 570M]
66188045 17aa 20d9 ThinkPad T61p
6619 040d G84 [Quadro FX 1600M]
6620 040e G84 [Quadro FX 570]
6621 040f G84 [Quadro FX 1700]
8046 040d G84GLM [Quadro FX 1600M]
8047 040e G84GL [Quadro FX 570]
8048 040f G84GL [Quadro FX 1700]
66228049 0410 G92 [GeForce GT 330]
8050 0414 G92 [GeForce 9800 GT]
66238051 0420 G86 [GeForce 8400 SE]
66248052 0421 G86 [GeForce 8500 GT]
66258053 1462 0960 NX8500GT-TD512EH/M2
66268054 0422 G86 [GeForce 8400 GS]
66278055 0423 G86 [GeForce 8300 GS]
66288056 0424 G86 [GeForce 8400 GS]
6629 0425 G86 [GeForce 8600M GS]
8057 0425 G86M [GeForce 8600M GS]
66308058 1025 0121 Aspire 5920G
6631 0426 G86 [GeForce 8400M GT]
6632 0427 G86 [GeForce 8400M GS]
8059 0426 G86M [GeForce 8400M GT]
8060 0427 G86M [GeForce 8400M GS]
66338061 103c 30cc Pavilion dv6700
6634 0428 G86 [GeForce 8400M G]
6635 0429 G86 [Quadro NVS 140M]
8062 103c 30cf Pavilion dv9668eg Laptop
8063 0428 G86M [GeForce 8400M G]
8064 0429 G86M [Quadro NVS 140M]
66368065 17aa 20d8 ThinkPad T61
66378066 042a G86M [Quadro NVS 130M]
66388067 042b G86M [Quadro NVS 135M]
66398068 042c G86 [GeForce 9400 GT]
6640 042d G86M [Quadro FX 360M]
6641 042e G86 [GeForce 9300M G]
8069 042d G86GLM [Quadro FX 360M]
8070 042e G86M [GeForce 9300M G]
66428071 042f G86 [Quadro NVS 290]
66438072 0440 MCP65 LPC Bridge
66448073 0441 MCP65 LPC Bridge
66458074 0442 MCP65 LPC Bridge
8075 103c 30cf Pavilion dv9668eg Laptop
66468076 0443 MCP65 LPC Bridge
66478077 0444 MCP65 Memory Controller
8078 103c 30cf Pavilion dv9668eg Laptop
66488079 0445 MCP65 Memory Controller
66498080 0446 MCP65 SMBus
8081 103c 30cf Pavilion dv9668eg Laptop
66508082 0447 MCP65 SMU
8083 103c 30cf Pavilion dv9668eg Laptop
66518084 0448 MCP65 IDE
8085 103c 30cf Pavilion dv9668eg Laptop
66528086 0449 MCP65 PCI bridge
8087 10de cb84 HP Pavilion dv9668eg Laptop
66538088 044a MCP65 High Definition Audio
8089 103c 30cf Pavilion dv9668eg Laptop
66548090 044b MCP65 High Definition Audio
66558091 044c MCP65 AHCI Controller
66568092 044d MCP65 AHCI Controller
66578093 044e MCP65 AHCI Controller
66588094 044f MCP65 AHCI Controller
66598095 0450 MCP65 Ethernet
8096 103c 30cf Pavilion dv9668eg Laptop
66608097 0451 MCP65 Ethernet
66618098 0452 MCP65 Ethernet
66628099 0453 MCP65 Ethernet
6663 0454 MCP65 USB Controller
6664 0455 MCP65 USB Controller
8100 0454 MCP65 USB 1.1 OHCI Controller
8101 103c 30cf Pavilion dv9668eg Laptop
8102 0455 MCP65 USB 2.0 EHCI Controller
8103 103c 30cf Pavilion dv9668eg Laptop
66658104 0456 MCP65 USB Controller
66668105 0457 MCP65 USB Controller
66678106 0458 MCP65 PCI Express bridge
8107 10de 0000 MCP65 PCI Express bridge
66688108 0459 MCP65 PCI Express bridge
8109 10de 0000 MCP65 PCI Express bridge
66698110 045a MCP65 PCI Express bridge
8111 10de 0000 MCP65 PCI Express bridge
8112 045b MCP65 PCI Express bridge
8113 10de 0000 MCP65 PCI Express bridge
66708114 045c MCP65 SATA Controller
66718115 045d MCP65 SATA Controller
8116 103c 30cf Pavilion dv9668eg Laptop
66728117 045e MCP65 SATA Controller
66738118 045f MCP65 SATA Controller
66748119 0531 C67 [GeForce 7150M / nForce 630M]
67378182 05be NF200 PCIe 2.0 switch for Quadro Plex S4 / Tesla S870 / Tesla S1070 / Tesla S2050
67388183 05e0 GT200b [GeForce GTX 295]
67398184 05e1 GT200 [GeForce GTX 280]
6740 # GT200 [GTX 260] or GT200 [GTX 260-216] or GT200b [GTX 260-216]
67418185 05e2 GT200 [GeForce GTX 260]
67428186 05e3 GT200b [GeForce GTX 285]
8187 1682 2490 GX-285N-ZDF
67438188 05e6 GT200b [GeForce GTX 275]
6744 # Found in GPU server Tesla S1070
6745 05e7 GT200 [Tesla C1060]
8189 05e7 GT200GL [Tesla C1060 / M1060]
8190 10de 0595 Tesla T10 Processor
8191 10de 068f Tesla T10 Processor
8192 10de 0697 Tesla M1060
8193 10de 0714 Tesla M1060
8194 10de 0743 Tesla M1060
67468195 05ea GT200 [GeForce GTX 260]
67478196 05eb GT200 [GeForce GTX 295]
67488197 05ed GT200GL [Quadro Plex 2200 D2]
8198 05f1 GT200 [GeForce GTX 280]
8199 05f2 GT200 [GeForce GTX 260]
67498200 05f8 GT200GL [Quadro Plex 2200 S4]
67508201 05f9 GT200GL [Quadro CX]
67518202 05fd GT200GL [Quadro FX 5800]
67528203 05fe GT200GL [Quadro FX 4800]
6753 05ff GT200GL [NVIDIA Quadro FX 3800]
8204 05ff GT200GL [Quadro FX 3800]
67548205 0600 G92 [GeForce 8800 GTS 512]
67558206 0601 G92 [GeForce 9800 GT]
67568207 0602 G92 [GeForce 8800 GT]
6757 0603 G92 [GeForce GT 230]
8208 0603 G92 [GeForce GT 230 OEM]
67588209 0604 G92 [GeForce 9800 GX2]
67598210 0605 G92 [GeForce 9800 GT]
67608211 0606 G92 [GeForce 8800 GS]
67618212 0607 G92 [GeForce GTS 240]
6762 0608 G92 [GeForce 9800M GTX]
6763 0609 G92 [GeForce 8800M GTS]
6764 060a GT200 [GeForce GTX 280M]
6765 060b G92 [GeForce 9800M GT]
6766 060c G92 [GeForce 8800M GTX]
8213 0608 G92M [GeForce 9800M GTX]
8214 0609 G92M [GeForce 8800M GTS]
8215 106b 00a7 GeForce 8800 GS
8216 060a G92M [GeForce GTX 280M]
8217 060b G92M [GeForce 9800M GT]
8218 060c G92M [GeForce 8800M GTX]
67678219 060d G92 [GeForce 8800 GS]
6768 060f G92 [GeForce GTX 285M]
8220 060f G92M [GeForce GTX 285M]
67698221 0610 G92 [GeForce 9600 GSO]
67708222 1682 2385 GeForce 9600 GSO 768mb
67718223 0611 G92 [GeForce 8800 GT]
67728224 107d 2ab0 Winfast PX8800 GT PCI-E
67738225 19da 1040 ZT-88TES2P-FSP
6774 0612 G92 [GeForce 9800 GTX]
8226 0612 G92 [GeForce 9800 GTX / 9800 GTX+]
67758227 0613 G92 [GeForce 9800 GTX+]
67768228 0614 G92 [GeForce 9800 GT]
67778229 107d 2ab3 WinFast PX9800 GT (S-Fanpipe)
67828234 3842 1155 GeForce GTS 250 P/N 01G-P3-1155-TR
67838235 # Overclocked
67848236 3842 1156 GeForce GTS 250 P/N 01G-P3-1156-TR
6785 0617 G92 [GeForce 9800M GTX]
6786 0618 G92 [GeForce GTX 260M]
8237 0617 G92M [GeForce 9800M GTX]
8238 0618 G92M [GeForce GTX 260M]
67878239 0619 G92GL [Quadro FX 4700 X2]
6788 061a G92 [Quadro FX 3700]
8240 061a G92GL [Quadro FX 3700]
67898241 061b G92GL [Quadro VX 200]
6790 061c G92M [Quadro FX 3600M]
6791 061d G92 [Quadro FX 2800M]
6792 061e G92 [Quadro FX 3700M]
6793 061f G92 [Quadro FX 3800M]
8242 061c G92GLM [Quadro FX 3600M]
8243 061d G92GLM [Quadro FX 2800M]
8244 061e G92GLM [Quadro FX 3700M]
8245 061f G92GLM [Quadro FX 3800M]
8246 0620 G94 [GeForce 9800 GT]
8247 0621 G94 [GeForce GT 230]
67948248 0622 G94 [GeForce 9600 GT]
67958249 107d 2ac1 WinFast PX9600GT 1024MB
67968250 1458 3481 GV-NX96T512HP
67998253 0625 G94 [GeForce 9600 GSO 512]
68008254 0626 G94 [GeForce GT 130]
68018255 0627 G94 [GeForce GT 140]
6802 0628 G94 [GeForce 9800M GTS]
6803 062a G94 [GeForce 9700M GTS]
6804 062b G94 [GeForce 9800M GS]
6805 062c G94 [GeForce 9800M GTS]
8256 0628 G94M [GeForce 9800M GTS]
8257 062a G94M [GeForce 9700M GTS]
8258 062b G94M [GeForce 9800M GS]
8259 062c G94M [GeForce 9800M GTS]
68068260 062d G94 [GeForce 9600 GT]
68078261 062e G94 [GeForce 9600 GT]
8262 106b 0605 GeForce GT 130
8263 062f G94 [GeForce 9800 S]
8264 0630 G94 [GeForce 9600 GT]
68088265 0631 G94M [GeForce GTS 160M]
68098266 0632 G94M [GeForce GTS 150M]
8267 0633 G94 [GeForce GT 220]
68108268 0635 G94 [GeForce 9600 GSO]
68118269 0637 G94 [GeForce 9600 GT]
6812 0638 G94 [Quadro FX 1800]
6813 063a G94M [Quadro FX 2700M]
8270 0638 G94GL [Quadro FX 1800]
8271 063a G94GLM [Quadro FX 2700M]
8272 063f G94 [GeForce 9600 GE]
68148273 0640 G96 [GeForce 9500 GT]
68158274 0641 G96 [GeForce 9400 GT]
8275 1682 4009 PV-T94G-ZAFG
68168276 0643 G96 [GeForce 9500 GT]
68178277 0644 G96 [GeForce 9500 GS]
68188278 0645 G96 [GeForce 9500 GS]
68198279 0646 G96 [GeForce GT 120]
6820 0647 G96 [GeForce 9600M GT]
6821 0648 G96 [GeForce 9600M GS]
6822 0649 G96 [GeForce 9600M GT]
6823 064a G96 [GeForce 9700M GT]
6824 064b G96 [GeForce 9500M G]
6825 064c G96 [GeForce 9650M GT]
6826 0651 G96 [GeForce G 110M]
6827 0652 G96 [GeForce GT 130M]
8280 0647 G96M [GeForce 9600M GT]
8281 0648 G96M [GeForce 9600M GS]
8282 0649 G96M [GeForce 9600M GT]
8283 1043 202d GeForce GT 220M
8284 064a G96M [GeForce 9700M GT]
8285 064b G96M [GeForce 9500M G]
8286 064c G96M [GeForce 9650M GT]
8287 064d G96 [GeForce 9600 GT]
8288 064e G96 [GeForce 9600 GT / 9800 GT]
8289 0651 G96M [GeForce G 110M]
8290 0652 G96M [GeForce GT 130M]
8291 152d 0850 GeForce GT 240M LE
68288292 0653 G96M [GeForce GT 120M]
6829 0654 G96 [GeForce GT 220M]
8293 0654 G96M [GeForce GT 220M]
8294 1043 14a2 GeForce GT 320M
8295 1043 14d2 GeForce GT 320M
8296 0655 G96 [GeForce GT 120]
68308297 0656 G96 [GeForce 9650 S]
6831 0658 G96 [Quadro FX 380]
6832 0659 G96 [Quadro FX 580]
6833 065a G96 [Quadro FX 1700M]
8298 0658 G96GL [Quadro FX 380]
8299 0659 G96GL [Quadro FX 580]
8300 065a G96GLM [Quadro FX 1700M]
68348301 065b G96 [GeForce 9400 GT]
6835 065c G96M [Quadro FX 770M]
8302 065c G96GLM [Quadro FX 770M]
8303 065d G96 [GeForce 9500 GA / 9600 GT / GTS 250]
8304 065f G96 [GeForce G210]
68368305 06c0 GF100 [GeForce GTX 480]
8306 06c4 GF100 [GeForce GTX 465]
8307 06ca GF100M [GeForce GTX 480M]
8308 06cb GF100 [GeForce GTX 480]
68378309 06cd GF100 [GeForce GTX 470]
6838 06d1 GF100 [Tesla C2050 / C2070]
6839 06d2 GF100 [Tesla M2070]
8310 06d1 GF100GL [Tesla C2050 / C2070]
8311 10de 0771 Tesla C2050
8312 10de 0772 Tesla C2070
8313 06d2 GF100GL [Tesla M2070]
8314 10de 0774 Tesla M2070
8315 10de 0830 Tesla M2070
8316 10de 0842 Tesla M2070
8317 10de 088f Tesla X2070
8318 10de 0908 Tesla M2070
68408319 06d8 GF100GL [Quadro 6000]
68418320 06d9 GF100GL [Quadro 5000]
8321 06da GF100GLM [Quadro 5000M]
8322 06dc GF100GL [Quadro 6000]
68428323 06dd GF100GL [Quadro 4000]
6843 06de GF100 [Tesla S2050]
6844 06df GF100 [Tesla M2070Q]
8324 06de GF100GL [Tesla T20 Processor]
8325 10de 0773 Tesla S2050
8326 10de 082f Tesla M2050
8327 10de 0840 Tesla X2070
8328 10de 0842 Tesla M2050
8329 10de 0846 Tesla M2050
8330 10de 0866 Tesla M2050
8331 10de 0907 Tesla M2050
8332 10de 091e Tesla M2050
8333 06df GF100GL [Tesla M2070-Q]
8334 10de 084d Tesla M2070-Q
8335 10de 087f Tesla M2070-Q
68458336 06e0 G98 [GeForce 9300 GE]
68468337 06e1 G98 [GeForce 9300 GS]
68478338 06e2 G98 [GeForce 8400]
68488339 06e3 G98 [GeForce 8300 GS]
6849 06e4 G98 [GeForce 8400 GS]
8340 06e4 G98 [GeForce 8400 GS Rev. 2]
68508341 1458 3475 GV-NX84S256HE [GeForce 8400 GS]
6851 06e5 G98 [GeForce 9300M GS]
8342 06e5 G98M [GeForce 9300M GS]
68528343 06e6 G98 [GeForce G 100]
68538344 06e7 G98 [GeForce 9300 SE]
6854 06e8 G98 [GeForce 9200M GS]
6855 06e9 G98 [GeForce 9300M GS]
8345 06e8 G98M [GeForce 9200M GS]
8346 103c 360b GeForce 9200M GE
8347 06e9 G98M [GeForce 9300M GS]
68568348 1043 19b2 U6V laptop
6857 06ea G86M [Quadro NVS 150M]
8349 06ea G98M [Quadro NVS 150M]
68588350 06eb G98M [Quadro NVS 160M]
68598351 06ec G98M [GeForce G 105M]
8352 06ed G98 [GeForce 9600 GT / 9800 GT]
8353 06ee G98 [GeForce 9600 GT / 9800 GT]
68608354 06ef G98M [GeForce G 103M]
68618355 06f1 G98M [GeForce G 105M]
68628356 06f8 G98 [Quadro NVS 420]
6863 06f9 G98 [Quadro FX 370 LP]
8357 06f9 G98GL [Quadro FX 370 LP]
68648358 06fa G98 [Quadro NVS 450]
6865 06fb G98 [Quadro FX 370M]
8359 06fb G98GLM [Quadro FX 370M]
68668360 06fd G98 [Quadro NVS 295]
68678361 06ff G98 [HICx16 + Graphics]
8362 10de 0711 HICx8 + Graphics
68688363 0751 MCP78S [GeForce 8200] Memory Controller
68698364 103c 2a9e Pavilion p6310f
68708365 1043 82e8 M3N72-D
70168511 07fe GeForce 7100/nForce 630i USB
70178512 1019 297a MCP73PVT-SM
70188513 1afa 7150 JW-IN7150-HD
8514 0840 C77 [GeForce 8200M]
70198515 0844 C77 [GeForce 9100M G]
70208516 0845 C77 [GeForce 8200M G]
70218517 0846 C77 [GeForce 9200]
70278523 1849 0849 K10N78FullHD-hSLI R3.0 GeForce 8200
70288524 084a C77 [nForce 730a]
70298525 084b C77 [GeForce 8200]
7030 084c C77 [nForce 780a SLI]
8526 084c C77 [nForce 780a/980a SLI]
70318527 084d C77 [nForce 750a SLI]
70328528 1043 82e8 M3N72-D mGPU
70338529 084f C77 [GeForce 8100 / nForce 720a]
70358531 0861 C79 [GeForce 9400]
70368532 0862 C79 [GeForce 9400M G]
70378533 0863 C79 [GeForce 9400M]
8534 106b 00aa MacBook5,1
70388535 0864 C79 [GeForce 9300]
7039 0865 C79 [GeForce 9300]
8536 0865 C79 [GeForce 9300/ION]
70408537 0866 C79 [GeForce 9400M G]
8538 106b 00b1 GeForce 9400M
70418539 0867 C79 [GeForce 9400]
8540 106b 00ad iMac 9,1
70428541 0868 C79 [nForce 760i SLI]
8542 0869 MCP7A [GeForce 9400]
70438543 086a C79 [GeForce 9400]
70448544 086c C79 [GeForce 9300 / nForce 730i]
70458545 086d C79 [GeForce 9200]
70468546 086e C79 [GeForce 9100M G]
7047 086f C79 [GeForce 9200M G]
8547 086f MCP79 [GeForce 8200M G]
70488548 0870 C79 [GeForce 9400M]
70498549 0871 C79 [GeForce 9200]
70508550 0872 C79 [GeForce G102M]
8551 1043 19b4 GeForce G102M
8552 1043 1aa2 GeForce G102M
8553 1043 1c02 GeForce G102M
8554 1043 1c42 GeForce G205M
70518555 0873 C79 [GeForce G102M]
8556 1043 19b4 GeForce G102M
8557 1043 1c12 GeForce G102M
8558 1043 1c52 GeForce G205M
70528559 0874 C79 [ION]
70538560 0876 ION VGA [GeForce 9400M]
70548561 087a C79 [GeForce 9400]
70568563 19da a123 IONITX-F-E
70578564 087e ION LE VGA
70588565 087f ION LE VGA
8566 08a0 MCP89 [GeForce 320M]
8567 08a2 MCP89 [GeForce 320M]
70598568 08a3 MCP89 [GeForce 320M]
70608569 08a4 MCP89 [GeForce 320M]
8570 08a5 MCP89 [GeForce 320M]
70618571 0a20 GT216 [GeForce GT 220]
70628572 1043 8311 ENGT220/DI/1GD3(LP)/V2
7063 0a23 GT218 [GeForce 210]
7064 0a28 GT216 [GeForce GT 230M]
7065 0a29 GT216 [GeForce GT 330M]
7066 0a2a GT216 [GeForce GT 230M]
7067 0a2b GT216 [GeForce GT 330M]
7068 0a2c GT216 [NVS 5100M]
7069 0a2d GT216 [GeForce GT 320M]
7070 0a34 GT216 [GeForce GT 240M]
7071 0a35 GT216 [GeForce GT 325M]
8573 0a21 GT216M [GeForce GT 330M]
8574 0a22 GT216 [GeForce 315]
8575 0a23 GT216 [GeForce 210]
8576 0a26 GT216 [GeForce 405]
8577 0a27 GT216 [GeForce 405]
8578 0a28 GT216M [GeForce GT 230M]
8579 0a29 GT216M [GeForce GT 330M]
8580 0a2a GT216M [GeForce GT 230M]
8581 0a2b GT216M [GeForce GT 330M]
8582 0a2c GT216M [NVS 5100M]
8583 0a2d GT216M [GeForce GT 320M]
8584 0a30 GT216 [GeForce 505]
8585 0a32 GT216 [GeForce GT 415]
8586 0a34 GT216M [GeForce GT 240M]
8587 0a35 GT216M [GeForce GT 325M]
70728588 0a38 GT216GL [Quadro 400]
7073 0a3c GT216 [Quadro FX 880M]
8589 0a3c GT216GLM [Quadro FX 880M]
70748590 0a60 GT218 [GeForce G210]
70758591 0a62 GT218 [GeForce 205]
70768592 0a63 GT218 [GeForce 310]
70788594 0a65 GT218 [GeForce 210]
70798595 1043 8334 EN210 SILENT
70808596 0a66 GT218 [GeForce 310]
7081 # taken from nv_disp.inf
70828597 0a67 GT218 [GeForce 315]
7083 0a68 G98M [GeForce G105M]
7084 0a69 G98M [GeForce G105M]
7085 0a6a GT218 [NVS 2100M]
7086 0a6c GT218 [NVS 3100M]
8598 0a68 GT218M [GeForce G 105M]
8599 0a69 GT218M [GeForce G 105M]
8600 0a6a GT218M [NVS 2100M]
8601 0a6c GT218M [NVS 3100M]
70878602 1028 040b Latitude E6510
70888603 17aa 2142 ThinkPad T410
7089 0a6e GT218 [GeForce 305M]
8604 0a6e GT218M [GeForce 305M]
70908605 0a6f GT218 [ION]
7091 0a70 GT218 [GeForce 310M]
7092 0a71 GT218 [GeForce 305M]
7093 0a72 GT218 [GeForce 310M]
7094 0a73 GT218 [GeForce 305M]
7095 0a74 GT218 [GeForce G210M]
7096 0a75 GT218 [GeForce 310M]
8606 0a70 GT218M [GeForce 310M]
8607 0a71 GT218M [GeForce 305M]
8608 0a72 GT218M [GeForce 310M]
8609 0a73 GT218M [GeForce 305M]
8610 0a74 GT218M [GeForce G210M]
8611 1b0a 903a GeForce G210
8612 0a75 GT218M [GeForce 310M]
70978613 0a76 GT218 [ION 2]
70988614 0a78 GT218GL [Quadro FX 380 LP]
7099 0a7c GT218 [Quadro FX 380M]
8615 0a7a GT218M [GeForce 315M]
8616 104d 907e GeForce 315M
8617 1179 fc50 GeForce 315M
8618 1179 fc61 GeForce 315M
8619 1179 fc71 GeForce 315M
8620 1179 fc90 GeForce 315M
8621 1179 fcc0 GeForce 315M
8622 1179 fcd0 GeForce 315M
8623 1179 fce2 GeForce 315M
8624 1179 fcf2 GeForce 315M
8625 1179 fd16 GeForce 315M
8626 1179 fd40 GeForce 315M
8627 1179 fd50 GeForce 315M
8628 1179 fd52 GeForce 315M
8629 1179 fd61 GeForce 315M
8630 1179 fd71 GeForce 315M
8631 1179 fd92 GeForce 315M
8632 1179 fd96 GeForce 315M
8633 1179 fdd0 GeForce 315M
8634 1179 fdd2 GeForce 315M
8635 1179 fdfe GeForce 315M
8636 144d c0a2 GeForce 315M
8637 144d c0b2 GeForce 315M
8638 144d c581 GeForce 315M
8639 144d c587 GeForce 315M
8640 144d c588 GeForce 315M
8641 144d c597 GeForce 315M
8642 144d c606 GeForce 315M
8643 1462 aa51 GeForce 405
8644 1462 aa58 GeForce 405
8645 1462 ac71 GeForce 405
8646 1462 ac81 GeForce 315M
8647 1462 ac82 GeForce 405
8648 1462 ae33 GeForce 405
8649 1642 3980 GeForce 405
8650 17aa 3950 GeForce 405M
8651 17aa 397d GeForce 405M
8652 1b0a 2091 GeForce 315M
8653 1b0a 90b4 GeForce 405
8654 1bfd 0003 GeForce 405
8655 1bfd 8006 GeForce 405
8656 1bfd 8007 GeForce 315M
8657 0a7b GT218 [GeForce 505]
8658 0a7c GT218GLM [Quadro FX 380M]
71008659 0a80 MCP79 Host Bridge
71018660 0a81 MCP79 Host Bridge
71028661 0a82 MCP79 Host Bridge
71078666 0a87 MCP79 Host Bridge
71088667 0a88 MCP79 Memory Controller
71098668 0a89 MCP79 Memory Controller
8669 0a98 MCP79 Memory Controller
8670 10de cb79 iMac 9,1
71108671 0aa0 MCP79 PCI Express Bridge
8672 10de cb79 Apple iMac 9,1
71118673 0aa2 MCP79 SMBus
8674 10de cb79 Apple iMac 9,1
71128675 19da a123 IONITX-F-E
71138676 0aa3 MCP79 Co-processor
8677 10de cb79 Apple iMac 9,1
71148678 19da a123 IONITX-F-E
71158679 0aa4 MCP79 Memory Controller
71168680 19da a123 IONITX-F-E
71178681 0aa5 MCP79 OHCI USB 1.1 Controller
8682 10de cb79 Apple iMac 9,1
71188683 19da a123 IONITX-F-E
71198684 0aa6 MCP79 EHCI USB 2.0 Controller
8685 10de cb79 Apple iMac 9,1
71208686 19da a123 IONITX-F-E
71218687 0aa7 MCP79 OHCI USB 1.1 Controller
8688 10de cb79 Apple iMac 9,1
71228689 19da a123 IONITX-F-E
71238690 0aa8 MCP79 OHCI USB 1.1 Controller
71248691 0aa9 MCP79 EHCI USB 2.0 Controller
8692 10de cb79 Apple iMac 9,1
71258693 19da a123 IONITX-F-E
71268694 0aaa MCP79 EHCI USB 2.0 Controller
71278695 0aab MCP79 PCI Bridge
8696 10de cb79 Apple iMac 9,1
71288697 0aac MCP79 LPC Bridge
71298698 0aad MCP79 LPC Bridge
71308699 19da a123 IONITX-F-E
71318700 0aae MCP79 LPC Bridge
8701 10de cb79 Apple iMac 9,1
71328702 0aaf MCP79 LPC Bridge
71338703 0ab0 MCP79 Ethernet
8704 10de cb79 Apple iMac 9,1
71348705 19da a123 IONITX-F-E
71358706 0ab1 MCP79 Ethernet
71368707 0ab2 MCP79 Ethernet
71428713 0ab7 MCP79 SATA Controller
71438714 0ab8 MCP79 AHCI Controller
71448715 0ab9 MCP79 AHCI Controller
8716 10de cb79 Apple iMac 9,1
71458717 0aba MCP79 AHCI Controller
71468718 0abb MCP79 AHCI Controller
71478719 0abc MCP79 RAID Controller
71498721 0abe MCP79 RAID Controller
71508722 0abf MCP79 RAID Controller
71518723 0ac0 MCP79 High Definition Audio
8724 10de cb79 Apple iMac 9,1
71528725 0ac1 MCP79 High Definition Audio
71538726 0ac2 MCP79 High Definition Audio
71548727 0ac3 MCP79 High Definition Audio
71558728 0ac4 MCP79 PCI Express Bridge
8729 10de cb79 Apple iMac 9,1
71568730 0ac5 MCP79 PCI Express Bridge
71578731 0ac6 MCP79 PCI Express Bridge
8732 10de cb79 Apple iMac 9,1
71588733 0ac7 MCP79 PCI Express Bridge
8734 10de cb79 Apple iMac 9,1
71598735 0ac8 MCP79 PCI Express Bridge
71608736 0ad0 MCP78S [GeForce 8200] SATA Controller (non-AHCI mode)
71618737 1462 7508 K9N2GM-FIH
71658741 1043 82e8 M3N72-D
71668742 1849 0ad4 K10N78FullHD-hSLI R3.0 AHCI Controller
71678743 0ad8 MCP78S [GeForce 8200] SATA Controller (RAID mode)
7168 0be2 High Definition Audio Controller
8744 0be2 GT216 HDMI Audio Controller
71698745 1043 8311 ENGT220/DI/1GD3(LP)/V2
71708746 0be3 High Definition Audio Controller
71718747 1028 040b Latitude E6510
71748750 0be5 GF100 High Definition Audio Controller
71758751 0be9 GF106 High Definition Audio Controller
71768752 1558 8687 CLEVO/KAPOK W860CU
8753 3842 1452 GeForce GTS 450
71778754 0bea GF108 High Definition Audio Controller
71788755 3842 1430 GeForce GT 430
71798756 0beb GF104 High Definition Audio Controller
71838760 0ca2 GT215 [GeForce GT 320]
71848761 0ca3 GT215 [GeForce GT 240]
71858762 0ca4 GT215 [GeForce GT 340]
7186 # taken from nv_disp.inf
71878763 0ca5 GT215 [GeForce GT 220]
71888764 0ca7 GT215 [GeForce GT 330]
7189 0ca8 GT215 [GeForce GTS 260M]
7190 0ca9 GT215 [GeForce GTS 250M]
7191 # GT215, not GT216 per http://www.techpowerup.com/gpuz/594cm/
7192 0cac GT215 [GeForce GT 220]
7193 0caf GT215 [GeForce GT 335M]
7194 0cb0 GT215 [GeForce GTS 350M]
7195 0cb1 GT215 [GeForce GTS 360M]
7196 0cbc GT215 [Quadro FX 1800M]
8765 0ca8 GT215M [GeForce GTS 260M]
8766 0ca9 GT215M [GeForce GTS 250M]
8767 0cac GT215 [GeForce GT 220/315]
8768 0caf GT215M [GeForce GT 335M]
8769 0cb0 GT215M [GeForce GTS 350M]
8770 0cb1 GT215M [GeForce GTS 360M]
8771 0cbc GT215GLM [Quadro FX 1800M]
71978772 0d60 MCP89 HOST Bridge
71988773 0d68 MCP89 Memory Controller
71998774 0d69 MCP89 Memory Controller
72108785 0d94 MCP89 High Definition Audio
72118786 0d9c MCP89 OHCI USB 1.1 Controller
72128787 0d9d MCP89 EHCI USB 2.0 Controller
7213 # taken from nv_disp.inf
7214 0dc0 GF108 [GeForce GT 440]
8788 0dc0 GF106 [GeForce GT 440]
72158789 0dc4 GF106 [GeForce GTS 450]
7216 # taken from nv_disp.inf
7217 0dc5 GF106 [GeForce GTS 450]
7218 # taken from nv_disp.inf
8790 0dc5 GF106 [GeForce GTS 450 OEM]
72198791 0dc6 GF106 [GeForce GTS 450]
7220 0dcd GF106 [GeForce GT 555M]
7221 0dce GF106 [GeForce GT 555M]
7222 # rev a1
7223 0dd1 GF106 [GeForce GTX 460M]
8792 0dcd GF106M [GeForce GT 555M]
8793 0dce GF106M [GeForce GT 555M]
8794 0dd1 GF106M [GeForce GTX 460M]
72248795 1558 8687 CLEVO/KAPOK W860CU
7225 0dd2 GF106 [GeForce GT 445M]
8796 0dd2 GF106M [GeForce GT 445M]
8797 0dd3 GF106M [GeForce GT 435M]
8798 0dd6 GF106M [GeForce GT 550M]
72268799 0dd8 GF106GL [Quadro 2000]
7227 # NVIDIA calls it GF106GML
8800 10de 0914 Quadro 2000D
72288801 0dda GF106GLM [Quadro 2000M]
72298802 0de0 GF108 [GeForce GT 440]
72308803 0de1 GF108 [GeForce GT 430]
72318804 3842 1430 GeForce GT 430
72328805 0de2 GF108 [GeForce GT 420]
7233 # taken from nv_disp.inf
8806 0de3 GF108M [GeForce GT 635M]
72348807 0de4 GF108 [GeForce GT 520]
7235 # taken from nv_disp.inf
72368808 0de5 GF108 [GeForce GT 530]
7237 0de9 GF108 [GeForce GT 630M]
7238 # Not fully sure that it's GF108, might also be GF106.
7239 0deb GF108 [GeForce GT 555M]
7240 0dee GF108 [GeForce GT 415M]
7241 0def GF108 [Quadro NVS 5400M]
7242 0df0 GF108 [GeForce GT 425M]
7243 0df2 GF108 [GeForce GT 435M]
7244 0df4 GF108 [GeForce GT 540M]
7245 0df5 GF108 [GeForce GT 540M]
7246 0df7 GF108 [GeForce GT 520M]
7247 # NVIDIA calls it GL
8809 0de7 GF108 [GeForce GT 610]
8810 0de8 GF108M [GeForce GT 620M]
8811 0de9 GF108M [GeForce GT 630M]
8812 1025 0692 GeForce GT 620M
8813 1025 0725 GeForce GT 620M
8814 1025 0728 GeForce GT 620M
8815 1025 072b GeForce GT 620M
8816 1025 072e GeForce GT 620M
8817 1025 0753 GeForce GT 620M
8818 1025 0754 GeForce GT 620M
8819 17aa 3977 GeForce GT 640M LE
8820 1b0a 2210 GeForce GT 635M
8821 0dea GF108M [GeForce 610M]
8822 17aa 365a GeForce 615
8823 17aa 365b GeForce 615
8824 17aa 365e GeForce 615
8825 17aa 3660 GeForce 615
8826 17aa 366c GeForce 615
8827 0deb GF108M [GeForce GT 555M]
8828 0dec GF108M [GeForce GT 525M]
8829 0ded GF108M [GeForce GT 520M]
8830 0dee GF108M [GeForce GT 415M]
8831 0def GF108M [NVS 5400M]
8832 0df0 GF108M [GeForce GT 425M]
8833 0df1 GF108M [GeForce GT 420M]
8834 0df2 GF108M [GeForce GT 435M]
8835 0df3 GF108M [GeForce GT 420M]
8836 0df4 GF108M [GeForce GT 540M]
8837 152d 0952 GeForce GT 630M
8838 152d 0953 GeForce GT 630M
8839 0df5 GF108M [GeForce GT 525M]
8840 0df6 GF108M [GeForce GT 550M]
8841 0df7 GF108M [GeForce GT 520M]
72488842 0df8 GF108GL [Quadro 600]
7249 # NVIDIA calls it GLM
72508843 0df9 GF108GLM [Quadro 500M]
7251 # NVIDIA calls it GLM
72528844 0dfa GF108GLM [Quadro 1000M]
8845 0dfc GF108GLM [NVS 5200M]
72538846 0e08 GF119 HDMI Audio Controller
8847 # 1024MB with passive cooling (heatsink)
8848 10b0 104a Gainward GeForce GT 610
72548849 0e09 GF110 High Definition Audio Controller
72558850 0e0a GK104 HDMI Audio Controller
8851 0e0b GK106 HDMI Audio Controller
72568852 0e0c GF114 HDMI Audio Controller
8853 0e1a GK110 HDMI Audio
8854 0e1b GK107 HDMI Audio Controller
8855 103c 197b ZBook 15
8856 1043 8428 GTX650-DC-1GD5
72578857 0e22 GF104 [GeForce GTX 460]
72588858 1462 2322 N460GTX Cyclone 1GD5/OC
7259 # taken from nv_disp.inf
72608859 0e23 GF104 [GeForce GTX 460 SE]
7261 # taken from nv_disp.inf
7262 0e24 GF104 [GeForce GTX 460]
7263 0e3a GF104 [Quadro 3000M]
7264 0e3b GF104 [Quadro 4000M]
7265 0f00 GK107 [GeForce GT 630]
7266 # Probably GF108
7267 0f01 GeForce GT 620
7268 # taken from nv_disp.inf
7269 0fc0 GK107 [GeForce GT 640]
7270 # taken from nv_disp.inf
8860 0e24 GF104 [GeForce GTX 460 OEM]
8861 0e30 GF104M [GeForce GTX 470M]
8862 0e31 GF104M [GeForce GTX 485M]
8863 0e3a GF104GLM [Quadro 3000M]
8864 0e3b GF104GLM [Quadro 4000M]
8865 0f00 GF108 [GeForce GT 630]
8866 0f01 GF108 [GeForce GT 620]
8867 0f02 GF108 [GeForce GT 730]
8868 0fc0 GK107 [GeForce GT 640 OEM]
72718869 0fc1 GK107 [GeForce GT 640]
7272 0fd1 GK107 [GeForce GT 650M]
8870 0fc2 GK107 [GeForce GT 630 OEM]
8871 0fc6 GK107 [GeForce GTX 650]
8872 1043 8428 GTX650-DC-1GD5
8873 0fc8 GK107 [GeForce GT 740]
8874 0fcd GK107M [GeForce GT 755M]
8875 0fce GK107M [GeForce GT 640M LE]
8876 0fd1 GK107M [GeForce GT 650M]
8877 1043 1597 GeForce GT 650M
8878 1043 15a7 GeForce GT 650M
72738879 1043 2103 N56VZ
7274 0fd2 GK107 [GeForce GT 640M]
7275 0ff2 GK107 [VGX K1]
7276 0ffa GK107 [Quadro K600]
7277 0ffb GK107 [Quadro K2000M]
7278 0ffc GK107 [Quadro K1000M]
7279 0ffe GK107 [Quadro K2000]
7280 0fff GK107 [Quadro 410]
8880 1043 2105 GeForce GT 650M
8881 1043 2141 GeForce GT 650M
8882 0fd2 GK107M [GeForce GT 640M]
8883 1028 054f GeForce GT 640M
8884 1028 055f GeForce GT 640M
8885 1028 0595 GeForce GT 640M LE
8886 1028 05b2 GeForce GT 640M LE
8887 0fd3 GK107M [GeForce GT 640M LE]
8888 0fd4 GK107M [GeForce GTX 660M]
8889 0fd5 GK107M [GeForce GT 650M Mac Edition]
8890 0fd8 GK107M [GeForce GT 640M Mac Edition]
8891 0fd9 GK107M [GeForce GT 645M]
8892 0fdb GK107M
8893 0fdf GK107M [GeForce GT 740M]
8894 0fe0 GK107M [GeForce GTX 660M Mac Edition]
8895 0fe1 GK107M [GeForce GT 730M]
8896 0fe2 GK107M [GeForce GT 745M]
8897 0fe3 GK107M [GeForce GT 745M]
8898 17aa 3675 GeForce GT 745A
8899 0fe4 GK107M [GeForce GT 750M]
8900 0fe5 GK107 [GeForce K340 USM]
8901 0fe6 GK107 [GRID K1 NVS USM]
8902 # GRID K1 USM
8903 0fe7 GK107GL [GRID K100 vGPU]
8904 10de 101e GRID K100
8905 0fe9 GK107M [GeForce GT 750M Mac Edition]
8906 0fea GK107M [GeForce GT 755M Mac Edition]
8907 0fef GK107GL [GRID K340]
8908 0ff1 GK107 [NVS 1000]
8909 0ff2 GK107GL [GRID K1]
8910 0ff5 GK107GL [GRID K1 Tesla USM]
8911 0ff6 GK107GLM [Quadro K1100M]
8912 103c 197b ZBook 15
8913 # GRID K1 Quadro USM
8914 0ff7 GK107GL [GRID K140Q vGPU]
8915 10de 1037 GRID K140Q
8916 0ff8 GK107GLM [Quadro K500M]
8917 0ff9 GK107GL [Quadro K2000D]
8918 0ffa GK107GL [Quadro K600]
8919 0ffb GK107GLM [Quadro K2000M]
8920 0ffc GK107GLM [Quadro K1000M]
8921 0ffd GK107 [NVS 510]
8922 0ffe GK107GL [Quadro K2000]
8923 0fff GK107GL [Quadro 410]
8924 1001 GK110B [GeForce GTX TITAN Z]
8925 1003 GK110 [GeForce GTX Titan LE]
8926 1004 GK110 [GeForce GTX 780]
8927 3842 0784 GK110B [GeForce GTX 780 SC w/ ACX Cooler]
8928 3842 1784 GK110B [GeForce GTX 780 Dual FTW w/ ACX Cooler]
8929 3842 1788 GK110B [GeForce GTX 780 Dual Classified w/ ACX Cooler]
8930 1005 GK110 [GeForce GTX Titan]
8931 1043 8451 GTXTITAN-6GD5
8932 # Reference Model
8933 10de 1035 GeForce GTX Titan
8934 # 06G-P4-2790-KR
8935 3842 2790 GeForce GTX Titan
8936 # 06G-P4-2791-KR
8937 3842 2791 GeForce GTX Titan SC
8938 # 06G-P4-2793-KR
8939 3842 2793 GeForce GTX Titan SC Signature
8940 # 06G-P4-2794-KR
8941 3842 2794 GeForce GTX Titan SC Hydro Copper
8942 # 06G-P4-2795-KR
8943 3842 2795 GeForce GTX Titan SC Hydro Copper Signature
8944 1007 GK110 [GeForce GTX 780 Rev. 2]
8945 1008 GK110 [GeForce GTX 780 Ti Rev. 2]
8946 100a GK110B [GeForce GTX 780 Ti]
8947 100c GK110B [GeForce GTX Titan Black]
8948 101f GK110GL [Tesla K20]
8949 1020 GK110GL [Tesla K20X]
8950 1021 GK110GL [Tesla K20Xm]
8951 1022 GK110GL [Tesla K20c]
8952 1023 GK110BGL [Tesla K40m]
8953 1024 GK110BGL [Tesla K40c]
8954 1026 GK110GL [Tesla K20s]
8955 1027 GK110BGL [Tesla K40st]
8956 1028 GK110GL [Tesla K20m]
8957 1029 GK110BGL [Tesla K40s]
8958 103a GK110GL [Quadro K6000]
72818959 1040 GF119 [GeForce GT 520]
7282 # taken from nv_disp.inf
72838960 1042 GF119 [GeForce 510]
7284 # taken from nv_disp.inf
72858961 1048 GF119 [GeForce 605]
7286 # taken from nv_disp.inf
7287 1049 GF119 [GeForce GT 620]
7288 # taken from nv_disp.inf
8962 1049 GF119 [GeForce GT 620 OEM]
72898963 104a GF119 [GeForce GT 610]
7290 1050 GF119 [GeForce GT 520M]
7291 1051 GF119 [GeForce GT 520MX]
7292 1056 GF119 [Quadro NVS 4200M]
7293 1057 GF119 [Quadro NVS 4200M]
7294 105a GF119 [GeForce 610M]
7295 107d GF119 [Quadro NVS 310]
8964 # 1024MB with passive cooling (heatsink)
8965 10b0 104a Gainward GeForce GT 610
8966 104b GF119 [GeForce GT 625 OEM]
8967 104c GF119 [GeForce GT 705]
8968 1050 GF119M [GeForce GT 520M]
8969 1051 GF119M [GeForce GT 520MX]
8970 1052 GF119M [GeForce GT 520M]
8971 1054 GF119M [GeForce 410M]
8972 1055 GF119M [GeForce 410M]
8973 1056 GF119M [NVS 4200M]
8974 1057 GF119M [Quadro NVS 4200M]
8975 1058 GF119M [GeForce 610M]
8976 103c 2aed GeForce 610
8977 103c 2af1 GeForce 610
8978 1043 10ac GeForce GT 610M
8979 1043 10bc GeForce GT 610M
8980 1043 1652 GeForce GT 610M
8981 17aa 367a GeForce 610M
8982 17aa 3682 GeForce 800A
8983 17aa 3687 GeForce 800A
8984 17aa 3692 GeForce 705A
8985 17aa 3695 GeForce 800A
8986 17aa a117 GeForce 610M
8987 1059 GF119M [GeForce 610M]
8988 105a GF119M [GeForce 610M]
8989 1043 2111 GeForce GT 610M
8990 1043 2112 GeForce GT 610M
8991 105b GF119M [GeForce 705M]
8992 103c 2afb GeForce 705A
8993 17aa 309d GeForce 705A
8994 17aa 30b1 GeForce 800A
8995 17aa 36a1 GeForce 800A
8996 107c GF119 [NVS 315]
8997 107d GF119 [NVS 310]
72968998 1080 GF110 [GeForce GTX 580]
72978999 1081 GF110 [GeForce GTX 570]
72989000 10de 087e Leadtek WinFast GTX 570
7299 1082 GF110 [GeForce GTX 560 Ti]
7300 # taken from nv_disp.inf
7301 1084 GF110 [GeForce GTX 560]
7302 1086 GF110 [GeForce GTX 570 HD]
9001 1082 GF110 [GeForce GTX 560 Ti OEM]
9002 1084 GF110 [GeForce GTX 560 OEM]
9003 1086 GF110 [GeForce GTX 570 Rev. 2]
73039004 1087 GF110 [GeForce GTX 560 Ti 448 Cores]
7304 # taken from nv_disp.inf
73059005 1088 GF110 [GeForce GTX 590]
7306 # taken from nv_disp.inf
73079006 1089 GF110 [GeForce GTX 580]
7308 # taken from nv_disp.inf
73099007 108b GF110 [GeForce GTX 580]
7310 1091 Tesla M2090
7311 1094 Tesla M2075 Dual-Slot Computing Processor Module
7312 1096 Tesla C2075
9008 108e GF110GL [Tesla C2090]
9009 1091 GF110GL [Tesla M2090]
9010 10de 088e Tesla X2090
9011 10de 0891 Tesla X2090
9012 10de 0974 Tesla X2090
9013 10de 098d Tesla X2090
9014 1094 GF110GL [Tesla M2075]
9015 10de 0888 Tesla M2075
9016 1096 GF110GL [Tesla C2050 / C2075]
9017 10de 0910 Tesla C2075
9018 10de 0911 Tesla C2050
9019 109a GF100GLM [Quadro 5010M]
73139020 109b GF100GL [Quadro 7000]
7314 10c3 GT218 [GeForce 8400 GS]
7315 10de 066d G98 [GeForce 8400GS]
9021 10de 0918 Quadro 7000
9022 10c0 GT218 [GeForce 9300 GS Rev. 2]
9023 10c3 GT218 [GeForce 8400 GS Rev. 3]
73169024 10c5 GT218 [GeForce 405]
7317 10d8 GT218 [Quadro NVS 300]
9025 10d8 GT218 [NVS 300]
9026 1140 GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M]
9027 1025 0600 GeForce GT 620M
9028 1025 0606 GeForce GT 620M
9029 1025 064a GeForce GT 620M
9030 1025 064c GeForce GT 620M
9031 1025 067a GeForce GT 620M
9032 1025 0680 GeForce GT 620M
9033 1025 0686 GeForce 710M
9034 1025 0689 GeForce 710M
9035 1025 068b GeForce 710M
9036 1025 068d GeForce 710M
9037 1025 068e GeForce 710M
9038 1025 0691 GeForce 710M
9039 1025 0692 GeForce GT 620M
9040 1025 0694 GeForce GT 620M
9041 1025 0702 GeForce GT 620M
9042 1025 0719 GeForce GT 620M
9043 1025 0725 GeForce GT 620M
9044 1025 0728 GeForce GT 620M
9045 1025 072b GeForce GT 620M
9046 1025 072e GeForce GT 620M
9047 1025 0732 GeForce GT 620M
9048 1025 0763 GeForce GT 720M
9049 1025 0773 GeForce 710M
9050 1025 0774 GeForce 710M
9051 1025 0776 GeForce GT 720M
9052 1025 077a GeForce 710M
9053 1025 077b GeForce 710M
9054 1025 077c GeForce 710M
9055 1025 077d GeForce 710M
9056 1025 077e GeForce 710M
9057 1025 077f GeForce 710M
9058 1025 0781 GeForce GT 720M
9059 1025 0798 GeForce GT 720M
9060 1025 0799 GeForce GT 720M
9061 1025 079b GeForce GT 720M
9062 1025 079c GeForce GT 720M
9063 1025 0807 GeForce GT 720M
9064 1025 0821 GeForce GT 720M
9065 1025 0823 GeForce GT 720M
9066 1025 0830 GeForce GT 720M
9067 1025 0837 GeForce GT 720M
9068 1025 083e GeForce 820M
9069 1025 0841 GeForce 710M
9070 1025 0854 GeForce 820M
9071 1025 0855 GeForce 820M
9072 1025 0856 GeForce 820M
9073 1025 0857 GeForce 820M
9074 1025 0858 GeForce 820M
9075 1025 0868 GeForce 820M
9076 1025 0869 GeForce 810M
9077 1025 0873 GeForce 820M
9078 1025 0878 GeForce 820M
9079 1025 087b GeForce 820M
9080 1025 087c GeForce 810M
9081 1025 0881 GeForce 820M
9082 1025 088a GeForce 820M
9083 1025 090f GeForce 820M
9084 1025 0921 GeForce 820M
9085 1028 054d GeForce GT 630M
9086 1028 054e GeForce GT 630M
9087 1028 0554 GeForce GT 620M
9088 1028 0557 GeForce GT 620M
9089 1028 0562 GeForce GT 625M
9090 1028 0565 GeForce GT 630M
9091 1028 0568 GeForce GT 630M
9092 1028 0590 GeForce GT 630M
9093 1028 0592 GeForce GT 625M
9094 1028 0594 GeForce GT 625M
9095 1028 0595 GeForce GT 625M
9096 1028 05a2 GeForce GT 625M
9097 1028 05b1 GeForce GT 625M
9098 1028 05b3 GeForce GT 625M
9099 1028 05da GeForce GT 630M
9100 1028 05de GeForce GT 720M
9101 1028 05e0 GeForce GT 720M
9102 1028 05e8 GeForce GT 630M
9103 1028 05f4 GeForce GT 720M
9104 1028 064e GeForce 820M
9105 1028 068d GeForce 820M
9106 103c 18ef GeForce GT 630M
9107 103c 18f9 GeForce GT 630M
9108 103c 18fb GeForce GT 630M
9109 103c 18fd GeForce GT 630M
9110 103c 18ff GeForce GT 630M
9111 103c 2aef GeForce GT 720A
9112 103c 2af9 GeForce 710A
9113 1043 10dd NVS 5200M
9114 1043 10ed NVS 5200M
9115 1043 11fd GeForce GT 720M
9116 1043 124d GeForce GT 720M
9117 1043 126d GeForce GT 720M
9118 1043 131d GeForce GT 720M
9119 1043 13fd GeForce GT 720M
9120 1043 14c7 GeForce GT 720M
9121 1043 1507 GeForce GT 620M
9122 1043 15ad GeForce 820M
9123 1043 15ed GeForce 820M
9124 1043 160d GeForce 820M
9125 1043 163d GeForce 820M
9126 1043 166d GeForce 820M
9127 1043 16cd GeForce 820M
9128 1043 16dd GeForce 820M
9129 1043 170d GeForce 820M
9130 1043 176d GeForce 820M
9131 1043 178d GeForce 820M
9132 1043 179d GeForce 820M
9133 1043 17dd GeForce 820M
9134 1043 2132 GeForce GT 620M
9135 1043 2136 NVS 5200M
9136 1043 21ba GeForce GT 720M
9137 1043 21fa GeForce GT 720M
9138 1043 220a GeForce GT 720M
9139 1043 221a GeForce GT 720M
9140 1043 223a GeForce GT 710M
9141 1043 224a GeForce GT 710M
9142 1043 227a GeForce 820M
9143 1043 228a GeForce 820M
9144 1043 8595 GeForce GT 720M
9145 1072 152d GeForce GT 720M
9146 10cf 17f5 GeForce GT 720M
9147 1179 fa01 GeForce 710M
9148 1179 fa02 GeForce 710M
9149 1179 fa03 GeForce 710M
9150 1179 fa05 GeForce 710M
9151 1179 fa11 GeForce 710M
9152 1179 fa13 GeForce 710M
9153 1179 fa18 GeForce 710M
9154 1179 fa19 GeForce 710M
9155 1179 fa21 GeForce 710M
9156 1179 fa23 GeForce 710M
9157 1179 fa2a GeForce 710M
9158 1179 fa32 GeForce 710M
9159 1179 fa33 GeForce 710M
9160 1179 fa36 GeForce 710M
9161 1179 fa38 GeForce 710M
9162 1179 fa42 GeForce 710M
9163 1179 fa43 GeForce 710M
9164 1179 fa45 GeForce 710M
9165 1179 fa47 GeForce 710M
9166 1179 fa49 GeForce 710M
9167 1179 fa58 GeForce 710M
9168 1179 fa59 GeForce 710M
9169 1179 fa88 GeForce 710M
9170 1179 fa89 GeForce 710M
9171 144d b092 GeForce GT 620M
9172 144d c0d5 GeForce GT 630M
9173 144d c0d7 GeForce GT 620M
9174 144d c0e2 NVS 5200M
9175 144d c0e3 NVS 5200M
9176 144d c0e4 NVS 5200M
9177 144d c652 GeForce GT 620M
9178 144d c709 GeForce 710M
9179 144d c711 GeForce 710M
9180 144d c736 GeForce 710M
9181 1462 10b8 GeForce GT 710M
9182 1462 10e9 GeForce GT 720M
9183 1462 1116 GeForce 820M
9184 1462 aa33 GeForce 720M
9185 1462 aaa2 GeForce GT 720M
9186 1462 aaa3 GeForce 820M
9187 1462 ae71 GeForce GT 720M
9188 152d 0926 GeForce 620M
9189 152d 0982 GeForce GT 630M
9190 152d 0983 GeForce GT 630M
9191 152d 1012 GeForce 710M
9192 152d 1030 GeForce GT 630M
9193 152d 1055 GeForce 710M
9194 152d 1067 GeForce GT 720M
9195 152d 1072 GeForce GT 720M
9196 17aa 2200 NVS 5200M
9197 17aa 2213 GeForce GT 720M
9198 17aa 2220 GeForce GT 720M
9199 17aa 309c GeForce GT 720A
9200 17aa 30b4 GeForce 820A
9201 17aa 3656 GeForce GT 620M
9202 17aa 365a GeForce 705M
9203 17aa 365e GeForce 800M
9204 17aa 366c GeForce 800M
9205 17aa 3685 GeForce 800M
9206 17aa 3686 GeForce 800M
9207 17aa 3687 GeForce 705A
9208 17aa 3696 GeForce 820A
9209 17aa 369b GeForce 820A
9210 17aa 369c GeForce 820A
9211 17aa 369d GeForce 820A
9212 17aa 369e GeForce 820A
9213 17aa 3800 GeForce GT 720M
9214 17aa 3801 GeForce GT 720M
9215 17aa 3802 GeForce GT 720M
9216 17aa 3803 GeForce GT 720M
9217 17aa 3804 GeForce GT 720M
9218 17aa 3806 GeForce GT 720M
9219 17aa 3808 GeForce GT 720M
9220 17aa 380d GeForce 820M
9221 17aa 380e GeForce 820M
9222 17aa 380f GeForce 820M
9223 17aa 3811 GeForce 820M
9224 17aa 3812 GeForce 820M
9225 17aa 3813 GeForce 820M
9226 17aa 3816 GeForce 820M
9227 17aa 3818 GeForce 820M
9228 17aa 3901 GeForce 610M / GT 620M
9229 17aa 3902 GeForce 710M
9230 17aa 3903 GeForce 610M/710M
9231 17aa 3904 GeForce GT 620M/625M
9232 17aa 3905 GeForce GT 720M
9233 17aa 3910 GeForce 720M
9234 17aa 3912 GeForce 720M
9235 17aa 3977 GeForce GT 720M
9236 17aa 3983 GeForce 610M
9237 17aa 5001 GeForce 610M
9238 17aa 5003 GeForce GT 720M
9239 17aa 5005 GeForce 705M
9240 17aa 500d GeForce GT 620M
9241 17aa 5014 GeForce 710M
9242 17aa 5017 GeForce 710M
9243 17aa 5019 GeForce 710M
9244 17aa 501a GeForce 710M
9245 17aa 501f GeForce GT 720M
9246 17aa 5025 GeForce 710M
9247 17aa 5027 GeForce 710M
9248 17aa 502a GeForce 710M
9249 17aa 502b GeForce GT 720M
9250 17aa 502d GeForce 710M
9251 17aa 502e GeForce GT 720M
9252 17aa 502f GeForce GT 720M
9253 17aa 5030 GeForce 705M
9254 17aa 5031 GeForce 705M
9255 17aa 5032 GeForce 820M
9256 17aa 5033 GeForce 820M
9257 17aa 503e GeForce 710M
9258 17aa 503f GeForce 820M
9259 17aa 5040 GeForce 820M
9260 1854 0177 GeForce 710M
9261 1854 0180 GeForce 710M
9262 1854 0190 GeForce GT 720M
9263 1854 0192 GeForce GT 720M
9264 1b0a 20dd GeForce GT 620M
9265 1b0a 20df GeForce GT 620M
9266 1b0a 2202 GeForce GT 720M
73189267 1180 GK104 [GeForce GTX 680]
9268 1043 83f1 GTX680-DC2-2GD5
9269 3842 3682 GeForce GTX 680 Mac Edition
9270 1182 GK104 [GeForce GTX 760 Ti]
73199271 1183 GK104 [GeForce GTX 660 Ti]
9272 1184 GK104 [GeForce GTX 770]
9273 1185 GK104 [GeForce GTX 660 OEM]
9274 10de 106f GK104 [GeForce GTX 760 OEM]
9275 1187 GK104 [GeForce GTX 760]
73209276 1188 GK104 [GeForce GTX 690]
73219277 1189 GK104 [GeForce GTX 670]
7322 11ba GK104 [Quadro K5000]
7323 11bc GK104 [Quadro K5000M]
7324 11bd GK104 [Quadro K4000M]
7325 11be GK104 [Quadro K3000M]
7326 11bf GK104GL [VGX K2]
7327 11fa GK104 [Quadro K4000]
9278 10de 1074 GK104 [GeForce GTX 760 Ti OEM]
9279 118a GK104GL [GRID K520]
9280 118b GK104GL [GRID K2 GeForce USM]
9281 118c GK104 [GRID K2 NVS USM]
9282 # GRID K2 USM
9283 118d GK104GL [GRID K200 vGPU]
9284 10de 101d GRID K200
9285 118e GK104 [GeForce GTX 760 OEM]
9286 118f GK104GL [Tesla K10]
9287 1193 GK104 [GeForce GTX 760 Ti OEM]
9288 1195 GK104 [GeForce GTX 660 Rev. 2]
9289 1198 GK104M [GeForce GTX 880M]
9290 1199 GK104M [GeForce GTX 870M]
9291 119a GK104M [GeForce GTX 860M]
9292 119d GK104M [GeForce GTX 775M Mac Edition]
9293 119e GK104M [GeForce GTX 780M Mac Edition]
9294 119f GK104M [GeForce GTX 780M]
9295 11a0 GK104M [GeForce GTX 680M]
9296 11a1 GK104M [GeForce GTX 670MX]
9297 11a2 GK104M [GeForce GTX 675MX Mac Edition]
9298 11a3 GK104M [GeForce GTX 680MX]
9299 106b 010d iMac 13,2
9300 11a7 GK104M [GeForce GTX 675MX]
9301 # GRID K2 Quadro USM
9302 11b0 GK104GL [GRID K240Q\K260Q vGPU]
9303 10de 101a GRID K240Q
9304 10de 101b GRID K260Q
9305 11b1 GK104GL [GRID K2 Tesla USM]
9306 11b6 GK104GLM [Quadro K3100M]
9307 11b7 GK104GLM [Quadro K4100M]
9308 11b8 GK104GLM [Quadro K5100M]
9309 11ba GK104GL [Quadro K5000]
9310 11bb GK104GL [Quadro 4100]
9311 11bc GK104GLM [Quadro K5000M]
9312 11bd GK104GLM [Quadro K4000M]
9313 11be GK104GLM [Quadro K3000M]
9314 11bf GK104GL [GRID K2]
9315 11c0 GK106 [GeForce GTX 660]
9316 11c2 GK106 [GeForce GTX 650 Ti Boost]
9317 1043 845b GeForce GTX 650 Ti Boost DirectCU II OC
9318 1462 2874 GeForce GTX 650 Ti Boost TwinFrozr II OC
9319 1569 11c2 GeForce GTX 650 Ti Boost OC
9320 19da 1281 GeForce GTX 650 Ti Boost OC
9321 3842 3657 GeForce GTX 650 Ti Boost
9322 3842 3658 GeForce GTX 650 Ti Boost Superclocked
9323 11c3 GK106 [GeForce GTX 650 Ti OEM]
9324 10de 1030 GeForce GTX 650 Ti OEM
9325 11c4 GK106 [GeForce GTX 645 OEM]
9326 11c6 GK106 [GeForce GTX 650 Ti]
9327 11c7 GK106 [GeForce GTX 750 Ti]
9328 11c8 GK106 [GeForce GTX 650 OEM]
9329 11e0 GK106M [GeForce GTX 770M]
9330 11e1 GK106M [GeForce GTX 765M]
9331 11e2 GK106M [GeForce GTX 765M]
9332 11e3 GK106M [GeForce GTX 760M]
9333 17aa 3683 GeForce GTX 760A
9334 11fa GK106GL [Quadro K4000]
9335 11fc GK106GLM [Quadro K2100M]
73289336 1200 GF114 [GeForce GTX 560 Ti]
73299337 1201 GF114 [GeForce GTX 560]
9338 1202 GF114 [GeForce GTX 560 Ti OEM]
9339 1203 GF114 [GeForce GTX 460 SE v2]
73309340 1205 GF114 [GeForce GTX 460 v2]
7331 # taken from nv_disp.inf
73329341 1206 GF114 [GeForce GTX 555]
7333 # taken from nv_disp.inf
7334 1207 GF114 [GeForce GTX 645]
7335 # taken from nv_disp.inf
9342 1207 GF114 [GeForce GT 645 OEM]
73369343 1208 GF114 [GeForce GTX 560 SE]
7337 # GT, not GTX
7338 1241 GF116 [GeForce GT 545]
7339 # GT, not GTX
9344 1210 GF114M [GeForce GTX 570M]
9345 1211 GF114M [GeForce GTX 580M]
9346 1212 GF114M [GeForce GTX 675M]
9347 1213 GF114M [GeForce GTX 670M]
9348 1241 GF116 [GeForce GT 545 OEM]
73409349 1243 GF116 [GeForce GT 545]
73419350 1244 GF116 [GeForce GTX 550 Ti]
7342 1245 GF116 [GeForce GTS 450]
7343 1247 GF106 [GeForce GT 555M]
7344 # taken from nv_disp.inf
7345 1249 GF116 [GeForce GTS 450]
7346 # taken from nv_disp.inf
7347 124b GF116 [GeForce GT 640]
9351 1245 GF116 [GeForce GTS 450 Rev. 2]
9352 1246 GF116M [GeForce GT 550M]
9353 1247 GF116M [GeForce GT 555M/635M]
9354 1043 1752 GeForce GT 555M
9355 1043 2050 GeForce GT 555M
9356 1043 2051 GeForce GT 555M
9357 1043 212a GeForce GT 635M
9358 1043 212b GeForce GT 635M
9359 1043 212c GeForce GT 635M
9360 152d 0930 GeForce GT 635M
9361 1248 GF116M [GeForce GT 555M/635M]
9362 152d 0930 GeForce GT 635M
9363 17c0 10e7 GeForce GT 555M
9364 17c0 10e8 GeForce GT 555M
9365 17c0 10ea GeForce GT 555M
9366 1854 0890 GeForce GT 555M
9367 1854 0891 GeForce GT 555M
9368 1854 1795 GeForce GT 555M
9369 1854 1796 GeForce GT 555M
9370 1854 3005 GeForce GT 555M
9371 1249 GF116 [GeForce GTS 450 Rev. 3]
9372 124b GF116 [GeForce GT 640 OEM]
9373 124d GF116M [GeForce GT 555M/635M]
9374 1028 0491 GeForce GT 555M
9375 1028 0570 GeForce GT 555M
9376 1028 0571 GeForce GT 555M
9377 1462 108d GeForce GT 555M
9378 1462 10cc GeForce GT 635M
9379 1251 GF116M [GeForce GT 560M]
9380 1280 GK208 [GeForce GT 635]
9381 1281 GK208 [GeForce GT 710]
9382 1282 GK208 [GeForce GT 640 Rev. 2]
9383 1284 GK208 [GeForce GT 630 Rev. 2]
9384 1286 GK208 [GeForce GT 720]
9385 1287 GK208 [GeForce GT 730]
9386 1290 GK208M [GeForce GT 730M]
9387 103c 2afa GeForce GT 730A
9388 103c 2b04 GeForce GT 730A
9389 1043 13ad GeForce GT 730M
9390 1043 13cd GeForce GT 730M
9391 1291 GK208M [GeForce GT 735M]
9392 1292 GK208M [GeForce GT 740M]
9393 17aa 3675 GeForce GT 740A
9394 17aa 3684 GeForce GT 740A
9395 1293 GK208M [GeForce GT 730M]
9396 1294 GK208M [GeForce GT 740M]
9397 1295 GK208M [GeForce 710M]
9398 103c 2b0d GeForce GT 710A
9399 103c 2b0f GeForce GT 710A
9400 103c 2b11 GeForce GT 710A
9401 103c 2b21 GeForce GT 810A
9402 103c 2b22 GeForce GT 810A
9403 1296 GK208M [GeForce 825M]
9404 1298 GK208M [GeForce GT 720M]
9405 12a0 GK208
9406 12b9 GK208GLM [Quadro K610M]
9407 12ba GK208GLM [Quadro K510M]
9408 1340 GM108M [GeForce 830M]
9409 1341 GM108M [GeForce 840M]
9410 17aa 3697 GeForce 840A
9411 17aa 3699 GeForce 840A
9412 17aa 369c GeForce 840A
9413 1380 GM107 [GeForce GTX 750 Ti]
9414 1381 GM107 [GeForce GTX 750]
9415 1382 GM107 [GeForce GTX 745]
9416 1390 GM107M [GeForce 845M]
9417 1391 GM107M [GeForce GTX 850M]
9418 17aa 3697 GeForce GTX 850A
9419 17aa a125 GeForce GTX 850A
9420 1392 GM107M [GeForce GTX 860M]
9421 1393 GM107M [GeForce 840M]
73489422 10df Emulex Corporation
73499423 0720 OneConnect NIC (Skyhawk)
9424 17aa 1056 ThinkServer OCm14102-UX-L AnyFabric
9425 17aa 1057 ThinkServer OCm14104-UX-L AnyFabric
9426 17aa 1059 ThinkServer OCm14104-UT-L AnyFabric
73509427 0722 OneConnect iSCSI Initiator (Skyhawk)
73519428 0723 OneConnect iSCSI Initiator + Target (Skyhawk)
73529429 0724 OneConnect FCoE Initiator (Skyhawk)
73619438 e200 Lancer-X: LightPulse Fibre Channel Host Adapter
73629439 e208 LightPulse 16Gb Fibre Channel Host Adapter (Lancer-VF)
73639440 e220 OneConnect NIC (Lancer)
9441 17aa 1054 ThinkServer LPm16002B-M6-L AnyFabric
9442 17aa 1055 ThinkServer LPm16004B-M8-L AnyFabric
73649443 e240 OneConnect iSCSI Initiator (Lancer)
73659444 e260 OneConnect FCoE Initiator (Lancer)
73669445 e268 OneConnect 10Gb FCoE Converged Network Adapter (Lancer-VF)
74839562 0101 3GA
74849563 8111 Twist3 Frame Grabber
74859564 10ec Realtek Semiconductor Co., Ltd.
7486 0139 Zonet Zen3200
7487 0260 Realtek 260 High Definition Audio
7488 0261 Realtek 261 High Definition Audio
7489 0262 Realtek 262 High Definition Audio
7490 0269 Realtek ALC269 High Definition Audio (82801G)
7491 0280 Realtek 280 High Definition Audio
7492 0660 Realtek 660 High Definition Audio
7493 0662 Realtek 662 High Definition Audio
7494 0861 Realtek 861 High Definition Audio
7495 0862 Realtek 862 High Definition Audio
7496 0880 Realtek 880 High Definition Audio
7497 0883 Realtek 883 High Definition Audio
7498 1025 1605 TravelMate 5600 series
7499 0885 Realtek 885 High Definition Audio
7500 0888 Realtek 888 High Definition Audio
7501 1028 020d Inspiron 530
7502 0892 Realtek 892 High Definition Audio
9565 0139 RTL-8139/8139C/8139C+ Ethernet Controller
9566 5208 RTS5208 PCI Express Card Reader
75039567 5209 RTS5209 PCI Express Card Reader
9568 5227 RTS5227 PCI Express Card Reader
9569 17aa 220e ThinkPad T440p
9570 17aa 2214 ThinkPad X240
75049571 5229 RTS5229 PCI Express Card Reader
7505 5288 Barossa PCI Express Card Reader
9572 1025 0813 Aspire R7-571
9573 103c 194e ProBook 455 G1 Notebook
9574 5249 RTS5249 PCI Express Card Reader
9575 103c 1909 ZBook 15
9576 5288 RTS5288 PCI Express Card Reader
75069577 8029 RTL-8029(AS)
75079578 10b8 2011 EZ-Card (SMC1208)
75089579 10ec 8029 RTL-8029(AS)
75099580 1113 1208 EN1208
75109581 1186 0300 DE-528
75119582 1259 2400 AT-2400
7512 1af4 1100 Qemu virtual machine
9583 1af4 1100 QEMU Virtual Machine
75139584 8129 RTL-8129
75149585 10ec 8129 RT8129 Fast Ethernet Adapter
7515 11ec 8129 RT8129 Fast Ethernet Adapter
9586 11ec 8129 RTL8111/8168 PCIe Gigabit Ethernet (misconfigured)
75169587 8136 RTL8101E/RTL8102E PCI Express Fast Ethernet controller
7517 103c 2ab1 Pavillion p6774
9588 103c 2ab1 Pavilion p6774
75189589 103c 30cc Pavilion dv6700
75199590 1179 ff64 RTL8102E PCI-E Fast Ethernet NIC
9591 17c0 1053 AzureWave AW-NE766 802.11B/G/N Mini PCIe Card Model RT2700E
75209592 8138 RT8139 (B/C) Cardbus Fast Ethernet Adapter
75219593 10ec 8138 RT8139 (B/C) Fast Ethernet Adapter
7522 8139 RTL-8139/8139C/8139C+
9594 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
75239595 0357 000a TTP-Monitoring Card V2.0
75249596 1025 005a TravelMate 290
75259597 1025 8920 ALN-325
75319603 1043 8109 P5P800-MX Mainboard
75329604 1071 8160 MIM2000
75339605 10bd 0320 EP-320X-R
9606 10ec 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
75349607 10f7 8338 Panasonic CF-Y5 laptop
7535 1113 ec01 FNC-0107TX
9608 1113 ec01 LevelOne FNC-0107TX/FNC-0109TX
75369609 1186 1300 DFE-538TX
75379610 1186 1320 SN5200
75389611 1186 8139 DRN-32TX
75639636 1799 5010 F5D5010 CardBus Notebook Network Card
75649637 187e 3303 FN312
75659638 1904 8139 RTL8139D Fast Ethernet Adapter
9639 1af4 1100 QEMU Virtual Machine
75669640 2646 0001 KNE120TX
75679641 8e2e 7000 KF-230TX
75689642 8e2e 7100 KF-230TX/2
75719645 1458 e000 GA-MA69G-S3H Motherboard
75729646 1462 235c P965 Neo MS-7235 mainboard
75739647 1462 236c 945P Neo3-F motherboard
7574 8168 RTL8111/8168B PCI Express Gigabit Ethernet controller
7575 1019 8168 MCP73PVT-SM
9648 8168 RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
9649 1019 8168 RTL8111/8168 PCI Express Gigabit Ethernet controller
9650 1028 0283 Vostro 220
75769651 1028 04b2 Vostro 3350
75779652 1028 04da Vostro 3750
75789653 103c 1611 Pavilion DM1Z-3000
9654 103c 1950 ProBook 450/455
9655 103c 2a6f Asus IPIBL-LB Motherboard
75799656 1043 11f5 A6J-Q008
75809657 1043 16d5 U6V/U31J laptop
75819658 1043 81aa P5B
75829659 1043 82c6 M3A78-EH Motherboard
75839660 1043 83a3 M4A785TD Motherboard
75849661 1043 8432 P8P67 and other motherboards
7585 10ec 8168 TEG-ECTX Gigabit PCI-E Adapter [Trendnet]
7586 1458 e000 GA-EP45-DS5/GA-EG45M-DS2H Motherboard
9662 1043 8505 P8 series motherboard
9663 105b 0d7c D270S/D250S Motherboard
9664 10ec 8168 RTL8111/8168 PCI Express Gigabit Ethernet controller
9665 1458 e000 Motherboard
75879666 1462 238c Onboard RTL8111b on MSI P965 Platinum Mainboard
75889667 1462 368c K9AG Neo2
9668 1462 4180 Wind PC MS-7418
75899669 1462 7522 X58 Pro-E
75909670 1775 11cc CC11/CL11
75919671 1849 8168 Motherboard (one of many)
7592 8086 d615 Desktop Board D510MO
9672 8086 d615 Desktop Board D510MO/D525MW
75939673 8169 RTL8169 PCI Gigabit Ethernet Controller
75949674 1025 0079 Aspire 5024WLMi
75959675 10bd 3202 EP-320G-TX1 32-bit PCI Gigabit Ethernet Adapter
75979677 1259 c107 CG-LAPCIGT
75989678 1371 434e ProG-2000L
75999679 1385 311a GA311
9680 1385 5200 GA511 Gigabit PC Card
76009681 1458 e000 GA-8I915ME-G Mainboard
76019682 1462 030c K8N Neo-FSR v2.0 mainboard
76029683 1462 065c Hetis 865GV-E (MS-7065)
76119692 8174 RTL8192SE Wireless LAN Controller
76129693 8176 RTL8188CE 802.11b/g/n WiFi Adapter
76139694 1a3b 1139 AW-NE139H Half-size Mini PCIe Card
7614 8177 RTL8188CE 802.11b/g/n WiFi Adapter
7615 8178 RTL8188CE 802.11b/g/n WiFi Adapter
9695 8177 RTL8191CE PCIe Wireless Network Adapter
9696 8178 RTL8192CE PCIe Wireless Network Adapter
9697 8179 RTL8188EE Wireless Network Adapter
76169698 8180 RTL8180L 802.11b MAC
76179699 1385 4700 MA521 802.11b Wireless PC Card
76189700 1737 0019 WPC11v4 802.11b Wireless-B Notebook Adapter
76199701 8185 RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller
7620 8190 RTL8190 802.11n Wireless LAN
7621 8191 RTL8188CE 802.11b/g/n WiFi Adapter
9702 818b RTL8192EE PCIe Wireless Network Adapter
9703 8190 RTL8190 802.11n PCI Wireless Network Adapter
9704 8191 RTL8192CE PCIe Wireless Network Adapter
76229705 8192 RTL8192E/RTL8192SE Wireless LAN Controller
76239706 8193 RTL8192DE Wireless LAN Controller
76249707 8197 SmartLAN56 56K Modem
76259708 8199 RTL8187SE Wireless LAN Controller
76269709 1462 6894 MN54G2 / MS-6894 Wireless Mini PCIe Card
9710 8723 RTL8723AE PCIe Wireless Network Adapter
9711 8812 RTL8812AE 802.11ac PCIe Wireless Network Adapter
9712 8813 RTL8813AE 802.11ac PCIe Wireless Network Adapter
9713 8821 RTL8821AE 802.11ac PCIe Wireless Network Adapter
9714 b723 RTL8723BE PCIe Wireless Network Adapter
76279715 10ed Ascii Corporation
76289716 7310 V7310
76299717 10ee Xilinx Corporation
77169804 1102 0053 SB0090 Audigy Player/OEM
77179805 1102 0058 SB0090 Audigy Player/OEM
77189806 1102 1002 SB Audigy2 Platinum
9807 1102 1003 SB0350 Audigy 2
77199808 1102 1007 SB0240 Audigy 2 Platinum 6.1
77209809 1102 1009 SB Audigy2 OEM HP
9810 1102 2001 SB Audigy 2 ZS Platinum Pro
77219811 1102 2002 SB Audigy 2 ZS (SB0350)
77229812 1102 4001 E-MU 1010
77239813 1102 4002 E-MU 0404
77419831 0009 [SB X-Fi Xtreme Audio] CA0110-IBG
77429832 1102 0010 [SB X-Fi Xtreme Audio] CA0110-IBG
77439833 1102 0018 SB1040
7744 000b X-Fi Titanium series [EMU20k2]
7745 1102 0041 SB X-Fi Titanium PCI-e [SB0880]
9834 000b EMU20k2 [X-Fi Titanium Series]
9835 1102 0041 SB0880 [SoundBlaster X-Fi Titanium PCI-e]
9836 0012 SB Recon3D
77469837 4001 SB Audigy FireWire Port
77479838 1102 0010 SB Audigy FireWire Port
77489839 7002 SB Live! Game Port
77919882 1740 RocketRAID 1740
77929883 1742 RocketRAID 1742
77939884 2210 RocketRAID 2210 SATA-II Controller
9885 11ab 11ab 88SX6042
77949886 2300 RocketRAID 230x 4 Port SATA-II Controller
77959887 2310 RocketRAID 2310 4 Port SATA-II Controller
77969888 2320 RocketRAID 2320 SATA-II Controller
78469938 147b a401 KT7/KT7-RAID/KT7A/KT7A-RAID Mainboard
78479939 0308 PT880 Ultra/PT894 Host Bridge
78489940 1043 8199 P4V800D-X Mainboard
9941 1849 0308 Motherboard
78499942 0314 CN700/VN800/P4M800CE/Pro Host Bridge
78509943 0324 CX700/VX700 Host Bridge
78519944 0327 P4M890 Host Bridge
78569949 0364 CN896/VN896/P4M900 Host Bridge
78579950 1043 81ce P5VD2-VM mothervoard
78589951 0391 VT8371 [KX133]
7859 0397 VT1708S HD Audio
7860 1043 836c P7H55
7861 1043 83c7 P5KPL-AM EPU
78629952 0409 VX855/VX875 Host Bridge: Host Control
78639953 0410 VX900 Host Bridge: Host Control
78649954 0415 VT6415 PATA IDE Host Controller
7865 1043 838f M5A88-V EVO
9955 1043 838f Motherboard
78669956 0501 VT8501 [Apollo MVP4]
78679957 0505 VT82C505
78689958 # Shares chip with :0576. The VT82C576M has :1571 instead of :0561.
78849974 1462 7120 KT4AV motherboard
78859975 1462 7181 K8MM3-V mainboard
78869976 147b 1407 KV8-MAX3 motherboard
7887 1849 0571 K7VT2/K7VT6 motherboard
9977 # probably all K7VT2/4*/6
9978 1849 0571 K7VT series Motherboards
78889979 0576 VT82C576 3V [Apollo Master]
78899980 0581 CX700/VX700 RAID Controller
78909981 # Upgrade bios to get correct ID: 5324 instead of 0581
799610087 1462 7181 K8MM3-V mainboard
799710088 147b 1407 KV8-MAX3 motherboard
799810089 182d 201d CN-029 USB2.0 4 port PCI Card
7999 1849 3038 K7VT6
10090 # probably all K7VT2/4*/6
10091 1849 3038 K7VT series Motherboards
800010092 19da a179 ZBOX nano VD01
10093 1af4 1100 QEMU Virtual Machine
800110094 3040 VT82C586B ACPI
800210095 3043 VT86C100A [Rhine]
800310096 10bd 0000 VT86C100A Fast Ethernet Adapter
800910102 103c 2a20 Pavilion t3030.de Desktop PC
801010103 103c 2a3b Media Center PC m7590n
801110104 1043 808a A8V/A8N/P4P800 series motherboard
8012 1043 81fe M4A series motherboard
10105 1043 81fe Motherboard
801310106 1458 1000 GA-7VT600-1394 Motherboard
801410107 1462 207d K8NGM2 series motherboard
801510108 1462 217d Aspire L250
806610159 1695 300c EP-8KRA2+ Mainboard
806710160 1849 0850 ASRock 775Dual-880 Pro onboard audio (Realtek ALC850)
806810161 1849 9739 P4VT8 Mainboard (C-Media CMI9739A codec)
8069 1849 9761 K7VT6 motherboard
10162 # probably all K7VT2/4*/6
10163 1849 9761 K7VT series Motherboards
807010164 4005 4710 MSI K7T266 Pro2-RU (MSI-6380 v2) onboard audio (Realtek/ALC 200/200P)
807110165 a0a0 01b6 AK77-8XN onboard audio
807210166 a0a0 0342 AK86-L motherboard
808210176 147b 1c09 NV7 Motherboard
808310177 1695 3005 VT6103
808410178 1695 300c Realtek ALC655 sound chip
8085 1849 3065 K7VT6 motherboard
10179 # probably all K7VT2/4*/6
10180 1849 3065 K7VT series Motherboards
808610181 # This hosts more than just the Intel 537 codec, it also hosts PCtel (SIL33) and SmartLink (SIL34) codecs
808710182 3068 AC'97 Modem Controller
808810183 1462 309e MS-6309 Saturn Motherboard
810110196 1043 808c A7V8X motherboard
810210197 1043 80a1 A7V8X-X motherboard rev 1.01
810310198 1043 80ed A7V600/K8V-X/A8V Deluxe motherboard
10199 1106 3104 USB 2.0 Controller
810410200 1297 f641 FX41 motherboard
810510201 1458 5004 GA-7VAX Mainboard
810610202 1462 5901 KT6 Delta-FIS2R (MS-6590)
811010206 1462 7181 K8MM3-V mainboard
811110207 147b 1407 KV8-MAX3 motherboard
811210208 182d 201d CN-029 USB 2.0 4 port PCI Card
8113 1849 3104 K7VT6 motherboard
10209 # probably all K7VT2/4*/6
10210 1849 3104 K7VT series Motherboards
811410211 19da a179 ZBOX nano VD01
811510212 3106 VT6105/VT6106S [Rhine-III]
811610213 1106 0105 VT6106S [Rhine-III]
811710214 1186 1403 DFE-530TX rev C
10215 1186 1405 DFE-520TX Fast Ethernet PCI Adapter
811810216 1186 1406 DFE-530TX+ rev F2
811910217 1186 1407 DFE-538TX
812010218 3108 K8M800/K8N800/K8N800A [S3 UniChrome Pro]
815810256 1106 0000 KT4AV motherboard
815910257 1297 f641 FX41 motherboard
816010258 1458 5001 GA-7VAX Mainboard
8161 1849 3177 K7VT2 motherboard
10259 # probably all K7VT2/4*/6
10260 1849 3177 K7VT series Motherboards
816210261 3178 ProSavageDDR P4N333 Host Bridge
816310262 3188 VT8385 [K8T800 AGP] Host Bridge
816410263 1043 80a3 K8V Deluxe/K8V-X motherboard
816710266 1043 807f A7V8X motherboard
816810267 1106 0000 KT4AV motherboard (KT400A)
816910268 1458 5000 GA-7VAX Mainboard
8170 1849 3189 K7VT6 motherboard
10269 # probably all K7VT2/4*/6
10270 1849 3189 K7VT series Motherboards
817110271 3204 K8M800 Host Bridge
817210272 3205 VT8378 [KM400/A] Chipset Host Bridge
817310273 1458 5000 GA-7VM400M Motherboard
818310283 3230 K8M890CE/K8N890CE [Chrome 9]
818410284 3238 K8T890 Host Bridge
818510285 3249 VT6421 IDE/SATA Controller
10286 1106 3249 VT6421 IDE/SATA Controller
818610287 324a CX700/VX700 PCI to PCI Bridge
818710288 324b CX700/VX700 Host Bridge
818810289 324e CX700/VX700 Internal Module Bus
821810319 3409 VX855/VX875 DRAM Bus Control
821910320 3410 VX900 DRAM Bus Control
822010321 19da a179 ZBOX nano VD01
10322 3432 VL80x xHCI USB 3.0 Controller
822110323 4149 VIA VT6420 (ATA133) Controller
822210324 4204 K8M800 Host Bridge
822310325 4208 PT890 Host Bridge
823810340 4351 VT3351 Host Bridge
823910341 4353 VX800/VX820 Power Management Control
824010342 4364 CN896/VN896/P4M900 Host Bridge
8241 4397 VT1708B/1702S/1708S HD audio codec
824210343 4409 VX855/VX875 Power Management Control
824310344 4410 VX900 Power Management and Chip Testing Control
824410345 19da a179 ZBOX nano VD01
8245 4428 VT1718S HD Audio Codec
824610346 5030 VT82C596 ACPI [Apollo PRO]
824710347 5122 VX855/VX875 Chrome 9 HCM Integrated Graphics
824810348 5208 PT890 I/O APIC Interrupt Controller
832810428 a353 VX8xx South-North Module Interface Control
832910429 a364 CN896/VN896/P4M900 PCI to PCI Bridge Controller
833010430 a409 VX855/VX875 USB Device Controller
10431 a410 VX900 PCI Express Root Port 0
833110432 b091 VT8633 [Apollo Pro266 AGP]
833210433 b099 VT8366/A/7 [Apollo KT266/A/333 AGP]
833310434 b101 VT8653 AGP Bridge
834210443 b198 VT8237/VX700 PCI Bridge
834310444 b213 VPX/VPX2 I/O APIC Interrupt Controller
834410445 b353 VX855/VX875/VX900 PCI to PCI Bridge
10446 b410 VX900 PCI Express Root Port 1
834510447 b999 [K8T890 North / VT8237 South] PCI Bridge
834610448 c208 PT890 PCI to PCI Bridge Controller
834710449 c238 K8T890 PCI to PCI Bridge Controller
835010452 c353 VX800/VX820 PCI Express Root Port
835110453 c364 CN896/VN896/P4M900 PCI to PCI Bridge Controller
835210454 c409 VX855/VX875 EIDE Controller
10455 c410 VX900 PCI Express Root Port 2
835310456 d104 VT8237R USB UDCI Controller
835410457 d208 PT890 PCI to PCI Bridge Controller
835510458 d213 VPX/VPX2 PCI to PCI Bridge Controller
835610459 d238 K8T890 PCI to PCI Bridge Controller
835710460 d340 PT900 PCI to PCI Bridge Controller
10461 d410 VX900 PCI Express Root Port 3
835810462 e208 PT890 PCI to PCI Bridge Controller
835910463 e238 K8T890 PCI to PCI Bridge Controller
836010464 e340 PT900 PCI to PCI Bridge Controller
836110465 e353 VX800/VX820 PCI Express Root Port
8362 e721 VT1708B 8-channel High Definition Audio CODEC
10466 e410 VX900 PCI Express Physical Layer Electrical Sub-block
836310467 f208 PT890 PCI to PCI Bridge Controller
836410468 f238 K8T890 PCI to PCI Bridge Controller
836510469 f340 PT900 PCI to PCI Bridge Controller
837710481 013d P1690Plus
837810482 1109 Cogent Data Technologies, Inc.
837910483 1400 EM110TX [EX110TX]
8380 110a Siemens Nixdorf AG
10484 110a Siemens AG
838110485 0002 Pirahna 2-port
838210486 0005 Tulip controller, power management, switch extender
838310487 0006 FSC PINC (I/O-APIC)
839010494 # Superfastcom-PCI (Commtech, Inc.) or DSCC4 WAN Adapter
839110495 2102 DSCC4 PEB/PEF 20534 DMA Supported Serial Communication Controller with 4 Channels
839210496 2104 Eicon Diva 2.02 compatible passive ISDN card
8393 3141 SIMATIC NET CP 5611 (Profibus Adapter)
8394 3142 SIMATIC NET CP 5613A1 (Profibus Adapter)
10497 3141 SIMATIC NET CP 5611 / 5621
10498 3142 SIMATIC NET CP 5613 / 5614
10499 3143 SIMATIC NET CP 1613
839510500 4021 SIMATIC NET CP 5512 (Profibus and MPI Cardbus Adapter)
8396 4029 SIMATIC NET CP 5613A2 (Profibus Adapter)
10501 4029 SIMATIC NET CP 5613 A2
10502 110a 4029 SIMATIC NET CP 5613 A2
10503 110a c029 SIMATIC NET CP 5614 A2
10504 4035 SIMATIC NET CP 1613 A2
10505 4036 SIMATIC NET CP 1616
10506 4038 SIMATIC NET CP 1604
10507 4069 SIMATIC NET CP 5623
10508 110a 4069 SIMATIC NET CP 5623
10509 110a c069 SIMATIC NET CP 5624
10510 407c SIMATIC NET CP 5612
10511 407d SIMATIC NET CP 5613 A3
10512 407e SIMATIC NET CP 5622
10513 4083 SIMATIC NET CP 5614 A3
10514 4084 SIMATIC NET CP 1626
839710515 4942 FPGA I-Bus Tracer for MBD
839810516 6120 SZB6120
839910517 110b Chromatic Research Inc.
854110659 111b Teledyne Electronic Systems
854210660 111c Tricord Systems Inc.
854310661 0001 Powerbis Bridge
8544 111d Integrated Device Technology, Inc.
10662 111d Integrated Device Technology, Inc. [IDT]
854510663 0001 IDT77201/77211 155Mbps ATM SAR Controller [NICStAR]
854610664 0003 IDT77222/77252 155Mbps ATM MICRO ABR SAR Controller
854710665 0004 IDT77V252 155Mbps ATM MICRO ABR SAR Controller
869010808 1421 1370 Instant TV (saa7135)
869110809 1435 7330 VFG7330
869210810 1435 7350 VFG7350
10811 1458 9001 GC-PTV-TAF Hybrid TV card
869310812 1458 9002 GT-PTV-TAF-RH DVB-T/Analog TV/FM tuner
869410813 1458 9003 GT-PTV-AF-RH Analog TV/FM tuner
869510814 1458 9004 GT-P8000 DVB-T/Analog TV/FM tuner
870810827 14c0 1212 LifeView FlyTV Platinum Mini2
870910828 153b 1160 Cinergy 250 PCI TV
871010829 153b 1162 Terratec Cinergy 400 mobile
10830 17de 7256 PlusTV All In One PI610 card
871110831 17de 7350 ATSC 110 Digital / Analog HDTV Tuner
871210832 17de 7352 ATSC 115 Digital / Analog HDTV Tuner
871310833 185b c100 VideoMate TV
873210852 5ace 6193 Behold TV M6 Extra
873310853 5ace 6290 Behold TV H6
873410854 5ace 7090 Behold TV A7
10855 5ace 7150 Behold TV H75
10856 5ace 7151 Behold TV H75
873510857 5ace 7190 Behold TV H7
10858 5ace 7191 Behold TV H7
10859 5ace 7290 Behold TV T7
10860 5ace 7591 Behold TV X7
873610861 5ace 7595 Behold TV X7
873710862 7134 SAA7134/SAA7135HL Video Broadcast Decoder
873810863 0000 4036 Behold TV 403
876410889 1894 a006 KNC One TV-Station DVR
876510890 1894 fe01 KNC One TV-Station RDS / Typhoon TV Tuner RDS
876610891 5168 0138 FLY TV PRIME 34FM
10892 5168 0300 FlyDVB-S
876710893 5ace 5070 Behold TV 507 FM
876810894 5ace 6070 Behold TV 607 FM
876910895 5ace 6071 Behold TV 607 FM
880510931 13c2 1019 S2-3200
880610932 13c2 1102 Technotrend/Hauppauge DVB card rev2.1
880710933 153b 1155 Cinergy 1200 DVB-S
8808 153b 1156 Terratec Cynergy 1200C
10934 153b 1156 Cinergy 1200 DVB-C
880910935 153b 1157 Cinergy 1200 DVB-T
10936 153b 1176 Cinergy 1200 DVB-C (MK3)
881010937 1894 0020 KNC One DVB-C V1.0
881110938 1894 0023 TVStation DVB-C plus
881210939 7160 SAA7160
881310940 1458 9009 E8000 DVB-T/Analog TV/FM tuner
10941 1461 1455 AVerTV Hybrid Speedy PCI-E (H788)
881410942 7162 SAA7162
881510943 11bd 0101 Pinnacle PCTV 7010iX TV Card
881610944 7164 SAA7164
883410962 0070 89a1 WinTV HVR-2200
883510963 7231 SAA7231
883610964 5ace 8000 Behold TV H8
10965 5ace 8001 Behold TV H8
10966 5ace 8050 Behold TV H85
10967 5ace 8051 Behold TV H85
883710968 5ace 8100 Behold TV A8
10969 5ace 8101 Behold TV A8
10970 5ace 8150 Behold TV A85
10971 5ace 8151 Behold TV A85
10972 5ace 8201 Behold TV T8
883810973 9730 SAA9730 Integrated Multimedia and Peripheral Controller
883910974 1131 0000 Integrated Multimedia and Peripheral Controller
884010975 1132 Mitel Corp.
894511080 0041 VIC PCIe Downstream Port
894611081 0042 VIC Management Controller
894711082 1137 0047 VIC P81E PCIe Management Controller
11083 1137 0085 VIC 1225 PCIe Management Controller
11084 1137 00cd VIC 1285 PCIe Management Controller
11085 1137 00ce VIC 1225T PCIe Management Controller
894811086 0043 VIC Ethernet NIC
894911087 1137 0047 VIC P81E PCIe Ethernet NIC
895011088 1137 0048 VIC M81KR Mezzanine Ethernet NIC
895111089 1137 004f VIC 1280 Mezzanine Ethernet NIC
895211090 1137 0084 VIC 1240 MLOM Ethernet NIC
895311091 1137 0085 VIC 1225 PCIe Ethernet NIC
11092 1137 00cd VIC 1285 PCIe Ethernet NIC
11093 1137 00ce VIC 1225T PCIe Ethernet NIC
895411094 0044 VIC Ethernet NIC Dynamic
895511095 1137 0047 VIC P81E PCIe Ethernet NIC Dynamic
895611096 1137 0048 VIC M81KR Mezzanine Ethernet NIC Dynamic
895711097 1137 004f VIC 1280 Mezzanine Ethernet NIC Dynamic
895811098 1137 0084 VIC 1240 MLOM Ethernet NIC Dynamic
895911099 1137 0085 VIC 1225 PCIe Ethernet NIC Dynamic
11100 1137 00cd VIC 1285 PCIe Ethernet NIC Dynamic
11101 1137 00ce VIC 1225T PCIe Ethernet NIC Dynamic
896011102 0045 VIC FCoE HBA
896111103 1137 0047 VIC P81E PCIe FCoE HBA
896211104 1137 0048 VIC M81KR Mezzanine FCoE HBA
896311105 1137 004f VIC 1280 Mezzanine FCoE HBA
11106 1137 0084 VIC 1240 MLOM FCoE HBA
11107 1137 0085 VIC 1225 PCIe FCoE HBA
11108 1137 00cd VIC 1285 PCIe FCoE HBA
11109 1137 00ce VIC 1225T PCIe FCoE HBA
896411110 004e VIC 82 PCIe Upstream Port
11111 0071 VIC SR-IOV VF
11112 00cf VIC Userspace NIC
896511113 1138 Ziatech Corporation
896611114 8905 8905 [STD 32 Bridge]
896711115 1139 Dynamic Pictures, Inc
934911497 0617 ToPIC100 PCI to Cardbus Bridge with ZV Support
935011498 0618 CPU to PCI and PCI to ISA bridge
935111499 0701 FIR Port Type-O
11500 0803 TC6371AF SD Host Controller
935211501 0804 TC6371AF SmartMedia Controller
935311502 0805 SD TypA Controller
935411503 0d01 FIR Port Type-DO
938811537 144d c005 X10 Laptop
938911538 144d c00c P30/P35 notebook
939011539 14ef 0220 PCD-RP-220S
9391 17aa 201c ThinkPad X60s
11540 17aa 201c ThinkPad X60/X60s
939211541 17aa 20c4 ThinkPad T61
11542 17aa 20c6 ThinkPad R61
939311543 0477 RL5c477
939411544 0478 RL5c478
939511545 1014 0184 ThinkPad A30p
940411554 1028 014f Latitude X300 laptop
940511555 1028 0188 Inspiron 6000 laptop
940611556 1043 1237 A6J-Q008
11557 1043 1757 M2400N laptop
940711558 144d c005 X10 Laptop
940811559 144d c00c P30/P35 notebook
9409 17aa 201e ThinkPad X60s
11560 17aa 201e ThinkPad X60/X60s
941011561 0554 R5C554
941111562 0575 R5C575 SD Bus Host Adapter
941211563 0576 R5C576 SD Bus Host Adapter
941711568 103c 30b5 Presario V3242AU
941811569 103c 30b7 Presario V6133CL
941911570 103c 30cc Pavilion dv6700
11571 103c 30cf Pavilion dv9668eg Laptop
942011572 1043 1237 A6J-Q008
942111573 1043 1967 V6800V
942211574 144d c018 X20 IV
943411586 103c 30b7 Presario V6133CL
943511587 103c 30c1 Compaq 6910p
943611588 103c 30cc Pavilion dv6700
11589 103c 30cf Pavilion dv9668eg Laptop
943711590 1043 1237 A6J-Q008
943811591 1043 1967 ASUS V6800V
943911592 10f7 8338 Panasonic CF-Y5 laptop
944011593 144d c018 X20 IV
9441 17aa 201d ThinkPad X60s
11594 17aa 201d ThinkPad X60/X60s
944211595 17aa 20c7 ThinkPad T61
11596 17aa 20c8 ThinkPad W500
944311597 0832 R5C832 IEEE 1394 Controller
944411598 1025 0121 Aspire 5920G
944511599 1028 01d7 XPS M1210
944611600 1028 01f3 Inspiron 1420
11601 1028 024d Latitude E4300
944711602 103c 30b5 Presario V3242AU
944811603 103c 30b7 Presario V6133CL
944911604 103c 30c1 Compaq 6910p
945011605 103c 30cc Pavilion dv6700
11606 103c 30cf Pavilion dv9668eg Laptop
11607 17aa 20c7 ThinkPad R61
945111608 0841 R5C841 CardBus/SD/SDIO/MMC/MS/MSPro/xD/IEEE1394
945211609 0843 R5C843 MMC Host Controller
945311610 1025 0121 Aspire 5920G
946411621 103c 30b5 Presario V3242AU
946511622 103c 30b7 Presario V6133CL
946611623 103c 30cc Pavilion dv6700
11624 103c 30cf Pavilion dv9668eg Laptop
946711625 1043 1967 V6800V
946811626 1180 0852 Pavilion 2410us
946911627 1324 10cf P7120
948411642 1184 Forks Inc
948511643 1185 Dataworld International Ltd
948611644 1186 D-Link System Inc
9487 0100 DC21041
948811645 1002 DL10050 Sundance Ethernet
948911646 1186 1002 DFE-550TX/FX
949011647 1186 1012 DFE-580TX
949611653 1186 1301 DFE-530TX+ 10/100 Ethernet Adapter
949711654 1186 1303 DFE-528TX 10/100 Fast Ethernet PCI Adapter
949811655 1340 DFE-690TXD CardBus PC Card
9499 1405 DFE-520TX Fast Ethernet PCI Adapter
950011656 1540 DFE-680TX
950111657 1541 DFE-680TXD CardBus PC Card
950211658 1561 DRP-32TXD Cardbus PC Card
950311659 3300 DWL-510 / DWL-610 802.11b [Realtek RTL8180L]
950411660 1186 3300 DWL-610 Wireless Cardbus Adapter
950511661 1186 3301 DWL-510 Wireless PCI Adapter
9506 3a03 AirPro DWL-A650 Wireless Cardbus Adapter(rev.B)
9507 3a04 AirPro DWL-AB650 Multimode Wireless Cardbus Adapter
9508 3a05 AirPro DWL-AB520 Multimode Wireless PCI Adapter
9509 3a07 AirXpert DWL-AG650 Wireless Cardbus Adapter
9510 3a08 AirXpert DWL-AG520 Wireless PCI Adapter
951111662 3a10 AirXpert DWL-AG650 Wireless Cardbus Adapter(rev.B)
951211663 3a11 AirXpert DWL-AG520 Wireless PCI Adapter(rev.B)
9513 3a12 AirPlus DWL-G650 Wireless Cardbus Adapter(rev.C)
9514 3a63 AirXpert DWL-AG660 Wireless Cardbus Adapter
9515 3a70 DWA-556 Xtreme N PCI Express Desktop Adapter
9516 3c00 D-link DWL-G650X
9517 3c09 AirPlus G DWL-G510
951811664 4000 DL2000-based Gigabit Ethernet
951911665 4001 DGE-550SX PCI-X Gigabit Ethernet Adapter
952011666 4300 DGE-528T Gigabit Ethernet Adapter
952111667 # rev. B1; RealTek RTL8168E.
952211668 1186 4b10 DGE-560T PCI Express (x1) Gigabit Ethernet Adapter
952311669 4302 DGE-530T Gigabit Ethernet Adapter (rev.C1) [Realtek RTL8169]
9524 # There are at least 3 revisions of this adapter; 4800 is board revision A1 as far as I can tell, revision B1 is 4c00.
9525 4800 DGE-530T Gigabit Ethernet Adapter (rev 11)
952611670 4b00 DGE-560T PCI Express Gigabit Ethernet Adapter
952711671 4b01 DGE-530T Gigabit Ethernet Adapter (rev 11)
952811672 4b02 DGE-560SX PCI Express Gigabit Ethernet Adapter
963311777 2a01 88W8335 [Libertas] 802.11b/g Wireless
963411778 2a02 88W8361 [TopDog] 802.11n Wireless
963511779 07d1 3b02 DIR-615 rev. A1 Mini PCI Wireless Module
11780 1385 7c00 WN511T RangeMax Next 300 Mbps Wireless PC Card
963611781 1385 7c01 WN511T RangeMax Next 300 Mbps Wireless Notebook Adapter
963711782 1385 7e00 WN311T RangeMax Next 300 Mbps Wireless PCI Adapter
963811783 1799 801b F5D8011 v2 802.11n N1 Wireless Notebook Card
964311788 2a2b 88W8687 [TopDog] 802.11b/g Wireless
964411789 2a30 88W8687 [TopDog] 802.11b/g Wireless
964511790 2a40 88W8366 [TopDog] 802.11n Wireless
11791 2a41 88W8366 [TopDog] 802.11n Wireless
11792 2a42 88W8366 [TopDog] 802.11n Wireless
964611793 2a43 88W8366 [TopDog] 802.11n Wireless
11794 2a55 88W8864 [Avastar] 802.11ac Wireless
11795 2b36 88W8764 [Avastar] 802.11n Wireless
964711796 4101 OLPC Cafe Controller Secure Digital Controller
964811797 4320 88E8001 Gigabit Ethernet Controller
964911798 1019 0f38 Marvell 88E8001 Gigabit Ethernet Controller (ECS)
971311862 4353 88E8039 PCI-E Fast Ethernet Controller
971411863 104d 902d VAIO VGN-NR120E
971511864 4354 88E8040 PCI-E Fast Ethernet Controller
11865 144d c06a R730 Laptop
971611866 144d c072 Notebook N150P
971711867 4355 88E8040T PCI-E Fast Ethernet Controller
971811868 1179 ff50 Satellite P305D-S8995E
977511925 a0a0 0506 Marvell 88E8053 Gigabit Ethernet Controller (Aopen)
977611926 4363 88E8055 PCI-E Gigabit Ethernet Controller
977711927 4364 88E8056 PCI-E Gigabit Ethernet Controller
11928 1043 81f8 Motherboard
977811929 11ba 00ba 8056 Gigabit Ethernet Controller
977911930 4365 88E8070 based Ethernet Controller
978011931 4366 88EC036 PCI-E Gigabit Ethernet Controller
980511956 6042 88SX6042 PCI-X 4-Port SATA-II
980611957 6081 MV88SX6081 8-port SATA II PCI-X Controller
980711958 6101 88SE6101/6102 single-port PATA133 interface
11959 1043 82e0 P5K PRO Motherboard
980811960 6111 88SE6111 1-port PATA133(IDE) and 1-port SATA II Controllers
980911961 6121 88SE6121 SATA II / PATA Controller
981011962 6141 88SE614x SATA II PCI-E controller
982411976 16b8 434b Tempo SATA E4P
982511977 7810 MV78100 [Discovery Innovation] ARM SoC
982611978 7820 MV78200 [Discovery Innovation] ARM SoC
11979 7823 MV78230 [Armada XP] ARM SoC
982711980 f003 GT-64010 Primary Image Piranha Image Generator
982811981 11ac Canon Information Systems Research Aust.
982911982 11ad Lite-On Communications Inc
998612139 # InPorte Home Internal 56k Modem/fax/answering machine/SMS Features
998712140 048f V.92 56k WinModem
998812141 0620 Lucent V.92 Data/Fax Modem
9989 1040 HDA softmodem
999012142 2600 StarPro26XX family (SP2601, SP2603, SP2612) DSP
9991 3026 HDA Modem
999212143 5400 OR3TP12 FPSC
999312144 5656 Venus Modem
999412145 5801 USB
999612147 5803 USS-344S USB Controller
999712148 5811 FW322/323 [TrueFire] 1394a Controller
999812149 103c 2a34 Pavilion a1677c
12150 103c 2a6f Asus IPIBL-LB Motherboard
999912151 103c 2a9e Pavilion p6310f
1000012152 1043 8294 LSI FW322/323 IEEE 1394a FireWire Controller
1000112153 8086 524c D865PERL mainboard
1005012202 11d2 Intercom Inc.
1005112203 11d3 Trancell Systems Inc
1005212204 11d4 Analog Devices
10053 0078 AD1986HD sound chip
1005412205 1535 Blackfin BF535 processor
1005512206 1805 SM56 PCI modem
10056 1889 AD1889 sound chip
10057 194a AD1984A sound chip
10058 1981 AD1981HD sound chip
10059 1983 AD1983HD sound chip
10060 1984 AD1984HD sound chip
10061 17aa 20bb T61p Notebook
10062 1986 AD1986A sound chip
10063 11d4 1986 Lenovo N100 B9G
10064 198b AD1988B Sound Chip
10065 5340 AD1881 sound chip
1006612207 11d5 Ikon Corporation
1006712208 0115 10115
1006812209 0117 10117
1013912280 7375 PM7375 [LASAR-155 ATM SAR]
1014012281 7384 PM7384 [FREEDM - 84P672 Frm Engine & Datalink Mgr]
1014112282 8000 PM8000 [SPC - SAS Protocol Controller]
12283 8032 ATTO Celerity FC8xEN
12284 117c 003b Celerity FC-82EN Fibre Channel Adapter
12285 117c 003c Celerity FC-84EN Fibre Channel Adapter
1014212286 11f9 I-Cube Inc
1014312287 11fa Kasan Electronics Company, Ltd.
1014412288 11fb Datel Inc
1022812372 1216 Purup Prepress A/S
1022912373 1217 O2 Micro, Inc.
1023012374 00f7 Firewire (IEEE 1394)
12375 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1023112376 1179 ff50 Satellite P305D-S8995E
1023212377 10f7 1394 OHCI Compliant Host Controller
1023312378 11f7 OZ600 1394a-2000 Controller
12379 1028 04a3 Precision M4600
1023412380 13f7 1394 OHCI Compliant Host Controller
1023512381 6729 OZ6729
1023612382 673a OZ6730
1025312399 1025 0035 TravelMate 660
1025412400 7114 OZ711M1/MC1 4-in-1 MemoryCardBus Controller
1025512401 7120 Integrated MMC/SD Controller
12402 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1025612403 1179 ff50 Satellite P305D-S8995E
1025712404 7130 Integrated MS/xD Controller
12405 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1025812406 1179 ff50 Satellite P305D-S8995E
1025912407 7134 OZ711MP1/MS1 MemoryCardBus Controller
1026012408 7135 Cardbus bridge
1026912417 7233 OZ711MP3/MS3 4-in-1 MemoryCardBus Controller
1027012418 8120 Integrated MMC/SD Controller
1027112419 8130 Integrated MS/MSPRO/xD Controller
10272 8321 Integrated MMC/SD controller
12420 8220 OZ600FJ1/OZ900FJ1 SD/MMC Card Reader Controller
12421 8221 OZ600FJ0/OZ900FJ0/OZ600FJS SD/MMC Card Reader Controller
12422 8320 OZ600RJ1/OZ900RJ1 SD/MMC Card Reader Controller
12423 1028 04a3 Precision M4600
12424 8321 OZ600RJ0/OZ900RJ0/OZ600RJS SD/MMC Card Reader Controller
12425 8330 OZ600 MS/xD Controller
12426 1028 04a3 Precision M4600
1027312427 8331 O2 Flash Memory Card
12428 8520 SD/MMC Card Reader Controller
1027412429 1218 Hybricon Corp.
1027512430 1219 First Virtual Corporation
1027612431 121a 3Dfx Interactive, Inc.
1039212547 0002 EasyConnect 8/64
1039312548 0003 EasyIO
1039412549 123e Simutech, Inc.
10395 123f C-Cube Microsystems
12550 # nee C-Cube Microsystems / acquired by Magnum Semiconductor
12551 123f LSI Logic
1039612552 00e4 MPEG
10397 8120 E4?
12553 8120 DVxplore Codec
12554 10de 01e1 NVTV PAL
12555 10de 01e2 NVTV NTSC
12556 10de 01e3 NVTV PAL
12557 10de 0248 NVTV NTSC
12558 10de 0249 NVTV PAL
1039812559 11bd 0006 DV500 E4
1039912560 11bd 000a DV500 E4
1040012561 11bd 000f DV500 E4
1046112622 5201 PCI-2000
1046212623 1257 Vertex Networks, Inc.
1046312624 1258 Gilbarco, Inc.
10464 1259 Allied Telesyn International
12625 # nee Allied Telesyn International
12626 1259 Allied Telesis
1046512627 2560 AT-2560 Fast Ethernet Adapter (i82557B)
1046612628 2801 AT-2801FX (RTL-8139)
1046712629 a117 RTL81xx Fast Ethernet
1050112663 125d 1989 ESS Modem
1050212664 1998 ES1983S Maestro-3i PCI Audio Accelerator
1050312665 1028 00b1 Latitude C600
12666 1028 00e5 Latitude C810
1050412667 1028 00e6 ES1983S Maestro-3i (Dell Inspiron 8100)
1050512668 1999 ES1983S Maestro-3i PCI Modem Accelerator
1050612669 199a ES1983S Maestro-3i PCI Audio Accelerator
1058512748 0510 SM501 VoyagerGX Rev. B
1058612749 0710 SM710 LynxEM
1058712750 0712 SM712 LynxEM+
12751 0718 SM718 LynxSE+
1058812752 0720 SM720 Lynx3DM
1058912753 0730 SM731 Cougar3DR
1059012754 0810 SM810 LynxE
1059812762 0002 DirecPC
1059912763 1274 Ensoniq
1060012764 1171 ES1373 [AudioPCI] (also Creative Labs CT5803)
10601 1371 ES1371 [AudioPCI-97]
12765 1371 ES1371 / Creative Labs CT2518 [AudioPCI-97]
1060212766 0e11 0024 AudioPCI on Motherboard Compaq Deskpro
1060312767 0e11 b1a7 ES1371, ES1373 AudioPCI
1060412768 1033 80ac ES1371, ES1373 AudioPCI
1060512769 1042 1854 Tazer
1060612770 107b 8054 Tabor2
10607 1274 1371 Creative Sound Blaster AudioPCI64V, AudioPCI128
12771 1274 1371 AudioPCI 64V/128 / Creative Sound Blaster CT4810
1060812772 1274 8001 CT4751 board
1060912773 1462 6470 ES1371, ES1373 AudioPCI On Motherboard MS-6147 1.1A
1061012774 1462 6560 ES1371, ES1373 AudioPCI On Motherboard MS-6156 1.10
1090113065 0001 AceNIC Gigabit Ethernet
1090213066 1014 0104 Gigabit Ethernet-SX PCI Adapter
1090313067 12ae 0001 Gigabit Ethernet-SX (Universal)
10904 1410 0104 Gigabit Ethernet-SX PCI Adapter
1090513068 0002 AceNIC Gigabit Ethernet (Copper)
1090613069 10a9 8002 Acenic Gigabit Ethernet
1090713070 12ae 0002 Gigabit Ethernet-T (3C986-T)
1106113224 8154 PI7C8154A/PI7C8154B/PI7C8154BI PCI-to-PCI Bridge
1106213225 e110 PI7C9X110 PCI Express to PCI bridge
1106313226 1775 11cc CC11/CL11 CompactPCI Bridge
13227 e111 PI7C9X111SL PCIe-to-PCI Reversible Bridge
1106413228 e130 PCI Express to PCI-XPI7C9X130 PCI-X Bridge
1106513229 12d9 Aculab PLC
1106613230 0002 PCI Prosody
1110013264 122d 1002 AU8820 Vortex Digital Audio Processor
1110113265 12eb 0001 AU8820 Vortex Digital Audio Processor
1110213266 5053 3355 Montego
13267 50b2 1111 XLerate
1110313268 0002 Vortex 2
1110413269 104d 8049 AU8830 Vortex 3D Digital Audio Processor
1110513270 104d 807b AU8830 Vortex 3D Digital Audio Processor
1153813703 1385 Netgear
1153913704 006b WA301 802.11b Wireless PCI Adapter
1154013705 4100 MA301 802.11b Wireless PCI Adapter
11541 4105 MA311 802.11b Wireless PCI Adapter
11542 4400 WAG511 802.11a/b/g Dual Band Wireless PC Card
11543 4600 WAG511 802.11a/b/g Dual Band Wireless PC Card
1154413706 4601 WAG511 802.11a/b/g Dual Band Wireless PC Card
11545 4610 WAG511 802.11a/b/g Dual Band Wireless PC Card
11546 4a00 WAG311 802.11a/g Wireless PCI Adapter
11547 5200 GA511 Gigabit PC Card
1154813707 620a GA620 Gigabit Ethernet
1154913708 630a GA630 Gigabit Ethernet
11550 6d00 WPNT511 RangeMax 240 Mbps Wireless PC Card
11551 7b00 WN511B RangeMax Next 270 Mbps Wireless PC Card
11552 7c00 WN511T RangeMax Next 300 Mbps Wireless PC Card
11553 f004 FA310TX
11554 f312 FA312 REV-A1 Fast Ethernet PCI Adapter
1155513709 1386 Video Domain Technologies
1155613710 1387 Systran Corp
1155713711 1388 Hitachi Information Technology Co Ltd
1184714001 13f6 ffff CMI8787-HG2PCI
1184814002 14c3 1710 HiFier Fantasia
1184914003 14c3 1711 HiFier Serenade
14004 14c3 1713 HiFier Serenade III
1185014005 1a58 0910 Barracuda AC-1
1185114006 415a 5431 X-Meridian 7.1
1185214007 5431 017a X-Meridian 7.1 2G
1185514010 7284 9781 CLARO halo
1185614011 7284 9783 eCLARO
1185714012 7284 9787 CLARO II
11858 9880 CM9880
1185914013 13f7 Wildfire Communications
1186014014 13f8 Ad Lib Multimedia Inc
1186114015 13f9 NTT Advanced Technology Corp.
1214414298 400c B404-BT Unified Wire Ethernet Controller
1214514299 400d T480 Unified Wire Ethernet Controller
1214614300 400e T440-LP-CR Unified Wire Ethernet Controller
14301 400f T440 [Amsterdam] Unified Wire Ethernet Controller
14302 4080 T480-4080 T480 Unified Wire Ethernet Controller
14303 4081 T440F-4081 T440-FCoE Unified Wire Ethernet Controller
14304 4082 T420-4082 Unified Wire Ethernet Controller
14305 4083 T420X-4083 Unified Wire Ethernet Controller
14306 4084 T440-4084 Unified Wire Ethernet Controller
14307 4085 T420-4085 SFP+ Unified Wire Ethernet Controller
14308 4086 T440-4086 10Gbase-T Unified Wire Ethernet Controller
14309 4087 T440T-4087 Unified Wire Ethernet Controller
14310 4088 T440-4088 Unified Wire Ethernet Controller
1214714311 4401 T420-CR Unified Wire Ethernet Controller
1214814312 4402 T422-CR Unified Wire Ethernet Controller
1214914313 4403 T440-CR Unified Wire Ethernet Controller
1215814322 440c B404-BT Unified Wire Ethernet Controller
1215914323 440d T480 Unified Wire Ethernet Controller
1216014324 440e T440-LP-CR Unified Wire Ethernet Controller
14325 440f T440 [Amsterdam] Unified Wire Ethernet Controller
14326 4480 T480-4080 T480 Unified Wire Ethernet Controller
14327 4481 T440F-4081 T440-FCoE Unified Wire Ethernet Controller
14328 4482 T420-4082 Unified Wire Ethernet Controller
14329 4483 T420X-4083 Unified Wire Ethernet Controller
14330 4484 T440-4084 Unified Wire Ethernet Controller
14331 4485 T420-4085 SFP+ Unified Wire Ethernet Controller
14332 4486 T440-4086 10Gbase-T Unified Wire Ethernet Controller
14333 4487 T440T-4087 Unified Wire Ethernet Controller
14334 4488 T440-4088 Unified Wire Ethernet Controller
1216114335 4501 T420-CR Unified Wire Storage Controller
1216214336 4502 T422-CR Unified Wire Storage Controller
1216314337 4503 T440-CR Unified Wire Storage Controller
1216814342 4508 T420-CX Unified Wire Storage Controller
1216914343 4509 T420-BT Unified Wire Storage Controller
1217014344 450a T404-BT Unified Wire Storage Controller
12171 450b B420-SR Unified Wire Ethernet Controller
12172 450c B404-BT Unified Wire Ethernet Controller
14345 450b B420-SR Unified Wire Storage Controller
14346 450c B404-BT Unified Wire Storage Controller
1217314347 450d T480 Unified Wire Storage Controller
1217414348 450e T440-LP-CR Unified Wire Storage Controller
14349 450f T440 [Amsterdam] Unified Wire Storage Controller
14350 4580 T480-4080 T480 Unified Wire Storage Controller
14351 4581 T440F-4081 T440-FCoE Unified Wire Storage Controller
14352 4582 T420-4082 Unified Wire Storage Controller
14353 4583 T420X-4083 Unified Wire Storage Controller
14354 4584 T440-4084 Unified Wire Storage Controller
14355 4585 T420-4085 SFP+ Unified Wire Storage Controller
14356 4586 T440-4086 10Gbase-T Unified Wire Storage Controller
14357 4587 T440T-4087 Unified Wire Storage Controller
14358 4588 T440-4088 Unified Wire Storage Controller
1217514359 4601 T420-CR Unified Wire Storage Controller
1217614360 4602 T422-CR Unified Wire Storage Controller
1217714361 4603 T440-CR Unified Wire Storage Controller
1218214366 4608 T420-CX Unified Wire Storage Controller
1218314367 4609 T420-BT Unified Wire Storage Controller
1218414368 460a T404-BT Unified Wire Storage Controller
12185 460b B420-SR Unified Wire Ethernet Controller
12186 460c B404-BT Unified Wire Ethernet Controller
14369 460b B420-SR Unified Wire Storage Controller
14370 460c B404-BT Unified Wire Storage Controller
1218714371 460d T480 Unified Wire Storage Controller
1218814372 460e T440-LP-CR Unified Wire Storage Controller
14373 460f T440 [Amsterdam] Unified Wire Storage Controller
14374 4680 T480-4080 T480 Unified Wire Storage Controller
14375 4681 T440F-4081 T440-FCoE Unified Wire Storage Controller
14376 4682 T420-4082 Unified Wire Storage Controller
14377 4683 T420X-4083 Unified Wire Storage Controller
14378 4684 T440-4084 Unified Wire Storage Controller
14379 4685 T420-4085 SFP+ Unified Wire Storage Controller
14380 4686 T440-4086 10Gbase-T Unified Wire Storage Controller
14381 4687 T440T-4087 Unified Wire Storage Controller
14382 4688 T440-4088 Unified Wire Storage Controller
1218914383 4701 T420-CR Unified Wire Ethernet Controller
1219014384 4702 T422-CR Unified Wire Ethernet Controller
1219114385 4703 T440-CR Unified Wire Ethernet Controller
1220014394 470c B404-BT Unified Wire Ethernet Controller
1220114395 470d T480 Unified Wire Ethernet Controller
1220214396 470e T440-LP-CR Unified Wire Ethernet Controller
12203 4801 T420-CR Unified Wire Ethernet Controller
12204 4802 T422-CR Unified Wire Ethernet Controller
12205 4803 T440-CR Unified Wire Ethernet Controller
12206 4804 T420-BCH Unified Wire Ethernet Controller
12207 4805 T440-BCH Unified Wire Ethernet Controller
12208 4806 T440-CH Unified Wire Ethernet Controller
12209 4807 T420-SO Unified Wire Ethernet Controller
12210 4808 T420-CX Unified Wire Ethernet Controller
12211 4809 T420-BT Unified Wire Ethernet Controller
12212 480a T404-BT Unified Wire Ethernet Controller
12213 480b B420-SR Unified Wire Ethernet Controller
12214 480c B404-BT Unified Wire Ethernet Controller
12215 480d T480 Unified Wire Ethernet Controller
12216 480e T440-LP-CR Unified Wire Ethernet Controller
14397 470f T440 [Amsterdam] Unified Wire Ethernet Controller
14398 4780 T480-4080 T480 Unified Wire Ethernet Controller
14399 4781 T440F-4081 T440-FCoE Unified Wire Ethernet Controller
14400 4782 T420-4082 Unified Wire Ethernet Controller
14401 4783 T420X-4083 Unified Wire Ethernet Controller
14402 4784 T440-4084 Unified Wire Ethernet Controller
14403 4785 T420-4085 SFP+ Unified Wire Ethernet Controller
14404 4786 T440-4086 10Gbase-T Unified Wire Ethernet Controller
14405 4787 T440T-4087 Unified Wire Ethernet Controller
14406 4788 T440-4088 Unified Wire Ethernet Controller
14407 4801 T420-CR Unified Wire Ethernet Controller [VF]
14408 4802 T422-CR Unified Wire Ethernet Controller [VF]
14409 4803 T440-CR Unified Wire Ethernet Controller [VF]
14410 4804 T420-BCH Unified Wire Ethernet Controller [VF]
14411 4805 T440-BCH Unified Wire Ethernet Controller [VF]
14412 4806 T440-CH Unified Wire Ethernet Controller [VF]
14413 4807 T420-SO Unified Wire Ethernet Controller [VF]
14414 4808 T420-CX Unified Wire Ethernet Controller [VF]
14415 4809 T420-BT Unified Wire Ethernet Controller [VF]
14416 480a T404-BT Unified Wire Ethernet Controller [VF]
14417 480b B420-SR Unified Wire Ethernet Controller [VF]
14418 480c B404-BT Unified Wire Ethernet Controller [VF]
14419 480d T480 Unified Wire Ethernet Controller [VF]
14420 480e T440-LP-CR Unified Wire Ethernet Controller [VF]
14421 480f T440 [Amsterdam] Unified Wire Ethernet Controller [VF]
14422 4880 T480-4080 T480 Unified Wire Ethernet Controller [VF]
14423 4881 T440F-4081 T440-FCoE Unified Wire Ethernet Controller [VF]
14424 4882 T420-4082 Unified Wire Ethernet Controller [VF]
14425 4883 T420X-4083 Unified Wire Ethernet Controller [VF]
14426 4884 T440-4084 Unified Wire Ethernet Controller [VF]
14427 4885 T420-4085 SFP+ Unified Wire Ethernet Controller [VF]
14428 4886 T440-4086 10Gbase-T Unified Wire Ethernet Controller [VF]
14429 4887 T440T-4087 Unified Wire Ethernet Controller [VF]
14430 4888 T440-4088 Unified Wire Ethernet Controller [VF]
14431 5001 T520-CR Unified Wire Ethernet Controller
14432 5002 T522-CR Unified Wire Ethernet Controller
14433 5003 T540-CR Unified Wire Ethernet Controller
14434 5004 T520-BCH Unified Wire Ethernet Controller
14435 5005 T540-BCH Unified Wire Ethernet Controller
14436 5006 T540-CH Unified Wire Ethernet Controller
14437 5007 T520-SO Unified Wire Ethernet Controller
14438 5008 T520-CX Unified Wire Ethernet Controller
14439 5009 T520-BT Unified Wire Ethernet Controller
14440 500a T504-BT Unified Wire Ethernet Controller
14441 500b B520-SR Unified Wire Ethernet Controller
14442 500c B504-BT Unified Wire Ethernet Controller
14443 500d T580-CR Unified Wire Ethernet Controller
14444 500e T540-LP-CR Unified Wire Ethernet Controller
14445 500f T540 [Amsterdam] Unified Wire Ethernet Controller
14446 5010 T580-LP-CR Unified Wire Ethernet Controller
14447 5011 T520-LL-CR Unified Wire Ethernet Controller
14448 5012 T560-CR Unified Wire Ethernet Controller
14449 5013 T580-CHR Unified Wire Ethernet Controller
14450 5014 T580-LP-SO-CR Unified Wire Ethernet Controller
14451 5015 T502-BT Unified Wire Ethernet Controller
14452 5080 T540-5080 Unified Wire Ethernet Controller
14453 5081 T540-5081 Unified Wire Ethernet Controller
14454 5083 T540-5083 Unified Wire Ethernet Controller
14455 5084 T580-5084 Unified Wire Ethernet Controller
14456 5085 T580-5085 Unified Wire Ethernet Controller
14457 5401 T520-CR Unified Wire Ethernet Controller
14458 5402 T522-CR Unified Wire Ethernet Controller
14459 5403 T540-CR Unified Wire Ethernet Controller
14460 5404 T520-BCH Unified Wire Ethernet Controller
14461 5405 T540-BCH Unified Wire Ethernet Controller
14462 5406 T540-CH Unified Wire Ethernet Controller
14463 5407 T520-SO Unified Wire Ethernet Controller
14464 5408 T520-CX Unified Wire Ethernet Controller
14465 5409 T520-BT Unified Wire Ethernet Controller
14466 540a T504-BT Unified Wire Ethernet Controller
14467 540b B520-SR Unified Wire Ethernet Controller
14468 540c B504-BT Unified Wire Ethernet Controller
14469 540d T580-CR Unified Wire Ethernet Controller
14470 540e T540-LP-CR Unified Wire Ethernet Controller
14471 540f T540 [Amsterdam] Unified Wire Ethernet Controller
14472 5410 T580-LP-CR Unified Wire Ethernet Controller
14473 5411 T520-LL-CR Unified Wire Ethernet Controller
14474 5412 T560-CR Unified Wire Ethernet Controller
14475 5413 T580-CHR Unified Wire Ethernet Controller
14476 5414 T580-LP-SO-CR Unified Wire Ethernet Controller
14477 5415 T502-BT Unified Wire Ethernet Controller
14478 5480 T540-5080 Unified Wire Ethernet Controller
14479 5481 T540-5081 Unified Wire Ethernet Controller
14480 5483 T540-5083 Unified Wire Ethernet Controller
14481 5484 T580-5084 Unified Wire Ethernet Controller
14482 5485 T580-5085 Unified Wire Ethernet Controller
14483 5501 T520-CR Unified Wire Storage Controller
14484 5502 T522-CR Unified Wire Storage Controller
14485 5503 T540-CR Unified Wire Storage Controller
14486 5504 T520-BCH Unified Wire Storage Controller
14487 5505 T540-BCH Unified Wire Storage Controller
14488 5506 T540-CH Unified Wire Storage Controller
14489 5507 T520-SO Unified Wire Storage Controller
14490 5508 T520-CX Unified Wire Storage Controller
14491 5509 T520-BT Unified Wire Storage Controller
14492 550a T504-BT Unified Wire Storage Controller
14493 550b B520-SR Unified Wire Storage Controller
14494 550c B504-BT Unified Wire Storage Controller
14495 550d T580-CR Unified Wire Storage Controller
14496 550e T540-LP-CR Unified Wire Storage Controller
14497 550f T540 [Amsterdam] Unified Wire Storage Controller
14498 5510 T580-LP-CR Unified Wire Storage Controller
14499 5511 T520-LL-CR Unified Wire Storage Controller
14500 5512 T560-CR Unified Wire Storage Controller
14501 5513 T580-CHR Unified Wire Storage Controller
14502 5514 T580-LP-SO-CR Unified Wire Storage Controller
14503 5515 T502-BT Unified Wire Storage Controller
14504 5580 T540-5080 Unified Wire Storage Controller
14505 5581 T540-5081 Unified Wire Storage Controller
14506 5583 T540-5083 Unified Wire Storage Controller
14507 5584 T580-5084 Unified Wire Storage Controller
14508 5585 T580-5085 Unified Wire Storage Controller
14509 5601 T520-CR Unified Wire Storage Controller
14510 5602 T522-CR Unified Wire Storage Controller
14511 5603 T540-CR Unified Wire Storage Controller
14512 5604 T520-BCH Unified Wire Storage Controller
14513 5605 T540-BCH Unified Wire Storage Controller
14514 5606 T540-CH Unified Wire Storage Controller
14515 5607 T520-SO Unified Wire Storage Controller
14516 5608 T520-CX Unified Wire Storage Controller
14517 5609 T520-BT Unified Wire Storage Controller
14518 560a T504-BT Unified Wire Storage Controller
14519 560b B520-SR Unified Wire Storage Controller
14520 560c B504-BT Unified Wire Storage Controller
14521 560d T580-CR Unified Wire Storage Controller
14522 560e T540-LP-CR Unified Wire Storage Controller
14523 560f T540 [Amsterdam] Unified Wire Storage Controller
14524 5610 T580-LP-CR Unified Wire Storage Controller
14525 5611 T520-LL-CR Unified Wire Storage Controller
14526 5612 T560-CR Unified Wire Storage Controller
14527 5613 T580-CHR Unified Wire Storage Controller
14528 5614 T580-LP-SO-CR Unified Wire Storage Controller
14529 5615 T502-BT Unified Wire Storage Controller
14530 5680 T540-5080 Unified Wire Storage Controller
14531 5681 T540-5081 Unified Wire Storage Controller
14532 5683 T540-5083 Unified Wire Storage Controller
14533 5684 T580-5084 Unified Wire Storage Controller
14534 5685 T580-5085 Unified Wire Storage Controller
14535 5701 T520-CR Unified Wire Ethernet Controller
14536 5702 T522-CR Unified Wire Ethernet Controller
14537 5703 T540-CR Unified Wire Ethernet Controller
14538 5704 T520-BCH Unified Wire Ethernet Controller
14539 5705 T540-BCH Unified Wire Ethernet Controller
14540 5706 T540-CH Unified Wire Ethernet Controller
14541 5707 T520-SO Unified Wire Ethernet Controller
14542 5708 T520-CX Unified Wire Ethernet Controller
14543 5709 T520-BT Unified Wire Ethernet Controller
14544 570a T504-BT Unified Wire Ethernet Controller
14545 570b B520-SR Unified Wire Ethernet Controller
14546 570c B504-BT Unified Wire Ethernet Controller
14547 570d T580-CR Unified Wire Ethernet Controller
14548 570e T540-LP-CR Unified Wire Ethernet Controller
14549 570f T540 [Amsterdam] Unified Wire Ethernet Controller
14550 5710 T580-LP-CR Unified Wire Ethernet Controller
14551 5711 T520-LL-CR Unified Wire Ethernet Controller
14552 5712 T560-CR Unified Wire Ethernet Controller
14553 5713 T580-CR Unified Wire Ethernet Controller
14554 5714 T580-LP-SO-CR Unified Wire Ethernet Controller
14555 5715 T502-BT Unified Wire Ethernet Controller
14556 5780 T540-5080 Unified Wire Ethernet Controller
14557 5781 T540-5081 Unified Wire Ethernet Controller
14558 5783 T540-5083 Unified Wire Ethernet Controller
14559 5784 T580-5084 Unified Wire Ethernet Controller
14560 5785 T580-5085 Unified Wire Ethernet Controller
14561 5801 T520-CR Unified Wire Ethernet Controller [VF]
14562 5802 T522-CR Unified Wire Ethernet Controller [VF]
14563 5803 T540-CR Unified Wire Ethernet Controller [VF]
14564 5804 T520-BCH Unified Wire Ethernet Controller [VF]
14565 5805 T540-BCH Unified Wire Ethernet Controller [VF]
14566 5806 T540-CH Unified Wire Ethernet Controller [VF]
14567 5807 T520-SO Unified Wire Ethernet Controller [VF]
14568 5808 T520-CX Unified Wire Ethernet Controller [VF]
14569 5809 T520-BT Unified Wire Ethernet Controller [VF]
14570 580a T504-BT Unified Wire Ethernet Controller [VF]
14571 580b B520-SR Unified Wire Ethernet Controller [VF]
14572 580c B504-BT Unified Wire Ethernet Controller [VF]
14573 580d T580-CR Unified Wire Ethernet Controller [VF]
14574 580e T540-LP-CR Unified Wire Ethernet Controller [VF]
14575 580f T540 [Amsterdam] Unified Wire Ethernet Controller [VF]
14576 5810 T580-LP-CR Unified Wire Ethernet Controller [VF]
14577 5811 T520-LL-CR Unified Wire Ethernet Controller [VF]
14578 5812 T560-CR Unified Wire Ethernet Controller [VF]
14579 5813 T580-CHR Unified Wire Ethernet Controller [VF]
14580 5814 T580-LP-SO-CR Unified Wire Ethernet Controller [VF]
14581 5815 T502-BT Unified Wire Ethernet Controller [VF]
14582 5880 T540-5080 Unified Wire Ethernet Controller [VF]
14583 5881 T540-5081 Unified Wire Ethernet Controller [VF]
14584 5883 T540-5083 Unified Wire Ethernet Controller [VF]
14585 5884 T580-5084 Unified Wire Ethernet Controller [VF]
14586 5885 T580-5085 Unified Wire Ethernet Controller [VF]
1221714587 a000 PE10K Unified Wire Ethernet Controller
1221814588 1426 Storage Technology Corp.
1221914589 1427 Better On-Line Solutions
1228114651 144b Verint Systems Inc.
1228214652 144c Catalina Research Inc
1228314653 144d Samsung Electronics Co Ltd
12284 c00c P35 laptop
12285 c511 R20 Laptop
14654 1600 Apple PCIe SSD
14655 a800 XP941 PCIe SSD
14656 a820 NVMe SSD Controller 171X
14657 1028 1f95 Express Flash NVMe XS1715 SSD 400GB
14658 1028 1f96 Express Flash NVMe XS1715 SSD 800GB
14659 1028 1f97 Express Flash NVMe XS1715 SSD 1600GB
1228614660 144e OLITEC
1228714661 144f Askey Computer Corp.
1228814662 1450 Octave Communications Ind.
1229214666 1455 Logic Plus Plus Inc
1229314667 1456 Advanced Hardware Architectures
1229414668 1457 Nuera Communications Inc
12295 1458 Giga-byte Technology
12296 9001 GC-PTV-TAF Hybrid TV card
12297 e911 GN-WIAG02
14669 1458 Gigabyte Technology Co., Ltd
1229814670 1459 DOOIN Electronics
1229914671 145a Escalate Networks Inc
1230014672 145b PRAIM SRL
1231014682 a836 M115 DVB-T, PAL/SECAM/NTSC Tuner
1231114683 e836 M115S Hybrid Analog/DVB PAL/SECAM/NTSC Tuner
1231214684 f436 AVerTV Hybrid+FM
12313 1462 Micro-Star International Co., Ltd.
12314 5501 nVidia NV15DDR [GeForce2 Ti]
12315 6819 Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [MSI CB54G]
12316 6825 PCI Card wireless 11g [PC54G]
12317 6834 RaLink RT2500 802.11g [PC54G2]
12318 7125 MS-7125 [K8N Neo4 Platinum]
12319 7235 P965 Neo MS-7235 mainboard
12320 7242 K9AGM RS485 Motherboard
12321 7250 MS-7250 Motherboard [K9N Platinum SLI/non-SLI]
12322 7327 K9AGM2-FIH Motherboard
12323 7650 Hetis 865GV-E (MS-7065)
12324 8725 NVIDIA NV25 [GeForce4 Ti 4600] VGA Adapter
12325 9000 NVIDIA NV28 [GeForce4 Ti 4800] VGA Adapter
12326 9110 GeFORCE FX5200
12327 9119 NVIDIA NV31 [GeForce FX 5600XT] VGA Adapter
12328 9123 NVIDIA NV31 [GeForce FX 5600] FX5600-VTDR128 [MS-8912]
12329 9510 Radeon 9600XT
12330 9511 Radeon 9600XT
12331 9591 nVidia Corporation NV36 [GeForce FX 5700LE]
12332 b834 Wireless 11g Turbo G PCI card [MSI PC60G]
14685 1462 Micro-Star International Co., Ltd. [MSI]
1233314686 1463 Fast Corporation
1233414687 1464 Interactive Circuits & Systems Ltd
1233514688 1465 GN NETTEST Telecom DIV.
1233714690 1467 DIGICOM SPA
1233814691 1468 AMBIT Microsystem Corp.
1233914692 1469 Cleveland Motion Controls
12340 146a IFR
14693 # formerly IFR.
14694 146a Aeroflex
14695 # 1.5 GHz to 3.0 GHz x 1Hz
14696 3010 3010 RF Synthesizer
14697 3a11 3011A PXI RF Synthesizer
1234114698 146b Parascan Technologies Ltd
1234214699 146c Ruby Tech Corp.
1234314700 1430 FE-1430TX Fast Ethernet PCI Adapter
1237414731 1489 KYE Systems Corporation
1237514732 148a OPTO
1237614733 148b INNOMEDIALOGIC Inc.
12377 148c C.P. Technology Co. Ltd
14734 148c Tul Corporation / PowerColor
1237814735 148d DIGICOM Systems, Inc.
1237914736 1003 HCF 56k Data/Fax Modem
1238014737 148e OSI Plus Corporation
1238114738 148f Plant Equipment, Inc.
14739 5370 Dexlink AUWL15I1
1238214740 1490 Stone Microsystems PTY Ltd.
1238314741 1491 ZEAL Corporation
1238414742 1492 Time Logic Corporation
1239514753 21cc TCP460 CompactPCI 16 Channel Serial Interface RS232/RS422
1239614754 21cd TCP461 CompactPCI 8 Channel Serial Interface RS232/RS422
1239714755 3064 TPCI100 (2 Slot IndustryPack PCI Carrier)
12398 30c8 TPCI200
14756 30c8 TPCI200 4 Slot IndustryPack PCI Carrier
14757 70c8 TPCE200 4 Slot IndustryPack PCIe Carrier
1239914758 1499 EMTEC CO., Ltd
1240014759 149a ANDOR Technology Ltd
1240114760 149b SEIKO Instruments Inc
1246714826 14c1 0008 10G-PCIE-8A
1246814827 14c1 0009 10G-PCIE-8A (MSI-X firmware)
1246914828 14c1 000a 10G-PCIE-8B
12470 14c1 000b 10G-PCIE-8B2
12471 14c1 000c 10G-PCIE2-8B2
1247214829 8043 Myrinet 2000 Scalable Cluster Interconnect
1247314830 103c 1240 Myrinet M2L-PCI64/2-3.0 LANai 7.4 (HP OEM)
1247414831 14c2 DTK Computer
1247514832 14c3 MEDIATEK Corp.
14833 7630 MT7630e 802.11bgn Wireless Network Adapter
1247614834 14c4 IWASAKI Information Systems Co Ltd
1247714835 14c5 Automation Products AB
1247814836 14c6 Data Race Inc
1256114919 1028 01c2 Latitude D620
1256214920 103c 3015 PCIe LAN on Motherboard
1256314921 107b 5048 E4500 Onboard
14922 1259 2705 AT-2711FX
1256414923 1601 NetXtreme BCM5752M Gigabit Ethernet PCI Express
1256514924 1612 BCM70012 Video Decoder [Crystal HD]
1256614925 1615 BCM70015 Video Decoder [Crystal HD]
1257614935 1028 029c PowerEdge M710 BCM5709S Gigabit Ethernet
1257714936 103c 171d NC382m Dual Port 1GbE Multifunction BL-c Adapter
1257814937 103c 7056 NC382i Integrated Quad Port PCI Express Gigabit Server Adapter
14938 1259 2984 AT-2973SX
1257914939 163b NetXtreme II BCM5716 Gigabit Ethernet
1258014940 1028 028c PowerEdge R410 BCM5716 Gigabit Ethernet
1258114941 1028 028d PowerEdge T410 BCM5716 Gigabit Ethernet
1268615046 103c 7058 NC532i Dual Port 10GbE Multifunction BL-C Adapter
1268715047 1653 NetXtreme BCM5705 Gigabit Ethernet
1268815048 0e11 00e3 NC7761 Gigabit Server Adapter
15049 1734 1073 Primergy Econel 200 D2020 mainboard
1268915050 1654 NetXtreme BCM5705_2 Gigabit Ethernet
1269015051 0e11 00e3 NC7761 Gigabit Server Adapter
1269115052 103c 3100 NC1020 ProLiant Gigabit Server Adapter 32 PCI
1277515136 1685 NetXtreme II BCM57500S Gigabit Ethernet
1277615137 1686 NetXtreme BCM57766 Gigabit Ethernet PCIe
1277715138 1687 NetXtreme BCM5762 Gigabit Ethernet PCIe
15139 1688 NetXtreme BCM5761 10/100/1000BASE-T Ethernet
15140 1259 2708 AT-2712 FX
1277815141 # The Broadcom 57800 device has two 1Gig ports and two 10Gig ports. The subsystem information can be used to differentiate.
1277915142 168a NetXtreme II BCM57800 1/10 Gigabit Ethernet
1278015143 1028 1f5c BCM57800 10-Gigabit Ethernet
1278315146 1028 1f68 BCM57800 1-Gigabit Ethernet
1278415147 168d NetXtreme II BCM57840 10/20 Gigabit Ethernet
1278515148 168e NetXtreme II BCM57810 10 Gigabit Ethernet
15149 103c 1798 Flex-10 10Gb 2-port 530FLB Adapter [Meru]
15150 103c 17a5 HP Flex-10 10Gb 2-port 530M Adapter
15151 103c 18d3 HP Ethernet 10Gb 2-port 530T Adapter
15152 103c 1930 HP FlexFabric 10Gb 2-port 534FLR-SFP+ Adapter
15153 103c 1931 HP StoreFabric CN1100R Dual Port Converged Network Adapter
15154 103c 1932 HP FlexFabric 10Gb 2-port 534FLB Adapter
15155 103c 1933 HP FlexFabric 10Gb 2-port 534M Adapter
15156 103c 193a HP FlexFabric 10Gb 2-port 533FLR-T Adapter
15157 103c 3382 HP Ethernet 10Gb 2-port 530FLR-SFP+ Adapter
15158 103c 339d HP Ethernet 10Gb 2-port 530SFP+ Adapter
1278615159 1690 NetXtreme BCM57760 Gigabit Ethernet PCIe
1278715160 1691 NetLink BCM57788 Gigabit Ethernet PCIe
1278815161 1028 04aa XPS 8300
1280815181 16a0 NetLink BCM5785 Fast Ethernet
1280915182 16a1 BCM57840 NetXtreme II 10 Gigabit Ethernet
1281015183 16a2 BCM57840 NetXtreme II 10/20-Gigabit Ethernet
15184 103c 1916 HP FlexFabric 20Gb 2-port 630FLB Adapter
15185 103c 1917 HP FlexFabric 20Gb 2-port 630M Adapter
15186 16a3 NetXtreme BCM57786 Gigabit Ethernet PCIe
1281115187 16a4 BCM57840 NetXtreme II Ethernet Multi Function
15188 103c 1916 HP NPAR 20Gb 2-port 630FLB Adapter
15189 103c 1917 HP NPAR 20Gb 2-port 630M Adapter
1281215190 # The Broadcom 57800 device has two 1Gig ports and two 10Gig ports. The subsystem information can be used to differentiate.
1281315191 16a5 NetXtreme II BCM57800 1/10 Gigabit Ethernet Multi Function
1281415192 1028 1f5c NetXtreme II BCM57800 10-Gigabit Ethernet Multi Function
1285215230 103c 703b NC373i Integrated Multifunction Gigabit Server Adapter
1285315231 103c 703d NC373F PCI Express Multifunction Gigabit Server Adapter
1285415232 16ad NetXtreme II BCM57840 10/20 Gigabit Ethernet Virtual Function
15233 103c 1916 HP FlexFabric 20Gb 2-port 630FLB Adapter
15234 103c 1917 HP FlexFabric 20Gb 2-port 630M Adapter
1285515235 16ae NetXtreme II BCM57810 10 Gigabit Ethernet Multi Function
15236 103c 1798 HP NPAR 10Gb 2-port 530FLB Adapter
15237 103c 17a5 HP NPAR 10Gb 2-port 530M Adapter
15238 103c 18d3 HP NPAR 10Gb 2-port 530T Adapter
15239 103c 1930 HP NPAR 10Gb 2-port 534FLR-SFP+ Adapter
15240 103c 1931 HP NPAR CN1100R Dual Port Converged Network Adapter
15241 103c 1932 HP NPAR 10Gb 2-port 534FLB Adapter
15242 103c 1933 HP NPAR 10Gb 2-port 534M Adapter
15243 103c 193a HP NPAR 10Gb 2-port 533FLR-T Adapter
15244 103c 3382 HP NPAR 10Gb 2-port 530FLR-SFP+ Adapter
15245 103c 339d HP NPAR 10Gb 2-port 530SFP+ Adapter
1285615246 16af NetXtreme II BCM57810 10 Gigabit Ethernet Virtual Function
15247 103c 1798 HP Flex-10 10Gb 2-port 530FLB Adapter
15248 103c 17a5 HP Flex-10 10Gb 2-port 530M Adapter
15249 103c 18d3 HP Ethernet 10Gb 2-port 530T Adapter
15250 103c 1930 HP FlexFabric 10Gb 2-port 534FLR-SFP+ Adapter
15251 103c 1931 HP StoreFabric CN1100R Dual Port Converged Network Adapter
15252 103c 1932 HP FlexFabric 10Gb 2-port 534FLB Adapter
15253 103c 1933 HP FlexFabric 10Gb 2-port 534M Adapter
15254 103c 193a HP FlexFabric 10Gb 2-port 533FLR-T Adapter
15255 103c 3382 HP Ethernet 10Gb 2-port 530FLR-SFP+ Adapter
15256 103c 339d HP Ethernet 10Gb 2-port 530SFP+ Adapter
1285715257 16b0 NetXtreme BCM57761 Gigabit Ethernet PCIe
1285815258 16b1 NetLink BCM57781 Gigabit Ethernet PCIe
15259 1849 96b1 Z77 Extreme4 motherboard
1285915260 16b2 NetLink BCM57791 Gigabit Ethernet PCIe
1286015261 16b3 NetXtreme BCM57786 Gigabit Ethernet PCIe
1286115262 16b4 NetXtreme BCM57765 Gigabit Ethernet PCIe
1286215263 16b5 NetLink BCM57785 Gigabit Ethernet PCIe
1286315264 16b6 NetLink BCM57795 Gigabit Ethernet PCIe
1286415265 16b7 NetXtreme BCM57782 Gigabit Ethernet PCIe
12865 16bc NetXtreme BCM57765 Memory Card Reader
15266 16bc BCM57765/57785 SDXC/MMC Card Reader
15267 16be BCM57765/57785 MS Card Reader
15268 16bf BCM57765/57785 xD-Picture Card Reader
1286615269 16c6 NetXtreme BCM5702A3 Gigabit Ethernet
1286715270 10b7 1100 3C1000B-T 10/100/1000 PCI
1286815271 14e4 000c BCM5702 1000Base-T
1287615279 14e4 0009 NetXtreme BCM5703 1000Base-T
1287715280 14e4 000a NetXtreme BCM5703 1000Base-SX
1287815281 16dd NetLink BCM5781 Gigabit Ethernet PCI Express
15282 16f3 NetXtreme BCM5727 Gigabit Ethernet PCIe
1287915283 16f7 NetXtreme BCM5753 Gigabit Ethernet PCI Express
1288015284 16fd NetXtreme BCM5753M Gigabit Ethernet PCI Express
1288115285 103c 309f Compaq nx9420 Notebook
1294315347 103c 1372 Broadcom 802.11a/b/g WLAN
1294415348 103c 1373 Broadcom 802.11a/b/g WLAN
1294515349 103c 30b5 Presario V3242AU
15350 106b 0089 AirPort Extreme
1294615351 1371 103c Broadcom 802.11 Multiband-netwerkadapter(6715s)
1294715352 4313 BCM4311 802.11a
1294815353 4315 BCM4312 802.11b/g LP-PHY
1300515410 185f 1220 TravelMate 290E WLAN Mini-PCI Card
1300615411 4321 BCM4321 802.11a Wireless Network Controller
1300715412 4322 BCM4322 802.11bgn Wireless Network Controller
13008 4324 BCM4306 802.11a/b/g
15413 4324 BCM4309 802.11abg Wireless Network Controller
1300915414 1028 0001 Truemobile 1400
1301015415 1028 0002 TrueMobile 1400 Dual Band WLAN PC Card
1301115416 1028 0003 Truemobile 1450 MiniPCI
1302315428 103c 1367 BCM4321 802.11a/b/g/n Wireless LAN Controller
1302415429 103c 1368 BCM4321 802.11a/b/g/n Wireless LAN Controller
1302515430 103c 1369 BCM4321 802.11a/b/g/n Wireless LAN Controller
15431 106b 0087 AirPort Extreme
15432 106b 0088 AirPort Extreme
15433 106b 008b AirPort Extreme
15434 106b 008c AirPort Extreme
15435 106b 0090 AirPort Extreme
1302615436 14e4 4328 BCM4328 802.11a/b/g/n
1302715437 1737 0066 WPC600N v1 802.11a/b/g/n Wireless-N CardBus Adapter
1302815438 1737 0068 WEC600N v1 802.11a/b/g/n Wireless-N ExpressCard
1303315443 432a BCM4321 802.11an Wireless Network Controller
1303415444 432b BCM4322 802.11a/b/g/n Wireless LAN Controller
1303515445 1028 000d Wireless 1510 Wireless-N WLAN Mini-Card
15446 106b 008d AirPort Extreme
1303615447 106b 008e AirPort Extreme
1303715448 432c BCM4322 802.11b/g/n
1303815449 1799 d311 Dynex DX-NNBX 802.11n WLAN Cardbus Card
1303915450 432d BCM4322 802.11an Wireless Network Controller
1304015451 4331 BCM4331 802.11a/b/g/n
1304115452 106b 00d6 AirPort Extreme
15453 106b 00e4 AirPort Extreme
15454 106b 00ef AirPort Extreme
15455 106b 00f4 AirPort Extreme
15456 106b 00f5 AirPort Extreme
15457 106b 010e AirPort Extreme
15458 106b 010f AirPort Extreme
1304215459 4333 Serial (EDGE/GPRS modem part of Option GT Combo Edge)
1304315460 4344 EDGE/GPRS data and 802.11b/g combo cardbus [GC89]
15461 4350 BCM43222 Wireless Network Adapter
1304415462 4353 BCM43224 802.11a/b/g/n
1304515463 1028 000e Wireless 1520 Half-size Mini PCIe Card
1304615464 103c 1509 WMIB-275N Half-size Mini PCIe Card
15465 106b 0093 AirPort Extreme
15466 106b 00d1 AirPort Extreme
15467 106b 00e9 AirPort Extreme
1304715468 4357 BCM43225 802.11b/g/n
1304815469 105b e021 T77H103.00 Wireless Half-size Mini PCIe Card
1304915470 4358 BCM43227 802.11b/g/n
1305015471 4359 BCM43228 802.11a/b/g/n
1305115472 1028 0011 Wireless 1530 Half-size Mini PCIe Card
1305215473 103c 182c BCM943228HM4L 802.11a/b/g/n 2x2 Wi-Fi Adapter
15474 4360 BCM4360 802.11ac Wireless Network Adapter
1305315475 4365 BCM43142 802.11b/g/n
1305415476 1028 0016 Wireless 1704 802.11n + BT 4.0
15477 43a0 BCM4360 802.11ac Wireless Network Adapter
15478 43b1 BCM4352 802.11ac Wireless Network Adapter
1305515479 4401 BCM4401 100Base-T
1305615480 1025 0035 TravelMate 660
1305715481 103c 08b0 tc1100 tablet
1307915503 4712 BCM47xx V.92 56k modem
1308015504 4713 Sentry5 Ethernet Controller
1308115505 4714 BCM47xx Sentry5 External Interface
13082 4715 Sentry5 USB Controller
15506 4715 BCM47xx Sentry5 USB / Ethernet Controller
1308315507 4716 BCM47xx Sentry5 USB Host Controller
1308415508 4717 BCM47xx Sentry5 USB Device Controller
1308515509 4718 Sentry5 Crypto Accelerator
1308615510 4719 BCM47xx/53xx RoboSwitch Core
1308715511 4720 BCM4712 MIPS CPU
13088 4727 BCM4313 802.11b/g/n Wireless LAN Controller
15512 4727 BCM4313 802.11bgn Wireless Network Adapter
1308915513 1028 0010 Inspiron M5010 / XPS 8300
1309015514 5365 BCM5365P Sentry5 Host Bridge
1309115515 5600 BCM5600 StrataSwitch 24+2 Ethernet Switch Controller
1310815532 5840 BCM5840 Crypto Accelerator
1310915533 5841 BCM5841 Crypto Accelerator
1311015534 5850 BCM5850 Crypto Accelerator
15535 8602 BCM7400/BCM7405 Serial ATA Controller
15536 a8d8 BCM43224/5 Wireless Network Adapter
15537 b302 BCM56302 StrataXGS 24x1GE 2x10GE Switch Controller
15538 b334 BCM56334 StrataXGS 24x1GE 4x10GE Switch Controller
1311115539 b800 BCM56800 StrataXGS 10GE Switch Controller
15540 b842 BCM56842 Trident 10GE Switch Controller
1311215541 14e5 Pixelfusion Ltd
1311315542 14e6 SHINING Technology Inc
1311415543 14e7 3CX
1317215601 1054 HCF 56k Data/Fax/Voice Modem (Worldwide)
1317315602 1055 HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (Worldwide)
1317415603 1056 HCF 56k Data/Fax/Voice/Spkp Modem (Worldwide)
15604 122d 4035 MDP3900V-W
1317515605 1057 HCF 56k Data/Fax/Voice/Spkp Modem (Worldwide)
1317615606 1059 HCF 56k Data/Fax/Voice Modem (Worldwide)
1317715607 1063 HCF 56k Data/Fax Modem
1326115691 2464 HSF 56k Data/Fax/Voice Modem (Mob SmartDAA)
1326215692 2465 HSF 56k Data/Fax/Voice/Spkp (w/HS) Modem (Mob SmartDAA)
1326315693 2466 HSF 56k Data/Fax/Voice/Spkp Modem (Mob SmartDAA)
13264 2bfa D110 HDAudio Soft Data Fax Modem with SmartCP
13265 1025 0009 Aspire 5622WLMi
1326615694 2f00 HSF 56k HSFi Modem
1326715695 13e0 8d84 IBM HSFi V.90
1326815696 13e0 8d85 Compaq Stinger
1327515703 2f30 SoftV92 SpeakerPhone SoftRing Modem with SmartSP
1327615704 14f1 2014 Devolo MikroLink 56K Modem PCI
1327715705 2f50 Conexant SoftK56 Data/Fax Modem
13278 5045 CX20549 (Venice)
13279 5047 High Definition Audio [Waikiki]
13280 5051 High Definition Audio (HERMOSA)
1328115706 5b7a CX23418 Single-Chip MPEG-2 Encoder with Integrated Analog Video/Broadcast Audio Decoder
1328215707 0070 7444 WinTV HVR-1600
15708 107d 6f34 WinFast DVR3100 H
1328315709 5854 3343 GoTView PCI DVD3 Hybrid
1328415710 8200 CX25850
1328515711 8234 RS8234 ATM SAR Controller [ServiceSAR Plus]
1328615712 8800 CX23880/1/2/3 PCI Video and Audio Decoder
1328715713 0070 2801 Hauppauge WinTV 28xxx (Roslyn) models
15714 0070 3400 WinTV 34604
1328815715 0070 3401 Hauppauge WinTV 34xxx models
1328915716 0070 6902 WinTV HVR-4000-HD
1329015717 0070 7801 WinTV HVR-1800 MCE
1329515722 0070 9600 WinTV 88x Video
1329615723 0070 9802 WinTV-HVR1100 DVB-T/Hybrid (Low Profile)
1329715724 1002 00f8 ATI TV Wonder Pro
15725 1002 00f9 ATI TV Wonder
1329815726 1002 a101 HDTV Wonder
1329915727 1043 4823 ASUS PVR-416
1330015728 107d 6611 Winfast TV 2000XP Expert
1336215790 0070 9402 WinTV-HVR1100 DVB-T/Hybrid
1336315791 7063 5500 pcHDTV HD-5500
1336415792 8811 CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port]
15793 0070 3400 WinTV 34604
1336515794 0070 3401 Hauppauge WinTV 34xxx models
1336615795 0070 6902 WinTV HVR-4000-HD
1336715796 0070 9402 WinTV-HVR1100 DVB-T/Hybrid
1337415803 5654 2388 GoTView PCI Hybrid Audio Capture Device
1337515804 8852 CX23885 PCI Video and Audio Decoder
1337615805 0070 8010 Hauppauge WinTV HVR-1400 ExpressCard
15806 107d 6f22 WinFast PxTV1200
1337715807 1461 c039 AVerTV Hybrid Express (A577)
1337815808 153b 117e Cinergy T PCIe Dual
1337915809 18ac db78 FusionHDTV DVB-T Dual Express
1356215992 9260 RCIM-II Real-Time Clock & Interrupt Module
1356315993 1543 SILICON Laboratories
1356415994 3052 Intel 537 [Winmodem]
13565 3155 Motorola SM56 Speakerphone Modem
1356615995 4c22 Si3036 MC'97 DAA
1356715996 1544 DCM DATA Systems
1356815997 1545 VISIONTEK
1358216011 1553 CHICONY Electronics Co Ltd
1358316012 1554 PROLINK Microsystems Corp
1358416013 1555 GESYTEC GmBH
13585 1556 PLD APPLICATIONS
16014 1556 PLDA
16015 1100 PCI Express Core Reference Design
16016 110f PCI Express Core Reference Design Virtual Function
1358616017 1557 MEDIASTAR Co Ltd
1358716018 1558 CLEVO/KAPOK Computer
1358816019 1559 SI LOGIC Ltd
1371216143 0740 Virtual Machine Communication Interface
1371316144 0770 USB2 EHCI Controller
1371416145 0774 USB1.1 UHCI Controller
16146 0778 USB3 xHCI 0.96 Controller
16147 0779 USB3 xHCI 1.0 Controller
1371516148 0790 PCI bridge
1371616149 07a0 PCI Express Root Port
1371716150 07b0 VMXNET3 Ethernet Controller
1371816151 07c0 PVSCSI SCSI Controller
16152 07e0 SATA AHCI controller
1371916153 0801 Virtual Machine Interface
1372016154 15ad 0800 Hypervisor ROM Interface
1372116155 1977 HD Audio Controller
1372916163 01ff MT27600 Family [Connect-IB Flash Recovery]
1373016164 1002 MT25400 Family [ConnectX-2 Virtual Function]
1373116165 1003 MT27500 Family [ConnectX-3]
13732 1004 MT27500 Family [ConnectX-3 Virtual Function]
16166 1004 MT27500/MT27520 Family [ConnectX-3/ConnectX-3 Pro Virtual Function]
1373316167 1005 MT27510 Family
1373416168 1006 MT27511 Family
13735 1007 MT27520 Family
13736 1008 MT27521 Family
16169 1007 MT27520 Family [ConnectX-3 Pro]
1373716170 1009 MT27530 Family
1373816171 100a MT27531 Family
1373916172 100b MT27540 Family
1374816181 1014 MT27621 Family
1374916182 1015 MT27630 Family
1375016183 1016 MT27631 Family
16184 1017 MT27640 Family
16185 1018 MT27641 Family
1375116186 5274 MT21108 InfiniBridge
1375216187 5a44 MT23108 InfiniHost
1375316188 5a45 MT23108 [Infinihost HCA Flash Recovery]
1381016245 15bc Agilent Technologies
1381116246 0100 HPFC-5600 Tachyon DX2+ FC
1381216247 0103 QX4 PCI Express quad 4-gigabit Fibre Channel controller
13813 0105 Celerity FC-42XS Fibre Channel Adapter
16248 0105 Celerity FC-44XS/FC-42XS/FC-41XS/FC-44ES/FC-42ES/FC-41ES
1381416249 117c 0022 Celerity FC-42XS Fibre Channel Adapter
16250 117c 0025 Celerity FC-44ES Fibre Channel Adapter
16251 117c 0026 Celerity FC-42ES Fibre Channel Adapter
1381516252 1100 E8001-66442 PCI Express CIC
1381616253 2922 64 Bit, 133MHz PCI-X Exerciser & Protocol Checker
1381716254 2928 64 Bit, 66MHz PCI Exerciser & Analyzer
1383716274 15cd Dreamtech Co Ltd
1383816275 15ce Genrad Inc
1383916276 15cf Hilscher GmbH
16277 0000 CIFX 50E-DP(M/S)
1384016278 15d1 Infineon Technologies AG
1384116279 15d2 FIC (First International Computer Inc)
1384216280 15d3 NDS Technologies Israel Ltd
1392216360 0620 FarSync T2U (2 port X.21/V.35/V.24)
1392316361 0640 FarSync T4U (4 port X.21/V.35/V.24)
1392416362 1610 FarSync TE1 (T1,E1)
16363 1612 FarSync TE1 PCI Express (T1,E1)
1392516364 2610 FarSync DSL-S1 (SHDSL)
1392616365 3640 FarSync T4E (4-port X.21/V.35/V.24)
1392716366 4620 FarSync T2Ue PCI Express (2-port X.21/V.35/V.24)
1392816367 4640 FarSync T4Ue PCI Express (4-port X.21/V.35/V.24)
16368 5621 FarSync T2Ee PCI Express (2 port X.21/V.35/V.24)
16369 5641 FarSync T4Ee PCI Express (4 port X.21/V.35/V.24)
16370 6620 FarSync T2U-PMC PCI Express (2 port X.21/V.35/V.24)
1392916371 161f Rioworks
1393016372 1626 TDK Semiconductor Corp.
1393116373 8410 RTL81xx Fast Ethernet
1394116383 3052 SmartLink SmartPCI562 56K Modem
1394216384 5449 SmartPCI561 Modem
1394316385 1641 MKNet Corp.
16386 1642 Bitland(ShenZhen) Information Technology Co., Ltd.
1394416387 1657 Brocade Communications Systems, Inc.
1394516388 0013 425/825/42B/82B 4Gbps/8Gbps PCIe dual port FC HBA
1394616389 103c 1742 HP 82B 8Gbps dual port FC HBA
1395416397 103c 1743 HP 81B 8Gbps single port FC HBA
1395516398 1657 0014 415/815 4Gbps/8Gbps single port PCIe FC HBA
1395616399 0021 804 8Gbps FC HBA for HP Bladesystem c-class
13957 0022 1867/1860: 16Gbps/10Gbps Fabric Adapter
16400 # AnyIO Adapter
16401 0022 1860 16Gbps/10Gbps Fabric Adapter
1395816402 1657 0022 10Gbps CNA - FCOE
1395916403 1657 0023 10Gbps CNA - LL
1396016404 1657 0024 16Gbps FC HBA
16405 # Mezz card for IBM
16406 0023 1867/1869 16Gbps FC HBA
1396116407 # Same Device_ID used for 410 (1port) and 420 (2 port) HBAs.
1396216408 0646 400 4Gbps PCIe FC HBA
1396316409 165a Epix Inc
1396416410 c100 PIXCI(R) CL1 Camera Link Video Capture Board [custom QL5232]
1396516411 d200 PIXCI(R) D2X Digital Video Capture Board [custom QL5232]
1396616412 d300 PIXCI(R) D3X Digital Video Capture Board [custom QL5232]
16413 eb01 PIXCI(R) EB1 PCI Camera Link Video Capture Board
1396716414 165d Hsing Tech. Enterprise Co., Ltd.
1396816415 165f Linux Media Labs, LLC
1396916416 1020 LMLM4 MPEG-4 encoder
1399616443 1682 XFX Pine Group Inc.
1399716444 1688 CastleNet Technology Inc.
1399816445 1170 WLAN 802.11b card
13999 168c Atheros Communications Inc.
16446 # nee Atheros Communications, Inc.
16447 168c Qualcomm Atheros
1400016448 0007 AR5210 Wireless Network Adapter [AR5000 802.11a]
1400116449 1737 0007 WPC54A Wireless PC Card
1400216450 1b47 0100 Harmony 8450CN Wireless CardBus Module
1400416452 8086 2501 PRO/Wireless 5000 LAN PCI Adapter Module
1400516453 0011 AR5211 Wireless Network Adapter [AR5001A 802.11a]
1400616454 0012 AR5211 Wireless Network Adapter [AR5001X 802.11ab]
16455 1186 3a03 AirPro DWL-A650 Wireless Cardbus Adapter (rev.B)
16456 1186 3a04 AirPro DWL-AB650 Multimode Wireless Cardbus Adapter
16457 1186 3a05 AirPro DWL-AB520 Multimode Wireless PCI Adapter
1400716458 126c 8031 2201 Mobile Adapter
1400816459 1385 4400 WAB501 802.11ab Wireless CardBus Card
1400916460 1b47 aa00 8460 802.11ab Wireless CardBus Adapter
1402016471 1154 034e Buffalo WLI-CB-AG108HP 802.11abg Cardbus Adapter
1402116472 1186 3202 DWL-G650 (Rev B3,B5) Wireless cardbus adapter
1402216473 1186 3203 AirPlus DWL-G520 Wireless PCI Adapter (rev. A)
16474 1186 3a07 AirXpert DWL-AG650 Wireless Cardbus Adapter
16475 1186 3a08 AirXpert DWL-AG520 Wireless PCI Adapter
1402316476 1186 3a12 D-Link AirPlus DWL-G650 Wireless Cardbus Adapter(rev.C)
1402416477 1186 3a13 AirPlus DWL-G520 Wireless PCI Adapter (rev. B)
1402516478 1186 3a14 AirPremier AG DWL-AG530 Wireless PCI Adapter (rev.A)
1403016483 1186 3a93 Conceptronic C54I Wireless 801.11g PCI card
1403116484 1186 3a94 Conceptronic C54C 802.11g Wireless Cardbus Adapter
1403216485 1186 3ab0 Allnet ALL0281 Wireless PCI Card
16486 1385 4600 WAG511 802.11a/b/g Dual Band Wireless PC Card
16487 1385 4610 WAG511 802.11a/b/g Dual Band Wireless PC Card
1403316488 1385 4900 WG311v1 802.11g Wireless PCI Adapter
16489 1385 4a00 WAG311 802.11a/g Wireless PCI Adapter
1403416490 1385 4b00 WG511T 108 Mbps Wireless PC Card (rev.A/B)
1403516491 1385 4d00 WG311T 108 Mbps Wireless PCI Adapter (rev.A2)
1403616492 1385 4f00 WG511U Double 108 Mbps Wireless PC Card
1403716493 1385 5a00 WG311T 108 Mbps Wireless PCI Adapter (rev.A3)
1403816494 1385 5b00 WG511T 108 Mbps Wireless PC Card (rev.C)
1403916495 1385 5d00 WPN511 RangeMax Wireless PC Card
14040 1458 e911 Gigabyte GN-WIAG02
16496 1458 e911 GN-WIAG02
1404116497 1468 0403 U10H014 802.11g Cardbus Adapter
1404216498 1468 0408 ThinkPad 11b/g Wireless LAN Mini PCI Adapter
1404316499 14b7 0a10 8480-WD 802.11abg Cardbus Adapter
1408916545 17f9 0008 DX-WGNBC 802.11bg Wireless CardBus Adapter
1409016546 17f9 0018 DX-WGDTC 802.11bg Wireless PCI Adapter
1409116547 001b AR5413/AR5414 Wireless Network Adapter [AR5006X(S) 802.11abg]
16548 # Atheros AR5414 32-bit mini-PCI type IIIB
16549 0777 1107 UB5 802.11a Wireless Mini PCI Adapter
1409216550 0777 3002 XR2 802.11g Wireless Mini PCI Adapter
1409316551 0777 3005 XR5 802.11a Wireless Mini PCI Adapter
1409416552 0777 3009 XR9 900MHz Wireless Mini PCI Adapter
1411016568 001c AR242x / AR542x Wireless Network Adapter (PCI-Express)
1411116569 0777 3006 SRX 802.11abg Wireless ExpressCard Adapter
1411216570 103c 137a AR5BXB63 (Foxconn) 802.11bg Mini PCIe NIC
14113 106b 0086 AR5BXB6 802.11abg Wireless Mini PCIe Card
16571 106b 0086 AirPort Extreme
1411416572 144f 7106 WLL3140 (Toshiba PA3501U-1MPC) 802.11bg Wireless Mini PCIe Card
1411516573 144f 7128 WLL3141 (Toshiba PA3613U-1MPC) 802.11bg Wireless Mini PCIe Card
1411616574 1468 0428 AR5BXB63 802.11bg NIC
1414816606 187e 3411 NWD-370N 802.11n Wireless PCI Adapter
1414916607 1976 2008 TEW-621PC 802.11bgn Wireless CardBus Adapter
1415016608 0024 AR5418 Wireless Network Adapter [AR5008E 802.11(a)bgn] (PCI-Express)
14151 106b 0087 AR5BXB72 802.11abgn Mini PCIe Card [AR5008E-3NX]
16609 106b 0087 AirPort Extreme
16610 1186 3a70 DWA-556 Xtreme N PCI Express Desktop Adapter
1415216611 0027 AR9160 Wireless Network Adapter [AR9001 802.11(a)bgn]
1415316612 0777 4082 SR71-A 802.11abgn Wireless Mini PCI Adapter
1415416613 0029 AR922X Wireless Network Adapter
1415516614 0777 4005 SR71-15 802.11an Mini PCI Adapter
1415616615 1186 3a7a DWA-552 802.11n Xtreme N Desktop Adapter (rev A2)
16616 1186 3a7d DWA-552 802.11n Xtreme N Desktop Adapter (rev A3)
1415716617 002a AR928X Wireless Network Adapter (PCI-Express)
1415816618 0777 4f05 SR71-X 802.11abgn Wireless ExpressCard Adapter [AR9280]
1415916619 103c 3041 AR5BHB92-H 802.11abgn Wireless Half-size Mini PCIe Card [AR9280]
1416016620 105b e006 T77H053.00 802.11bgn Wireless Mini PCIe Card [AR9281]
1416116621 105b e01f T77H047.31 802.11bgn Wireless Half-size Mini PCIe Card [AR9283]
16622 106b 008f AirPort Extreme
1416216623 11ad 6600 WN6600A 802.11bgn Wireless Mini PCIe Card [AR9281]
1416316624 144f 7141 WLL6080 802.11bgn Wireless Mini PCIe Card [AR9281]
1416416625 168c 0203 DW1525 802.11abgn WLAN PCIe Card [AR9280]
1417216633 103c 303f U98Z062.10 802.11bgn Wireless Half-size Mini PCIe Card
1417316634 103c 3040 U98Z062.12 802.11bgn Wireless Half-size Mini PCIe Card
1417416635 105b e017 T77H126.00 802.11bgn Wireless Half-size Mini PCIe Card
16636 105b e023 T77H121.04 802.11bgn Wireless Half-size Mini PCIe Card
16637 105b e025 T77H121.05 802.11bgn Wireless Half-size Mini PCIe Card
1417516638 1113 e811 WN7811A (Toshiba PA3722U-1MPC) 802.11bgn Wireless Half-size Mini PCIe Card
1417616639 185f 30af DNXA-95 802.11bgn Wireless Half-size Mini PCIe Card
1417716640 1931 0023 Option GTM67x PCIe WiFi Adapter
1418216645 002c AR2427 802.11bg Wireless Network Adapter (PCI-Express)
1418316646 002d AR9227 Wireless Network Adapter
1418416647 002e AR9287 Wireless Network Adapter (PCI-Express)
14185 0030 AR9300 Wireless LAN adaptor
16648 0030 AR93xx Wireless Network Adapter
1418616649 103c 1627 AR9380/HB112 802.11abgn 3×3 Wi-Fi Adapter
16650 106b 009a AirPort Extreme
16651 1186 3a7e DWA-566 Wireless N 300 Dual Band PCIe Desktop Adapter
1418716652 1a56 2000 Killer Wireless-N 1102 Half-size Mini PCIe Card [AR9382]
1418816653 1a56 2001 Killer Wireless-N 1103 Half-size Mini PCIe Card [AR9380]
1418916654 0032 AR9485 Wireless Network Adapter
1419016655 103c 1838 AR9485/HB125 802.11bgn 1×1 Wi-Fi Adapter
1419116656 0033 AR9580 Wireless Network Adapter
1419216657 0034 AR9462 Wireless Network Adapter
14193 0036 AR9565 Wireless Network Adapter
16658 1a56 2003 Killer Wireless-N 1202 Half-size Mini PCIe Card
16659 0036 QCA9565 / AR9565 Wireless Network Adapter
16660 0037 AR9485 Wireless Network Adapter
16661 # Also used as Gigabyte GC-WB150 on a PCIe-to-mini-PCIe converter
16662 1a3b 2100 AW-NB100H 802.11n Wireless Mini PCIe Card
16663 003c QCA988x 802.11ac Wireless Network Adapter
1419416664 0207 AR5210 Wireless Network Adapter [AR5000 802.11a]
1419516665 1014 AR5212 802.11abg NIC
1419616666 1014 058a ThinkPad 11a/b/g Wireless LAN Mini Express Adapter (AR5BXB6)
1419716667 9013 AR5002X Wireless Network Adapter
1419816668 ff19 AR5006X Wireless Network Adapter
16669 ff1b AR2425 Wireless Network Adapter [AR5007EG 802.11bg]
1419916670 ff1c AR5008 Wireless Network Adapter
14200 ff1d AR5008 Wireless Network Adapter
16671 ff1d AR922x Wireless Network Adapter
16672 # Found in "AVM Fritz!Box FON WLAN 7270v3"
16673 168c ee1c AR9220-AC1A [AVM Fritz!Box FON WLAN 7270 v3]
1420116674 1695 EPoX Computer Co., Ltd.
1420216675 169c Netcell Corporation
1420316676 0044 Revolution Storage Processing Card
1432216795 0100 NSP2000-SSL crypto accelerator
1432316796 170c YottaYotta Inc.
1432416797 1719 EZChip Technologies
16798 1000 NPA Access Network Processor Family
1432516799 # Seems to be a 2nd ID for Vitesse Semiconductor
1432616800 1725 Vitesse Semiconductor
1432716801 7174 VSC7174 PCI/PCI-X Serial ATA Host Bus Controller
1432816802 172a Accelerated Encryption
1432916803 13c8 AEP SureWare Runner 1000V3
16804 # nee Fujitsu Siemens Computers GmbH
1433016805 1734 Fujitsu Technology Solutions
14331 1078 Amilo Pro v2010
14332 1085 Celsius M450
14333 1098 Amilo L 1310G
1433416806 1735 Aten International Co. Ltd.
1433516807 1737 Linksys
1433616808 0029 WPG54G ver. 4 PCI Card
1435316825 2020 XCode II Series
1435416826 2100 XCode 2100 Series
1435516827 1749 RLX Technologies
14356 174b PC Partner Limited
16828 174b PC Partner Limited / Sapphire Technology
1435716829 174d WellX Telecom SA
1435816830 175c AudioScience Inc
1435916831 175e Sanera Systems, Inc.
1436016832 1760 TEDIA spol. s r. o.
16833 0101 PCD-7004 Digital Bi-Directional Ports PCI Card
16834 0102 PCD-7104 Digital Input & Output PCI Card
1436116835 1771 InnoVISION Multimedia Ltd.
1436216836 # nee SBS Technologies
1436316837 1775 GE Intelligent Platforms
1437816852 0091 Octeon II CN68XX Network Processor
1437916853 0092 Octeon II CN65XX Network Processor
1438016854 0093 Octeon II CN61XX Network Processor
16855 0094 Octeon Fusion CNF71XX Cell processor
16856 0095 Octeon III CN78XX Network Processor
16857 0096 Octeon III CN70XX Network Processor
1438116858 1787 Hightech Information System Ltd.
1438216859 1789 Ennyah Technologies Corp.
1438316860 # also used by Struck Innovative Systeme for joint developments
1440116878 6811 TW6816 multimedia video controller
1440216879 6812 TW6816 multimedia video controller
1440316880 6813 TW6816 multimedia video controller
16881 # port 5 of 8
16882 6814 TW6816 multimedia video controller
16883 # port 6 of 8
16884 6815 TW6816 multimedia video controller
16885 # port 7 of 8
16886 6816 TW6816 multimedia video controller
16887 # channel 8 of 8
16888 6817 TW6816 multimedia video controller
1440416889 1799 Belkin
1440516890 6001 F5D6001 Wireless PCI Card [Realtek RTL8180]
1440616891 6020 F5D6020 v3000 Wireless PCMCIA Card [Realtek RTL8180]
1443616921 0017 StorSecure 300 GZIP Compression and AES Encryption Card
1443716922 17c0 Wistron Corp.
1443816923 17c2 Newisys, Inc.
14439 17cb Airgo Networks Inc
16924 17cb Airgo Networks, Inc.
1444016925 0001 AGN100 802.11 a/b/g True MIMO Wireless Card
1444116926 1385 5c00 WGM511 Pre-N 802.11g Wireless CardBus Adapter
1444216927 1737 0045 WMP54GX v1 802.11g Wireless-G PCI Adapter with SRX
1459217077 0701 RT2760 Wireless 802.11n 1T/2R
1459317078 1737 0074 WMP110 v2 802.11n RangePlus Wireless PCI Adapter
1459417079 0781 RT2790 Wireless 802.11n 1T/2R PCIe
17080 1814 2790 RT2790 Wireless 802.11n 1T/2R PCIe
1459517081 3060 RT3060 Wireless 802.11n 1T/1R
1459617082 1186 3c04 DWA-525 Wireless N 150 Desktop Adapter (rev.A1)
1459717083 3062 RT3062 Wireless 802.11n 2T/2R
1459917085 13bd 1057 GN-WS32L-RH Half-size Mini PCIe Card
1460017086 3091 RT3091 Wireless 802.11n 1T/2R PCIe
1460117087 3092 RT3092 Wireless 802.11n 2T/2R PCIe
17088 3290 RT3290 Wireless 802.11n 1T/1R PCIe
17089 103c 18ec Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
17090 3298 RT3290 Bluetooth
17091 103c 18ec Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
1460217092 3592 RT3592 Wireless 802.11abgn 2T/2R PCIe
17093 359f RT3592 PCIe Wireless Network Adapter
1460317094 5360 RT5360 Wireless 802.11n 1T/1R
1460417095 1186 3c05 DWA-525 Wireless N 150 Desktop Adapter (rev.A2)
1460517096 20f4 703a TEW-703PI N150 Wireless PCI Adapter
1460617097 5390 RT5390 Wireless 802.11n 1T/1R PCIe
1460717098 103c 1636 U98Z077.00 Half-size Mini PCIe Card
17099 5392 RT5392 PCIe Wireless Network Adapter
1460817100 539f RT5390 [802.11 b/g/n 1T1R G-band PCI Express Single Chip]
1460917101 103c 1637 Pavilion DM1Z-3000 PCIe wireless card
17102 5592 RT5592 PCIe Wireless Network Adapter
1461017103 e932 RT2560F 802.11 b/g PCI
1461117104 1815 Devolo AG
1461217105 1820 InfiniCon Systems Inc.
1465817151 a101 VigraWATCH PCI
1465917152 a102 VigraWATCH PMC
1466017153 a103 Vigra I/O
14661 187e ZyXEL Communication Corporation
17154 187e ZyXEL Communications Corporation
1466217155 3403 ZyAir G-110 802.11g
1466317156 340e M-302 802.11g XtremeMIMO
1466417157 1885 Avvida Systems Inc.
1469417187 db78 FusionHDTV DVB-T Dual Express
1469517188 18b8 Ammasso
1469617189 b001 AMSO 1100 iWARP/RDMA Gigabit Ethernet Coprocessor
14697 18bc Info-Tek Corp.
17190 # formally Info-Tek Corp.
17191 18bc GeCube Technologies, Inc.
1469817192 18c3 Micronas Semiconductor Holding AG
1469917193 0720 nGene PCI-Express Multimedia Controller
1470017194 07ca 032e Hybrid M779 PCI-E
1471417208 18d8 Dialogue Technology Corp.
1471517209 18dd Artimi Inc
1471617210 4c6f Artimi RTMI-100 UWB adapter
17211 18df LeWiz Communications
1471717212 18e6 MPL AG
1471817213 0001 OSCI [Octal Serial Communication Interface]
1471917214 18eb Advance Multimedia Internet Technology, Inc.
1478617281 00e5 NT40E2-1 Network Adapter 1x40Gb
1478717282 # 4-Port Adapter for 1 GbE In-Line Bypass Applications
1478817283 00f5 NT4E2-4T-BP Network Adapter 4x1Gb with Electrical Bypass
17284 0105 NT4E2-4-PTP Network Adapter 4x1Gb
17285 0115 NT20E2-PTP Network Adapter 2x10Gb
17286 0125 NT4E2-4-PTP Network Adapter 4x1Gb
17287 0135 NT20E2-PTP Network Adapter 2x10Gb
17288 0145 NT40E3-4-PTP Network Adapter 4x10Gb
17289 0155 NT100E3-1-PTP Network Adapter 1x100Gb
1478917290 18f6 NextIO
1479017291 1000 [Nexsis] Switch Virtual P2P PCIe Bridge
17292 1001 [Texsis] Switch Virtual P2P PCIe Bridge
1479117293 1050 [Nexsis] Switch Virtual P2P PCI Bridge
17294 1051 [Texsis] Switch Virtual P2P PCI Bridge
1479217295 2000 [Nexsis] Switch Integrated Mgmt. Endpoint
17296 2001 [Texsis] Switch Integrated Mgmt. Endpoint
1479317297 18f7 Commtech, Inc.
14794 0001 Fastcom ESCC-PCI-335
14795 0002 Fastcom 422/4-PCI-335
14796 0003 Fastcom 232/4-1M-PCI
14797 0004 Fastcom 422/2-PCI-335
14798 0005 Fastcom IGESCC-PCI-ISO/1
14799 000a Fastcom 232/4-PCI-335
14800 000b Fastcom 232/8-PCI-335 Async 8-Port RS-232 Serial PCI Adapter
14801 000f Fastcom FSCC
14802 0010 Fastcom GSCC
14803 0011 Fastcom QSSB
14804 0014 SuperFSCC
14805 0015 SuperFSCC-104
14806 0016 Fastcom FSCC-232 Sync/Async 2-Port RS-232 Serial PCI Adapter (F-Core)
14807 0017 SuperFSCC-104-NOUART
14808 0018 Fastcom SuperFSCC/4 Sync/Async 4-Port RS-422 Serial PCI Adapter with DMA (F-Core)
14809 0019 SuperFSCC with soft UARTs
14810 001a Fastcom SuperFSCC-104-LVDS Sync/Async 2-Port RS-644 Serial PC/104+ Adapter with DMA (F-Core)
14811 001b Fastcom FSCC/4 Sync/Async 4-Port RS-422 Serial PCI Adapter (F-Core)
14812 001c Fastcom SuperFSCC/4-LVDSSync/Async 4-Port RS-644 Serial PCI Adapter with DMA (F-Core)
17298 0001 ESCC-PCI-335 Serial PCI Adapter [Fastcom]
17299 0002 422/4-PCI-335 Serial PCI Adapter [Fastcom]
17300 0003 232/4-1M-PCI Serial PCI Adapter [Fastcom]
17301 0004 422/2-PCI-335 Serial PCI Adapter [Fastcom]
17302 0005 IGESCC-PCI-ISO/1 Serial PCI Adapter [Fastcom]
17303 000a 232/4-PCI-335 Serial PCI Adapter [Fastcom]
17304 000b 232/8-PCI-335 Serial PCI Adapter [Fastcom]
17305 000f FSCC Serial PCI Adapter [Fastcom]
17306 0010 GSCC Serial PCI Adapter [Fastcom]
17307 0011 QSSB Serial PCI Adapter [Fastcom]
17308 0014 SuperFSCC Serial PCI Adapter [Fastcom]
17309 0015 SuperFSCC-104-LVDS Serial PC/104+ Adapter [Fastcom]
17310 0016 FSCC-232 RS-232 Serial PCI Adapter [Fastcom]
17311 # Software UARTs
17312 0017 SuperFSCC-104 Serial PC/104+ Adapter [Fastcom]
17313 # Software UARTs
17314 0018 SuperFSCC/4 Serial PCI Adapter [Fastcom]
17315 # Software UARTs
17316 0019 SuperFSCC Serial PCI Adapter [Fastcom]
17317 001a SuperFSCC-LVDS Serial PCI Adapter [Fastcom]
17318 # Software UARTs
17319 001b FSCC/4 Serial PCI Adapter [Fastcom]
17320 # RS-644 Only
17321 001c SuperFSCC/4-LVDS Serial PCI Adapter [Fastcom]
17322 # Software UARTs
17323 001d FSCC Serial PCI Adapter [Fastcom]
17324 001e SuperFSCC/4 Serial PCIe Adapter [Fastcom]
17325 001f SuperFSCC/4 Serial cPCI Adapter [Fastcom]
17326 0020 422/4-PCIe Serial PCIe Adapter [Fastcom]
17327 0021 422/8-PCIe Serial PCIe Adapter [Fastcom]
17328 # RS-644 Only
17329 0022 SuperFSCC/4-LVDS Serial PCIe Adapter [Fastcom]
17330 # Software UARTs
17331 0023 SuperFSCC/4 Serial cPCI Adapter [Fastcom]
17332 # RS-644 Only, Software UARTs
17333 0025 SuperFSCC/4-LVDS Serial PCI Adapter [Fastcom]
17334 # RS-644 Only, Software UARTs
17335 0026 SuperFSCC-LVDS Serial PCI Adapter [Fastcom]
17336 # Software UARTs
17337 0027 FSCC/4 Serial PCIe Adapter [Fastcom]
1481317338 18fb Resilience Corporation
1481417339 1904 Hangzhou Silan Microelectronics Co., Ltd.
1481517340 2031 SC92031 PCI Fast Ethernet Adapter
1482117346 0012 SH7757 PCIe-PCI Bridge [PPB]
1482217347 0013 SH7757 PCIe Switch [PS]
1482317348 0014 uPD720201 USB 3.0 Host Controller
17349 0015 uPD720202 USB 3.0 Host Controller
1482417350 1919 Soltek Computer Inc.
1482517351 1923 Sangoma Technologies Corp.
1482617352 0040 A200/Remora FXO/FXS Analog AFT card
1485817384 1924 5201 SFN4112F-R1
1485917385 1924 5202 SFN4112F-R2
1486017386 0803 SFC9020 [Solarstorm]
17387 1014 0478 2-port 10GbE Low-Latency (R7)
17388 1014 0479 2-port 10GbE OpenOnload (R7)
17389 1014 04a7 Solarflare 10Gb Low-latency Dual-port HBA (R7)
17390 1014 04a8 Solarflare 10Gb Dual-port HBA (R7)
17391 103c 2132 Ethernet 10Gb 2-port 570FLR-SFP+ Adapter (R1)
17392 103c 2136 Ethernet 10Gb 2-port 570SFP+ Adapter (R7)
1486117393 1924 1201 SFA6902F-R1 SFP+ AOE Adapter
14862 1924 6200 SFN5122F-R0
14863 1924 6201 SFN5122F-R1
14864 1924 6202 SFN5122F-R2
14865 1924 6204 SFN5122F-R4
14866 1924 6205 SFN5122F-R5
14867 1924 6206 SFN5122F-R6
14868 1924 6207 SFN5122F-R7
14869 1924 6210 SFN5322F-R0
14870 1924 6211 SFN5322F-R1
14871 1924 6217 SFN5322F-R7
14872 1924 6227 SFN6122F-R7
14873 1924 6237 SFN6322F-R7
14874 1924 6501 SFN5802K-R1
14875 1924 6511 SFN5814H-R1
14876 1924 6521 SFN5812H-R1
17394 1924 6200 SFN5122F-R0 SFP+ Server Adapter
17395 1924 6201 SFN5122F-R1 SFP+ Server Adapter
17396 1924 6202 SFN5122F-R2 SFP+ Server Adapter
17397 1924 6204 SFN5122F-R4 SFP+ Server Adapter
17398 1924 6205 SFN5122F-R5 SFP+ Server Adapter
17399 1924 6206 SFN5122F-R6 SFP+ Server Adapter
17400 1924 6207 SFN5122F-R7 SFP+ Server Adapter
17401 1924 6210 SFN5322F-R0 SFP+ Precision Time Synchronization Server Adapter
17402 1924 6211 SFN5322F-R1 SFP+ Precision Time Synchronization Server Adapter
17403 1924 6217 SFN5322F-R7 SFP+ Precision Time Synchronization Server Adapter
17404 1924 6227 SFN6122F-R7 SFP+ Server Adapter
17405 1924 6237 SFN6322F-R7 SFP+ Precision Time Synchronization Server Adapter
17406 1924 6501 SFN5802K-R1 Mezzanine Adapter
17407 1924 6511 SFN5814H-R1 Mezzanine Adapter
17408 1924 6521 SFN5812H-R1 Mezzanine Adapter
1487717409 1924 6562 SFN6832F-R2 SFP+ Mezzanine Adapter
14878 1924 6a05 SFN5112F-R5
14879 1924 6a06 SFN5112F-R6
14880 1924 7206 SFN5162F-R6
14881 1924 7207 SFN5162F-R7
14882 1924 7a06 SFN5152F-R6
14883 1924 7a07 SFN5152F-R7
17410 1924 6a05 SFN5112F-R5 SFP+ Server Adapter
17411 1924 6a06 SFN5112F-R6 SFP+ Server Adapter
17412 1924 7206 SFN5162F-R6 SFP+ Server Adapter
17413 1924 7207 SFN5162F-R7 SFP+ Server Adapter
17414 1924 7a06 SFN5152F-R6 SFP+ Server Adapter
17415 1924 7a07 SFN5152F-R7 SFP+ Server Adapter
1488417416 0813 SFL9021 [Solarstorm]
14885 1924 6100 SFN5121T-R0
14886 1924 6102 SFN5121T-R2
14887 1924 6103 SFN5121T-R3
14888 1924 6104 SFN5121T-R4
14889 1924 6902 SFN5111T-R2
14890 1924 6904 SFN5111T-R4
14891 1924 7104 SFN5161T-R4
14892 1924 7904 SFN5151T-R4
17417 1924 6100 SFN5121T-R0 10GBASE-T Server Adapter
17418 1924 6102 SFN5121T-R2 10GBASE-T Server Adapter
17419 1924 6103 SFN5121T-R3 10GBASE-T Server Adapter
17420 1924 6104 SFN5121T-R4 10GBASE-T Server Adapter
17421 1924 6902 SFN5111T-R2 10GBASE-T Server Adapter
17422 1924 6904 SFN5111T-R4 10GBASE-T Server Adapter
17423 1924 7104 SFN5161T-R4 10GBASE-T Server Adapter
17424 1924 7904 SFN5151T-R4 10GBASE-T Server Adapter
17425 0903 SFC9120
17426 1014 04cc SFN7122F-R2 2x10GbE SFP+ Flareon Ultra
17427 1924 8002 SFN7122F-R1 SFP+ Server Adapter
17428 1924 8003 SFN7x41Q-R1 Flareon Ultra 7000 Series 10/40G Adapter
17429 1924 8006 SFN7022F-R1 SFP+ Server Adapter
17430 1924 8007 SFN7322F-R2 Precision Time SFP+ Server Adapter
17431 1924 8009 SFN7x22F-R2 Flareon Ultra 7000 Series 10G Adapter
17432 1924 800a SFN7x02F-R2 Flareon 7000 Series 10G Adapter
17433 0923 SFC9140
17434 1924 800b SFN7x42Q-R1 Flareon Ultra 7000 Series 10/40G Adapter
1489317435 1803 SFC9020 Virtual Function [Solarstorm]
1489417436 1813 SFL9021 Virtual Function [Solarstorm]
1489517437 6703 SFC4000 rev A iSCSI/Onload [Solarstorm]
1491917461 0364 AHA364-PCIe
1492017462 0367 AHA367-PCIe
1492117463 0370 AHA370-PCIe
17464 3641 AHA3641
17465 3642 AHA3642
1492217466 1942 ClearSpeed Technology plc
1492317467 e511 Advance X620 accelerator card
1492417468 e521 Advance e620 accelerator card
1497017514 0082 MPC8347E TBGA
1497117515 0083 MPC8347 TBGA
1497217516 0084 MPC8347E PBGA
17517 110a 4074 SIMATIC NET CP 1628
1497317518 0085 MPC8347 PBGA
17519 110a 4046 SIMATIC NET CP 1623
1497417520 0086 MPC8343E
1497517521 0087 MPC8343
1497617522 00b4 MPC8315E
17523 00b6 MPC8314E
17524 1a56 1101 Killer Xeno Pro Gigabit Ethernet Controller
1497717525 00c2 MPC8379E
1497817526 00c3 MPC8379
1497917527 00c4 MPC8378E
1500217550 7010 MPC8641 PCI Host Bridge
1500317551 7011 MPC8641D PCI Host Bridge
1500417552 7018 MPC8610
17553 c006 MPC8308
17554 1a56 1201 Killer E2100 Gigabit Ethernet Controller
1500517555 1958 Faster Technology, LLC.
1500617556 1959 PA Semi, Inc
1500717557 a000 PA6T Core
1502117571 1966 Orad Hi-Tec Systems
1502217572 1975 DVG64 family
1502317573 1977 DVG128 family
15024 # nee Attansic Technology Corp.
15025 1969 Atheros Communications Inc.
17574 # nee Atheros Communications, Inc. nee Attansic Technology Corp.
17575 1969 Qualcomm Atheros
1502617576 1026 AR8121/AR8113/AR8114 Gigabit or Fast Ethernet
1502717577 1043 8304 P5KPL-CM Motherboard
1502817578 1048 Attansic L1 Gigabit Ethernet
1503017580 1062 AR8132 Fast Ethernet
1503117581 1063 AR8131 Gigabit Ethernet
1503217582 1458 e000 GA-G31M-ES2L Motherboard
17583 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
1503317584 1066 Attansic L2c Gigabit Ethernet
1503417585 1067 Attansic L1c Gigabit Ethernet
1503517586 1073 AR8151 v1.0 Gigabit Ethernet
1503717588 1090 AR8162 Fast Ethernet
1503817589 1091 AR8161 Gigabit Ethernet
1503917590 1043 1477 N56VZ
17591 10a0 QCA8172 Fast Ethernet
17592 10a1 QCA8171 Gigabit Ethernet
1504017593 2048 Attansic L2 Fast Ethernet
1504117594 2060 AR8152 v1.1 Fast Ethernet
1504217595 2062 AR8152 v2.0 Fast Ethernet
17596 # E2200, E2201, E2205
17597 e091 Killer E220x Gigabit Ethernet Controller
1504317598 196a Sensory Networks Inc.
1504417599 0101 NodalCore C-1000 Content Classification Accelerator
1504517600 0102 NodalCore C-2000 Content Classification Accelerator
1506217617 1043 8460 P8P67 Deluxe Motherboard
1506317618 2363 JMB363 SATA/IDE Controller
1506417619 1043 81e4 P5B [JMB363]
15065 1458 b000 GA-EP45-DS5 Motherboard
17620 1458 b000 Motherboard
1506617621 1849 2363 Motherboard (one of many)
1506717622 2364 JMB364 AHCI Controller
1506817623 2365 JMB365 AHCI/IDE
1512017675 103c 3340 NC552SFP 2-port 10Gb Server Adapter
1512117676 103c 3341 NC552m 10Gb 2-port FlexFabric Converged Network Adapter
1512217677 103c 3345 NC553m 10Gb 2-port FlexFabric Converged Network Adapter
17678 103c 337b NC554FLB 10Gb 2-port FlexFabric Converged Network Adapter
1512317679 0712 OneConnect 10Gb iSCSI Initiator (be3)
1512417680 0714 OneConnect 10Gb FCoE Initiator (be3)
1512517681 103c 3315 NC553i 10Gb 2-port FlexFabric Converged Network Adapter
17682 103c 337b NC554FLB 10Gb 2-port FlexFabric Converged Network Adapter
1512617683 19a8 DAQDATA GmbH
1512717684 19ac Kasten Chase Applied Research
1512817685 0001 ACA2400 Crypto Accelerator
1516017717 1a08 Sierra semiconductor
1516117718 0000 SC15064
1516217719 1a0e DekTec Digital Video B.V.
17720 083f DTA-2111 VHF/UHF Modulator
1516317721 1a17 Force10 Networks, Inc.
1516417722 8002 PB-10GE-2P 10GbE Security Card
1516517723 1a1d GFaI e.V.
1516717725 1a1e 3Leaf Systems, Inc.
1516817726 1a22 Ambric Inc.
1516917727 1a29 Fortinet, Inc.
17728 4338 CP8 Content Processor ASIC
17729 4e36 NP6 Network Processor
1517017730 1a2b Ascom AG
1517117731 0000 GESP v1.2
1517217732 0001 GESP v1.3
1517417734 0005 ETP v1.4
1517517735 000a ETP-104 v1.1
1517617736 000e DSLP-104 v1.1
17737 # nee Metalink Ltd.
17738 1a30 Lantiq
17739 0680 MtW8171 [Hyperion II]
17740 0700 Wave300 PSB8224 [Hyperion III]
17741 0710 Wave300 PSB8231 [Hyperion III]
1517717742 1a32 Quanta Microsystems, Inc
1517817743 1a3b AzureWave
1517917744 1112 AR9285 Wireless Network Adapter (PCI-Express)
1518017745 1a41 Tilera Corp.
1518117746 0001 TILE64 processor
1518217747 0002 TILEPro processor
15183 0200 TILE-Gx36 processor
17748 0200 TILE-Gx processor
17749 0201 TILE-Gx Processor Virtual Function
17750 2000 TILE-Gx PCI Express Root Port
1518417751 1a4a SLAC National Accelerator Lab PPA-REG
1518517752 1000 MCOR Power Supply Controller
1518617753 1010 AMC EVR - Stockholm Timing Board
1518717754 2000 PGPCard - 4 Lane
17755 2001 PGPCard - 8 Lane Plus EVR
1518817756 2010 PCI-Express EVR
1518917757 1a51 Hectronic AB
17758 1a55 Rohde & Schwarz DVS GmbH
17759 0010 SDStationOEM
17760 0011 SDStationOEM II
17761 0020 Centaurus
17762 0021 Centaurus II
17763 0022 Centaurus II LT
17764 0030 CLIPSTER-VPU 1.x (Hugo)
17765 0040 Hydra Cinema (JPEG)
17766 0050 CLIPSTER-VPU 2.x (DigiLab)
17767 0060 CLIPSTER-DCI 2.x (HydraX)
17768 0061 Atomix
17769 0062 Atomix LT
17770 0063 Atomix HDMI
17771 0064 Atomix STAN
17772 0065 Atomix HDMI STAN
17773 0070 RED Rocket
17774 0090 CinePlay
1519017775 1a56 Bigfoot Networks, Inc.
1519117776 1a57 Highly Reliable Systems
1519217777 1a58 Razer USA Ltd.
1520017785 1a76 Wavesat
1520117786 1a77 Lightfleet Corporation
1520217787 1a78 Virident Systems Inc.
15203 0031 Virident FlashMAX Drive
17788 0031 FlashMAX Drive
1520417789 1a78 0034 FlashMAX PCIe SSD [rev 3]
1520517790 1a78 0037 FlashMAX PCIe SSD [rev 3D]
1520617791 1a78 0038 FlashMAX PCIe SSD [rev 4]
1520717792 1a78 0039 FlashMAX PCIe SSD [rev 4D]
1520817793 0040 FlashMAX II
17794 0041 FlashMAX II
17795 0042 FlashMAX II
17796 0050 FlashMAX III
1520917797 1a84 Commex Technologies
1521017798 0001 Vulcan SP HT6210 10-Gigabit Ethernet (rev 02)
1521117799 1a88 MEN Mikro Elektronik
1522617814 4005 Accelerated Virtual Video Adapter
1522717815 4006 Memory Ballooning Controller
1522817816 1ab9 Espia Srl
15229 1acc Point of View B.V
17817 1ac8 Aeroflex Gaisler
17818 1acc Point of View BV
1523017819 1ad7 Spectracom Corporation
1523117820 8000 TSync-PCIe Time Code Processor
1523217821 9100 TPRO-PCI-66U Timecode Reader/Generator
1524017829 0a41 microEnable IV-FULL x1
1524117830 0a44 microEnable IV-FULL x4
1524217831 0e44 microEnable IV-GigE x4
17832 1ae9 Wilocity Ltd.
17833 0101 Wil6200 PCI Express Root Port
17834 0200 Wil6200 PCI Express Port
17835 0201 Wil6200 Wireless PCI Express Port
17836 0301 Wil6200 802.11ad Wireless Network Adapter
1524317837 1aec Wolfson Microelectronics
1524417838 1aed Fusion-io
1524517839 1003 ioDimm3 (v1.2)
1525517849 1007 ioXtreme Pro
1525617850 1008 ioXtreme-2
1525717851 2001 ioDrive2
17852 3001 ioMemory FHHL
17853 3002 ioMemory HHHL
17854 3003 ioMemory Mezzanine
1525817855 1aee Caustic Graphics Inc.
1525917856 # nee Qumranet, Inc.
1526017857 1af4 Red Hat, Inc
1526217859 1001 Virtio block device
1526317860 1002 Virtio memory balloon
1526417861 1003 Virtio console
17862 1004 Virtio SCSI
17863 1005 Virtio RNG
17864 1009 Virtio filesystem
17865 1010 Virtio GPU
17866 1012 Virtio input device
17867 1110 Inter-VM shared memory
17868 1af4 1100 QEMU Virtual Machine
1526517869 1af5 Netezza Corp.
1526617870 1afa J & W Electronics Co., Ltd.
1526717871 1b03 Magnum Semiconductor, Inc,
1526817872 6100 DXT/DXTPro Multiformat Broadcast HD/SD Encoder/Decoder/Transcoder
1526917873 1b08 MSC Vertriebs GmbH
17874 1b0a Pegatron
1527017875 1b13 Jaton Corp
1527117876 1b1a K&F Computing Research Co.
1527217877 0e70 GRAPE
1527317878 1b21 ASMedia Technology Inc.
1527417879 0611 ASM1061 SATA IDE Controller
1527517880 0612 ASM1062 Serial ATA Controller
17881 1849 0612 Motherboard
1527617882 1042 ASM1042 SuperSpeed USB Host Controller
17883 1043 8488 P8B WS Motherboard
17884 1849 1042 Motherboard
1527717885 1080 ASM1083/1085 PCIe to PCI Bridge
17886 1849 1080 Motherboard
17887 1142 ASM1042A USB 3.0 Host Controller
17888 1b2c Opal-RT Technologies Inc.
1527817889 1b36 Red Hat, Inc.
17890 0001 QEMU PCI-PCI bridge
17891 0002 QEMU PCI 16550A Adapter
17892 1af4 1100 QEMU Virtual Machine
17893 0003 QEMU PCI Dual-port 16550A Adapter
17894 1af4 1100 QEMU Virtual Machine
17895 0004 QEMU PCI Quad-port 16550A Adapter
17896 1af4 1100 QEMU Virtual Machine
17897 0005 QEMU PCI Test Device
17898 1af4 1100 QEMU Virtual Machine
17899 0100 QXL paravirtual graphic card
17900 1af4 1100 QEMU Virtual Machine
1527917901 1b37 Signal Processing Devices Sweden AB
1528017902 0014 ADQ412
1528117903 1b3a Westar Display Technologies
1529817920 9130 88SE9128 PCIe SATA 6 Gb/s RAID controller with HyperDuo
1529917921 1043 8438 P8P67 Deluxe Motherboard
1530017922 9172 88SE9172 SATA 6Gb/s Controller
17923 9178 88SE9170 PCIe SATA 6Gb/s Controller
1530117924 917a 88SE9172 SATA III 6Gb/s RAID Controller
17925 9183 88SS9183 PCIe SSD Controller
1530217926 9192 88SE9172 SATA III 6Gb/s RAID Controller
15303 91a0 88SE91A0 SATA 6Gb/s Controller
15304 91a4 88SE9128 IDE Controller
17927 91a0 88SE912x SATA 6Gb/s Controller [IDE mode]
17928 91a4 88SE912x IDE Controller
17929 9220 88SE9220 PCIe 2.0 x2 2-port SATA 6 Gb/s RAID Controller
1530517930 9230 88SE9230 PCIe SATA 6Gb/s Controller
17931 9235 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller
17932 9445 88SE9445 PCIe 2.0 x4 4-Port SAS/SATA 6 Gbps RAID Controller
1530617933 9480 88SE9480 SAS/SATA 6Gb/s RAID controller
17934 9485 88SE9485 SAS/SATA 6Gb/s controller
1530717935 1b55 NetUP Inc.
17936 18f6 Dual DVB Universal CI card
1530817937 2a2c Dual DVB-S2-CI card
1530917938 e2e4 Dual DVB-T/C-CI RF card
1531017939 # 2xHDMI and 2xHD-SDI inputs
1533117960 1bad ReFLEX CES
1533217961 1bb0 SimpliVity Corporation
1533317962 0002 OmniCube Accelerator OA-3000
17963 0010 OmniCube Accelerator OA-3000-2
1533417964 1bb3 Bluecherry
1533517965 4304 BC-04120A MPEG4 4 port video encoder / decoder
1533617966 4309 BC-08240A MPEG4 4 port video encoder / decoder
1534617976 0003 MAX3
1534717977 0004 MAX4
1534817978 1bf4 VTI Instruments Corporation
17979 0001 SentinelEX
17980 1bfd EeeTOP
1534917981 1c1c Symphony
1535017982 0001 82C101
1535117983 1c2c Fiberblaze
17984 000a Capture
17985 000f SmartNIC
17986 00a0 FBC4G Capture 4x1Gb
17987 00a1 FBC4XG Capture 4x10Gb
17988 00a2 FBC8XG Capture 8x10Gb
17989 00a3 FBC2XG Capture 2x10Gb
17990 00a4 FBC4XGG3 Capture 4x10Gb
17991 00a5 FBC2XLG Capture 2x40Gb
17992 00a6 FBC1CG Capture 1x100Gb
1535217993 # Used on V120 VME Crate Controller
1535317994 1c32 Highland Technology, Inc.
17995 1c33 Daktronics, Inc
1535417996 1c3b Accensus, LLC
1535517997 0200 Telas2
17998 # http://www.accensusllc.com/accensustelas2.html
17999 0300 Telas 2.V
1535618000 1c44 Enmotus Inc
1535718001 8000 8000 Storage IO Controller
1535818002 1c7f Elektrobit Austria GmbH
1535918003 5100 EB5100
1536018004 1c8a TSF5 Corporation
18005 0001 Hunter PCI Express
18006 1cb1 Collion UG & Co.KG
18007 1cc5 Embedded Intelligence, Inc.
18008 0100 CAN-PCIe-02
18009 1ce4 Exablaze
18010 0001 ExaNIC X4
18011 0002 ExaNIC X2
18012 1cf7 Subspace Dynamics
18013 # CEM Solutions Pvt. Ltd.
18014 1d21 Allo
1536118015 1d44 DPT
1536218016 a400 PM2x24/PM3224
1536318017 1d5c Fantasia Trading LLC
1541218066 20f4 TRENDnet
1541318067 2116 ZyDAS Technology Corp.
1541418068 21c3 21st Century Computer Corp.
15415 # (Probably only the Mobile Phone Division)
15416 22b8 Motorola, Inc.
1541718069 2304 Colorgraphic Communications Corp.
1541818070 2348 Racore
1541918071 2010 8142 100VG/AnyLAN
1542118073 270b Xantel Corporation
1542218074 270f Chaintech Computer Co. Ltd
1542318075 2711 AVID Technology Inc.
15424 29b4 82q35 Express MEI Controller
18076 2955 Connectix Virtual PC
18077 6e61 OHCI USB 1.1 controller
1542518078 2a15 3D Vision(???)
1542618079 3000 Hansol Electronics Inc.
15427 3020 LSI SAS2 9211-8i
15428 3080 LSI SAS2 9200-8e
1542918080 3142 Post Impression Systems.
18081 31ab Zonet
18082 1faa ZEW1602 802.11b/g Wireless Adapter
1543018083 3388 Hint Corp
1543118084 0013 HiNT HC4 PCI to ISDN bridge, Multimedia audio controller
1543218085 0014 HiNT HC4 PCI to ISDN bridge, Network controller
1573918392 5053 Voyetra Technologies
1574018393 2010 Daytona Audio Adapter
1574118394 50b2 TerraTec Electronic GmbH
15742 1111 Terratec XLerate
1574318395 5136 S S Technologies
1574418396 5143 Qualcomm Inc
1574518397 5145 Ensoniq (Old)
1574918401 0301 FlyDVB-T
1575018402 5301 Alliance Semiconductor Corp.
1575118403 0001 ProMotion aT3D
15752 5333 S3 Inc.
18404 5333 S3 Graphics Ltd.
1575318405 0551 Plato/PX (system)
1575418406 5631 86c325 [ViRGE]
1575518407 8800 86c866 [Vision 866]
1585518507 1179 0001 ViRGE/MX
1585618508 8c02 ViRGE/MX+
1585718509 8c03 ViRGE/MX+MV
15858 8c10 86C270-294 Savage/MX-MV
15859 8c11 82C270-294 Savage/MX
15860 8c12 86C270-294 Savage/IX-MV
18510 8c10 86C270-294 [SavageMX-MV]
18511 8c11 82C270-294 [SavageMX]
18512 8c12 86C270-294 [SavageIX-MV]
1586118513 1014 017f ThinkPad T20/T22
1586218514 1179 0001 86C584 SuperSavage/IXC Toshiba
15863 8c13 86C270-294 Savage/IX
18515 8c13 86C270-294 [SavageIX]
1586418516 1179 0001 Magnia Z310
1586518517 8c22 SuperSavage MX/128
1586618518 8c24 SuperSavage MX/64
1587618528 8d02 VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK)
1587718529 8d03 VT8751 [ProSavageDDR P4M266]
1587818530 8d04 VT8375 [ProSavage8 KM266/KL266]
18531 8e00 DeltaChrome
18532 8e26 ProSavage
1587918533 8e40 2300E Graphics Processor
15880 8e48 Chrome S27 PCIE
18534 8e48 Matrix [Chrome S25 / S27]
1588118535 5333 0130 Chrome S27 256M DDR2
15882 9102 86C410 Savage 2000
18536 9043 Chrome 430 GT
18537 9045 Chrome 430 ULP / 435 ULP / 440 GTX
18538 9060 Chrome 530 GT
18539 9102 86C410 [Savage 2000]
1588318540 1092 5932 Viper II Z200
1588418541 1092 5934 Viper II Z200
1588518542 1092 5952 Viper II Z200
1593618593 1022 4 photo couple 4 relay Card
1593718594 1025 16 photo couple 16 relay Card
1593818595 4000 WatchDog Card
18596 6688 Zycoo Co., Ltd
18597 1200 CooVox TDM Analog Module
18598 1400 CooVOX TDM GSM Module
18599 1600 CooVOX TDM E1/T1 Module
18600 1800 CooVOX TDM BRI Module
1593918601 # nee Qumranet
1594018602 6900 Red Hat, Inc.
1594118603 7063 pcHDTV
1596218624 0043 Core Processor Secondary PCI Express Root Port
1596318625 0044 Core Processor DRAM Controller
1596418626 1025 0347 Aspire 7740G
18627 1025 0487 TravelMate 5742
18628 144d c06a R730 Laptop
18629 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
1596518630 e4bf 50c1 PC1-GROOVE
1596618631 0045 Core Processor PCI Express x16 Root Port
18632 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
1596718633 0046 Core Processor Integrated Graphics Controller
18634 144d c06a R730 Laptop
18635 17c0 10d9 Medion Akoya E7214 Notebook PC [MD98410]
1596818636 e4bf 50c1 PC1-GROOVE
1596918637 0047 Core Processor Secondary PCI Express Root Port
1597018638 0048 Core Processor DRAM Controller
1602618694 8086 5226 Centrino Advanced-N 6230 ABG
1602718695 0100 2nd Generation Core Processor Family DRAM Controller
1602818696 1028 04aa XPS 8300
16029 1043 844d P8P67 Deluxe Motherboard
18697 1043 844d P8P67/P8H67 Series Motherboard
1603018698 0101 Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port
1603118699 1028 04b2 Vostro 3350
1603218700 106b 00dc MacBookPro8,2 [Core i7, 15", 2011]
1603318701 0102 2nd Generation Core Processor Family Integrated Graphics Controller
18702 1028 04aa XPS 8300
18703 1043 0102 P8H67 Series Motherboard
1603418704 0104 2nd Generation Core Processor Family DRAM Controller
18705 1028 04a3 Precision M4600
1603518706 1028 04b2 Vostro 3350
1603618707 1028 04da Vostro 3750
1603718708 106b 00dc MacBookPro8,2 [Core i7, 15", 2011]
1605218723 0126 2nd Generation Core Processor Family Integrated Graphics Controller
1605318724 1028 04cc Vostro 3350
1605418725 0150 Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller
18726 1043 84ca P8 series motherboard
18727 15d9 0624 X9SCM-F Motherboard
18728 1849 0150 Motherboard
1605518729 0151 Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
1605618730 1043 1477 N56VZ
18731 1043 844d P8 series motherboard
18732 1043 84ca P8H77-I Motherboard
18733 8086 2010 Server Board S1200BTS
1605718734 0152 Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
18735 1043 84ca P8H77-I Motherboard
18736 0153 3rd Gen Core Processor Thermal Subsystem
18737 1043 1517 Zenbook Prime UX31A
1605818738 0154 3rd Gen Core processor DRAM Controller
18739 1025 0813 Aspire R7-571
18740 103c 17f6 ProBook 4540s
1605918741 1043 1477 N56VZ
18742 1043 1517 Zenbook Prime UX31A
1606018743 0155 Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
18744 8086 2010 Server Board S1200BTS
1606118745 0156 3rd Gen Core processor Graphics Controller
1606218746 0158 Xeon E3-1200 v2/Ivy Bridge DRAM Controller
18747 1043 844d P8 series motherboard
18748 8086 2010 Server Board S1200BTS
1606318749 0159 Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
1606418750 015a Xeon E3-1200 v2/Ivy Bridge Graphics Controller
1606518751 015c Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller
1606618752 015d Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
18753 1043 844d P8 series motherboard
1606718754 015e Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
1606818755 0162 Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
18756 1043 84ca P8 series motherboard
18757 1849 0162 Motherboard
1606918758 0166 3rd Gen Core processor Graphics Controller
18759 1043 1517 Zenbook Prime UX31A
1607018760 1043 2103 N56VZ
1607118761 016a Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
18762 1043 844d P8B WS Motherboard
1607218763 0172 Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
1607318764 0176 3rd Gen Core processor Graphics Controller
1607418765 0309 80303 I/O Processor PCI-to-PCI Bridge
1607518766 030d 80312 I/O Companion Chip PCI-to-PCI Bridge
1607618767 0326 6700/6702PXH I/OxAPIC Interrupt Controller A
18768 103c 3208 ProLiant DL140 G2
1607718769 1775 1100 CR11/VR11 Single Board Computer
1607818770 0327 6700PXH I/OxAPIC Interrupt Controller B
18771 103c 3208 ProLiant DL140 G2
1607918772 1775 1100 CR11/VR11 Single Board Computer
1608018773 0329 6700PXH PCI Express-to-PCI Bridge A
1608118774 032a 6700PXH PCI Express-to-PCI Bridge B
1609418787 0372 80333 Segment-B PCI Express-to-PCI Express Bridge
1609518788 0373 80333 B-Bus IOAPIC
1609618789 0374 80333 Address Translation Unit
16097 0402 Haswell Integrated Graphics Controller
16098 0406 Haswell Integrated Graphics Controller
16099 040a Haswell Integrated Graphics Controller
16100 0412 Haswell Integrated Graphics Controller
16101 0416 Haswell Integrated Graphics Controller
16102 041a Haswell Integrated Graphics Controller
18790 0402 Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
18791 0406 4th Gen Core Processor Integrated Graphics Controller
18792 040a Xeon E3-1200 v3 Processor Integrated Graphics Controller
18793 0412 Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
18794 0416 4th Gen Core Processor Integrated Graphics Controller
18795 17aa 220e ThinkPad T440p
18796 041a Xeon E3-1200 v3 Processor Integrated Graphics Controller
18797 041e 4th Generation Core Processor Family Integrated Graphics Controller
18798 0433 Coleto Creek ACC - ME/CPM interface
18799 0435 Coleto Creek PCIe Endpoint
1610318800 0436 DH8900CC Null Device
1610418801 0438 DH8900CC Series Gigabit Network Connection
1610518802 043a DH8900CC Series Gigabit Fiber Network Connection
1622018917 08af Centrino Wireless-N 100
1622118918 8086 1015 Centrino Wireless-N 100 BGN
1622218919 8086 1017 Centrino Wireless-N 100 BG
18920 08b1 Wireless 7260
18921 # Wilkins Peak 2 2x2 AGN + BT
18922 8086 4060 Dual Band Wireless-N 7260
18923 # Wilkins Peak 2 BGN + BT
18924 8086 4062 Wireless-N 7260
18925 # Wilkins Peak 2 2x2 80MHz + BT
18926 8086 4070 Dual Band Wireless-AC 7260
18927 # Wilkins Peak 2 2x2 AGN + BT
18928 8086 4160 Dual Band Wireless-N 7260
18929 # Wilkins Peak 2 BGN + BT
18930 8086 4162 Wireless-N 7260
18931 # Wilkins Peak 2 2x2 80MHz + BT
18932 8086 4170 Dual Band Wireless-AC 7260
18933 # Wilkins Peak 2 AGN + BT
18934 8086 4460 Dual Band Wireless-N 7260
18935 # Wilkins Peak 2 BGN + BT
18936 8086 4462 Wireless-N 7260
18937 # Wilkins Peak 2 2x2 80MHz + BT
18938 8086 4470 Dual Band Wireless-AC 7260
18939 # Wilkins Peak 2 2x2 80MHz + BT
18940 8086 486e Dual Band Wireless-AC 7260
18941 # Wilkins Peak 2 2x2 80MHz + BT
18942 8086 4870 Dual Band Wireless-AC 7260
18943 # Wilkins Peak 2 2x2 80MHz + BT
18944 8086 4a6c Dual Band Wireless-AC 7260
18945 # Wilkins Peak 2 2x2 80MHz + BT
18946 8086 4a6e Dual Band Wireless-AC 7260
18947 # Wilkins Peak 2 2x2 80MHz + BT
18948 8086 4a70 Dual Band Wireless-AC 7260
18949 # Wilkins Peak 2 2x2 80MHz (No BT)
18950 8086 c020 Dual Band Wireless-N 7260
18951 # Wilkins Peak 2 2x2 AGN + BT
18952 8086 c060 Dual Band Wireless-N 7260
18953 # Wilkins Peak 2 BGN + BT
18954 8086 c062 Wireless-N 7260
18955 # Wilkins Peak 2 2x2 80MHz + BT
18956 8086 c070 Dual Band Wireless-AC 7260
18957 # Wilkins Peak 2 2x2 AGN + BT
18958 8086 c160 Dual Band Wireless-N 7260
18959 # Wilkins Peak 2 BGN + BT
18960 8086 c162 Wireless-N 7260
18961 # Wilkins Peak 2 2x2 80MHz + BT
18962 8086 c170 Dual Band Wireless-AC 7260
18963 # Wilkins Peak 2 2x2 AGN (No BT) - Dell
18964 8086 c420 Dual Band Wireless-N 7260
18965 # Wilkins Peak 2 AGN + BT
18966 8086 c460 Dual Band Wireless-N 7260
18967 # Wilkins Peak 2 BGN + BT
18968 8086 c462 Wireless-N 7260
18969 # Wilkins Peak 2 2x2 80MHz + BT
18970 8086 c470 Dual Band Wireless-AC 7260
18971 08b2 Wireless 7260
18972 # Wilkins Peak 2 2x2 AGN (No BT) - Lenovo/HP
18973 8086 4220 Dual Band Wireless-N 7260
18974 # Wilkins Peak 2 2x2 AGN + BT - Lenovo/HP
18975 8086 4260 Dual Band Wireless-N 7260
18976 # Wilkins Peak 2 2x2 BGN + BT - Dell
18977 8086 4262 Wireless-N 7260
18978 # Wilkins Peak 2 2x2 80MHz + BT - Lenovo/HP
18979 8086 4270 Dual Band Wireless-AC 7260
18980 # Wilkins Peak 2 2x2 80MHz (No BT) - Lenovo/HP
18981 8086 c220 Dual Band Wireless-N 7260
18982 # Wilkins Peak 2 2x2 AGN + BT - Lenovo/HP
18983 8086 c260 Dual Band Wireless-N 7260
18984 # Wilkins Peak 2 2x2 BGN + BT - Dell
18985 8086 c262 Wireless-N 7260
18986 # Wilkins Peak 2 2x2 80MHz + BT - Lenovo/HP
18987 8086 c270 Dual Band Wireless-AC 7260
18988 08b3 Wireless 3160
18989 # Wilkins Peak 1 1x1 AGN + BT
18990 8086 0060 Dual Band Wireless-N 3160
18991 # Wilkins Peak 1 1x1 BGN + BT
18992 8086 0062 Wireless-N 3160
18993 # Wilkins Peak 1 1x1 80Mhz + BT
18994 8086 0070 Dual Band Wireless-AC 3160
18995 # Wilkins Peak 1 1x1 80Mhz + BT
18996 8086 0170 Dual Band Wireless-AC 3160
18997 # Wilkins Peak 1 1x1 80Mhz + BT
18998 8086 0470 Dual Band Wireless-AC 3160
18999 # Wilkins Peak 1 1x1 AGN + BT
19000 8086 8060 Dual Band Wireless N-3160
19001 # Wilkins Peak 1 1x1 BGN + BT
19002 8086 8062 Wireless N-3160
19003 # Wilkins Peak 1 1x1 80Mhz + BT
19004 8086 8070 Dual Band Wireless AC 3160
19005 # Wilkins Peak 1 1x1 80Mhz + BT
19006 8086 8170 Dual Band Wireless AC 3160
19007 # Wilkins Peak 1 1x1 80Mhz + BT
19008 8086 8470 Dual Band Wireless AC 3160
19009 08b4 Wireless 3160
19010 # Wilkins Peak 1 1x1 80Mhz + BT - lenovo/HP
19011 8086 0270 Dual Band Wireless-AC 3160
19012 # Wilkins Peak 1 1x1 80Mhz + BT - lenovo/HP
19013 8086 8270 Dual Band Wireless AC 3160
19014 # PowerVR SGX 545
19015 08cf Atom Processor Z2760 Integrated Graphics Controller
19016 095a Wireless 7265
19017 # Stone Peak 2 AC
19018 8086 1010 Dual Band Wireless-AC 7265
19019 # Stone Peak 2 AGN
19020 8086 5000 Dual Band Wireless-N 7265
19021 # Stone Peak 2 BGN
19022 8086 5002 Wireless-N 7265
19023 # Stone Peak 2 AGN
19024 8086 500a Dual Band Wireless-N 7265
19025 # Stone Peak 2 AC
19026 8086 5010 Dual Band Wireless-AC 7265
19027 # Stone Peak 2 AC
19028 8086 5012 Dual Band Wireless-AC 7265
19029 # Stone Peak 2 AGN
19030 8086 5020 Dual Band Wireless-N 7265
19031 # Stone Peak 2 AGN
19032 8086 502a Dual Band Wireless-N 7265
19033 # Maple Peak AC
19034 8086 5090 Dual Band Wireless-AC 7265
19035 # Stone Peak 2 AGN
19036 8086 5100 Dual Band Wireless-AC 7265
19037 # Stone Peak 2 AGN
19038 8086 510a Dual Band Wireless-AC 7265
19039 # Stone Peak 2 AC
19040 8086 5110 Dual Band Wireless-AC 7265
19041 # Stone Peak 2 AC
19042 8086 5112 Dual Band Wireless-AC 7265
19043 # Maple Peak AC
19044 8086 5190 Dual Band Wireless-AC 7265
19045 # Stone Peak 2 AGN
19046 8086 5400 Dual Band Wireless-AC 7265
19047 # Stone Peak 2 AC
19048 8086 5410 Dual Band Wireless-AC 7265
19049 # Stone Peak 2 AGN
19050 8086 5420 Dual Band Wireless-N 7265
19051 # Maple Peak AC
19052 8086 5490 Dual Band Wireless-AC 7265
19053 # Maple Peak AC
19054 8086 5590 Dual Band Wireless-AC 7265
19055 # Stone Peak 2 AC
19056 8086 9010 Dual Band Wireless-AC 7265
19057 # Stone Peak 2 AC
19058 8086 9012 Dual Band Wireless-AC 7265
19059 # Stone Peak 2 AC
19060 8086 9110 Dual Band Wireless-AC 7265
19061 # Stone Peak 2 AC
19062 8086 9112 Dual Band Wireless-AC 7265
19063 # Stone Peak 2 AC
19064 8086 9210 Dual Band Wireless-AC 7265
19065 # Stone Peak 2 AC
19066 8086 9310 Dual Band Wireless-AC 7265
19067 # Stone Peak 2 AC
19068 8086 9410 Dual Band Wireless-AC 7265
19069 # Stone Peak 2 AC
19070 8086 9510 Dual Band Wireless-AC 7265
19071 095b Wireless 7265
19072 # Stone Peak 2 AGN
19073 8086 5200 Dual Band Wireless-N 7265
19074 # Stone Peak 2 BGN
19075 8086 5202 Wireless-N 7265
19076 # Stone Peak 2 AC
19077 8086 5210 Dual Band Wireless-AC 7265
19078 # Maple Peak AC
19079 8086 5290 Dual Band Wireless-AC 7265
19080 # Stone Peak 2 BGN
19081 8086 5302 Dual Band Wireless-AC 7265
19082 # Stone Peak 2 AC
19083 8086 5310 Dual Band Wireless-AC 7265
1622319084 0960 80960RP (i960RP) Microprocessor/Bridge
1622419085 0962 80960RM (i960RM) Bridge
1622519086 0964 80960RP (i960RP) Microprocessor/Bridge
1622619087 0a04 Haswell-ULT DRAM Controller
19088 17aa 2214 ThinkPad X240
1622719089 0a06 Haswell-ULT Integrated Graphics Controller
19090 0a0c Haswell-ULT HD Audio Controller
19091 17aa 2214 ThinkPad X240
1622819092 0a16 Haswell-ULT Integrated Graphics Controller
19093 17aa 2214 ThinkPad X240
1622919094 0a22 Haswell-ULT Integrated Graphics Controller
1623019095 0a26 Haswell-ULT Integrated Graphics Controller
1623119096 0a2a Haswell-ULT Integrated Graphics Controller
1623219097 0be0 Atom Processor D2xxx/N2xxx Integrated Graphics Controller
1623319098 0be1 Atom Processor D2xxx/N2xxx Integrated Graphics Controller
19099 105b 0d7c D270S/D250S Motherboard
1623419100 0be2 Atom Processor D2xxx/N2xxx Integrated Graphics Controller
1623519101 0be3 Atom Processor D2xxx/N2xxx Integrated Graphics Controller
1623619102 0be4 Atom Processor D2xxx/N2xxx Integrated Graphics Controller
1625119117 0bf3 Atom Processor D2xxx/N2xxx DRAM Controller
1625219118 0bf4 Atom Processor D2xxx/N2xxx DRAM Controller
1625319119 0bf5 Atom Processor D2xxx/N2xxx DRAM Controller
19120 105b 0d7c D270S/D250S Motherboard
1625419121 0bf6 Atom Processor D2xxx/N2xxx DRAM Controller
1625519122 0bf7 Atom Processor D2xxx/N2xxx DRAM Controller
16256 0c00 Haswell DRAM Controller
16257 0c01 Haswell PCI Express x16 Controller
16258 0c04 Haswell DRAM Controller
16259 0c05 Haswell PCI Express x8 Controller
16260 0c08 Haswell DRAM Controller
16261 0c09 Haswell PCI Express x4 Controller
16262 0c0c Haswell HD Audio Controller
16263 0c46 Centerton PCI Express Root Port 1
16264 0c47 Centerton PCI Express Root Port 2
16265 0c48 Centerton PCI Express Root Port 3
16266 0c49 Centerton PCI Express Root Port 4
16267 0c4e Centerton NTB Primary
16268 0c54 Centerton Internal Management
16269 0c59 Centerton SMBus 2.0 Controller 0
16270 0c5a Centerton SMBus 2.0 Controller 1
16271 0c5f Centerton UART
16272 0c60 Centerton Integrated Legacy Bus
16273 0c70 Centerton Internal Fabric
16274 0c71 Centerton Internal Fabric
16275 0c72 Centerton Internal Fabric
16276 0c73 Centerton Internal Fabric
16277 0c74 Centerton Internal Fabric
16278 0c75 Centerton Internal Fabric
16279 0c76 Centerton Internal Fabric
16280 0c77 Centerton Internal Fabric
16281 0c78 Centerton Internal Fabric
16282 0c79 Centerton Internal Fabric
16283 0c7a Centerton Internal Fabric
16284 0c7b Centerton Internal Fabric
16285 0c7c Centerton Internal Fabric
16286 0c7d Centerton Internal Fabric
16287 0c7e Centerton Internal Fabric
16288 0c7f Centerton Internal Fabric
19123 0c00 4th Gen Core Processor DRAM Controller
19124 0c01 Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller
19125 0c04 Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller
19126 103c 1909 ZBook 15
19127 17aa 220e ThinkPad T440p
19128 0c05 Xeon E3-1200 v3/4th Gen Core Processor PCI Express x8 Controller
19129 0c08 Xeon E3-1200 v3 Processor DRAM Controller
19130 0c09 Xeon E3-1200 v3/4th Gen Core Processor PCI Express x4 Controller
19131 0c0c Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
19132 17aa 220e ThinkPad T440p
19133 0c46 Atom Processor S1200 PCI Express Root Port 1
19134 0c47 Atom Processor S1200 PCI Express Root Port 2
19135 0c48 Atom Processor S1200 PCI Express Root Port 3
19136 0c49 Atom Processor S1200 PCI Express Root Port 4
19137 0c4e Atom Processor S1200 NTB Primary
19138 0c54 Atom Processor S1200 Internal
19139 0c55 Atom Processor S1200 DFX 1
19140 0c56 Atom Processor S1200 DFX 2
19141 0c59 Atom Processor S1200 SMBus 2.0 Controller 0
19142 0c5a Atom Processor S1200 SMBus 2.0 Controller 1
19143 0c5b Atom Processor S1200 SMBus Controller 2
19144 0c5c Atom Processor S1200 SMBus Controller 3
19145 0c5d Atom Processor S1200 SMBus Controller 4
19146 0c5e Atom Processor S1200 SMBus Controller 5
19147 0c5f Atom Processor S1200 UART
19148 0c60 Atom Processor S1200 Integrated Legacy Bus
19149 0c70 Atom Processor S1200 Internal
19150 0c71 Atom Processor S1200 Internal
19151 0c72 Atom Processor S1200 Internal
19152 0c73 Atom Processor S1200 Internal
19153 0c74 Atom Processor S1200 Internal
19154 0c75 Atom Processor S1200 Internal
19155 0c76 Atom Processor S1200 Internal
19156 0c77 Atom Processor S1200 Internal
19157 0c78 Atom Processor S1200 Internal
19158 0c79 Atom Processor S1200 Internal
19159 0c7a Atom Processor S1200 Internal
19160 0c7b Atom Processor S1200 Internal
19161 0c7c Atom Processor S1200 Internal
19162 0c7d Atom Processor S1200 Internal
19163 0c7e Atom Processor S1200 Internal
19164 0c7f Atom Processor S1200 Internal
19165 0d00 Crystal Well DRAM Controller
19166 0d01 Crystal Well PCI Express x16 Controller
19167 0d04 Crystal Well DRAM Controller
19168 0d05 Crystal Well PCI Express x8 Controller
19169 0d09 Crystal Well PCI Express x4 Controller
1628919170 0d0c Crystal Well HD Audio Controller
16290 0e00 Ivytown DMI2
16291 0e01 Ivytown PCI Express Root Port in DMI2 Mode
16292 0e04 Ivytown PCI Express Root Port 2a
16293 0e05 Ivytown PCI Express Root Port 2b
16294 0e06 Ivytown PCI Express Root Port 2c
16295 0e07 Ivytown PCI Express Root Port 2d
16296 0e08 Ivytown PCI Express Root Port 3a
16297 0e09 Ivytown PCI Express Root Port 3b
16298 0e0a Ivytown PCI Express Root Port 3c
16299 0e0b Ivytown PCI Express Root Port 3d
16300 0e1c Ivytown Debug and Error Injection Related Registers
16301 0e1d Ivytown R2PCIe
16302 0e1e Ivytown Semaphore and Scratchpad Configuration Registers
16303 0e1f Ivytown Semaphore and Scratchpad Configuration Registers
16304 0e20 Ivytown Crystal Beach DMA Channel 0
16305 0e21 Ivytown Crystal Beach DMA Channel 1
16306 0e22 Ivytown Crystal Beach DMA Channel 2
16307 0e23 Ivytown Crystal Beach DMA Channel 3
16308 0e24 Ivytown Crystal Beach DMA Channel 4
16309 0e25 Ivytown Crystal Beach DMA Channel 5
16310 0e26 Ivytown Crystal Beach DMA Channel 6
16311 0e27 Ivytown Crystal Beach DMA Channel 7
16312 0e28 Ivytown VTd/Memory Map/Misc
16313 0e29 Ivytown Memory Hotplug
16314 0e2a Ivytown IIO RAS
16315 0e2c Ivytown IOAPIC
16316 0e2e Ivytown CBDMA
16317 0e2f Ivytown CBDMA
16318 0e30 Ivytown Home Agent 0
16319 0e32 Ivytown QPI Link 0
16320 0e33 Ivytown QPI Link 1
16321 0e34 Ivytown PCI Express Ring Performance Monitoring
16322 0e36 Ivytown QPI Ring Performance Ring Monitoring
16323 0e37 Ivytown QPI Ring Performance Ring Monitoring
16324 0e38 Ivytown Home Agent 1
16325 0e3a Ivytown QPI Link 2
16326 0e3e Ivytown QPI Ring Performance Ring Monitoring
16327 0e3f Ivytown QPI Ring Performance Ring Monitoring
16328 0e40 Ivytown QPI Link 2
16329 0e41 Ivytown QPI Ring Registers
16330 0e43 Ivytown QPI Link Reut 2
16331 0e44 Ivytown QPI Link Reut 2
16332 0e60 Ivytown Home Agent 1
16333 0e68 Ivytown Integrated Memory Controller 1 Target Address/Thermal Registers
16334 0e6a Ivytown Integrated Memory Controller 1 Channel Target Address Decoder Registers
16335 0e6b Ivytown Integrated Memory Controller 1 Channel Target Address Decoder Registers
16336 0e6c Ivytown Integrated Memory Controller 1 Channel Target Address Decoder Registers
16337 0e6d Ivytown Integrated Memory Controller 1 Channel Target Address Decoder Registers
16338 0e71 Ivytown Integrated Memory Controller 0 RAS Registers
16339 0e79 Ivytown Integrated Memory Controller 1 RAS Registers
16340 0e80 Ivytown QPI Link 0
16341 0e81 Ivytown QPI Ring Registers
16342 0e83 Ivytown QPI Link Reut 0
16343 0e84 Ivytown QPI Link Reut 0
16344 0e90 Ivytown QPI Link 1
16345 0e93 Ivytown QPI Link 1
16346 0e94 Ivytown QPI Link Reut 1
16347 0ea0 Ivytown Home Agent 0
16348 0ea8 Ivytown Integrated Memory Controller 0 Target Address/Thermal Registers
16349 0eaa Ivytown Integrated Memory Controller 0 Channel Target Address Decoder Registers
16350 0eab Ivytown Integrated Memory Controller 0 Channel Target Address Decoder Registers
16351 0eac Ivytown Integrated Memory Controller 0 Channel Target Address Decoder Registers
16352 0ead Ivytown Integrated Memory Controller 0 Channel Target Address Decoder Registers
16353 0eb0 Ivytown Integrated Memory Controller 1 Channel 0-3 Thermal Control 0
16354 0eb1 Ivytown Integrated Memory Controller 1 Channel 0-3 Thermal Control 1
16355 0eb2 Ivytown Integrated Memory Controller 1 Channel 0-3 ERROR Registers 0
16356 0eb3 Ivytown Integrated Memory Controller 1 Channel 0-3 ERROR Registers 1
16357 0eb4 Ivytown Integrated Memory Controller 1 Channel 0-3 Thermal Control 2
16358 0eb5 Ivytown Integrated Memory Controller 1 Channel 0-3 Thermal Control 3
16359 0eb7 Ivytown Integrated Memory Controller 1 Channel 0-3 ERROR Registers 2
16360 0ec0 Ivytown Power Control Unit 0
16361 0ec1 Ivytown Power Control Unit 1
16362 0ec2 Ivytown Power Control Unit 2
16363 0ec3 Ivytown Power Control Unit 3
16364 0ec4 Ivytown Power Control Unit 4
16365 0ec8 Ivytown System Address Decoder
16366 0ec9 Ivytown Broadcast Registers
16367 0eca Ivytown Broadcast Registers
16368 0ed8 Ivytown DDRIO
16369 0ed9 Ivytown DDRIO
16370 0edc Ivytown DDRIO
16371 0edd Ivytown DDRIO
16372 0ede Ivytown DDRIO
16373 0edf Ivytown DDRIO
16374 0ee0 Ivytown Unicast Registers
16375 0ee1 Ivytown Unicast Registers
16376 0ee2 Ivytown Unicast Registers
16377 0ee3 Ivytown Unicast Registers
16378 0ee4 Ivytown Unicast Registers
16379 0ee5 Ivytown Unicast Registers
16380 0ee6 Ivytown Unicast Registers
16381 0ee7 Ivytown Unicast Registers
16382 0ee8 Ivytown Unicast Registers
16383 0ee9 Ivytown Unicast Registers
16384 0eea Ivytown Unicast Registers
16385 0eeb Ivytown Unicast Registers
16386 0eec Ivytown Unicast Registers
16387 0eed Ivytown Unicast Registers
16388 0eee Ivytown Unicast Registers
16389 0ef0 Ivytown Integrated Memory Controller 0 Channel 0-3 Thermal Control 0
16390 0ef1 Ivytown Integrated Memory Controller 0 Channel 0-3 Thermal Control 1
16391 0ef2 Ivytown Integrated Memory Controller 0 Channel 0-3 ERROR Registers 0
16392 0ef3 Ivytown Integrated Memory Controller 0 Channel 0-3 ERROR Registers 2
16393 0ef4 Ivytown Integrated Memory Controller 0 Channel 0-3 Thermal Control 2
16394 0ef5 Ivytown Integrated Memory Controller 0 Channel 0-3 Thermal Control 3
16395 0ef7 Ivytown Integrated Memory Controller 0 Channel 0-3 ERROR Registers 3
16396 0ef8 Ivytown DDRIO
16397 0ef9 Ivytown DDRIO
16398 0efa Ivytown DDRIO
16399 0efb Ivytown DDRIO
16400 0efc Ivytown DDRIO
16401 0efd Ivytown DDRIO
16402 0f00 ValleyView SSA-CUnit
16403 0f01 ValleyView SSA-CUnit
16404 0f02 ValleyView SSA-CUnit
16405 0f03 ValleyView SSA-CUnit
16406 0f04 ValleyView High Definition Audio Controller
16407 0f05 ValleyView High Definition Audio Controller
16408 0f06 ValleyView LPIO1 DMA Controller
16409 0f07 ValleyView LPIO1 DMA Controller
16410 0f08 ValleyView LPIO1 PWM Controller
16411 0f09 ValleyView LPIO1 PWM Controller
16412 0f0a ValleyView LPIO1 HSUART Controller #1
16413 0f0b ValleyView LPIO1 HSUART Controller #1
16414 0f0c ValleyView LPIO1 HSUART Controller #2
16415 0f0d ValleyView LPIO1 HSUART Controller #2
16416 0f0e ValleyView LPIO1 SPI Controller
16417 0f0f ValleyView LPIO1 SPI Controller
16418 0f10 ValleyView LPIO1 Controller
16419 0f11 ValleyView LPIO1 Controller
16420 0f12 ValleyView SMBus Controller
16421 0f13 ValleyView SMBus Controller
16422 0f14 ValleyView SDIO Controller
16423 0f15 ValleyView SDIO Controller
16424 0f16 ValleyView SDIO Controller
16425 0f17 ValleyView SDIO Controller
16426 0f18 ValleyView SEC
16427 0f19 ValleyView SEC
16428 0f1a ValleyView SEC
16429 0f1b ValleyView SEC
16430 0f1c ValleyView Power Control Unit
16431 0f1d ValleyView Power Control Unit
16432 0f1e ValleyView Power Control Unit
16433 0f1f ValleyView Power Control Unit
16434 0f20 ValleyView 4-Port SATA Storage Controller
16435 0f21 ValleyView 4-Port SATA Storage Controller
16436 0f22 ValleyView 6-Port SATA AHCI Controller
16437 0f23 ValleyView 6-Port SATA AHCI Controller
16438 0f24 ValleyView SATA RAID Storage Controller
16439 0f25 ValleyView SATA RAID Storage Controller
16440 0f26 ValleyView 2-Port SATA Storage Controller
16441 0f27 ValleyView 2-Port SATA Storage Controller
16442 0f28 ValleyView LPE Audio Controller
16443 0f29 ValleyView LPE Audio Controller
16444 0f2a ValleyView LPE Audio Controller
16445 0f2b ValleyView LPE Audio Controller
16446 0f2e ValleyView SATA RAID Storage Controller
16447 0f2f ValleyView SATA RAID Storage Controller
16448 0f30 ValleyView Gen7
16449 0f31 ValleyView Gen7
16450 0f32 ValleyView Gen7
16451 0f33 ValleyView Gen7
16452 0f34 ValleyView USB Enhanced Host Controller
16453 0f35 ValleyView USB xHCI Host Controller
16454 0f36 ValleyView USB xHCI Host Controller
16455 0f37 ValleyView OTG
16456 0f38 ValleyView ISP
16457 0f39 ValleyView ISP
16458 0f3a ValleyView ISP
16459 0f3b ValleyView ISP
16460 0f3c ValleyView ISP
16461 0f3d ValleyView ISP
16462 0f3e ValleyView ISP
16463 0f3f ValleyView ISP
16464 0f40 ValleyView LPIO2 DMA Controller
16465 0f41 ValleyView LPIO2 I2C Controller #1
16466 0f42 ValleyView LPIO2 I2C Controller #2
16467 0f43 ValleyView LPIO2 I2C Controller #3
16468 0f44 ValleyView LPIO2 I2C Controller #4
16469 0f45 ValleyView LPIO2 I2C Controller #5
16470 0f46 ValleyView LPIO2 I2C Controller #6
16471 0f47 ValleyView LPIO2 I2C Controller #7
16472 0f48 ValleyView PCI Express Root Port
16473 0f49 ValleyView PCI Express Root Port
16474 0f4a ValleyView PCI Express Root Port
16475 0f4b ValleyView PCI Express Root Port
16476 0f4c ValleyView PCI Express Root Port
16477 0f4d ValleyView PCI Express Root Port
16478 0f4e ValleyView PCI Express Root Port
16479 0f4f ValleyView PCI Express Root Port
16480 0f50 ValleyView MIPI-HSI Controller
19171 0d16 Crystal Well Integrated Graphics Controller
19172 0d26 Crystal Well Integrated Graphics Controller
19173 0d36 Crystal Well Integrated Graphics Controller
19174 0e00 Xeon E7 v2/Xeon E5 v2/Core i7 DMI2
19175 0e01 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port in DMI2 Mode
19176 0e02 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1a
19177 0e03 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1b
19178 0e04 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2a
19179 0e05 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2b
19180 0e06 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2c
19181 0e07 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2d
19182 0e08 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a
19183 0e09 Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3b
19184 0e0a Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3c
19185 0e0b Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3d
19186 0e10 Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers
19187 0e13 Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers
19188 0e17 Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers
19189 0e18 Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers
19190 0e1c Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers
19191 0e1d Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe
19192 0e1e Xeon E7 v2/Xeon E5 v2/Core i7 UBOX Registers
19193 0e1f Xeon E7 v2/Xeon E5 v2/Core i7 UBOX Registers
19194 0e20 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 0
19195 0e21 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 1
19196 0e22 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 2
19197 0e23 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 3
19198 0e24 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 4
19199 0e25 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 5
19200 0e26 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 6
19201 0e27 Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 7
19202 0e28 Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc
19203 0e29 Xeon E7 v2/Xeon E5 v2/Core i7 Memory Hotplug
19204 0e2a Xeon E7 v2/Xeon E5 v2/Core i7 IIO RAS
19205 0e2c Xeon E7 v2/Xeon E5 v2/Core i7 IOAPIC
19206 0e2e Xeon E7 v2/Xeon E5 v2/Core i7 CBDMA
19207 0e2f Xeon E7 v2/Xeon E5 v2/Core i7 CBDMA
19208 0e30 Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 0
19209 0e32 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 0
19210 0e33 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 1
19211 0e34 Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe
19212 0e36 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring
19213 0e37 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring
19214 0e38 Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 1
19215 0e3a Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 2
19216 0e3e Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring
19217 0e3f Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring
19218 0e40 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 2
19219 0e41 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers
19220 0e43 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 2
19221 0e44 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 2
19222 0e45 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register
19223 0e47 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register
19224 0e60 Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 1
19225 0e68 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Target Address/Thermal Registers
19226 0e6a Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers
19227 0e6b Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers
19228 0e6c Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers
19229 0e6d Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers
19230 0e71 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 RAS Registers
19231 0e74 Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe
19232 0e75 Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe
19233 0e77 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers
19234 0e79 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 RAS Registers
19235 0e7d Xeon E7 v2/Xeon E5 v2/Core i7 UBOX Registers
19236 0e7f Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers
19237 0e80 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 0
19238 0e81 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers
19239 0e83 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 0
19240 0e84 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 0
19241 0e85 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register
19242 0e87 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Registers
19243 0e90 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 1
19244 0e93 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 1
19245 0e94 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 1
19246 0e95 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register
19247 0ea0 Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 0
19248 0ea8 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Target Address/Thermal Registers
19249 0eaa Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers
19250 0eab Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers
19251 0eac Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers
19252 0ead Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers
19253 0eae Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers
19254 0eaf Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers
19255 0eb0 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 0
19256 0eb1 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 1
19257 0eb2 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 0
19258 0eb3 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 1
19259 0eb4 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 2
19260 0eb5 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 3
19261 0eb6 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 2
19262 0eb7 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 3
19263 0ebc Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers
19264 0ebe Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers
19265 0ebf Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers
19266 0ec0 Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 0
19267 0ec1 Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 1
19268 0ec2 Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 2
19269 0ec3 Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 3
19270 0ec4 Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 4
19271 0ec8 Xeon E7 v2/Xeon E5 v2/Core i7 System Address Decoder
19272 0ec9 Xeon E7 v2/Xeon E5 v2/Core i7 Broadcast Registers
19273 0eca Xeon E7 v2/Xeon E5 v2/Core i7 Broadcast Registers
19274 0ed8 Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19275 0ed9 Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19276 0edc Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19277 0edd Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19278 0ede Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19279 0edf Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19280 0ee0 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19281 0ee1 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19282 0ee2 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19283 0ee3 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19284 0ee4 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19285 0ee5 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19286 0ee6 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19287 0ee7 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19288 0ee8 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19289 0ee9 Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19290 0eea Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19291 0eeb Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19292 0eec Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19293 0eed Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19294 0eee Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers
19295 0ef0 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 0
19296 0ef1 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 1
19297 0ef2 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 0
19298 0ef3 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 1
19299 0ef4 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 2
19300 0ef5 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 3
19301 0ef6 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 2
19302 0ef7 Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 3
19303 0ef8 Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19304 0ef9 Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19305 0efa Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19306 0efb Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19307 0efc Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19308 0efd Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
19309 0f00 Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register
19310 0f04 Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller
19311 0f06 Atom Processor Z36xxx/Z37xxx Series LPIO1 DMA Controller
19312 0f08 Atom Processor Z36xxx/Z37xxx Series LPIO1 PWM Controller
19313 0f09 Atom Processor Z36xxx/Z37xxx Series LPIO1 PWM Controller
19314 0f0a Atom Processor Z36xxx/Z37xxx Series LPIO1 HSUART Controller #1
19315 0f0c Atom Processor Z36xxx/Z37xxx Series LPIO1 HSUART Controller #2
19316 0f0e Atom Processor Z36xxx/Z37xxx Series LPIO1 SPI Controller
19317 0f14 Atom Processor Z36xxx/Z37xxx Series SDIO Controller
19318 0f15 Atom Processor Z36xxx/Z37xxx Series SDIO Controller
19319 0f16 Atom Processor Z36xxx/Z37xxx Series SDIO Controller
19320 0f18 Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine
19321 0f1c Atom Processor Z36xxx/Z37xxx Series Power Control Unit
19322 0f28 Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller
19323 0f31 Atom Processor Z36xxx/Z37xxx Series Graphics & Display
19324 0f34 Atom Processor Z36xxx/Z37xxx Series USB EHCI
19325 0f35 Atom Processor Z36xxx/Z37xxx Series USB xHCI
19326 0f37 Atom Processor Z36xxx/Z37xxx Series OTG USB Device
19327 0f38 Atom Processor Z36xxx/Z37xxx Series Camera ISP
19328 0f40 Atom Processor Z36xxx/Z37xxx Series LPIO2 DMA Controller
19329 0f41 Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #1
19330 0f42 Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #2
19331 0f43 Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #3
19332 0f44 Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #4
19333 0f45 Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #5
19334 0f46 Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #6
19335 0f47 Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #7
1648119336 1000 82542 Gigabit Ethernet Controller (Fiber)
1648219337 0e11 b0df NC6132 Gigabit Ethernet Adapter (1000-SX)
1648319338 0e11 b0e0 NC6133 Gigabit Ethernet Adapter (1000-LX)
1652819383 1028 0134 PowerEdge 600SC
1652919384 1028 0151 Optiplex GX270
1653019385 107b 8920 PRO/1000 MT Desktop Adapter
19386 1af4 1100 QEMU Virtual Machine
1653119387 8086 001e PRO/1000 MT Desktop Adapter
1653219388 8086 002e PRO/1000 MT Desktop Adapter
1653319389 8086 1376 PRO/1000 GT Desktop Adapter
1659119447 1179 0001 PRO/1000 MT Mobile Connection
1659219448 8086 101e PRO/1000 MT Mobile Connection
1659319449 1026 82545GM Gigabit Ethernet Controller
19450 1028 0168 Precision Workstation 670 Mainboard
1659419451 1028 0169 Precision 470
1659519452 8086 1000 PRO/1000 MT Server Connection
1659619453 8086 1001 PRO/1000 MT Server Adapter
1664919506 8086 a11f PRO/10GbE LR Server Adapter
1665019507 1049 82566MM Gigabit Network Connection
1665119508 103c 30c1 Compaq 6910p
16652 17aa 20b9 ThinkPad T61
19509 17aa 20b9 ThinkPad T61/R61
1665319510 104a 82566DM Gigabit Network Connection
1665419511 104b 82566DC Gigabit Network Connection
1665519512 104c 82562V 10/100 Network Connection
1667519532 103c 704e Dual Port 1000Base-T (PCIe) [AD337A]
1667619533 1775 1100 CR11/VR11 Single Board Computer
1667719534 1775 6003 Telum GE-QT
19535 18df 1214 2x 1GbE, PCIe x1, dual Intel 82571EB chips
1667819536 8086 005e PRO/1000 PT Dual Port Server Connection
1667919537 8086 105e PRO/1000 PT Dual Port Network Connection
1668019538 8086 10d5 82571PT Gigabit PT Quad Port Server ExpressModule
1676819626 108f Active Management Technology - SOL
1676919627 1091 PRO/100 VM Network Connection
1677019628 1092 PRO/100 VE Network Connection
19629 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1677119630 1093 PRO/100 VM Network Connection
1677219631 1094 PRO/100 VE Network Connection
1677319632 1095 PRO/100 VE Network Connection
1677419633 1096 80003ES2LAN Gigabit Ethernet Controller (Copper)
19634 15d9 1096 Motherboard
1677519635 15d9 8680 X7DVL-E-O motherboard
1677619636 8086 3476 Intel S5000PSLSATA Server Board
1677719637 1097 631xESB/632xESB DPT LAN Controller (Fiber)
1678119641 109a 82573L Gigabit Ethernet Controller
1678219642 1179 ff10 PRO/1000 PL
1678319643 17aa 2001 ThinkPad T60
16784 17aa 207e ThinkPad X60s
19644 17aa 207e ThinkPad X60/X60s
1678519645 8086 109a PRO/1000 PL Network Connection
1678619646 8086 309c Desktop Board D945GTP
1678719647 8086 30a5 Desktop Board D975XBX
1685919719 10ce 82567V-2 Gigabit Network Connection
1686019720 10d3 82574L Gigabit Network Connection
1686119721 103c 3250 NC112T PCI Express single Port Gigabit Server Adapter
19722 1043 8369 Motherboard
1686219723 10a9 8029 Prism XL Single Port Gigabit Ethernet
19724 15d9 060a X7SPA-H/X7SPA-HF Motherboard
19725 15d9 060d C7SIM-Q Motherboard
1686319726 8086 0001 Gigabit CT2 Desktop Adapter
19727 8086 357a Server Board S1200BTS
1686419728 8086 a01f Gigabit CT Desktop Adapter
1686519729 e4bf 50c1 PC1-GROOVE
1686619730 e4bf 50c2 PC2-LIMBO
1690319767 10ed 82599 Ethernet Controller Virtual Function
1690419768 10ef 82578DM Gigabit Network Connection
1690519769 1028 02da OptiPlex 980
19770 15d9 060d C7SIM-Q Motherboard
1690619771 10f0 82578DC Gigabit Network Connection
1690719772 10f1 82598EB 10-Gigabit AF Dual Port Network Connection
1690819773 8086 a20f 10-Gigabit AF DA Dual Port Server Adapter
1691219777 8086 a06f 10-Gigabit XF LR Server Adapter
1691319778 10f5 82567LM Gigabit Network Connection
1691419779 10f6 82574L Gigabit Network Connection
16915 10f7 82599EB 10-Gigabit KX4 Network Connection
19780 10f7 10 Gigabit BR KX4 Dual Port Network Connection
1691619781 108e 7b12 Sun Dual 10GbE PCIe 2.0 FEM
1691719782 8086 000d Ethernet Mezzanine Adapter X520-KX4-2
16918 10f8 82599EB 10 Gigabit Dual Port Backplane Connection
19783 10f8 82599 10 Gigabit Dual Port Backplane Connection
1691919784 1028 1f63 10GbE 2P X520k bNDC
1692019785 103c 17d2 Ethernet 10Gb 2-port 560M Adapter
1692119786 103c 18d0 Ethernet 10Gb 2-port 560FLB Adapter
1692219787 8086 000c Ethernet X520 10GbE Dual Port KX4-KR Mezz
16923 10f9 82599EB 10 Gigabit CX4 Dual Port Network Connection
16924 10fb 82599EB 10-Gigabit SFI/SFP+ Network Connection
19788 10f9 82599 10 Gigabit Dual Port Network Connection
19789 10fb 82599ES 10-Gigabit SFI/SFP+ Network Connection
1692519790 1028 1f72 Ethernet 10G 4P X520/I350 rNDC
1692619791 103c 17d0 Ethernet 10Gb 2-port 560FLR-SFP+ Adapter
1692719792 103c 17d2 Ethernet 10Gb 2-port 560M Adapter
1692819793 103c 17d3 Ethernet 10Gb 2-port 560SFP+ Adapter
19794 103c 211b Ethernet 10Gb 1-port P560FLR-SFP+ Adapter
19795 103c 2147 Ethernet 10Gb 1-port 561i Adapter
19796 103c 2159 Ethernet 10Gb 2-port 562i Adapter
1692919797 108e 7b11 Ethernet Server Adapter X520-2
1693019798 1734 11a9 10 Gigabit Dual Port Network Connection
19799 17aa 1071 ThinkServer X520-2 AnyFabric
1693119800 8086 0002 Ethernet Server Adapter X520-DA2
1693219801 8086 0003 Ethernet Server Adapter X520-2
1693319802 8086 0006 Ethernet Server Adapter X520-1
19803 8086 0008 Ethernet OCP Server Adapter X520-2
1693419804 8086 000a Ethernet Server Adapter X520-1
1693519805 8086 000c Ethernet Server Adapter X520-2
1693619806 8086 7a11 Ethernet Server Adapter X520-2
1693719807 8086 7a12 Ethernet Server Adapter X520-2
16938 10fc 82599EB 10-Gigabit XAUI/BX4 Network Connection
19808 10fc 82599 10 Gigabit Dual Port Network Connection
1693919809 10fe 82552 10/100 Network Connection
1694019810 1107 PRO/1000 MF Server Adapter (LX)
1694119811 1130 82815 815 Chipset Host Bridge and Memory Controller Hub
1695919829 172a 0000 AEP SSL Accelerator
1696019830 1209 8255xER/82551IT Fast Ethernet Controller
1696119831 140b 0610 PMC610 quad Ethernet board
19832 1af4 1100 QEMU Virtual Machine
1696219833 4c53 1050 CT7 mainboard
1696319834 4c53 1051 CE7 mainboard
1696419835 4c53 1070 PC6 mainboard
1704119912 1668 1100 EtherExpress PRO/100B (TX) (MiniPCI Ethernet+Modem)
1704219913 1775 1100 CR11/VR11 Single Board Computer
1704319914 1775 ce90 CE9
19915 1af4 1100 QEMU Virtual Machine
1704419916 4c53 1080 CT8 mainboard
1704519917 4c53 10e0 PSL09 PrPMC
1704619918 8086 0001 EtherExpress PRO/100B (TX)
1715820030 1462 82870P2 P64H2 Hot Plug Controller
1715920031 1501 82567V-3 Gigabit Network Connection
1716020032 1502 82579LM Gigabit Network Connection
20033 1028 04a3 Precision M4600
20034 8086 357a Server Board S1200BTS
1716120035 1503 82579V Gigabit Network Connection
1716220036 1043 849c P8P67 Deluxe Motherboard
17163 1507 82599EB 10 Gigabit Network Connection
20037 1507 Ethernet Express Module X520-P2
1716420038 1508 82598EB Gigabit BX Network Connection
1716520039 150a 82576NS Gigabit Network Connection
1716620040 150b 82598EB 10-Gigabit AT2 Server Adapter
1717720051 150f 82580 Gigabit Fiber Network Connection
1717820052 1510 82580 Gigabit Backplane Connection
1717920053 1511 82580 Gigabit SFP Connection
17180 1514 82599EB 10 Gigabit KX4 Network Connection
20054 1514 Ethernet X520 10GbE Dual Port KX4 Mezz
1718120055 8086 000b Ethernet X520 10GbE Dual Port KX4 Mezz
1718220056 1515 X540 Ethernet Controller Virtual Function
1718320057 1516 82580 Gigabit Network Connection
1718620060 1517 82599ES 10 Gigabit Network Connection
1718720061 1137 006a UCS CNA M61KR-I Intel Converged Network Adapter
1718820062 1518 82576NS SerDes Gigabit Network Connection
17189 151c 82599EB 10 Gigabit TN Network Connection
20063 151c 82599 10 Gigabit TN Network Connection
1719020064 108e 7b13 Dual 10GBASE-T LP
1719120065 1520 I350 Ethernet Controller Virtual Function
1719220066 1521 I350 Gigabit Network Connection
17193 1028 1f60 Intel GbE 4P I350crNDC
17194 1028 1f62 Intel GbE 2P I350crNDC
20067 1028 0602 Gigabit 2P I350-t LOM
20068 1028 1f60 Gigabit 4P I350-t rNDC
20069 1028 1f62 Gigabit 4P X540/I350 rNDC
20070 1028 ff9a Gigabit 4P X710/I350 rNDC
20071 103c 17d1 Ethernet 1Gb 4-port 366FLR Adapter
20072 103c 2003 Ethernet 1Gb 2-port 367i Adapter
20073 103c 2226 Ethernet 1Gb 1-port 364i Adapter
1719520074 103c 337f Ethernet 1Gb 2-port 361i Adapter
1719620075 103c 3380 Ethernet 1Gb 4-port 366i Adapter
17197 103c 339e Ethernet 1Gb 2-port 361T Adapter [Wharton Stony Lake]
20076 103c 339e Ethernet 1Gb 2-port 361T Adapter
1719820077 108e 7b16 Quad Port GbE PCIe 2.0 ExpressModule, UTP
1719920078 108e 7b18 Quad Port GbE PCIe 2.0 Low Profile Adapter, UTP
1720020079 10a9 802a UV2-BaseIO dual-port GbE
20080 17aa 1074 ThinkServer I350-T4 AnyFabric
1720120081 8086 0001 Ethernet Server Adapter I350-T4
1720220082 8086 0002 Ethernet Server Adapter I350-T2
1720320083 8086 00a1 Ethernet Server Adapter I350-T4
1721020090 8086 0002 Ethernet Server Adapter I350-T2
1721120091 8086 0003 Ethernet Server Adapter I350-F4
1721220092 8086 0004 Ethernet Server Adapter I350-F2
20093 8086 0005 Ethernet Server Adapter I350-F1
20094 8086 00a2 Ethernet Server Adapter I350-T2
1721320095 8086 00a3 Ethernet Server Adapter I350-F4
1721420096 8086 00a4 Ethernet Server Adapter I350-F2
1721520097 1523 I350 Gigabit Backplane Connection
17216 103c 1784 Ethernet 1Gb 2-port 361FLB Adapter [Badger Flat]
20098 1028 0060 Gigabit 2P I350 LOM
20099 1028 1f9b Gigabit 4P I350-t bNDC
20100 103c 1784 Ethernet 1Gb 2-port 361FLB Adapter
1721720101 103c 18d1 Ethernet 1Gb 2-port 361FLB Adapter
17218 103c 339f Ethernet 1Gb 4-port 366M Adapter [Vaca Key]
20102 103c 1989 Ethernet 1Gb 2-port 363i Adapter
20103 103c 339f Ethernet 1Gb 4-port 366M Adapter
1721920104 8086 1f52 1GbE 4P I350 Mezz
1722020105 1524 I350 Gigabit Connection
1722120106 1525 82567V-4 Gigabit Network Connection
1722820113 1528 Ethernet Controller 10-Gigabit X540-AT2
1722920114 1028 1f61 Ethernet 10G 4P X540/I350 rNDC
1723020115 103c 192d 561FLR-T 2-port 10Gb Ethernet Adapter
20116 103c 2004 Ethernet 10Gb 2-port 561i Adapter
20117 103c 211a Ethernet 10Gb 2-port 561T Adapter
1723120118 108e 7b14 Sun Dual Port 10 GbE PCIe 2.0 ExpressModule, Base-T
1723220119 108e 7b15 Sun Dual Port 10 GbE PCIe 2.0 Low Profile Adapter, Base-T
1723320120 1137 00bf Ethernet Converged Network Adapter X540-T2
20121 17aa 1073 ThinkServer X540-T2 AnyFabric
1723420122 8086 0001 Ethernet Converged Network Adapter X540-T2
1723520123 8086 0002 Ethernet Converged Network Adapter X540-T1
1723620124 8086 001a Ethernet Converged Network Adapter X540-T2
1723720125 8086 00a2 Ethernet Converged Network Adapter X540-T1
1723820126 8086 1f61 Ethernet 10G 4P X540/I350 rNDC
1723920127 8086 5003 Ethernet 10G 2P X540-t Adapter
17240 1529 82599 10 Gigabit Dual Port Backplane Connection with FCoE
17241 152a 82599 10 Gigabit Dual port Network Connection with FCoE
20128 1529 82599 10 Gigabit Dual Port Network Connection with FCoE
20129 152a 82599 10 Gigabit Dual Port Backplane Connection with FCoE
1724220130 1533 I210 Gigabit Network Connection
17243 103c 0003 Ethernet Server Adapter I210-T1
20131 103c 0003 Ethernet I210-T1 GbE NIC
20132 10a9 802c UV300 BaseIO single-port GbE
20133 17aa 1100 ThinkServer Ethernet Server Adapter
1724420134 8086 0001 Ethernet Server Adapter I210-T1
1724520135 8086 0002 Ethernet Server Adapter I210-T1
17246 1534 I210 Gigabit Network Connection
1724720136 1536 I210 Gigabit Fiber Network Connection
1724820137 1537 I210 Gigabit Backplane Connection
1724920138 1538 I210 Gigabit Network Connection
1725020139 1539 I211 Gigabit Network Connection
1725120140 153a Ethernet Connection I217-LM
20141 103c 1909 ZBook 15
20142 17aa 220e ThinkPad T440p
1725220143 153b Ethernet Connection I217-V
1725320144 1547 DSL3510 Thunderbolt Port [Cactus Ridge]
1725420145 1549 DSL3510 Thunderbolt Controller [Cactus Ridge]
1725620147 8086 011a Ethernet Converged Network Adapter X520-4
1725720148 8086 011b Ethernet Converged Network Adapter X520-4
1725820149 8086 011c Ethernet Converged Network Adapter X520-4
17259 154d 82599EB 10-Gigabit SFP+ Network Connection
20150 154c XL710/X710 Virtual Function
20151 154d Ethernet 10G 2P X520 Adapter
1726020152 8086 7b11 10GbE 2P X520 Adapter
1726120153 1557 82599 10 Gigabit Network Connection
17262 1560 Ethernet Controller X540-AT1
20154 8086 0001 Ethernet OCP Server Adapter X520-1
20155 1558 Ethernet Converged Network Adapter X520-Q1
20156 8086 011a Ethernet Converged Network Adapter X520-Q1
20157 8086 011b Ethernet Converged Network Adapter X520-Q1
20158 1559 Ethernet Connection I218-V
20159 155a Ethernet Connection I218-LM
20160 17aa 2214 ThinkPad X240
20161 155c Ethernet Server Bypass Adapter
20162 8086 0001 Ethernet Server Bypass Adapter X540-T2
20163 155d Ethernet Server Bypass Adapter
20164 8086 0001 Ethernet Server Bypass Adapter X520-SR2
20165 8086 0002 Ethernet Server Bypass Adapter X520-LR2
20166 1560 Ethernet Controller X540
20167 156f Ethernet Connection I219-LM
20168 1570 Ethernet Connection I219-V
20169 1571 XL710/X710 Virtual Function
20170 1572 Ethernet Controller X710 for 10GbE SFP+
20171 1028 1f99 Ethernet 10G 4P X710/I350 rNDC
20172 8086 0000 Ethernet Converged Network Adapter X710
20173 8086 0001 Ethernet Converged Network Adapter X710-4
20174 8086 0002 Ethernet Converged Network Adapter X710-4
20175 8086 0004 Ethernet Converged Network Adapter X710-4
20176 8086 0005 Ethernet 10G 4P X710 Adapter
20177 8086 0006 Ethernet 10G 2P X710 Adapter
20178 8086 0007 Ethernet Converged Network Adapter X710-2
20179 8086 0008 Ethernet Converged Network Adapter X710-2
20180 157b I210 Gigabit Network Connection
20181 157c I210 Gigabit Backplane Connection
20182 1580 Ethernet Controller XL710 for 40GbE backplane
20183 1581 Ethernet Controller X710 for 10GbE backplane
20184 1028 1f98 Ethernet 10G 4P X710-k bNDC
20185 1583 Ethernet Controller XL710 for 40GbE QSFP+
20186 8086 0000 Ethernet Converged Network Adapter XL710-Q2
20187 8086 0001 Ethernet Converged Network Adapter XL710-Q2
20188 8086 0002 Ethernet Converged Network Adapter XL710-Q2
20189 8086 0003 Ethernet I/O Module XL710-Q2
20190 1584 Ethernet Controller XL710 for 40GbE QSFP+
20191 8086 0000 Ethernet Converged Network Adapter XL710-Q1
20192 8086 0001 Ethernet Converged Network Adapter XL710-Q1
20193 8086 0002 Ethernet Converged Network Adapter XL710-Q1
20194 8086 0003 Ethernet I/O Module XL710-Q1
20195 1585 Ethernet Controller XL710 for 10GbE QSFP+
20196 15a0 Ethernet Connection (2) I218-LM
20197 15a1 Ethernet Connection (2) I218-V
20198 15a2 Ethernet Connection (3) I218-LM
20199 15a3 Ethernet Connection (3) I218-V
20200 1600 Broadwell-U Host Bridge -OPI
20201 1601 Broadwell-U PCI Express x16 Controller
20202 1602 Broadwell-U Integrated Graphics
20203 1603 Broadwell-U Camarillo Device
20204 1604 Broadwell-U Host Bridge -OPI
20205 1605 Broadwell-U PCI Express x8 Controller
20206 1606 Broadwell-U Integrated Graphics
20207 1607 Broadwell-U CHAPS Device
20208 1608 Broadwell-U Host Bridge -OPI
20209 1609 Broadwell-U x4 PCIe
20210 160a Broadwell-U Integrated Graphics
20211 160b Broadwell-U Integrated Graphics
20212 160c Broadwell-U Audio Controller
20213 160d Broadwell-U Integrated Graphics
20214 160e Broadwell-U Integrated Graphics
20215 160f Broadwell-U SoftSKU
20216 1610 Broadwell-U Host Bridge - DMI
20217 1612 Broadwell-U Integrated Graphics
20218 1614 Broadwell-U Host Bridge - DMI
20219 1616 Broadwell-U Integrated Graphics
20220 1618 Broadwell-U Host Bridge - DMI
20221 161a Broadwell-U Integrated Graphics
20222 161b Broadwell-U Integrated Graphics
20223 161d Broadwell-U Integrated Graphics
20224 161e Broadwell-U Integrated Graphics
20225 1622 Broadwell-U Integrated Graphics
20226 1626 Broadwell-U Integrated Graphics
20227 162a Broadwell-U Integrated Graphics
20228 162b Broadwell-U Integrated Graphics
20229 162d Broadwell-U Integrated Graphics
20230 162e Broadwell-U Integrated Graphics
20231 1632 Broadwell-U Integrated Graphics
20232 1636 Broadwell-U Integrated Graphics
20233 163a Broadwell-U Integrated Graphics
20234 163b Broadwell-U Integrated Graphics
20235 163d Broadwell-U Integrated Graphics
20236 163e Broadwell-U Integrated Graphics
1726320237 1960 80960RP (i960RP) Microprocessor
1726420238 101e 0431 MegaRAID 431 RAID Controller
1726520239 101e 0438 MegaRAID 438 Ultra2 LVD RAID Controller
1730720281 1c01 6 Series/C200 Series Chipset Family 4 port SATA IDE Controller
1730820282 1c02 6 Series/C200 Series Chipset Family SATA AHCI Controller
1730920283 1028 04aa XPS 8300
17310 1043 844d P8P67 Deluxe Motherboard
20284 1043 844d P8 series motherboard
20285 8086 7270 Server Board S1200BTS
1731120286 1c03 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller
20287 1028 04a3 Precision M4600
1731220288 1028 04b2 Vostro 3350
1731320289 1028 04da Vostro 3750
1731420290 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1731720293 1c08 6 Series/C200 Series Chipset Family 2 port SATA IDE Controller
1731820294 1c09 6 Series/C200 Series Chipset Family 2 port SATA IDE Controller
1731920295 1c10 6 Series/C200 Series Chipset Family PCI Express Root Port 1
20296 1028 04aa XPS 8300
1732020297 1028 04da Vostro 3750
17321 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
20298 1043 844d P8 series motherboard
20299 8086 7270 Server Board S1200BTS / Apple MacBook Pro 8,1/8,2
1732220300 1c12 6 Series/C200 Series Chipset Family PCI Express Root Port 2
20301 1028 04aa XPS 8300
1732320302 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1732420303 1c14 6 Series/C200 Series Chipset Family PCI Express Root Port 3
1732520304 1028 04da Vostro 3750
1732620305 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1732720306 1c16 6 Series/C200 Series Chipset Family PCI Express Root Port 4
20307 1028 04aa XPS 8300
1732820308 1c18 6 Series/C200 Series Chipset Family PCI Express Root Port 5
1732920309 1028 04da Vostro 3750
20310 8086 7270 Server Board S1200BTS
1733020311 1c1a 6 Series/C200 Series Chipset Family PCI Express Root Port 6
1733120312 1028 04da Vostro 3750
20313 1043 844d P8 series motherboard
1733220314 1c1c 6 Series/C200 Series Chipset Family PCI Express Root Port 7
1733320315 1c1e 6 Series/C200 Series Chipset Family PCI Express Root Port 8
20316 1043 844d P8 series motherboard
1733420317 1c20 6 Series/C200 Series Chipset Family High Definition Audio Controller
1733520318 1028 0490 Alienware M17x R3
20319 1028 04a3 Precision M4600
1733620320 1028 04aa XPS 8300
1733720321 1028 04b2 Vostro 3350
1733820322 1028 04da Vostro 3750
1733920323 1043 8418 P8P67 Deluxe Motherboard
20324 1043 841b P8H67 Series Motherboard
20325 # Realtek ALC888 audio codec
20326 8086 2008 DQ67SW board
1734020327 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1734120328 1c22 6 Series/C200 Series Chipset Family SMBus Controller
20329 1028 04a3 Precision M4600
1734220330 1028 04aa XPS 8300
1734320331 1028 04b2 Vostro 3350
1734420332 1028 04da Vostro 3750
17345 1043 844d P8P67 Deluxe Motherboard
17346 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
20333 1043 844d P8 series motherboard
20334 8086 7270 Server Board S1200BTS / Apple MacBook Pro 8,1/8,2
1734720335 1c24 6 Series/C200 Series Chipset Family Thermal Management Controller
1734820336 1c25 6 Series/C200 Series Chipset Family DMI to PCI Bridge
1734920337 1c26 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1
20338 1028 04a3 Precision M4600
1735020339 1028 04aa XPS 8300
1735120340 1028 04b2 Vostro 3350
1735220341 1028 04da Vostro 3750
17353 1043 844d P8P67 Deluxe Motherboard
17354 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
20342 1043 844d P8 series motherboard
20343 8086 7270 Server Board S1200BTS / Apple MacBook Pro 8,1/8,2
1735520344 1c27 6 Series/C200 Series Chipset Family USB Universal Host Controller #1
1735620345 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1735720346 1c2c 6 Series/C200 Series Chipset Family USB Universal Host Controller #5
1735820347 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1735920348 1c2d 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2
20349 1028 04a3 Precision M4600
1736020350 1028 04aa XPS 8300
1736120351 1028 04b2 Vostro 3350
1736220352 1028 04da Vostro 3750
17363 1043 844d P8P67 Deluxe Motherboard
17364 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
20353 1043 844d P8 series motherboard
20354 8086 7270 Server Board S1200BTS / Apple MacBook Pro 8,1/8,2
1736520355 1c33 6 Series/C200 Series Chipset Family LAN Controller
1736620356 1c35 6 Series/C200 Series Chipset Family VECI Controller
1736720357 1c3a 6 Series/C200 Series Chipset Family MEI Controller #1
20358 1028 04a3 Precision M4600
1736820359 1028 04aa XPS 8300
1736920360 1028 04b2 Vostro 3350
1737020361 1028 04da Vostro 3750
17371 1043 844d P8P67 Deluxe Motherboard
20362 1043 844d P8 series motherboard
1737220363 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1737320364 1c3b 6 Series/C200 Series Chipset Family MEI Controller #2
1737420365 1c3c 6 Series/C200 Series Chipset Family IDE-r Controller
1738720378 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011]
1738820379 1c4a H67 Express Chipset Family LPC Controller
1738920380 1028 04aa XPS 8300
20381 1043 844d P8H67 Series Motherboard
1739020382 1c4b HM67 Express Chipset Family LPC Controller
1739120383 1028 04b2 Vostro 3350
1739220384 1028 04da Vostro 3750
1739420386 1c4d QS67 Express Chipset Family LPC Controller
1739520387 1c4e Q67 Express Chipset Family LPC Controller
1739620388 1c4f QM67 Express Chipset Family LPC Controller
20389 1028 04a3 Precision M4600
1739720390 1c50 B65 Express Chipset Family LPC Controller
1739820391 1c51 6 Series/C200 Series Chipset Family LPC Controller
1739920392 1c52 C202 Chipset Family LPC Controller
20393 8086 7270 Server Board S1200BTS
1740020394 1c53 6 Series/C200 Series Chipset Family LPC Controller
1740120395 1c54 C204 Chipset Family LPC Controller
1740220396 1c55 6 Series/C200 Series Chipset Family LPC Controller
1740320397 1c56 C206 Chipset Family LPC Controller
20398 1043 844d P8B WS Motherboard
1740420399 1c57 6 Series/C200 Series Chipset Family LPC Controller
1740520400 1c58 Upgraded B65 Express Chipset Family LPC Controller
1740620401 1c59 Upgraded HM67 Express Chipset Family LPC Controller
1747720472 1e00 7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode]
1747820473 1e01 7 Series Chipset Family 4-port SATA Controller [IDE mode]
1747920474 1e02 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode]
20475 1043 84ca P8 series motherboard
20476 1849 1e02 Motherboard
1748020477 1e03 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
1748120478 1043 1477 N56VZ
20479 1043 1517 Zenbook Prime UX31A
1748220480 1e04 7 Series/C210 Series Chipset Family SATA Controller [RAID mode]
1748320481 1e05 7 Series Chipset SATA Controller [RAID mode]
1748420482 1e06 7 Series/C210 Series Chipset Family SATA Controller [RAID mode]
1748820486 1e0e 7 Series/C210 Series Chipset Family SATA Controller [RAID mode]
1748920487 1e10 7 Series/C210 Series Chipset Family PCI Express Root Port 1
1749020488 1043 1477 N56VZ
20489 1043 1517 Zenbook Prime UX31A
20490 1043 84ca P8H77-I Motherboard
20491 1849 1e10 Motherboard
1749120492 1e12 7 Series/C210 Series Chipset Family PCI Express Root Port 2
1749220493 1043 1477 N56VZ
20494 1043 1517 Zenbook Prime UX31A
1749320495 1e14 7 Series/C210 Series Chipset Family PCI Express Root Port 3
1749420496 1e16 7 Series/C210 Series Chipset Family PCI Express Root Port 4
1749520497 1043 1477 N56VZ
20498 1849 1618 Z77 Extreme4 motherboard
1749620499 1e18 7 Series/C210 Series Chipset Family PCI Express Root Port 5
20500 1043 84ca P8H77-I Motherboard
20501 1849 1e18 Motherboard
1749720502 1e1a 7 Series/C210 Series Chipset Family PCI Express Root Port 6
20503 1849 1e1a Motherboard
1749820504 1e1c 7 Series/C210 Series Chipset Family PCI Express Root Port 7
1749920505 1e1e 7 Series/C210 Series Chipset Family PCI Express Root Port 8
20506 1849 1e1e Motherboard
1750020507 1e20 7 Series/C210 Series Chipset Family High Definition Audio Controller
1750120508 1043 1477 N56VZ
20509 1043 1517 Zenbook Prime UX31A
20510 1043 8415 P8H77-I Motherboard
20511 1043 8445 ASUS P8Z77-V LX Motherboard
20512 1849 1898 Z77 Extreme4 motherboard
1750220513 1e22 7 Series/C210 Series Chipset Family SMBus Controller
1750320514 1043 1477 N56VZ
20515 1043 1517 Zenbook Prime UX31A
20516 1043 84ca P8 series motherboard
20517 1849 1e22 Motherboard
1750420518 1e24 7 Series/C210 Series Chipset Family Thermal Management Controller
20519 1043 1517 Zenbook Prime UX31A
1750520520 1e25 7 Series/C210 Series Chipset Family DMI to PCI Bridge
1750620521 1e26 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1
1750720522 1043 1477 N56VZ
20523 1043 1517 Zenbook Prime UX31A
20524 1043 84ca P8 series motherboard
20525 1849 1e26 Motherboard
1750820526 1e2d 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2
1750920527 1043 1477 N56VZ
20528 1043 1517 Zenbook Prime UX31A
20529 1043 84ca P8 series motherboard
20530 1849 1e2d Motherboard
1751020531 1e31 7 Series/C210 Series Chipset Family USB xHCI Host Controller
20532 103c 17ab ProBook 6570b
1751120533 1043 1477 N56VZ
20534 1043 1517 Zenbook Prime UX31A
20535 1043 84ca P8 series motherboard
20536 1849 1e31 Motherboard
1751220537 1e33 7 Series/C210 Series Chipset Family LAN Controller
1751320538 1e3a 7 Series/C210 Series Chipset Family MEI Controller #1
1751420539 1043 1477 N56VZ
20540 1043 1517 Zenbook Prime UX31A
20541 1043 84ca P8 series motherboard
20542 1849 1e3a Motherboard
1751520543 1e3b 7 Series/C210 Series Chipset Family MEI Controller #2
1751620544 1e3c 7 Series/C210 Series Chipset Family IDE-r Controller
1751720545 1e3d 7 Series/C210 Series Chipset Family KT Controller
1751920547 1e42 7 Series Chipset Family LPC Controller
1752020548 1e43 7 Series Chipset Family LPC Controller
1752120549 1e44 Z77 Express Chipset LPC Controller
20550 1043 84ca P8 series motherboard
20551 1849 1e44 Motherboard
1752220552 1e45 7 Series Chipset Family LPC Controller
1752320553 1e46 Z75 Express Chipset LPC Controller
1752420554 1e47 Q77 Express Chipset LPC Controller
1752520555 1e48 Q75 Express Chipset LPC Controller
1752620556 1e49 B75 Express Chipset LPC Controller
1752720557 1e4a H77 Express Chipset LPC Controller
20558 1043 84ca P8H77-I Motherboard
1752820559 1e4b 7 Series Chipset Family LPC Controller
1752920560 1e4c 7 Series Chipset Family LPC Controller
1753020561 1e4d 7 Series Chipset Family LPC Controller
1754120572 1e58 UM77 Express Chipset LPC Controller
1754220573 1e59 HM76 Express Chipset LPC Controller
1754320574 1043 1477 N56VZ
20575 1043 1517 Zenbook Prime UX31A
1754420576 1e5a 7 Series Chipset Family LPC Controller
1754520577 1e5b UM77 Express Chipset LPC Controller
1754620578 1e5c 7 Series Chipset Family LPC Controller
1754720579 1e5d HM75 Express Chipset LPC Controller
1754820580 1e5e 7 Series Chipset Family LPC Controller
1754920581 1e5f 7 Series Chipset Family LPC Controller
20582 1f00 Atom processor C2000 SoC Transaction Router
20583 1f01 Atom processor C2000 SoC Transaction Router
20584 1f02 Atom processor C2000 SoC Transaction Router
20585 1f03 Atom processor C2000 SoC Transaction Router
20586 1f04 Atom processor C2000 SoC Transaction Router
20587 1f05 Atom processor C2000 SoC Transaction Router
20588 1f06 Atom processor C2000 SoC Transaction Router
20589 1f07 Atom processor C2000 SoC Transaction Router
20590 1f08 Atom processor C2000 SoC Transaction Router
20591 1f09 Atom processor C2000 SoC Transaction Router
20592 1f0a Atom processor C2000 SoC Transaction Router
20593 1f0b Atom processor C2000 SoC Transaction Router
20594 1f0c Atom processor C2000 SoC Transaction Router
20595 1f0d Atom processor C2000 SoC Transaction Router
20596 1f0e Atom processor C2000 SoC Transaction Router
20597 1f0f Atom processor C2000 SoC Transaction Router
20598 1f10 Atom processor C2000 PCIe Root Port 1
20599 1f11 Atom processor C2000 PCIe Root Port 2
20600 1f12 Atom processor C2000 PCIe Root Port 3
20601 1f13 Atom processor C2000 PCIe Root Port 4
20602 1f14 Atom processor C2000 RAS
20603 1f15 Atom processor C2000 SMBus 2.0
20604 1f16 Atom processor C2000 RCEC
20605 1f18 Atom processor C2000 nCPM
20606 1f19 Atom processor C2000 nCPM
20607 1f20 Atom processor C2000 4-Port IDE SATA2 Controller
20608 1f21 Atom processor C2000 4-Port IDE SATA2 Controller
20609 1f22 Atom processor C2000 AHCI SATA2 Controller
20610 1f23 Atom processor C2000 AHCI SATA2 Controller
20611 1f24 Atom processor C2000 RAID SATA2 Controller
20612 1f25 Atom processor C2000 RAID SATA2 Controller
20613 1f26 Atom processor C2000 RAID SATA2 Controller
20614 1f27 Atom processor C2000 RAID SATA2 Controller
20615 1f2c Atom processor C2000 USB Enhanced Host Controller
20616 1f2e Atom processor C2000 RAID SATA2 Controller
20617 1f2f Atom processor C2000 RAID SATA2 Controller
20618 1f30 Atom processor C2000 2-Port IDE SATA3 Controller
20619 1f31 Atom processor C2000 2-Port IDE SATA3 Controller
20620 1f32 Atom processor C2000 AHCI SATA3 Controller
20621 1f33 Atom processor C2000 AHCI SATA3 Controller
20622 1f34 Atom processor C2000 RAID SATA3 Controller
20623 1f35 Atom processor C2000 RAID SATA3 Controller
20624 1f36 Atom processor C2000 RAID SATA3 Controller
20625 1f37 Atom processor C2000 RAID SATA3 Controller
20626 1f38 Atom processor C2000 PCU
20627 1f39 Atom processor C2000 PCU
20628 1f3a Atom processor C2000 PCU
20629 1f3b Atom processor C2000 PCU
20630 1f3c Atom processor C2000 PCU SMBus
20631 1f3e Atom processor C2000 RAID SATA3 Controller
20632 1f3f Atom processor C2000 RAID SATA3 Controller
20633 1f40 Ethernet Connection I354 1.0 GbE Backplane
20634 1028 05f1 Ethernet Connection I354 1.0 GbE Backplane
20635 1f41 Ethernet Connection I354
20636 1f42 Atom processor C2000 GbE
20637 1f44 Atom processor C2000 GbE Virtual Function
20638 1f45 Ethernet Connection I354 2.5 GbE Backplane
20639 2250 Xeon Phi coprocessor 5100 series
20640 225c Xeon Phi coprocessor SE10/7120 series
20641 225d Xeon Phi coprocessor 3120 series
20642 225e Xeon Phi coprocessor 31S1
1755020643 2310 DH89xxCC LPC Controller
1755120644 2323 DH89xxCC 4 Port SATA AHCI Controller
1755220645 2330 DH89xxCC SMBus Controller
1756520658 2360 DH89xxCC Watchdog Timer
1756620659 2364 DH89xxCC MEI 0
1756720660 2365 DH89xxCC MEI 1
20661 2390 Coleto Creek LPC Controller
20662 23a1 Coleto Creek 2-Port SATA Controller [IDE Mode]
20663 23a3 Coleto Creek 4-Port SATA Controller [AHCI Mode]
20664 23a6 Coleto Creek 2-Port SATA Controller [IDE Mode]
20665 23b0 Coleto Creek SMBus Controller
20666 23b1 Coleto Creek CHAP Counter
20667 23b2 Coleto Creek Thermal Management Controller
20668 23b4 Coleto Creek USB2 Enhanced Host Controller #1
20669 23b5 Coleto Creek USB2 Enhanced Host Controller #1
20670 23c2 Coleto Creek PCI Express Root Port #1
20671 23c3 Coleto Creek PCI Express Root Port #1
20672 23c4 Coleto Creek PCI Express Root Port #2
20673 23c5 Coleto Creek PCI Express Root Port #2
20674 23c6 Coleto Creek PCI Express Root Port #3
20675 23c7 Coleto Creek PCI Express Root Port #3
20676 23c8 Coleto Creek PCI Express Root Port #4
20677 23c9 Coleto Creek PCI Express Root Port #4
20678 23e0 Coleto Creek Watchdog Timer
20679 23e4 Coleto Creek MEI Controller #1
20680 23e5 Coleto Creek MEI Controller #2
1756820681 2410 82801AA ISA Bridge (LPC)
1756920682 2411 82801AA IDE Controller
1757020683 2412 82801AA USB Controller
1757720690 11d4 0048 SoundMAX Integrated Digital Audio
1757820691 11d4 5340 SoundMAX Integrated Digital Audio
1757920692 1734 1025 Activy 3xx
20693 1af4 1100 QEMU Virtual Machine
1758020694 2416 82801AA AC'97 Modem Controller
1758120695 2418 82801AA PCI Bridge
1758220696 2420 82801AB ISA Bridge (LPC)
1765020764 103c 30a3 Compaq nw8440
1765120765 103c 30c1 Compaq 6910p
1765220766 104d 902d VAIO VGN-NR120E
20767 105b 0d7c D270S/D250S Motherboard
20768 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1765320769 144d c00c P30 notebook
20770 144d c06a R730 Laptop
1765420771 144d c072 Notebook N150P
20772 1458 5000 GA-D525TUD
1765520773 1734 1055 Amilo M1420
17656 17aa 20ae ThinkPad T61
20774 17aa 20ae ThinkPad T61/R61
20775 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
20776 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
20777 8086 544b Desktop Board D425KT
1765720778 e4bf cc47 CCG-RUMBA
1765820779 2449 82801BA/BAM/CA/CAM Ethernet Controller
1765920780 0e11 0012 EtherExpress PRO/100 VM
1767720798 1179 ff01 PRO/100 VE Network Connection
1767820799 1186 7801 EtherExpress PRO/100 VE
1767920800 144d 2602 HomePNA 1M CNR
20801 1af4 1100 QEMU Virtual Machine
1768020802 8086 3010 EtherExpress PRO/100 VE
1768120803 8086 3011 EtherExpress PRO/100 VM
1768220804 8086 3012 82562EH based Phoneline
1770820830 1028 0211 Optiplex 755
1770920831 1028 02da OptiPlex 980
1771020832 103c 2a3b Pavilion A1512X
20833 103c 2a6f Asus IPIBL-LB Motherboard
20834 103c 31fe ProLiant DL140 G3
1771120835 103c 330b ProLiant ML150 G6 Server
17712 1458 5000 GA-EP45-DS5 Motherboard
20836 # same ID possibly also on other ASUS boards
20837 1043 8277 P5K PRO Motherboard
20838 1043 844d P8 series motherboard
20839 1458 5000 Motherboard
20840 1462 7418 Wind PC MS-7418
20841 15d9 060d C7SIM-Q Motherboard
20842 15d9 9680 X7DBN Motherboard
1771320843 1775 11cc CC11/CL11
20844 8086 7270 Server Board S1200BTS
1771420845 2450 82801E ISA Bridge (LPC)
1771520846 2452 82801E USB Controller
1771620847 2453 82801E SMBus Controller
1784820979 24c5 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
1784920980 0e11 00b8 Analog Devices Inc. codec [SoundMAX]
1785020981 1014 0267 NetVista A30p
17851 1014 0537 ThinkPad T41
20982 1014 0537 ThinkPad T4x Series
1785220983 1014 055f Thinkpad R50e model 1634
1785320984 1025 005a TravelMate 290
1785420985 1028 0139 Latitude D400
1786020991 103c 088c NC8000 laptop
1786120992 103c 0890 NC6000 laptop
1786220993 103c 08b0 tc1100 tablet
17863 1043 1713 M6800N
20994 1043 1713 M2400N/M6800N laptop
1786420995 1043 80b0 P4B533
1786520996 1071 8160 MIM2000
1786620997 1179 0201 Toshiba Tecra M1
1787221003 1734 1055 Amilo M1420
1787321004 8086 24c5 Dell Dimension 2400
1787421005 24c6 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller
17875 1014 0524 ThinkPad T41
21006 1014 0524 ThinkPad T4x Series
1787621007 1014 0525 ThinkPad
1787721008 1014 0559 ThinkPad R50e
1787821009 1025 003c Aspire 2001WLCi (Compal CL50 motherboard) implementation
1788121012 103c 088c NC8000 laptop
1788221013 103c 0890 NC6000 laptop
1788321014 103c 08b0 tc1100 tablet
21015 1043 1716 M2400N laptop
1788421016 1043 1826 M6800N
1788521017 1071 8160 MIM2000
1788621018 134d 4c21 Latitude D500
1796321095 1509 1968 Averatec 5110H
1796421096 1734 1004 D1451 Mainboard (SCENIC N300, i845GV)
1796521097 1734 1055 Amilo M1420
21098 1af4 1100 QEMU Virtual Machine
1796621099 4c53 1090 Cx9 / Vx9 mainboard
1796721100 8086 24c2 Latitude X300
1796821101 e4bf 0cc9 CC9-SAMBA
1796921102 e4bf 0cd2 CD2-BEBOP
1797021103 24d0 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge
1797121104 24d1 82801EB (ICH5) SATA Controller
21105 1028 0168 Precision Workstation 670 Mainboard
1797221106 1028 0169 Precision 470
1797321107 1028 019a PowerEdge SC1425
1797421108 103c 12bc d530 CMT (DG746A)
21109 103c 3208 ProLiant DL140 G2
1797521110 1043 80a6 P4P800 series motherboard
1797621111 1458 24d1 GA-8IPE1000 Pro2 motherboard (865PE)
1797721112 1462 7280 865PE Neo2 (MS-6728)
1798521120 24d2 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1
1798621121 1014 02dd eServer xSeries server mainboard
1798721122 1014 02ed eServer xSeries server mainboard
21123 1028 0168 Precision Workstation 670 Mainboard
1798821124 1028 0169 Precision 470
1798921125 1028 016c PowerEdge 1850 onboard UHCI
1799021126 1028 016d PowerEdge 2850 onboard UHCI
1799321129 1028 019a PowerEdge SC1425
1799421130 103c 006a NX9500
1799521131 103c 12bc d530 CMT (DG746A)
21132 103c 3208 ProLiant DL140 G2
1799621133 1043 80a6 P4P800/P5P800 series motherboard
1799721134 1458 24d2 GA-8IPE1000/8KNXP motherboard
1799821135 1462 7280 865PE Neo2 (MS-6728)
1800721144 1014 02dd eServer xSeries server mainboard
1800821145 1014 02ed eServer xSeries server mainboard
1800921146 1028 0156 Precision 360
21147 1028 0168 Precision Workstation 670 Mainboard
1801021148 1028 0169 Precision 470
1801121149 103c 12bc d330 uT
21150 103c 3208 ProLiant DL140 G2
1801221151 1043 80a6 P4P800/P5P800 series motherboard
1801321152 1458 24d2 GA-8IPE1000 Pro2 motherboard (865PE)
1801421153 1462 7280 865PE Neo2 (MS-6728)
1802321162 24d4 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2
1802421163 1014 02dd eServer xSeries server mainboard
1802521164 1014 02ed eServer xSeries server mainboard
21165 1028 0168 Precision Workstation 670 Mainboard
1802621166 1028 0169 Precision 470
1802721167 1028 016c PowerEdge 1850 onboard UHCI
1802821168 1028 016d PowerEdge 2850 onboard UHCI
1803121171 1028 019a PowerEdge SC1425
1803221172 103c 006a NX9500
1803321173 103c 12bc d530 CMT (DG746A)
21174 103c 3208 ProLiant DL140 G2
1803421175 1043 80a6 P4P800/P5P800 series motherboard
1803521176 1458 24d2 GA-8IPE1000 Pro2 motherboard (865PE)
1803621177 1462 7280 865PE Neo2 (MS-6728)
1804421185 8086 524c D865PERL mainboard
1804521186 24d5 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller
1804621187 100a 147b Abit IS7-E motherboard
21188 1028 0168 Precision Workstation 670 Mainboard
1804721189 1028 0169 Precision 470
1804821190 103c 006a NX9500
1804921191 103c 12bc d330 uT
1806121203 103c 006a NX9500
1806221204 24d7 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3
1806321205 1014 02ed xSeries server mainboard
21206 1028 0168 Precision Workstation 670 Mainboard
1806421207 1028 0169 Precision 470
1806521208 1028 016c PowerEdge 1850 onboard UHCI
1806621209 1028 016d PowerEdge 2850 onboard UHCI
1808221225 24db 82801EB/ER (ICH5/ICH5R) IDE Controller
1808321226 1014 02dd eServer xSeries server mainboard
1808421227 1014 02ed eServer xSeries server mainboard
21228 1028 0168 Precision Workstation 670 Mainboard
1808521229 1028 0169 Precision 470
1808621230 1028 016c PowerEdge 1850 IDE Controller
1808721231 1028 016d PowerEdge 2850 IDE Controller
1810621250 24dd 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller
1810721251 1014 02dd eServer xSeries server mainboard
1810821252 1014 02ed eServer xSeries server mainboard
21253 1028 0168 Precision Workstation 670 Mainboard
1810921254 1028 0169 Precision 470
1811021255 1028 016c PowerEdge 1850 onboard EHCI
1811121256 1028 016d PowerEdge 2850 onboard EHCI
1811421259 1028 019a PowerEdge SC1425
1811521260 103c 006a NX9500
1811621261 103c 12bc d530 CMT (DG746A)
21262 103c 3208 ProLiant DL140 G2
1811721263 1043 80a6 P4P800/P5P800 series motherboard
1811821264 1458 5006 GA-8IPE1000 Pro2 motherboard (865PE)
1811921265 1462 7280 865PE Neo2 (MS-6728)
1812421270 8086 524c D865PERL mainboard
1812521271 24de 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4
1812621272 1014 02ed xSeries server mainboard
21273 1028 0168 Precision Workstation 670 Mainboard
1812721274 1028 0169 Precision 470
1812821275 1043 80a6 P4P800/P5P800 series motherboard
1812921276 1458 24d2 GA-8IPE1000 Pro2 motherboard (865PE)
1813721284 8086 4c43 Desktop Board D865GLC
1813821285 8086 524c D865PERL mainboard
1813921286 24df 82801ER (ICH5R) SATA Controller
21287 1028 0168 Precision Workstation 670 Mainboard
21288 24f3 Wireless 8260
21289 # Snow Field Peak AC
21290 8086 0010 Dual Band Wireless-AC 8260
21291 24f4 Wireless 8260
21292 # Snow Field Peak AC
21293 8086 0030 Dual Band Wireless-AC 8260
1814021294 2500 82820 820 (Camino) Chipset Host Bridge (MCH)
1814121295 1028 0095 Precision Workstation 220 Chipset
1814221296 1043 801c P3C-2000 system chipset
1824821402 e4bf 58b1 XB1
1824921403 25a1 6300ESB LPC Interface Controller
1825021404 25a2 6300ESB PATA Storage Controller
21405 1734 1073 Primergy Econel 200 D2020 mainboard
1825121406 1775 10d0 V5D Single Board Computer IDE
1825221407 1775 1100 CR11/VR11 Single Board Computer
1825321408 1775 ce90 CE9
1825421409 4c53 10b0 CL9 mainboard
1825521410 4c53 10e0 PSL09 PrPMC
1825621411 25a3 6300ESB SATA Storage Controller
21412 1734 1073 Primergy Econel 200 D2020 mainboard
1825721413 1775 1100 CR11/VR11 Single Board Computer
1825821414 1775 ce90 CE9
1825921415 4c53 10b0 CL9 mainboard
1826021416 4c53 10d0 Telum ASLP10 Processor AMC
1826121417 4c53 10e0 PSL09 PrPMC
1826221418 25a4 6300ESB SMBus Controller
21419 1734 1073 Primergy Econel 200 D2020 mainboard
1826321420 1775 10d0 V5D Single Board Computer
1826421421 1775 1100 CR11/VR11 Single Board Computer
1826521422 1775 ce90 CE9
1827221429 4c53 10b0 CL9 mainboard
1827321430 25a7 6300ESB AC'97 Modem Controller
1827421431 25a9 6300ESB USB Universal Host Controller
21432 1734 1073 Primergy Econel 200 D2020 mainboard
1827521433 1775 10d0 V5D Single Board Computer USB
1827621434 1775 1100 CR11/VR11 Single Board Computer
1827721435 1775 ce90 CE9
1827921437 4c53 10d0 Telum ASLP10 Processor AMC
1828021438 4c53 10e0 PSL09 PrPMC
1828121439 25aa 6300ESB USB Universal Host Controller
21440 1734 1073 Primergy Econel 200 D2020 mainboard
1828221441 1775 1100 CR11/VR11 Single Board Computer
1828321442 1775 ce90 CE9
1828421443 4c53 10b0 CL9 mainboard
1828521444 4c53 10d0 Telum ASLP10 Processor AMC
1828621445 4c53 10e0 PSL09 PrPMC
1828721446 25ab 6300ESB Watchdog Timer
21447 1734 1073 Primergy Econel 200 D2020 mainboard
1828821448 1775 10d0 V5D Single Board Computer
1828921449 1775 1100 CR11/VR11 Single Board Computer
1829021450 1775 ce90 CE9
21451 1af4 1100 QEMU Virtual Machine
1829121452 4c53 10b0 CL9 mainboard
1829221453 4c53 10d0 Telum ASLP10 Processor AMC
1829321454 4c53 10e0 PSL09 PrPMC
1829421455 25ac 6300ESB I/O Advanced Programmable Interrupt Controller
21456 1734 1073 Primergy Econel 200 D2020 mainboard
1829521457 1775 10d0 V5D Single Board Computer
1829621458 1775 1100 CR11/VR11 Single Board Computer
1829721459 1775 ce90 CE9
1829921461 4c53 10d0 Telum ASLP10 Processor AMC
1830021462 4c53 10e0 PSL09 PrPMC
1830121463 25ad 6300ESB USB2 Enhanced Host Controller
21464 1734 1073 Primergy Econel 200 D2020 mainboard
1830221465 1775 10d0 V5D Single Board Computer USB 2.0
1830321466 1775 1100 CR11/VR11 Single Board Computer
1830421467 1775 ce90 CE9
1831521478 25d4 5000V Chipset Memory Controller Hub
1831621479 15d9 8680 X7DVL-E-O motherboard
1831721480 25d8 5000P Chipset Memory Controller Hub
18318 8086 3476 Intel S5000PSLSATA Server Board
21481 15d9 9680 X7DBN Motherboard
21482 8086 3476 S5000PSLSATA Server Board
1831921483 25e2 5000 Series Chipset PCI Express x4 Port 2
1832021484 25e3 5000 Series Chipset PCI Express x4 Port 3
1832121485 25e4 5000 Series Chipset PCI Express x4 Port 4
1832421488 25e7 5000 Series Chipset PCI Express x4 Port 7
1832521489 25f0 5000 Series Chipset FSB Registers
1832621490 1028 01bb PowerEdge 1955 FSB Registers
21491 103c 31fd ProLiant DL140 G3
1832721492 15d9 8680 X7DVL-E-O motherboard
18328 8086 3476 Intel S5000PSLSATA Server Board
21493 15d9 9680 X7DBN Motherboard
21494 8086 3476 S5000PSLSATA Server Board
1832921495 25f1 5000 Series Chipset Reserved Registers
21496 103c 31fd ProLiant DL140 G3
1833021497 15d9 8680 X7DVL-E-O motherboard
18331 8086 3476 Intel S5000PSLSATA Server Board
21498 15d9 9680 X7DBN Motherboard
21499 8086 3476 S5000PSLSATA Server Board
1833221500 25f3 5000 Series Chipset Reserved Registers
21501 103c 31fd ProLiant DL140 G3
1833321502 15d9 8680 X7DVL-E-O motherboard
18334 8086 3476 Intel S5000PSLSATA Server Board
21503 15d9 9680 X7DBN Motherboard
21504 8086 3476 S5000PSLSATA Server Board
1833521505 25f5 5000 Series Chipset FBD Registers
21506 103c 31fd ProLiant DL140 G3
1833621507 15d9 8680 X7DVL-E-O motherboard
18337 8086 3476 Intel S5000PSLSATA Server Board
21508 15d9 9680 X7DBN Motherboard
21509 8086 3476 S5000PSLSATA Server Board
1833821510 25f6 5000 Series Chipset FBD Registers
21511 103c 31fd ProLiant DL140 G3
1833921512 15d9 8680 X7DVL-E-O motherboard
18340 8086 3476 Intel S5000PSLSATA Server Board
21513 15d9 9680 X7DBN Motherboard
21514 8086 3476 S5000PSLSATA Server Board
1834121515 25f7 5000 Series Chipset PCI Express x8 Port 2-3
1834221516 25f8 5000 Series Chipset PCI Express x8 Port 4-5
1834321517 25f9 5000 Series Chipset PCI Express x8 Port 6-7
1849321667 1043 1173 Asus A6VC
1849421668 1043 814e P5GD1-VW Mainboard
1849521669 1462 7028 915P/G Neo2
21670 1af4 1100 QEMU Virtual Machine
1849621671 266a 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller
1849721672 1028 0177 Dimension 8400
1849821673 1028 0179 Optiplex GX280
1853421709 e4bf 0cd3 CD3-JIVE
1853521710 e4bf 58b1 XB1
1853621711 2670 631xESB/632xESB/3100 Chipset LPC Interface Controller
21712 103c 31fe ProLiant DL140 G3
1853721713 15d9 8680 X7DVL-E-O motherboard
21714 15d9 9680 X7DBN Motherboard
1853821715 8086 3476 Intel S5000PSLSATA Server Board
1853921716 2680 631xESB/632xESB/3100 Chipset SATA IDE Controller
1854021717 2681 631xESB/632xESB SATA AHCI Controller
21718 103c 31fe ProLiant DL140 G3
1854121719 15d9 8680 X7DVL-E-O motherboard
21720 15d9 9680 X7DBN Motherboard
1854221721 8086 3476 Intel S5000PSLSATA Server Board
1854321722 2682 631xESB/632xESB SATA RAID Controller
1854421723 103c 31fe Adaptec Serial ATA HostRAID
1854621725 2688 631xESB/632xESB/3100 Chipset UHCI USB Controller #1
1854721726 1028 01bb PowerEdge 1955 onboard USB
1854821727 1028 01f0 PowerEdge R900 onboard USB
21728 103c 31fe ProLiant DL140 G3
1854921729 15d9 8680 X7DVL-E-O motherboard
21730 15d9 9680 X7DBN Motherboard
1855021731 8086 3476 Intel S5000PSLSATA Server Board
1855121732 2689 631xESB/632xESB/3100 Chipset UHCI USB Controller #2
1855221733 1028 01bb PowerEdge 1955 onboard USB
1855321734 1028 01f0 PowerEdge R900 onboard USB
21735 103c 31fe ProLiant DL140 G3
1855421736 15d9 8680 X7DVL-E-O motherboard
21737 15d9 9680 X7DBN Motherboard
1855521738 8086 3476 Intel S5000PSLSATA Server Board
1855621739 268a 631xESB/632xESB/3100 Chipset UHCI USB Controller #3
1855721740 1028 01f0 PowerEdge R900 onboard USB
21741 103c 31fe ProLiant DL140 G3
1855821742 15d9 8680 X7DVL-E-O motherboard
21743 15d9 9680 X7DBN Motherboard
1855921744 8086 3476 Intel S5000PSLSATA Server Board
1856021745 268b 631xESB/632xESB/3100 Chipset UHCI USB Controller #4
1856121746 1028 01f0 PowerEdge R900 onboard USB
1856421749 268c 631xESB/632xESB/3100 Chipset EHCI USB2 Controller
1856521750 1028 01bb PowerEdge 1955 onboard USB
1856621751 1028 01f0 PowerEdge R900 onboard USB
21752 103c 31fe ProLiant DL140 G3
1856721753 15d9 8680 X7DVL-E-O motherboard
21754 15d9 9680 X7DBN Motherboard
1856821755 8086 3476 Intel S5000PSLSATA Server Board
1856921756 2690 631xESB/632xESB/3100 Chipset PCI Express Root Port 1
21757 103c 31fe ProLiant DL140 G3
21758 15d9 9680 X7DBN Motherboard
1857021759 2692 631xESB/632xESB/3100 Chipset PCI Express Root Port 2
21760 103c 31fe ProLiant DL140 G3
1857121761 2694 631xESB/632xESB/3100 Chipset PCI Express Root Port 3
1857221762 2696 631xESB/632xESB/3100 Chipset PCI Express Root Port 4
1857321763 2698 631xESB/632xESB AC '97 Audio Controller
1857421764 2699 631xESB/632xESB AC '97 Modem Controller
1857521765 269a 631xESB/632xESB High Definition Audio Controller
1857621766 269b 631xESB/632xESB/3100 Chipset SMBus Controller
21767 103c 31fe ProLiant DL140 G3
1857721768 15d9 8680 X7DVL-E-O motherboard
21769 15d9 9680 X7DBN Motherboard
1857821770 8086 3476 Intel S5000PSLSATA Server Board
1857921771 269e 631xESB/632xESB IDE Controller
21772 103c 31fe ProLiant DL140 G3
1858021773 15d9 8680 X7DVL-E-O motherboard
21774 15d9 9680 X7DBN Motherboard
1858121775 2770 82945G/GZ/P/PL Memory Controller Hub
1858221776 1028 01ad OptiPlex GX620
1858321777 103c 2a3b Pavilion A1512X
1858421778 1043 817a P5LD2-VM Mainboard
1858521779 107b 5048 E4500
21780 1462 7418 Wind PC MS-7418
1858621781 8086 544e DeskTop Board D945GTP
1858721782 2771 82945G/GZ/P/PL PCI Express Root Port
1858821783 2772 82945G/GZ Integrated Graphics Controller
1858921784 103c 2a3b Pavilion A1512X
21785 1462 7418 Wind PC MS-7418
1859021786 8086 544e DeskTop Board D945GTP
1859121787 8086 d605 Intel Desktop Board D945GCCR
1859221788 2774 82955X Memory Controller Hub
1861621812 103c 30a1 NC2400
1861721813 103c 30a3 Compaq nw8440
1861821814 1043 1237 A6J-Q008
21815 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1861921816 17aa 2015 ThinkPad T60
18620 17aa 2017 ThinkPad T60/R60 series
21817 17aa 2017 ThinkPad R60/T60/X60 series
1862121818 27a1 Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port
1862221819 103c 309f Compaq nx9420 Notebook
1862321820 103c 30a3 Compaq nw8440
21821 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1862421822 27a2 Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller
1862521823 103c 30a1 NC2400
18626 17aa 201a ThinkPad T60/R60 series
21824 17aa 201a ThinkPad R60/T60/X60 series
1862721825 9902 1584 CCE MPL-D10H120F
1862821826 27a6 Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller
1862921827 103c 30a1 NC2400
1863021828 1775 11cc CC11/CL11 integrated graphics (secondary)
18631 17aa 201a ThinkPad T60/R60 series
21829 17aa 201a ThinkPad R60/T60/X60 series
1863221830 27ac Mobile 945GSE Express Memory Controller Hub
1863321831 1775 11cc CC11/CL11
1863421832 27ad Mobile 945GSE Express PCI Express Root Port
1864121839 1028 01e6 PowerEdge 860
1864221840 1043 8179 P5KPL-VM Motherboard
1864321841 107b 5048 E4500
21842 1462 7418 Wind PC MS-7418
1864421843 1775 11cc CC11/CL11
1864521844 8086 544e DeskTop Board D945GTP
1864621845 27b9 82801GBM (ICH7-M) LPC Interface Bridge
1864821847 103c 309f Compaq nx9420 Notebook
1864921848 103c 30a1 NC2400
1865021849 103c 30a3 Compaq nw8440
21850 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1865121851 10f7 8338 Panasonic CF-Y5 laptop
18652 17aa 2009 ThinkPad T60/R60 series
21852 17aa 2009 ThinkPad R60/T60/X60 series
1865321853 27bc NM10 Family LPC Controller
21854 105b 0d7c D270S/D250S Motherboard
1865421855 144d c072 Notebook N150P
21856 1458 5001 GA-D525TUD
1865521857 8086 4f4d DeskTop Board D510MO
21858 8086 544b Desktop Board D425KT
1865621859 27bd 82801GHM (ICH7-M DH) LPC Interface Bridge
1865721860 1025 006c 9814 WKMI
1865821861 27c0 NM10/ICH7 Family SATA Controller [IDE mode]
1866321866 107b 5048 E4500
1866421867 1462 2310 MSI Hetis 945
1866521868 1462 7236 945P Neo3-F Rev. 2.2 motherboard
21869 1462 7418 Wind PC MS-7418
1866621870 1775 11cc CC11/CL11
21871 8086 544b Desktop Board D425KT
1866721872 8086 544e DeskTop Board D945GTP
1866821873 27c1 NM10/ICH7 Family SATA Controller [AHCI mode]
1866921874 1028 01df PowerEdge SC440
1867021875 103c 2a3b Pavilion A1512X
21876 105b 0d7c D270S/D250S Motherboard
1867121877 144d c072 Notebook N150P
21878 1458 b005 GA-D525TUD
1867221879 1775 11cc CC11/CL11
1867321880 8086 4f4d DeskTop Board D510MO
1867421881 8086 5842 DeskTop Board D975XBX
1867821885 27c4 82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode]
1867921886 1025 006c 9814 WKMI
1868021887 1028 01d7 XPS M1210
18681 17aa 200e Thinkpad T60 model 2007
21888 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
21889 17aa 200e ThinkPad T60
1868221890 27c5 82801GBM/GHM (ICH7-M Family) SATA Controller [AHCI mode]
1868321891 103c 309f Compaq nx9420 Notebook
1868421892 103c 30a3 Compaq nw8440
18685 17aa 200d ThinkPad T60/R60 series
21893 17aa 200d ThinkPad R60/T60/X60 series
1868621894 27c6 82801GHM (ICH7-M DH) SATA Controller [RAID mode]
1868721895 27c8 NM10/ICH7 Family USB UHCI Controller #1
1868821896 1025 006c 9814 WKMI
1869621904 103c 30a3 Compaq nw8440
1869721905 1043 1237 A6J-Q008
1869821906 1043 8179 P5KPL-VM,P5LD2-VM Mainboard
21907 105b 0d7c D270S/D250S Motherboard
21908 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1869921909 107b 5048 E4500
1870021910 144d c072 Notebook N150P
21911 1458 5004 GA-D525TUD
21912 1462 7418 Wind PC MS-7418
1870121913 1775 11cc CC11/CL11
18702 17aa 200a ThinkPad T60/R60 series
21914 17aa 200a ThinkPad R60/T60/X60 series
1870321915 8086 4f4d DeskTop Board D510MO
21916 8086 544b Desktop Board D425KT
1870421917 8086 544e DeskTop Board D945GTP
1870521918 27c9 NM10/ICH7 Family USB UHCI Controller #2
1870621919 1025 006c 9814 WKMI
1871421927 103c 30a3 Compaq nw8440
1871521928 1043 1237 A6J-Q008
1871621929 1043 8179 P5KPL-VM,P5LD2-VM Mainboard
21930 105b 0d7c D270S/D250S Motherboard
21931 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1871721932 107b 5048 E4500
1871821933 144d c072 Notebook N150P
21934 1458 5004 GA-D525TUD
21935 1462 7418 Wind PC MS-7418
1871921936 1775 11cc CC11/CL11
18720 17aa 200a ThinkPad T60/R60 series
21937 17aa 200a ThinkPad R60/T60/X60 series
1872121938 8086 4f4d DeskTop Board D510MO
21939 8086 544b Desktop Board D425KT
1872221940 8086 544e DeskTop Board D945GTP
1872321941 27ca NM10/ICH7 Family USB UHCI Controller #3
1872421942 1025 006c 9814 WKMI
1873221950 103c 30a3 Compaq nw8440
1873321951 1043 1237 A6J-Q008
1873421952 1043 8179 P5KPL-VM,P5LD2-VM Mainboard
21953 105b 0d7c D270S/D250S Motherboard
21954 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1873521955 107b 5048 E4500
1873621956 144d c072 Notebook N150P
21957 1458 5004 GA-D525TUD
21958 1462 7418 Wind PC MS-7418
1873721959 1775 11cc CC11/CL11
18738 17aa 200a ThinkPad T60/R60 series
21960 17aa 200a ThinkPad R60/T60/X60 series
1873921961 8086 4f4d DeskTop Board D510MO
1874021962 8086 544e DeskTop Board D945GTP
1874121963 27cb NM10/ICH7 Family USB UHCI Controller #4
1874921971 103c 30a3 Compaq nw8440
1875021972 1043 1237 A6J-Q008
1875121973 1043 8179 P5KPL-VM,P5LD2-VM Mainboard
21974 105b 0d7c D270S/D250S Motherboard
21975 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1875221976 107b 5048 E4500
1875321977 144d c072 Notebook N150P
21978 1458 5004 GA-D525TUD
21979 1462 7418 Wind PC MS-7418
1875421980 1775 11cc CC11/CL11
18755 17aa 200a ThinkPad T60/R60 series
21981 17aa 200a ThinkPad R60/T60/X60 series
1875621982 8086 4f4d DeskTop Board D510MO
1875721983 8086 544e DeskTop Board D945GTP
1875821984 27cc NM10/ICH7 Family USB2 EHCI Controller
1876721993 103c 30a3 Compaq nw8440
1876821994 1043 1237 A6J-Q008
1876921995 1043 8179 P5KPL-VM,P5LD2-VM Mainboard
21996 105b 0d7c D270S/D250S Motherboard
21997 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1877021998 144d c072 Notebook N150P
21999 1458 5006 GA-D525TUD
22000 1462 7418 Wind PC MS-7418
1877122001 1775 11cc CC11/CL11
18772 17aa 200b ThinkPad T60/R60 series
22002 17aa 200b ThinkPad R60/T60/X60 series
1877322003 8086 4f4d DeskTop Board D510MO
22004 8086 544b Desktop Board D425KT
1877422005 8086 544e DeskTop Board D945GTP
1877522006 27d0 NM10/ICH7 Family PCI Express Port 1
1877622007 103c 309f Compaq nx9420 Notebook
1877722008 103c 30a3 Compaq nw8440
22009 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1877822010 144d c072 Notebook N150P
22011 1458 5001 GA-D525TUD
22012 1462 7418 Wind PC MS-7418
1877922013 1775 11cc CC11/CL11
22014 8086 544b Desktop Board D425KT
1878022015 27d2 NM10/ICH7 Family PCI Express Port 2
1878122016 103c 309f Compaq nx9420 Notebook
1878222017 103c 30a3 Compaq nw8440
22018 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1878322019 144d c072 Notebook N150P
22020 1462 7418 Wind PC MS-7418
1878422021 1775 11cc CC11/CL11
22022 8086 544b Desktop Board D425KT
1878522023 27d4 NM10/ICH7 Family PCI Express Port 3
22024 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1878622025 144d c072 Notebook N150P
22026 1462 7418 Wind PC MS-7418
1878722027 1775 11cc CC11/CL11
22028 8086 544b Desktop Board D425KT
1878822029 27d6 NM10/ICH7 Family PCI Express Port 4
1878922030 103c 30a3 Compaq nw8440
22031 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1879022032 144d c072 Notebook N150P
22033 1462 7418 Wind PC MS-7418
1879122034 1775 11cc CC11/CL11
22035 8086 544b Desktop Board D425KT
1879222036 27d8 NM10/ICH7 Family High Definition Audio Controller
1879322037 1025 006c 9814 WKMI
1879422038 1028 01d7 XPS M1210
1880122045 1043 817f P5LD2-VM Mainboard (Realtek ALC 882 codec)
1880222046 1043 8290 P5KPL-VM Motherboard
1880322047 1043 82ea P5KPL-CM Motherboard
22048 105b 0d7c D270S/D250S Motherboard
22049 1071 8207 Medion MIM 2240 Notebook PC [MD98100]
1880422050 107b 5048 E4500
1880522051 10f7 8338 Panasonic CF-Y5 laptop
1880622052 1179 ff10 Toshiba Satellite A100-796 audio (Realtek ALC861)
1880722053 1179 ff31 AC97 Data Fax SoftModem with SmartCP
1880822054 1447 1043 Asus A8JP (Analog Devices AD1986A)
1880922055 144d c072 Notebook N150P
22056 1458 a002 GA-D525TUD (Realtek ALC887)
1881022057 1458 a102 GA-8I945PG-RH Mainboard
22058 1462 7418 Wind PC MS-7418
1881122059 152d 0753 Softmodem
1881222060 1734 10ad Conexant softmodem SmartCP
18813 17aa 2010 ThinkPad T60/R60 series
22061 17aa 2010 ThinkPad R60/T60/X60 series
1881422062 17aa 3802 Lenovo 3000 C200 audio [Realtek ALC861VD]
1881522063 8086 1112 DeskTop Board D945GTP
1881622064 8086 27d8 DeskTop Board D945GTP
1882422072 1028 01e6 PowerEdge 860
1882522073 103c 2a3b Pavilion A1512X
1882622074 1043 8179 P5KPL-VM Motherboard
22075 105b 0d7c D270S/D250S Motherboard
22076 1071 8209 Medion MIM 2240 Notebook PC [MD98100]
1882722077 10f7 8338 Panasonic CF-Y5 laptop
1882822078 144d c072 Notebook N150P
18829 1458 5001 GA-8I945PG-RH Mainboard
22079 1458 5001 GA-8I945PG-RH/GA-D525TUD Mainboard
22080 1462 7418 Wind PC MS-7418
1883022081 1775 11cc CC11/CL11
18831 17aa 200f ThinkPad T60/R60 series
22082 17aa 200f ThinkPad R60/T60/X60 series
1883222083 8086 4f4d DeskTop Board D510MO
22084 8086 544b Desktop Board D425KT
1883322085 8086 544e DeskTop Board D945GTP
1883422086 8086 5842 DeskTop Board D975XBX
1883522087 27dc NM10/ICH7 Family LAN Controller
1885122103 1043 8179 P5KPL-VM Motherboard
1885222104 107b 5048 E4500
1885322105 10f7 8338 Panasonic CF-Y5 laptop
22106 1462 7418 Wind PC MS-7418
1885422107 1775 11cc CC11/CL11
18855 17aa 200c ThinkPad T60/R60 series
22108 17aa 200c ThinkPad R60/T60/X60 series
1885622109 8086 544e DeskTop Board D945GTP
1885722110 27e0 82801GR/GH/GHM (ICH7 Family) PCI Express Port 5
1885822111 1775 11cc CC11/CL11
1885922112 27e2 82801GR/GH/GHM (ICH7 Family) PCI Express Port 6
1886022113 1775 11cc CC11/CL11
18861 2802 82GL40 [Cantiga] High Definition Audio HDMI Service
1886222114 2810 82801HB/HR (ICH8/R) LPC Interface Controller
1886322115 1043 81ec P5B
1886422116 2811 82801HEM (ICH8M-E) LPC Interface Controller
1886522117 103c 30c1 Compaq 6910p
18866 17aa 20b6 T61
22118 17aa 20b6 ThinkPad T61/R61
1886722119 e4bf cc47 CCG-RUMBA
1886822120 2812 82801HH (ICH8DH) LPC Interface Controller
1886922121 2814 82801HO (ICH8DO) LPC Interface Controller
1887522127 103c 30d9 Presario C700
1887622128 104d 9005 Vaio VGN-FZ260E
1887722129 104d 902d VAIO VGN-NR120E
22130 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1887822131 2820 82801H (ICH8 Family) 4 port SATA Controller [IDE mode]
1887922132 1028 01da OptiPlex 745
1888022133 1462 7235 P965 Neo MS-7235 mainboard
1888122134 2821 82801HR/HO/HH (ICH8R/DO/DH) 6 port SATA Controller [AHCI mode]
1888222135 2822 82801 SATA Controller [RAID mode]
1888322136 1028 020d Inspiron 530
22137 103c 2a6f Asus IPIBL-LB Motherboard
1888422138 2823 Wellsburg sSATA RAID Controller
1888522139 2824 82801HB (ICH8) 4 port SATA Controller [AHCI mode]
1888622140 1043 81ec P5B
1890122155 103c 30d9 Presario C700
1890222156 104d 9005 Vaio VGN-FZ260E
1890322157 104d 902d VAIO VGN-NR120E
18904 17aa 20a7 ThinkPad T61
22158 17aa 20a7 ThinkPad T61/R61
22159 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1890522160 e4bf cc47 CCG-RUMBA
1890622161 282a 82801 Mobile SATA Controller [RAID mode]
1890722162 1028 040b Latitude E6510
1891822173 104d 9005 Vaio VGN-FZ260E
1891922174 104d 902d VAIO VGN-NR120E
1892022175 1462 7235 P965 Neo MS-7235 mainboard
18921 17aa 20aa ThinkPad T61
22176 17aa 20aa ThinkPad T61/R61
22177 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1892222178 e4bf cc47 CCG-RUMBA
1892322179 2831 82801H (ICH8 Family) USB UHCI Controller #2
1892422180 1025 0121 Aspire 5920G
1893222188 104d 9005 Vaio VGN-FZ260E
1893322189 104d 902d VAIO VGN-NR120E
1893422190 1462 7235 P965 Neo MS-7235 mainboard
18935 17aa 20aa ThinkPad T61
22191 17aa 20aa ThinkPad T61/R61
22192 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1893622193 e4bf cc47 CCG-RUMBA
1893722194 2832 82801H (ICH8 Family) USB UHCI Controller #3
1893822195 1025 0121 Aspire 5920G
1894522202 1043 81ec P5B
1894622203 104d 9005 Vaio VGN-FZ260E
1894722204 104d 902d VAIO VGN-NR120E
18948 17aa 20aa ThinkPad T61
22205 17aa 20aa ThinkPad T61/R61
22206 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1894922207 e4bf cc47 CCG-RUMBA
1895022208 2833 82801H (ICH8 Family) USB UHCI Controller #4
1895122209 1043 81ec P5B
1896022218 104d 9005 Vaio VGN-FZ260E
1896122219 104d 902d VAIO VGN-NR120E
1896222220 1462 7235 P965 Neo MS-7235 mainboard
18963 17aa 20aa ThinkPad T61
22221 17aa 20aa ThinkPad T61/R61
22222 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1896422223 e4bf cc47 CCG-RUMBA
1896522224 2835 82801H (ICH8 Family) USB UHCI Controller #5
1896622225 1025 0121 Acer Aspire 5920G
1897222231 1043 81ec P5B
1897322232 104d 9005 Vaio VGN-FZ260E
1897422233 104d 902d VAIO VGN-NR120E
18975 17aa 20aa ThinkPad T60
22234 17aa 20aa Thinkpad T61/R61
22235 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1897622236 e4bf cc47 CCG-RUMBA
1897722237 2836 82801H (ICH8 Family) USB2 EHCI Controller #1
1897822238 1025 0121 Aspire 5920G
1898622246 104d 9005 Vaio VGN-FZ260E
1898722247 104d 902d VAIO VGN-NR120E
1898822248 1462 7235 P965 Neo MS-7235 mainboard
18989 17aa 20ab ThinkPad T61
22249 17aa 20ab ThinkPad T61/R61
22250 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1899022251 e4bf cc47 CCG-RUMBA
1899122252 283a 82801H (ICH8 Family) USB2 EHCI Controller #2
1899222253 1025 0121 Acer Aspire 5920G
1899822259 1043 81ec P5B
1899922260 104d 9005 Vaio VGN-FZ260E
1900022261 104d 902d VAIO VGN-NR120E
19001 17aa 20ab ThinkPad T61
22262 17aa 20ab ThinkPad T61/R61
22263 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1900222264 e4bf cc47 CCG-RUMBA
1900322265 283e 82801H (ICH8 Family) SMBus Controller
1900422266 1025 0121 Aspire 5920G
1901022272 104d 9008 Vaio VGN-SZ79SN_C
1901122273 104d 902d VAIO VGN-NR120E
1901222274 1462 7235 P965 Neo MS-7235 mainboard
19013 17aa 20a9 ThinkPad T61
22275 17aa 20a9 ThinkPad T61/R61
22276 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1901422277 e4bf cc47 CCG-RUMBA
1901522278 283f 82801H (ICH8 Family) PCI Express Port 1
1901622279 1028 01da OptiPlex 745
1901722280 103c 30c1 Compaq 6910p
1901822281 104d 902d VAIO VGN-NR120E
19019 17aa 20ad ThinkPad T61
22282 17aa 20ad ThinkPad T61/R61
22283 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1902022284 2841 82801H (ICH8 Family) PCI Express Port 2
1902122285 103c 30c1 Compaq 6910p
1902222286 104d 902d VAIO VGN-NR120E
19023 17aa 20ad ThinkPad T61
22287 17aa 20ad ThinkPad T61/R61
22288 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1902422289 2843 82801H (ICH8 Family) PCI Express Port 3
1902522290 104d 902d VAIO VGN-NR120E
19026 17aa 20ad ThinkPad T61
22291 17aa 20ad ThinkPad T61/R61
22292 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1902722293 2845 82801H (ICH8 Family) PCI Express Port 4
19028 17aa 20ad ThinkPad T61
22294 17aa 20ad ThinkPad T61/R61
22295 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1902922296 2847 82801H (ICH8 Family) PCI Express Port 5
1903022297 1028 01da OptiPlex 745
1903122298 103c 30c1 Compaq 6910p
19032 17aa 20ad ThinkPad T61
22299 17aa 20ad ThinkPad T61/R61
22300 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1903322301 2849 82801H (ICH8 Family) PCI Express Port 6
1903422302 284b 82801H (ICH8 Family) HD Audio Controller
1903522303 1025 011f Realtek ALC268 audio codec
1905122319 104d 9016 Sony VAIO VGN-AR51M
1905222320 104d 902d VAIO VGN-NR120E
1905322321 14f1 5051 Presario C700
19054 17aa 20ac ThinkPad T61
22322 17aa 20ac ThinkPad T61/R61
22323 17c0 4088 Medion WIM 2210 Notebook PC [MD96850]
1905522324 8384 7616 Dell Vostro 1400
1905622325 e4bf cc47 CCG-RUMBA
1905722326 284f 82801H (ICH8 Family) Thermal Reporting Device
1906422333 103c 30d9 Presario C700
1906522334 104d 9005 Vaio VGN-FZ260E
1906622335 104d 902d VAIO VGN-NR120E
19067 17aa 20a6 ThinkPad T61
22336 17aa 20a6 ThinkPad T61/R61
22337 17c0 4083 Medion WIM 2210 Notebook PC [MD96850]
1906822338 e4bf cc47 CCG-RUMBA
1906922339 2912 82801IH (ICH9DH) LPC Interface Controller
1907022340 2914 82801IO (ICH9DO) LPC Interface Controller
1907122341 1028 0211 Optiplex 755
1907222342 2916 82801IR (ICH9R) LPC Interface Controller
1907322343 1028 020d Inspiron 530
22344 103c 2a6f Asus IPIBL-LB Motherboard
22345 1043 8277 P5K PRO Motherboard
1907422346 8086 5044 Desktop Board DP35DP
1907522347 2917 ICH9M-E LPC Interface Controller
1907622348 e4bf cc4d CCM-BOOGIE
1907722349 2918 82801IB (ICH9) LPC Interface Controller
1907822350 1028 0236 PowerEdge R610 82801IB (ICH9) LPC Interface Controller
1907922351 1462 7360 G33/P35 Neo
22352 1af4 1100 QEMU Virtual Machine
1908022353 2919 ICH9M LPC Interface Controller
1908122354 2920 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA Controller [IDE mode]
1908222355 1028 020d Inspiron 530
1908422357 1028 0210 PowerEdge T300 onboard SATA Controller
1908522358 1028 0211 Optiplex 755
1908622359 1028 023c PowerEdge R200 onboard SATA Controller
22360 1043 8277 P5K PRO Motherboard
1908722361 2921 82801IB (ICH9) 2 port SATA Controller [IDE mode]
1908822362 1028 0235 PowerEdge R710 SATA IDE Controller
1908922363 1028 0236 PowerEdge R610 SATA IDE Controller
1909022364 1028 0237 PowerEdge T610 SATA IDE Controller
1909122365 1462 7360 G33/P35 Neo
1909222366 2922 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode]
22367 1af4 1100 QEMU Virtual Machine
1909322368 8086 5044 Desktop Board DP35DP
1909422369 2923 82801IB (ICH9) 4 port SATA Controller [AHCI mode]
1909522370 2925 82801IR/IO (ICH9R/DO) SATA Controller [RAID mode]
1910022375 1028 020f PowerEdge R300 onboard SATA Controller
1910122376 1028 0210 PowerEdge T300 onboard SATA Controller
1910222377 1028 0211 Optiplex 755
22378 1043 8277 P5K PRO Motherboard
1910322379 1462 7360 G33/P35 Neo
1910422380 2928 82801IBM/IEM (ICH9M/ICH9M-E) 2 port SATA Controller [IDE mode]
1910522381 2929 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode]
1911122387 2930 82801I (ICH9 Family) SMBus Controller
1911222388 1028 020d Inspiron 530
1911322389 1028 0211 Optiplex 755
22390 103c 2a6f Asus IPIBL-LB Motherboard
1911422391 103c 3628 dv6-1190en
22392 1043 8277 P5K PRO Motherboard
1911522393 1462 7360 G33/P35 Neo
22394 1af4 1100 QEMU Virtual Machine
1911622395 8086 5044 Desktop Board DP35DP
1911722396 e4bf cc4d CCM-BOOGIE
1911822397 2932 82801I (ICH9 Family) Thermal Subsystem
1912922408 1028 0287 PowerEdge M610 onboard UHCI
1913022409 1028 029c PowerEdge M710 USB UHCI Controller
1913122410 1028 2011 Optiplex 755
22411 103c 2a6f Asus IPIBL-LB Motherboard
22412 1043 8277 P5K PRO Motherboard
1913222413 1462 7360 G33/P35 Neo
22414 1af4 1100 QEMU Virtual Machine
1913322415 8086 5044 Desktop Board DP35DP
1913422416 e4bf cc4d CCM-BOOGIE
1913522417 2935 82801I (ICH9 Family) USB UHCI Controller #2
1914322425 1028 023c PowerEdge R200 onboard UHCI
1914422426 1028 0287 PowerEdge M610 onboard UHCI
1914522427 1028 029c PowerEdge M710 USB UHCI Controller
22428 103c 2a6f Asus IPIBL-LB Motherboard
22429 1043 8277 P5K PRO Motherboard
1914622430 1462 7360 G33/P35 Neo
22431 1af4 1100 QEMU Virtual Machine
1914722432 8086 5044 Desktop Board DP35DP
1914822433 e4bf cc4d CCM-BOOGIE
1914922434 2936 82801I (ICH9 Family) USB UHCI Controller #3
1915522440 1028 023c PowerEdge R200 onboard UHCI
1915622441 1028 0287 PowerEdge M610 onboard UHCI
1915722442 1028 029c PowerEdge M710 USB UHCI Controller
22443 103c 2a6f Asus IPIBL-LB Motherboard
22444 1043 8277 P5K PRO Motherboard
1915822445 1462 7360 G33/P35 Neo
22446 1af4 1100 QEMU Virtual Machine
1915922447 8086 5044 Desktop Board DP35DP
1916022448 e4bf cc4d CCM-BOOGIE
1916122449 2937 82801I (ICH9 Family) USB UHCI Controller #4
1916722455 1028 0287 PowerEdge M610 onboard UHCI
1916822456 1028 029c PowerEdge M710 USB UHCI Controller
1916922457 1028 2011 Optiplex 755
22458 103c 2a6f Asus IPIBL-LB Motherboard
22459 1043 8277 P5K PRO Motherboard
1917022460 1462 7360 G33/P35 Neo
22461 1af4 1100 QEMU Virtual Machine
1917122462 8086 2937 Optiplex 755
1917222463 8086 2942 828011 (ICH9 Family ) USB UHCI Controller
1917322464 8086 5044 Desktop Board DP35DP
1918022471 1028 0237 PowerEdge T610 USB UHCI Controller
1918122472 1028 0287 PowerEdge M610 onboard UHCI
1918222473 1028 029c PowerEdge M710 USB UHCI Controller
22474 103c 2a6f Asus IPIBL-LB Motherboard
22475 1043 8277 P5K PRO Motherboard
1918322476 1462 7360 G33/P35 Neo
22477 1af4 1100 QEMU Virtual Machine
1918422478 8086 2938 Optiplex 755
1918522479 8086 5044 Desktop Board DP35DP
1918622480 e4bf cc4d CCM-BOOGIE
1918822482 1028 020d Inspiron 530
1918922483 1028 0210 PowerEdge T300 onboard UHCI
1919022484 1028 0237 PowerEdge T610 USB UHCI Controller
22485 103c 2a6f Asus IPIBL-LB Motherboard
22486 1043 8277 P5K PRO Motherboard
1919122487 1462 7360 G33/P35 Neo
22488 1af4 1100 QEMU Virtual Machine
1919222489 8086 5044 Desktop Board DP35DP
1919322490 e4bf cc4d CCM-BOOGIE
1919422491 293a 82801I (ICH9 Family) USB2 EHCI Controller #1
1920222499 1028 023c PowerEdge R200 onboard EHCI
1920322500 1028 0287 PowerEdge M610 onboard EHCI
1920422501 1028 029c PowerEdge M710 USB EHCI Controller
22502 103c 2a6f Asus IPIBL-LB Motherboard
22503 1043 8277 P5K PRO Motherboard
1920522504 1462 7360 G33/P35 Neo
22505 1af4 1100 QEMU Virtual Machine
1920622506 8086 5044 Desktop Board DP35DP
1920722507 e4bf cc4d CCM-BOOGIE
1920822508 293c 82801I (ICH9 Family) USB2 EHCI Controller #2
1921322513 1028 0237 PowerEdge T610 USB EHCI Controller
1921422514 1028 0287 PowerEdge M610 onboard EHCI
1921522515 1028 029c PowerEdge M710 USB EHCI Controller
22516 103c 2a6f Asus IPIBL-LB Motherboard
22517 1043 8277 P5K PRO Motherboard
1921622518 1462 7360 G33/P35 Neo
22519 1af4 1100 QEMU Virtual Machine
1921722520 8086 293c Optiplex 755
1921822521 8086 5044 Desktop Board DP35DP
1921922522 e4bf cc4d CCM-BOOGIE
1922022523 293e 82801I (ICH9 Family) HD Audio Controller
1922122524 1028 020d Inspiron 530
1922222525 1028 0211 Optiplex 755
22526 103c 2a6f Asus IPIBL-LB Motherboard
1922322527 103c 3628 dv6-1190en
22528 1043 829f P5K PRO Motherboard
1922422529 1462 7360 G33/P35 Neo
22530 1af4 1100 QEMU Virtual Machine
1922522531 8086 293e Optiplex 755
1922622532 8086 2940 Optiplex 755
1922722533 e4bf cc4d CCM-BOOGIE
1922822534 2940 82801I (ICH9 Family) PCI Express Port 1
1922922535 1028 020d Inspiron 530
1923022536 1028 0211 Optiplex 755
22537 103c 2a6f Asus IPIBL-LB Motherboard
22538 # same ID possibly also on other ASUS boards
22539 1043 8277 P5K PRO Motherboard
1923122540 8086 2940 Optiplex 755
1923222541 2942 82801I (ICH9 Family) PCI Express Port 2
1923322542 1028 020d Inspiron 530
1923422543 2944 82801I (ICH9 Family) PCI Express Port 3
1923522544 1028 020d Inspiron 530
22545 103c 2a6f Asus IPIBL-LB Motherboard
1923622546 2946 82801I (ICH9 Family) PCI Express Port 4
1923722547 1028 020d Inspiron 530
1923822548 2948 82801I (ICH9 Family) PCI Express Port 5
1923922549 1028 020d Inspiron 530
22550 # same ID possibly also on other ASUS boards
22551 1043 8277 P5K PRO Motherboard
1924022552 294a 82801I (ICH9 Family) PCI Express Port 6
1924122553 1028 020d Inspiron 530
22554 # same ID possibly also on other ASUS boards
22555 1043 8277 P5K PRO Motherboard
1924222556 294c 82566DC-2 Gigabit Network Connection
1924322557 17aa 302e 82566DM-2 Gigabit Network Connection
1924422558 2970 82946GZ/PL/GL Memory Controller Hub
1929122605 1028 0211 OptiPlex 755
1929222606 29c0 82G33/G31/P35/P31 Express DRAM Controller
1929322607 1028 020d Inspiron 530
22608 103c 2a6f Asus IPIBL-LB Motherboard
22609 # same ID possibly also on other ASUS boards
22610 1043 8276 P5K PRO Motherboard
1929422611 1043 82b0 P5KPL-VM Motherboard
1929522612 1462 7360 G33/P35 Neo
22613 1af4 1100 QEMU Virtual Machine
1929622614 8086 5044 Desktop Board DP35DP
1929722615 29c1 82G33/G31/P35/P31 Express PCI Express Root Port
1929822616 1028 020d Inspiron 530
22617 # same ID possibly also on other ASUS boards
22618 1043 8276 P5K PRO Motherboard
1929922619 29c2 82G33/G31 Express Integrated Graphics Controller
1930022620 1028 020d Inspiron 530
1930122621 1043 82b0 P5KPL-VM Motherboard
1934022660 104d 9005 Vaio VGN-FZ260E
1934122661 104d 902d VAIO VGN-NR120E
1934222662 17aa 20b1 ThinkPad T61
19343 17aa 20b3 T61
22663 17aa 20b3 ThinkPad T61/R61
22664 17c0 4082 Medion WIM 2210 Notebook PC [MD96850]
1934422665 e4bf cc47 CCG-RUMBA
1934522666 2a01 Mobile PM965/GM965/GL960 PCI Express Root Port
1934622667 2a02 Mobile GM965/GL960 Integrated Graphics Controller (primary)
1934922670 103c 30c0 Compaq 6710b
1935022671 103c 30d9 Presario C700
1935122672 104d 902d VAIO VGN-NR120E
19352 17aa 20b5 T61
22673 17aa 20b5 ThinkPad T61/R61
22674 17c0 4082 Medion WIM 2210 Notebook PC [MD96850]
1935322675 e4bf cc47 CCG-RUMBA
1935422676 2a03 Mobile GM965/GL960 Integrated Graphics Controller (secondary)
19355 1028 01f3 Dell Inspiron 1420
22677 1028 01f3 Inspiron 1420
1935622678 103c 30c0 Compaq 6710b
1935722679 103c 30d9 Presario C700
1935822680 104d 902d VAIO VGN-NR120E
19359 17aa 20b5 T61
22681 17aa 20b5 ThinkPad T61/R61
22682 17c0 4082 Medion WIM 2210 Notebook PC [MD96850]
1936022683 e4bf cc47 CCG-RUMBA
1936122684 2a04 Mobile PM965/GM965 MEI Controller
1936222685 103c 30c1 Compaq 6910p
1951522838 2cf3 Xeon C5500/C3500 Integrated Memory Controller Channel 2 Thermal Control
1951622839 2d01 Core Processor QuickPath Architecture System Address Decoder
1951722840 2d10 Core Processor QPI Link 0
19518 2d11 Core Processor QPI Physical 0
19519 2d12 Core Processor Reserved
19520 2d13 Core Processor Reserved
22841 2d11 1st Generation Core Processor QPI Physical 0
22842 2d12 1st Generation Core Processor Reserved
22843 2d13 1st Generation Core Processor Reserved
1952122844 2d81 Xeon 5600 Series QuickPath Architecture System Address Decoder
1952222845 2d90 Xeon 5600 Series QPI Link 0
1952322846 2d91 Xeon 5600 Series QPI Physical 0
1955222875 2e10 4 Series Chipset DRAM Controller
1955322876 2e11 4 Series Chipset PCI Express Root Port
1955422877 2e12 4 Series Chipset Integrated Graphics Controller
22878 17aa 3048 ThinkCentre M6258
1955522879 2e13 4 Series Chipset Integrated Graphics Controller
1955622880 2e14 4 Series Chipset HECI Controller
1955722881 2e15 4 Series Chipset HECI Controller
1955822882 2e16 4 Series Chipset PT IDER Controller
1955922883 2e17 4 Series Chipset Serial KT Controller
1956022884 2e20 4 Series Chipset DRAM Controller
22885 1028 0283 Dell Vostro 220
1956122886 1043 82d3 P5Q Deluxe Motherboard
1956222887 1458 5000 GA-EP45-DS5/GA-EG45M-DS2H Motherboard
1956322888 2e21 4 Series Chipset PCI Express Root Port
1961922944 2e94 4 Series Chipset HECI Controller
1962022945 2e95 4 Series Chipset HECI Controller
1962122946 2e96 4 Series Chipset PT IDER Controller
22947 2f00 Haswell-E DMI2
22948 2f01 Haswell-E PCI Express Root Port 0
22949 2f02 Haswell-E PCI Express Root Port 1
22950 2f03 Haswell-E PCI Express Root Port 1
22951 2f04 Haswell-E PCI Express Root Port 2
22952 2f05 Haswell-E PCI Express Root Port 2
22953 2f06 Haswell-E PCI Express Root Port 2
22954 2f07 Haswell-E PCI Express Root Port 2
22955 2f08 Haswell-E PCI Express Root Port 3
22956 2f09 Haswell-E PCI Express Root Port 3
22957 2f0a Haswell-E PCI Express Root Port 3
22958 2f0b Haswell-E PCI Express Root Port 3
22959 2f10 Haswell-E IIO Debug
22960 2f11 Haswell-E IIO Debug
22961 2f12 Haswell-E IIO Debug
22962 2f13 Haswell-E IIO Debug
22963 2f14 Haswell-E IIO Debug
22964 2f15 Haswell-E IIO Debug
22965 2f16 Haswell-E IIO Debug
22966 2f17 Haswell-E IIO Debug
22967 2f18 Haswell-E IIO Debug
22968 2f19 Haswell-E IIO Debug
22969 2f1a Haswell-E IIO Debug
22970 2f1b Haswell-E IIO Debug
22971 2f1c Haswell-E IIO Debug
22972 2f1d Haswell-E PCIe Ring Interface
22973 2f1e Haswell-E Scratchpad & Semaphore Registers
22974 2f1f Haswell-E Scratchpad & Semaphore Registers
22975 2f20 Haswell-E DMA Channel 0
22976 2f21 Haswell-E DMA Channel 1
22977 2f22 Haswell-E DMA Channel 2
22978 2f23 Haswell-E DMA Channel 3
22979 2f24 Haswell-E DMA Channel 4
22980 2f25 Haswell-E DMA Channel 5
22981 2f26 Haswell-E DMA Channel 6
22982 2f27 Haswell-E DMA Channel 7
22983 2f28 Haswell-E Address Map, VTd_Misc, System Management
22984 2f29 Haswell-E Hot Plug
22985 2f2a Haswell-E RAS, Control Status and Global Errors
22986 2f2c Haswell-E I/O Apic
22987 2f2e Haswell-E RAID 5/6
22988 2f2f Haswell-E RAID 5/6
22989 2f30 Haswell-E Home Agent 0
22990 2f32 Haswell-E QPI Link 0
22991 2f33 Haswell-E QPI Link 1
22992 2f34 Haswell-E PCIe Ring Interface
22993 2f36 Haswell-E R3 QPI Link 0 & 1 Monitoring
22994 2f37 Haswell-E R3 QPI Link 0 & 1 Monitoring
22995 2f38 Haswell-E Home Agent 1
22996 2f39 Haswell-E I/O Performance Monitoring
22997 2f3a Haswell-E QPI Link 2
22998 2f3e Haswell-E R3 QPI Link 2 Monitoring
22999 2f3f Haswell-E R3 QPI Link 2 Monitoring
23000 2f40 Haswell-E QPI Link 2
23001 2f41 Haswell-E R3 QPI Link 2 Monitoring
23002 2f43 Haswell-E QPI Link 2
23003 2f45 Haswell-E QPI Link 2 Debug
23004 2f46 Haswell-E QPI Link 2 Debug
23005 2f47 Haswell-E QPI Link 2 Debug
23006 2f60 Haswell-E Home Agent 1
23007 2f68 Haswell-E Integrated Memory Controller 1 Target Address, Thermal & RAS Registers
23008 2f6a Haswell-E Integrated Memory Controller 1 Channel Target Address Decoder
23009 2f6b Haswell-E Integrated Memory Controller 1 Channel Target Address Decoder
23010 2f6c Haswell-E Integrated Memory Controller 1 Channel Target Address Decoder
23011 2f6d Haswell-E Integrated Memory Controller 1 Channel Target Address Decoder
23012 2f6e Haswell-E DDRIO Channel 2/3 Broadcast
23013 2f6f Haswell-E DDRIO Global Broadcast
23014 2f70 Haswell-E Home Agent 0 Debug
23015 2f71 Haswell-E Integrated Memory Controller 0 Target Address, Thermal & RAS Registers
23016 2f76 Haswell-E E3 QPI Link Debug
23017 2f78 Haswell-E Home Agent 1 Debug
23018 2f79 Haswell-E Integrated Memory Controller 1 Target Address, Thermal & RAS Registers
23019 2f7d Haswell-E Scratchpad & Semaphore Registers
23020 2f7e Haswell-E E3 QPI Link Debug
23021 2f80 Haswell-E QPI Link 0
23022 2f81 Haswell-E R3 QPI Link 0 & 1 Monitoring
23023 2f83 Haswell-E QPI Link 0
23024 2f85 Haswell-E QPI Link 0 Debug
23025 2f86 Haswell-E QPI Link 0 Debug
23026 2f87 Haswell-E QPI Link 0 Debug
23027 2f88 Haswell-E VCU
23028 2f8a Haswell-E VCU
23029 2f90 Haswell-E QPI Link 1
23030 2f93 Haswell-E QPI Link 1
23031 2f95 Haswell-E QPI Link 1 Debug
23032 2f96 Haswell-E QPI Link 1 Debug
23033 2f98 Haswell-E Power Control Unit
23034 2f99 Haswell-E Power Control Unit
23035 2f9a Haswell-E Power Control Unit
23036 2f9c Haswell-E Power Control Unit
23037 2fa0 Haswell-E Home Agent 0
23038 2fa8 Haswell-E Integrated Memory Controller 0 Target Address, Thermal & RAS Registers
23039 2faa Haswell-E Integrated Memory Controller 0 Channel Target Address Decoder
23040 2fab Haswell-E Integrated Memory Controller 0 Channel Target Address Decoder
23041 2fac Haswell-E Integrated Memory Controller 0 Channel Target Address Decoder
23042 2fad Haswell-E Integrated Memory Controller 0 Channel Target Address Decoder
23043 2fae Haswell-E DDRIO Channel 0/1 Broadcast
23044 2faf Haswell-E DDRIO Global Broadcast
23045 2fb0 Haswell-E Integrated Memory Controller 0 Channel 0 Thermal Control
23046 2fb1 Haswell-E Integrated Memory Controller 0 Channel 1 Thermal Control
23047 2fb2 Haswell-E Integrated Memory Controller 0 Channel 0 ERROR Registers
23048 2fb3 Haswell-E Integrated Memory Controller 0 Channel 1 ERROR Registers
23049 2fb4 Haswell-E Integrated Memory Controller 0 Channel 2 Thermal Control
23050 2fb5 Haswell-E Integrated Memory Controller 0 Channel 3 Thermal Control
23051 2fb6 Haswell-E Integrated Memory Controller 0 Channel 2 ERROR Registers
23052 2fb7 Haswell-E Integrated Memory Controller 0 Channel 3 ERROR Registers
23053 2fb8 Haswell-E DDRIO (VMSE) 2 & 3
23054 2fb9 Haswell-E DDRIO (VMSE) 2 & 3
23055 2fba Haswell-E DDRIO (VMSE) 2 & 3
23056 2fbb Haswell-E DDRIO (VMSE) 2 & 3
23057 2fbc Haswell-E DDRIO (VMSE) 0 & 1
23058 2fbd Haswell-E DDRIO (VMSE) 0 & 1
23059 2fbe Haswell-E DDRIO (VMSE) 0 & 1
23060 2fbf Haswell-E DDRIO (VMSE) 0 & 1
23061 2fc0 Haswell-E Power Control Unit
23062 2fc1 Haswell-E Power Control Unit
23063 2fc2 Haswell-E Power Control Unit
23064 2fc3 Haswell-E Power Control Unit
23065 2fc4 Haswell-E Power Control Unit
23066 2fc5 Haswell-E Power Control Unit
23067 2fd0 Haswell-E Integrated Memory Controller 1 Channel 0 Thermal Control
23068 2fd1 Haswell-E Integrated Memory Controller 1 Channel 1 Thermal Control
23069 2fd2 Haswell-E Integrated Memory Controller 1 Channel 0 ERROR Registers
23070 2fd3 Haswell-E Integrated Memory Controller 1 Channel 1 ERROR Registers
23071 2fd4 Haswell-E Integrated Memory Controller 1 Channel 2 Thermal Control
23072 2fd5 Haswell-E Integrated Memory Controller 1 Channel 3 Thermal Control
23073 2fd6 Haswell-E Integrated Memory Controller 1 Channel 2 ERROR Registers
23074 2fd7 Haswell-E Integrated Memory Controller 1 Channel 3 ERROR Registers
23075 2fe0 Haswell-E Unicast Registers
23076 2fe1 Haswell-E Unicast Registers
23077 2fe2 Haswell-E Unicast Registers
23078 2fe3 Haswell-E Unicast Registers
23079 2fe4 Haswell-E Unicast Registers
23080 2fe5 Haswell-E Unicast Registers
23081 2fe6 Haswell-E Unicast Registers
23082 2fe7 Haswell-E Unicast Registers
23083 2fe8 Haswell-E Unicast Registers
23084 2fe9 Haswell-E Unicast Registers
23085 2fea Haswell-E Unicast Registers
23086 2feb Haswell-E Unicast Registers
23087 2fec Haswell-E Unicast Registers
23088 2fed Haswell-E Unicast Registers
23089 2fee Haswell-E Unicast Registers
23090 2fef Haswell-E Unicast Registers
23091 2ff0 Haswell-E Unicast Registers
23092 2ff1 Haswell-E Unicast Registers
23093 2ff2 Haswell-E Unicast Registers
23094 2ff3 Haswell-E Unicast Registers
23095 2ff4 Haswell-E Unicast Registers
23096 2ff5 Haswell-E Unicast Registers
23097 2ff6 Haswell-E Unicast Registers
23098 2ff7 Haswell-E Unicast Registers
23099 2ff8 Haswell-E Buffered Ring Agent
23100 2ff9 Haswell-E Buffered Ring Agent
23101 2ffa Haswell-E Buffered Ring Agent
23102 2ffb Haswell-E Buffered Ring Agent
23103 2ffc Haswell-E System Address Decoder & Broadcast Registers
23104 2ffd Haswell-E System Address Decoder & Broadcast Registers
23105 2ffe Haswell-E System Address Decoder & Broadcast Registers
1962223106 3200 GD31244 PCI-X SATA HBA
1962323107 1775 c200 C2K onboard SATA host bus adapter
1962423108 3310 IOP348 I/O Processor
1969523179 3433 5520/5500/X58 Chipset QuickData Technology Device
1969623180 3438 7500/5520/5500/X58 I/O Hub Throttle Registers
1969723181 3500 6311ESB/6321ESB PCI Express Upstream Port
23182 103c 31fe ProLiant DL140 G3
23183 15d9 9680 X7DBN Motherboard
1969823184 3501 6310ESB PCI Express Upstream Port
1969923185 3504 6311ESB/6321ESB I/OxAPIC Interrupt Controller
1970023186 3505 6310ESB I/OxAPIC Interrupt Controller
1970123187 350c 6311ESB/6321ESB PCI Express to PCI-X Bridge
23188 103c 31fe ProLiant DL140 G3
23189 15d9 9680 X7DBN Motherboard
1970223190 350d 6310ESB PCI Express to PCI-X Bridge
1970323191 3510 6311ESB/6321ESB PCI Express Downstream Port E1
23192 103c 31fe ProLiant DL140 G3
23193 15d9 9680 X7DBN Motherboard
1970423194 3511 6310ESB PCI Express Downstream Port E1
1970523195 3514 6311ESB/6321ESB PCI Express Downstream Port E2
1970623196 3515 6310ESB PCI Express Downstream Port E2
1970723197 3518 6311ESB/6321ESB PCI Express Downstream Port E3
23198 15d9 9680 X7DBN Motherboard
1970823199 3519 6310ESB PCI Express Downstream Port E3
1970923200 3575 82830M/MG/MP Host Bridge
1971023201 0e11 0030 Evo N600c
1978623277 4c53 10d0 Telum ASLP10 Processor AMC
1978723278 3591 E7525/E7520 Error Reporting Registers
1978823279 1014 02dd eServer xSeries server mainboard
23280 1028 0168 Precision Workstation 670 Mainboard
1978923281 1028 0169 Precision 470
23282 103c 3208 ProLiant DL140 G2
1979023283 4c53 10d0 Telum ASLP10 Processor AMC
1979123284 3592 E7320 Memory Controller Hub
23285 1734 1073 Primergy Econel 200 D2020 mainboard
1979223286 3593 E7320 Error Reporting Registers
23287 1734 1073 Primergy Econel 200 D2020 mainboard
1979323288 3594 E7520 DMA Controller
1979423289 1775 1100 CR11/VR11 Single Board Computer
1979523290 4c53 10d0 Telum ASLP10 Processor AMC
1980623301 359b E7525/E7520/E7320 Extended Configuration Registers
1980723302 1014 02dd eServer xSeries server mainboard
1980823303 359e E7525 Memory Controller Hub
23304 1028 0168 Precision Workstation 670 Mainboard
1980923305 1028 0169 Precision 470
1981023306 35b0 3100 Chipset Memory I/O Controller Hub
1981123307 35b1 3100 DRAM Controller Error Reporting Registers
1992523421 1028 028d PowerEdge T410 USB UHCI Controller
1992623422 103c 330b ProLiant G6 series
1992723423 1043 82d4 P5Q Deluxe Motherboard
19928 1458 5004 GA-EP45-DS5/GA-EG45M-DS2H Motherboard
23424 1458 5004 Motherboard
1992923425 3a38 82801JI (ICH10 Family) USB UHCI Controller #5
1993023426 1028 028c PowerEdge R410 USB UHCI Controller
1993123427 1028 028d PowerEdge T410 USB UHCI Controller
1993223428 103c 330b ProLiant ML150 G6 Server
1993323429 1043 82d4 P5Q Deluxe Motherboard
19934 1458 5004 GA-EP45-DS5/GA-EG45M-DS2H Motherboard
23430 1458 5004 Motherboard
1993523431 3a39 82801JI (ICH10 Family) USB UHCI Controller #6
1993623432 1028 028c PowerEdge R410 USB UHCI Controller
1993723433 1028 028d PowerEdge T410 USB UHCI Controller
1993823434 103c 330b ProLiant ML150 G6 Server
1993923435 1043 82d4 P5Q Deluxe Motherboard
19940 1458 5004 GA-EP45-DS5/GA-EG45M-DS2H Motherboard
23436 1458 5004 Motherboard
1994123437 3a3a 82801JI (ICH10 Family) USB2 EHCI Controller #1
1994223438 1028 028c PowerEdge R410 USB EHCI Controller
1994323439 1028 028d PowerEdge T410 USB EHCI Controller
1994923445 1028 028d PowerEdge T410 USB EHCI Controller
1995023446 103c 330b ProLiant G6 series
1995123447 1043 82d4 P5Q Deluxe Motherboard
19952 1458 5006 GA-EP45-DS5 Motherboard
23448 1458 5006 Motherboard
1995323449 3a3e 82801JI (ICH10 Family) HD Audio Controller
1995423450 1043 8311 P5Q Deluxe Motherboard
1995523451 1458 a002 GA-EP45-UD3R Motherboard
2001023506 3b08 5 Series Chipset LPC Interface Controller
2001123507 3b09 Mobile 5 Series Chipset LPC Interface Controller
2001223508 1025 0347 Aspire 7740G
23509 144d c06a R730 Laptop
23510 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2001323511 3b0a 5 Series Chipset LPC Interface Controller
2001423512 1028 02da OptiPlex 980
23513 15d9 060d C7SIM-Q Motherboard
2001523514 3b0b Mobile 5 Series Chipset LPC Interface Controller
2001623515 3b0c 5 Series Chipset LPC Interface Controller
2001723516 3b0d 5 Series/3400 Series Chipset LPC Interface Controller
2003723536 3b21 5 Series/3400 Series Chipset 2 port SATA IDE Controller
2003823537 3b22 5 Series/3400 Series Chipset 6 port SATA AHCI Controller
2003923538 1028 02da OptiPlex 980
23539 15d9 060d C7SIM-Q Motherboard
2004023540 3b23 5 Series/3400 Series Chipset 4 port SATA AHCI Controller
2004123541 3b25 5 Series/3400 Series Chipset SATA RAID Controller
2004223542 3b26 5 Series/3400 Series Chipset 2 port SATA IDE Controller
2004323543 3b28 5 Series/3400 Series Chipset 4 port SATA IDE Controller
23544 144d c06a R730 Laptop
23545 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2004423546 3b29 5 Series/3400 Series Chipset 4 port SATA AHCI Controller
2004523547 1025 0347 Aspire 7740G
23548 144d c06a R730 Laptop
23549 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2004623550 3b2c 5 Series/3400 Series Chipset SATA RAID Controller
2004723551 3b2d 5 Series/3400 Series Chipset 2 port SATA IDE Controller
23552 144d c06a R730 Laptop
23553 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2004823554 e4bf 50c1 PC1-GROOVE
2004923555 3b2e 5 Series/3400 Series Chipset 4 port SATA IDE Controller
2005023556 e4bf 50c1 PC1-GROOVE
2005523561 1025 0347 Aspire 7740G
2005623562 1028 02da OptiPlex 980
2005723563 1028 040b Latitude E6510
23564 144d c06a R730 Laptop
23565 15d9 060d C7SIM-Q Motherboard
23566 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2005823567 e4bf 50c1 PC1-GROOVE
2005923568 3b32 5 Series/3400 Series Chipset Thermal Subsystem
2006023569 1025 0347 Aspire 7740G
23570 144d c06a R730 Laptop
23571 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2006123572 3b34 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
2006223573 1025 0347 Aspire 7740G
2006323574 1028 02da OptiPlex 980
2006423575 1028 040b Latitude E6510
23576 144d c06a R730 Laptop
23577 15d9 060d C7SIM-Q Motherboard
23578 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2006523579 e4bf 50c1 PC1-GROOVE
2006623580 3b36 5 Series/3400 Series Chipset USB Universal Host Controller
2006723581 3b37 5 Series/3400 Series Chipset USB Universal Host Controller
2007323587 1025 0347 Aspire 7740G
2007423588 1028 02da OptiPlex 980
2007523589 1028 040b Latitude E6510
23590 144d c06a R730 Laptop
23591 15d9 060d C7SIM-Q Motherboard
23592 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2007623593 e4bf 50c1 PC1-GROOVE
2007723594 3b3e 5 Series/3400 Series Chipset USB Universal Host Controller
2007823595 3b3f 5 Series/3400 Series Chipset USB Universal Host Controller
2008123598 3b42 5 Series/3400 Series Chipset PCI Express Root Port 1
2008223599 1028 02da OptiPlex 980
2008323600 1028 040b Latitude E6510
23601 144d c06a R730 Laptop
23602 15d9 060d C7SIM-Q Motherboard
23603 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2008423604 3b44 5 Series/3400 Series Chipset PCI Express Root Port 2
2008523605 1028 040b Latitude E6510
23606 15d9 060d C7SIM-Q Motherboard
23607 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2008623608 3b46 5 Series/3400 Series Chipset PCI Express Root Port 3
2008723609 1028 040b Latitude E6510
23610 144d c06a R730 Laptop
23611 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2008823612 3b48 5 Series/3400 Series Chipset PCI Express Root Port 4
2008923613 1028 040b Latitude E6510
23614 144d c06a R730 Laptop
2009023615 3b4a 5 Series/3400 Series Chipset PCI Express Root Port 5
2009123616 1028 02da OptiPlex 980
23617 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2009223618 3b4c 5 Series/3400 Series Chipset PCI Express Root Port 6
2009323619 3b4e 5 Series/3400 Series Chipset PCI Express Root Port 7
2009423620 3b50 5 Series/3400 Series Chipset PCI Express Root Port 8
2009723623 1025 0347 Aspire 7740G
2009823624 1028 02da OptiPlex 980
2009923625 1028 040b Latitude E6510
23626 144d c06a R730 Laptop
23627 15d9 060d C7SIM-Q Motherboard
23628 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2010023629 e4bf 50c1 PC1-GROOVE
2010123630 3b57 5 Series/3400 Series Chipset High Definition Audio
2010223631 3b64 5 Series/3400 Series Chipset HECI Controller
2010323632 1025 0347 Aspire 7740G
23633 15d9 060d C7SIM-Q Motherboard
23634 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410]
2010423635 e4bf 50c1 PC1-GROOVE
2010523636 3b65 5 Series/3400 Series Chipset HECI Controller
2010623637 3b66 5 Series/3400 Series Chipset PT IDER Controller
2021723748 4220 PRO/Wireless 2200BG [Calexico2] Network Connection
2021823749 103c 0934 Compaq nw8240/nx8220
2021923750 103c 12f6 nc6120/nx8220/nw8240
23751 8086 2701 WM3B2300BG Mini-PCI Card
2022023752 8086 2712 IBM ThinkPad R50e
2022123753 8086 2721 Dell B130 laptop integrated WLAN
2022223754 8086 2722 Dell Latitude D600
2022423756 4222 PRO/Wireless 3945ABG [Golan] Network Connection
2022523757 103c 135c PRO/Wireless 3945ABG [Golan] Network Connection
2022623758 8086 1000 PRO/Wireless 3945ABG Network Connection
20227 8086 1001 PRO/Wireless 3945ABG Network Connection
23759 8086 1001 WM3945ABG MOW2
2022823760 8086 1005 PRO/Wireless 3945BG Network Connection
2022923761 8086 1034 PRO/Wireless 3945BG Network Connection
2023023762 8086 1044 PRO/Wireless 3945BG Network Connection
2023723769 1351 103c Compaq NC6220
2023823770 4224 PRO/Wireless 2915ABG [Calexico2] Network Connection
2023923771 4227 PRO/Wireless 3945ABG [Golan] Network Connection
20240 8086 1011 ThinkPad R60e/X60s
23772 8086 1011 ThinkPad T60/R60e/X60s
2024123773 8086 1014 PRO/Wireless 3945BG Network Connection
2024223774 4229 PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
2024323775 8086 1100 Vaio VGN-SZ79SN_C
2034923881 504a EP80579 Reserved
2035023882 504b EP80579 Reserved
2035123883 504c EP80579 Integrated Processor with QuickAssist TDM
20352 5200 EtherExpress PRO/100 Intelligent Server
20353 5201 EtherExpress PRO/100 Intelligent Server
23884 5200 EtherExpress PRO/100 Intelligent Server PCI Bridge
23885 5201 EtherExpress PRO/100 Intelligent Server Fast Ethernet Controller
2035423886 8086 0001 EtherExpress PRO/100 Server Ethernet Adapter
2035523887 530d 80310 (IOP) IO Processor
23888 5845 QEMU NVM Express Controller
23889 1af4 1100 QEMU Virtual Machine
2035623890 65c0 5100 Chipset Memory Controller Hub
2035723891 65e2 5100 Chipset PCI Express x4 Port 2
2035823892 65e3 5100 Chipset PCI Express x4 Port 3
2037823912 7010 82371SB PIIX3 IDE [Natoma/Triton II]
2037923913 1af4 1100 Qemu virtual machine
2038023914 7020 82371SB PIIX3 USB [Natoma/Triton II]
20381 1af4 1100 Qemu virtual machine
23915 1af4 1100 QEMU Virtual Machine
2038223916 7030 430VX - 82437VX TVX [Triton VX]
2038323917 7050 Intercast Video Capture Card
2038423918 7051 PB 642365-003 (Business Video Conferencing Card)
2038923923 15ad 1976 Virtual Machine Chipset
2039023924 7112 82371AB/EB/MB PIIX4 USB
2039123925 15ad 1976 Virtual Machine Chipset
23926 1af4 1100 QEMU Virtual Machine
2039223927 7113 82371AB/EB/MB PIIX4 ACPI
2039323928 15ad 1976 Virtual Machine Chipset
2039423929 1af4 1100 Qemu virtual machine
2048124016 8184 Atom Processor E6xx PCI Express Port 1
2048224017 8185 Atom Processor E6xx PCI Express Port 2
2048324018 8186 Atom Processor E6xx LPC Bridge
20484 821c Wellsburg PCI Express Root Port #7
20485 821d Wellsburg PCI Express Root Port #7
2048624019 84c4 450KX/GX [Orion] - 82454KX/GX PCI bridge
2048724020 84c5 450KX/GX [Orion] - 82453KX/GX Memory controller
2048824021 84ca 450NX - 82451NX Memory & I/O Controller
2052424057 8817 Platform Controller Hub EG20T I2C Controller
2052524058 8818 Platform Controller Hub EG20T Controller Area Network (CAN) Controller
2052624059 8819 Platform Controller Hub EG20T IEEE 1588 Hardware Assist
20527 8c00 Lynx Point 4-port SATA Controller 1 [IDE mode]
20528 8c01 Lynx Point 4-port SATA Controller 1 [IDE mode]
20529 8c02 Lynx Point 6-port SATA Controller 1 [AHCI mode]
20530 8c03 Lynx Point 6-port SATA Controller 1 [AHCI mode]
20531 8c04 Lynx Point SATA Controller 1 [RAID mode]
20532 8c05 Lynx Point SATA Controller 1 [RAID mode]
20533 8c06 Lynx Point SATA Controller 1 [RAID mode]
20534 8c07 Lynx Point SATA Controller 1 [RAID mode]
20535 8c08 Lynx Point 2-port SATA Controller 2 [IDE mode]
20536 8c09 Lynx Point 2-port SATA Controller 2 [IDE mode]
20537 8c0e Lynx Point SATA Controller 1 [RAID mode]
20538 8c0f Lynx Point SATA Controller 1 [RAID mode]
20539 8c10 Lynx Point PCI Express Root Port #1
20540 8c11 Lynx Point PCI Express Root Port #1
20541 8c12 Lynx Point PCI Express Root Port #2
20542 8c13 Lynx Point PCI Express Root Port #2
20543 8c14 Lynx Point PCI Express Root Port #3
20544 8c15 Lynx Point PCI Express Root Port #3
20545 8c16 Lynx Point PCI Express Root Port #4
20546 8c17 Lynx Point PCI Express Root Port #4
20547 8c18 Lynx Point PCI Express Root Port #5
20548 8c19 Lynx Point PCI Express Root Port #5
20549 8c1a Lynx Point PCI Express Root Port #6
20550 8c1b Lynx Point PCI Express Root Port #6
20551 8c1c Lynx Point PCI Express Root Port #7
20552 8c1d Lynx Point PCI Express Root Port #7
20553 8c1e Lynx Point PCI Express Root Port #8
20554 8c1f Lynx Point PCI Express Root Port #8
20555 8c20 Lynx Point High Definition Audio Controller
20556 8c21 Lynx Point High Definition Audio Controller
20557 8c22 Lynx Point SMBus Controller
20558 8c23 Lynx Point CHAP Counters
20559 8c24 Lynx Point Thermal Management Controller
20560 8c26 Lynx Point USB Enhanced Host Controller #1
20561 8c2d Lynx Point USB Enhanced Host Controller #2
20562 8c31 Lynx Point USB xHCI Host Controller
20563 8c33 Lynx Point LAN Controller
20564 8c34 Lynx Point NAND Controller
20565 8c3a Lynx Point MEI Controller #1
20566 8c3b Lynx Point MEI Controller #2
20567 8c3c Lynx Point IDE-r Controller
20568 8c3d Lynx Point KT Controller
20569 8c40 Lynx Point LPC Controller
20570 8c41 Lynx Point LPC Controller
20571 8c42 Lynx Point LPC Controller
20572 8c43 Lynx Point LPC Controller
20573 8c44 Lynx Point LPC Controller
20574 8c45 Lynx Point LPC Controller
20575 8c46 Lynx Point LPC Controller
20576 8c47 Lynx Point LPC Controller
20577 8c48 Lynx Point LPC Controller
20578 8c49 Lynx Point LPC Controller
20579 8c4a Lynx Point LPC Controller
20580 8c4b Lynx Point LPC Controller
20581 8c4c Lynx Point LPC Controller
20582 8c4d Lynx Point LPC Controller
20583 8c4e Lynx Point LPC Controller
20584 8c4f Lynx Point LPC Controller
20585 8c50 Lynx Point LPC Controller
20586 8c51 Lynx Point LPC Controller
20587 8c52 Lynx Point LPC Controller
20588 8c53 Lynx Point LPC Controller
20589 8c54 Lynx Point LPC Controller
20590 8c55 Lynx Point LPC Controller
20591 8c56 Lynx Point LPC Controller
20592 8c57 Lynx Point LPC Controller
20593 8c58 Lynx Point LPC Controller
20594 8c59 Lynx Point LPC Controller
20595 8c5a Lynx Point LPC Controller
20596 8c5b Lynx Point LPC Controller
20597 8c5c Lynx Point LPC Controller
20598 8c5d Lynx Point LPC Controller
20599 8c5e Lynx Point LPC Controller
20600 8c5f Lynx Point LPC Controller
24060 8c00 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode]
24061 8c01 8 Series Chipset Family 4-port SATA Controller 1 [IDE mode] - Mobile
24062 8c02 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode]
24063 8c03 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode]
24064 103c 1909 ZBook 15
24065 17aa 220e ThinkPad T440p
24066 8c04 8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]
24067 8c05 8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]
24068 8c06 8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]
24069 8c07 8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]
24070 8c08 8 Series/C220 Series Chipset Family 2-port SATA Controller 2 [IDE mode]
24071 8c09 8 Series/C220 Series Chipset Family 2-port SATA Controller 2 [IDE mode]
24072 8c0e 8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]
24073 8c0f 8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]
24074 8c10 8 Series/C220 Series Chipset Family PCI Express Root Port #1
24075 17aa 220e ThinkPad T440p
24076 8c11 8 Series/C220 Series Chipset Family PCI Express Root Port #1
24077 8c12 8 Series/C220 Series Chipset Family PCI Express Root Port #2
24078 17aa 220e ThinkPad T440p
24079 8c13 8 Series/C220 Series Chipset Family PCI Express Root Port #2
24080 8c14 8 Series/C220 Series Chipset Family PCI Express Root Port #3
24081 8c15 8 Series/C220 Series Chipset Family PCI Express Root Port #3
24082 8c16 8 Series/C220 Series Chipset Family PCI Express Root Port #4
24083 8c17 8 Series/C220 Series Chipset Family PCI Express Root Port #4
24084 8c18 8 Series/C220 Series Chipset Family PCI Express Root Port #5
24085 8c19 8 Series/C220 Series Chipset Family PCI Express Root Port #5
24086 8c1a 8 Series/C220 Series Chipset Family PCI Express Root Port #6
24087 8c1b 8 Series/C220 Series Chipset Family PCI Express Root Port #6
24088 8c1c 8 Series/C220 Series Chipset Family PCI Express Root Port #7
24089 8c1d 8 Series/C220 Series Chipset Family PCI Express Root Port #7
24090 8c1e 8 Series/C220 Series Chipset Family PCI Express Root Port #8
24091 8c1f 8 Series/C220 Series Chipset Family PCI Express Root Port #8
24092 8c20 8 Series/C220 Series Chipset High Definition Audio Controller
24093 103c 1909 ZBook 15
24094 17aa 220e ThinkPad T440p
24095 8c21 8 Series/C220 Series Chipset High Definition Audio Controller
24096 8c22 8 Series/C220 Series Chipset Family SMBus Controller
24097 103c 1909 ZBook 15
24098 17aa 220e ThinkPad T440p
24099 8c23 8 Series Chipset Family CHAP Counters
24100 8c24 8 Series Chipset Family Thermal Management Controller
24101 8c26 8 Series/C220 Series Chipset Family USB EHCI #1
24102 103c 1909 ZBook 15
24103 17aa 220e ThinkPad T440p
24104 8c2d 8 Series/C220 Series Chipset Family USB EHCI #2
24105 103c 1909 ZBook 15
24106 17aa 220e ThinkPad T440p
24107 8c31 8 Series/C220 Series Chipset Family USB xHCI
24108 103c 1909 ZBook 15
24109 17aa 220e ThinkPad T440p
24110 8c33 8 Series/C220 Series Chipset Family LAN Controller
24111 8c34 8 Series/C220 Series Chipset Family NAND Controller
24112 8c3a 8 Series/C220 Series Chipset Family MEI Controller #1
24113 103c 1909 ZBook 15
24114 17aa 220e ThinkPad T440p
24115 8c3b 8 Series/C220 Series Chipset Family MEI Controller #2
24116 8c3c 8 Series/C220 Series Chipset Family IDE-r Controller
24117 8c3d 8 Series/C220 Series Chipset Family KT Controller
24118 8c40 8 Series/C220 Series Chipset Family LPC Controller
24119 8c41 8 Series Chipset Family Mobile Super SKU LPC Controller
24120 8c42 8 Series/C220 Series Chipset Family Desktop Super SKU LPC Controller
24121 8c43 8 Series/C220 Series Chipset Family LPC Controller
24122 8c44 Z87 Express LPC Controller
24123 8c45 8 Series/C220 Series Chipset Family LPC Controller
24124 8c46 Z85 Express LPC Controller
24125 8c47 8 Series/C220 Series Chipset Family LPC Controller
24126 8c48 8 Series/C220 Series Chipset Family LPC Controller
24127 8c49 HM86 Express LPC Controller
24128 8c4a H87 Express LPC Controller
24129 8c4b HM87 Express LPC Controller
24130 8c4c Q85 Express LPC Controller
24131 8c4d 8 Series/C220 Series Chipset Family LPC Controller
24132 8c4e Q87 Express LPC Controller
24133 8c4f QM87 Express LPC Controller
24134 103c 1909 ZBook 15
24135 17aa 220e ThinkPad T440p
24136 8c50 B85 Express LPC Controller
24137 8c51 8 Series/C220 Series Chipset Family LPC Controller
24138 8c52 C222 Series Chipset Family Server Essential SKU LPC Controller
24139 8c53 8 Series/C220 Series Chipset Family LPC Controller
24140 8c54 C224 Series Chipset Family Server Standard SKU LPC Controller
24141 8c55 8 Series/C220 Series Chipset Family LPC Controller
24142 8c56 C226 Series Chipset Family Server Advanced SKU LPC Controller
24143 8c57 8 Series/C220 Series Chipset Family LPC Controller
24144 8c58 8 Series/C220 Series Chipset Family WS SKU LPC Controller
24145 8c59 8 Series/C220 Series Chipset Family LPC Controller
24146 8c5a 8 Series/C220 Series Chipset Family LPC Controller
24147 8c5b 8 Series/C220 Series Chipset Family LPC Controller
24148 8c5c C220 Series Chipset Family H81 Express LPC Controller
24149 8c5d 8 Series/C220 Series Chipset Family LPC Controller
24150 8c5e 8 Series/C220 Series Chipset Family LPC Controller
24151 8c5f 8 Series/C220 Series Chipset Family LPC Controller
24152 8c80 9 Series Chipset Family SATA Controller [IDE Mode]
24153 8c81 9 Series Chipset Family SATA Controller [IDE Mode]
24154 8c82 9 Series Chipset Family SATA Controller [AHCI Mode]
24155 8c83 9 Series Chipset Family SATA Controller [AHCI Mode]
24156 8c84 9 Series Chipset Family SATA Controller [RAID Mode]
24157 8c85 9 Series Chipset Family SATA Controller [RAID Mode]
24158 8c86 9 Series Chipset Family SATA Controller [RAID Mode]
24159 8c87 9 Series Chipset Family SATA Controller [RAID Mode]
24160 8c88 9 Series Chipset Family SATA Controller [IDE Mode]
24161 8c89 9 Series Chipset Family SATA Controller [IDE Mode]
24162 8c8e 9 Series Chipset Family SATA Controller [RAID Mode]
24163 8c8f 9 Series Chipset Family SATA Controller [RAID Mode]
24164 8c90 9 Series Chipset Family PCI Express Root Port 1
24165 8c92 9 Series Chipset Family PCI Express Root Port 2
24166 8c94 9 Series Chipset Family PCI Express Root Port 3
24167 8c96 9 Series Chipset Family PCI Express Root Port 4
24168 8c98 9 Series Chipset Family PCI Express Root Port 5
24169 8c9a 9 Series Chipset Family PCI Express Root Port 6
24170 8c9c 9 Series Chipset Family PCI Express Root Port 7
24171 8c9e 9 Series Chipset Family PCI Express Root Port 8
24172 8ca0 9 Series Chipset Family HD Audio Controller
24173 8ca2 9 Series Chipset Family SMBus Controller
24174 8ca4 9 Series Chipset Family Thermal Controller
24175 8ca6 9 Series Chipset Family USB EHCI Controller #1
24176 8cad 9 Series Chipset Family USB EHCI Controller #2
24177 8cb1 9 Series Chipset Family USB xHCI Controller
24178 8cb3 9 Series Chipset Family LAN Controller
24179 8cba 9 Series Chipset Family ME Interface #1
24180 8cbb 9 Series Chipset Family ME Interface #2
24181 8cbc 9 Series Chipset Family IDE-R Controller
24182 8cbd 9 Series Chipset Family KT Controller
24183 8cc1 9 Series Chipset Family LPC Controller
24184 8cc2 9 Series Chipset Family LPC Controller
24185 8cc3 9 Series Chipset Family HM97 LPC Controller
24186 8cc4 9 Series Chipset Family Z97 LPC Controller
24187 8cc6 9 Series Chipset Family H97 Controller
2060124188 8d00 Wellsburg 4-port SATA Controller [IDE mode]
2060224189 8d02 Wellsburg 6-Port SATA Controller [AHCI mode]
2060324190 8d04 Wellsburg SATA Controller [RAID mode]
2060424191 8d06 Wellsburg SATA Controller [RAID mode]
24192 17aa 1031 ThinkServer RAID 110i
2060524193 8d08 Wellsburg 2-port SATA Controller [IDE mode]
2060624194 8d0e Wellsburg SATA Controller [RAID mode]
2060724195 8d10 Wellsburg PCI Express Root Port #1
2061524203 8d18 Wellsburg PCI Express Root Port #5
2061624204 8d19 Wellsburg PCI Express Root Port #5
2061724205 8d1a Wellsburg PCI Express Root Port #6
24206 8d1b Wellsburg PCI Express Root Port #6
24207 8d1c Wellsburg PCI Express Root Port #7
24208 8d1d Wellsburg PCI Express Root Port #7
2061824209 8d1e Wellsburg PCI Express Root Port #8
2061924210 8d1f Wellsburg PCI Express Root Port #8
2062024211 8d20 Wellsburg HD Audio Controller
2066424255 9622 Integrated RAID
2066524256 9641 Integrated RAID
2066624257 96a1 Integrated RAID
20667 9c00 Lynx Point-LP SATA Controller 1 [IDE mode]
20668 9c01 Lynx Point-LP SATA Controller 1 [IDE mode]
20669 9c02 Lynx Point-LP SATA Controller 1 [AHCI mode]
20670 9c03 Lynx Point-LP SATA Controller 1 [AHCI mode]
20671 9c04 Lynx Point-LP SATA Controller 1 [RAID mode]
20672 9c05 Lynx Point-LP SATA Controller 1 [RAID mode]
20673 9c06 Lynx Point-LP SATA Controller 1 [RAID mode]
20674 9c07 Lynx Point-LP SATA Controller 1 [RAID mode]
20675 9c08 Lynx Point-LP SATA Controller 2 [IDE mode]
20676 9c09 Lynx Point-LP SATA Controller 2 [IDE mode]
20677 9c0a LynxPoint-LP SATA Controller [Reserved]
20678 9c0b LynxPoint-LP SATA Controller [Reserved]
20679 9c0c LynxPoint-LP SATA Controller [Reserved]
20680 9c0d LynxPoint-LP SATA Controller [Reserved]
20681 9c0e Lynx Point-LP SATA Controller 1 [RAID mode]
20682 9c0f Lynx Point-LP SATA Controller 1 [RAID mode]
20683 9c10 Lynx Point-LP PCI Express Root Port 1
20684 9c11 Lynx Point-LP PCI Express Root Port 1
20685 9c12 Lynx Point-LP PCI Express Root Port 2
20686 9c13 Lynx Point-LP PCI Express Root Port 2
20687 9c14 Lynx Point-LP PCI Express Root Port 3
20688 9c15 Lynx Point-LP PCI Express Root Port 3
20689 9c16 Lynx Point-LP PCI Express Root Port 4
20690 9c17 Lynx Point-LP PCI Express Root Port 4
20691 9c18 Lynx Point-LP PCI Express Root Port 5
20692 9c19 Lynx Point-LP PCI Express Root Port 5
20693 9c1a Lynx Point-LP PCI Express Root Port 6
20694 9c1b Lynx Point-LP PCI Express Root Port 6
20695 9c20 Lynx Point-LP HD Audio Controller
20696 9c21 Lynx Point-LP HD Audio Controller
20697 9c22 Lynx Point-LP SMBus Controller
20698 9c23 Lynx Point-LP CHAP Counters
20699 9c24 Lynx Point-LP Thermal
20700 9c26 Lynx Point-LP USB EHCI #1
20701 9c31 Lynx Point-LP USB xHCI HC
20702 9c35 Lynx Point-LP SDIO Controller
20703 9c36 Lynx Point-LP Audio DSP Controller
20704 9c3a Lynx Point-LP HECI #0
20705 9c3b Lynx Point-LP HECI #1
20706 9c3c Lynx Point-LP HECI IDER
20707 9c3d Lynx Point-LP HECI KT
20708 9c40 Lynx Point-LP LPC Controller
20709 9c41 Lynx Point-LP LPC Controller
20710 9c42 Lynx Point-LP LPC Controller
20711 9c43 Lynx Point-LP LPC Controller
20712 9c44 Lynx Point-LP LPC Controller
20713 9c45 Lynx Point-LP LPC Controller
20714 9c46 Lynx Point-LP LPC Controller
20715 9c47 Lynx Point-LP LPC Controller
20716 9c60 Lynx Point-LP Low Power Sub-System DMA
20717 9c61 Lynx Point-LP I2C Controller #0
20718 9c62 Lynx Point-LP I2C Controller #1
20719 9c63 Lynx Point-LP UART Controller #0
20720 9c64 Lynx Point-LP UART Controller #1
20721 9c65 Lynx Point-LP SPI Controller #0
20722 9c66 Lynx Point-LP SPI Controller #1
24258 9c00 8 Series SATA Controller 1 [IDE mode]
24259 9c01 8 Series SATA Controller 1 [IDE mode]
24260 9c02 8 Series SATA Controller 1 [AHCI mode]
24261 9c03 8 Series SATA Controller 1 [AHCI mode]
24262 17aa 2214 ThinkPad X240
24263 9c04 8 Series SATA Controller 1 [RAID mode]
24264 9c05 8 Series SATA Controller 1 [RAID mode]
24265 9c06 8 Series SATA Controller 1 [RAID mode]
24266 9c07 8 Series SATA Controller 1 [RAID mode]
24267 9c08 8 Series SATA Controller 2 [IDE mode]
24268 9c09 8 Series SATA Controller 2 [IDE mode]
24269 9c0a 8 Series SATA Controller [Reserved]
24270 9c0b 8 Series SATA Controller [Reserved]
24271 9c0c 8 Series SATA Controller [Reserved]
24272 9c0d 8 Series SATA Controller [Reserved]
24273 9c0e 8 Series SATA Controller 1 [RAID mode]
24274 9c0f 8 Series SATA Controller 1 [RAID mode]
24275 9c10 8 Series PCI Express Root Port 1
24276 9c11 8 Series PCI Express Root Port 1
24277 9c12 8 Series PCI Express Root Port 2
24278 9c13 8 Series PCI Express Root Port 2
24279 9c14 8 Series PCI Express Root Port 3
24280 9c15 8 Series PCI Express Root Port 3
24281 9c16 8 Series PCI Express Root Port 4
24282 9c17 8 Series PCI Express Root Port 4
24283 9c18 8 Series PCI Express Root Port 5
24284 9c19 8 Series PCI Express Root Port 5
24285 9c1a 8 Series PCI Express Root Port 6
24286 9c1b 8 Series PCI Express Root Port 6
24287 9c1c 8 Series PCI Express Root Port 7
24288 9c1d 8 Series PCI Express Root Port 7
24289 9c1e 8 Series PCI Express Root Port 8
24290 9c1f 8 Series PCI Express Root Port 8
24291 9c20 8 Series HD Audio Controller
24292 17aa 2214 ThinkPad X240
24293 9c21 8 Series HD Audio Controller
24294 9c22 8 Series SMBus Controller
24295 17aa 2214 ThinkPad X240
24296 9c23 8 Series CHAP Counters
24297 9c24 8 Series Thermal
24298 9c26 8 Series USB EHCI #1
24299 17aa 2214 ThinkPad X240
24300 9c2d 8 Series USB EHCI #2
24301 9c31 8 Series USB xHCI HC
24302 17aa 2214 ThinkPad X240
24303 9c35 8 Series SDIO Controller
24304 9c36 8 Series Audio DSP Controller
24305 9c3a 8 Series HECI #0
24306 17aa 2214 ThinkPad X240
24307 9c3b 8 Series HECI #1
24308 9c3c 8 Series HECI IDER
24309 9c3d 8 Series HECI KT
24310 9c40 8 Series LPC Controller
24311 9c41 8 Series LPC Controller
24312 9c42 8 Series LPC Controller
24313 9c43 8 Series LPC Controller
24314 17aa 2214 ThinkPad X240
24315 9c44 8 Series LPC Controller
24316 9c45 8 Series LPC Controller
24317 9c46 8 Series LPC Controller
24318 9c47 8 Series LPC Controller
24319 9c60 8 Series Low Power Sub-System DMA
24320 9c61 8 Series I2C Controller #0
24321 9c62 8 Series I2C Controller #1
24322 9c63 8 Series UART Controller #0
24323 9c64 8 Series UART Controller #1
24324 9c65 8 Series SPI Controller #0
24325 9c66 8 Series SPI Controller #1
24326 9c83 Wildcat Point-LP SATA Controller [AHCI Mode]
24327 9c85 Wildcat Point-LP SATA Controller [RAID Mode]
24328 9c87 Wildcat Point-LP SATA Controller [RAID Mode]
24329 9c8f Wildcat Point-LP SATA Controller [RAID Mode]
24330 9c90 Wildcat Point-LP PCI Express Root Port #1
24331 9c92 Wildcat Point-LP PCI Express Root Port #2
24332 9c94 Wildcat Point-LP PCI Express Root Port #3
24333 9c96 Wildcat Point-LP PCI Express Root Port #4
24334 9c98 Wildcat Point-LP PCI Express Root Port #5
24335 9c9a Wildcat Point-LP PCI Express Root Port #6
24336 9ca0 Wildcat Point-LP High Definition Audio Controller
24337 9ca2 Wildcat Point-LP SMBus Controller
24338 9ca4 Wildcat Point-LP Thermal Management Controller
24339 9ca6 Wildcat Point-LP USB EHCI Controller
24340 9cb1 Wildcat Point-LP USB xHCI Controller
24341 9cb5 Wildcat Point-LP Secure Digital IO Controller
24342 9cb6 Wildcat Point-LP Smart Sound Technology Controller
24343 9cba Wildcat Point-LP MEI Controller #1
24344 9cbb Wildcat Point-LP MEI Controller #2
24345 9cbc Wildcat Point-LP IDE-r Controller
24346 9cbd Wildcat Point-LP KT Controller
24347 9cc1 Wildcat Point-LP LPC Controller
24348 9cc2 Wildcat Point-LP LPC Controller
24349 9cc3 Wildcat Point-LP LPC Controller
24350 9cc5 Wildcat Point-LP LPC Controller
24351 9cc6 Wildcat Point-LP LPC Controller
24352 9cc7 Wildcat Point-LP LPC Controller
24353 9cc9 Wildcat Point-LP LPC Controller
24354 9ce0 Wildcat Point-LP Serial IO DMA Controller
24355 9ce1 Wildcat Point-LP Serial IO I2C Controller #0
24356 9ce2 Wildcat Point-LP Serial IO I2C Controller #1
24357 9ce3 Wildcat Point-LP Serial IO UART Controller #0
24358 9ce4 Wildcat Point-LP Serial IO UART Controller #1
24359 9ce5 Wildcat Point-LP Serial IO GSPI Controller #0
24360 9ce6 Wildcat Point-LP Serial IO GSPI Controller #1
2072324361 a000 Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge
24362 1458 5000 GA-D525TUD
2072424363 8086 4f4d DeskTop Board D510MO
24364 8086 544b Desktop Board D425KT
2072524365 a001 Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
24366 1458 d000 GA-D525TUD
2072624367 8086 4f4d DeskTop Board D510MO
24368 8086 544b Desktop Board D425KT
2072724369 a002 Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
2072824370 a003 Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter
2072924371 a010 Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge
2074824390 d130 Core Processor DMI
2074924391 d131 Core Processor DMI
2075024392 1028 02da OptiPlex 980
24393 15d9 060d C7SIM-Q Motherboard
2075124394 d132 Core Processor DMI
2075224395 1028 040b Latitude E6510
2075324396 d133 Core Processor DMI
2075824401 d138 Core Processor PCI Express Root Port 1
2075924402 1028 02da OptiPlex 980
2076024403 1028 040b Latitude E6510
24404 15d9 060d C7SIM-Q Motherboard
2076124405 d139 Core Processor PCI Express Root Port 2
2076224406 d13a Core Processor PCI Express Root Port 3
2076324407 d13b Core Processor PCI Express Root Port 4
2077224416 cafe VirtualBox Guest Service
2077324417 8322 Sodick America Corp.
2077424418 8384 SigmaTel
20775 7618 High Definition Audio Codec
20776 7634 9250 HD Audio Codec
20777 7662 High Definition Audio Codec
20778 104d 1e00 High Definition Audio Codec [STAC9872AK]
20779 7664 High Definition Audio Codec
20780 7670 9770 High Definition Audio
20781 7672 9772 High Definition Audio
20782 7682 IDT High Definition Audio Codec
20783 7690 9200 HD Audio Codec
20784 1028 01c1 Precision 490
2078524419 8401 TRENDware International Inc.
2078624420 8686 ScaleMP
2078724421 1010 vSMPowered system controller [vSMP CTL]
2090624540 9004 7888 AHA-2930UW SCSI Controller
2090724541 8b78 ABA-1030
2090824542 ec78 AHA-4944W/UW
24543 # acquired by PMC-Sierra
2090924544 9005 Adaptec
2091024545 0010 AHA-2940U2/U2W
2091124546 9005 2180 AHA-2940U2 SCSI Controller
2097924614 1028 0287 PowerEdge Expandable RAID Controller 320/DC
2098024615 1028 0291 CERC SATA RAID 2 PCI SATA 6ch (DellCorsair)
2098124616 103c 3227 AAR-2610SA
20982 108e 0286 STK RAID INT
24617 108e 0286 Sun StorageTek SAS RAID HBA, Internal
2098324618 108e 0287 STK RAID EXT
2098424619 108e 7aac STK RAID REM
2098524620 108e 7aae STK RAID EX
2115224787 801f AIC-7902 U320
2115324788 1734 1011 PRIMERGY RX300 onboard SCSI
2115424789 8080 ASC-29320A U320 w/HostRAID
24790 8081 PMC-Sierra PM8001 SAS HBA [Series 6H]
24791 8088 PMC-Sierra PM8018 SAS HBA [Series 7H]
24792 8089 PMC-Sierra PM8019 SAS encryption HBA [Series 7He]
2115524793 808f AIC-7901 U320 w/HostRAID
24794 1028 0168 Precision Workstation 670 Mainboard
2115624795 8090 ASC-39320 U320 w/HostRAID
2115724796 8091 ASC-39320D U320 w/HostRAID
2115824797 8092 ASC-29320 U320 w/HostRAID
2117524814 0001 JusonTech Gigabit Ethernet Controller
2117624815 9699 Omni Media Technology Inc
2117724816 6565 6565
21178 9710 NetMos Technology
24817 # nee Netmos Technology
24818 9710 MosChip Semiconductor Technology Ltd.
2117924819 9250 PCI-to-PCI bridge [MCS9250]
2118024820 9805 PCI 1 port parallel adapter
2118124821 9815 PCI 9815 Multi-I/O Controller
2120024840 9904 4-Port PCIe Serial Adapter
2120124841 # 2-port Serial 1-port Parallel Adaptor
2120224842 9912 PCIe 9912 Multi-I/O Controller
21203 9922 PCIe 9922 Multi-I/O Controller
24843 9922 MCS9922 PCIe Multi-I/O Controller
2120424844 9990 MCS9990 PCIe to 4‐Port USB 2.0 Host Controller
24845 # Subsystem ID on a 3c985B-SX network card
24846 9850 3Com (wrong ID)
2120524847 9902 Stargen Inc.
2120624848 0001 SG2010 PCI over Starfabric Bridge
2120724849 0002 SG2010 PCI to Starfabric Gateway
2121524857 a727 3Com Corporation
2121624858 0013 3CRPAG175 Wireless PC Card
2121724859 6803 3CRDAG675B Wireless 11a/b/g Adapter
24860 aa00 iTuner
24861 aa01 iTuner
24862 aa02 iTuner
24863 aa03 iTuner
24864 aa04 iTuner
24865 aa05 iTuner
24866 aa06 iTuner
24867 aa07 iTuner
24868 aa08 iTuner
24869 aa09 iTuner
24870 aa0a iTuner
24871 aa0b iTuner
24872 aa0c iTuner
24873 aa0d iTuner
24874 aa0e iTuner
24875 aa0f iTuner
2121824876 aa42 Scitex Digital Video
2121924877 aa55 Ncomputing X300 PCI-Engine
2122024878 aaaa Adnaco Technology Inc.
2123924897 # Pinnacle should be 11bd, but they got it wrong several times --mj
2124024898 bd11 Pinnacle Systems, Inc. (Wrong ID)
2124124899 bdbd Blackmagic Design
24900 a106 Multibridge Extreme
24901 a117 Intensity Pro
24902 a11a DeckLink HD Extreme 2
24903 a11b DeckLink SDI/Duo/Quad
24904 a11c DeckLink HD Extreme 3
24905 a11d DeckLink Studio
24906 a11e DeckLink Optical Fibre
24907 a121 DeckLink HD Extreme 3D/3D+
24908 a124 Intensity Extreme
24909 a126 Intensity Shuttle
24910 a127 UltraStudio Express
24911 a129 UltraStudio Mini Monitor
24912 a12a UltraStudio Mini Recorder
24913 a12d UltraStudio 4K
24914 a12e DeckLink 4K Extreme
24915 a12f DeckLink Mini Monitor
24916 a130 DeckLink Mini Recorder
24917 a132 UltraStudio 4K
2124224918 c001 TSI Telsys
2124324919 c0a9 Micron/Crucial Technology
2124424920 c0de Motorola
2124824924 0001 TurboCap Port A
2124924925 0002 TurboCap Port B
2125024926 0023 AirPcap N
24927 caed Canny Edge
2125124928 cafe Chrysalis-ITS
2125224929 0003 Luna K3 Hardware Security Module
2125324930 0006 Luna PCI-e 3000 Hardware Security Module
2128124958 8006 Wildcard AEX410 4-port analog card (PCI-Express)
2128224959 8007 Hx8 Series 8-port Base Card
2128324960 8008 Hx8 Series 8-port Base Card (PCI-Express)
24961 800a Wildcard TE133 single-span T1/E1/J1 card (PCI Express)
24962 800b Wildcard TE134 single-span T1/E1/J1 card
2128424963 b410 Wildcard B410 quad-BRI card
2128524964 d4d4 Dy4 Systems Inc
2128624965 0601 PCI Mezzanine Card
2128724966 d531 I+ME ACTIA GmbH
2128824967 d84d Exsys
2128924968 dada Datapath Limited
24969 0133 VisionRGB-X2
24970 0139 VisionRGB-E1
24971 0144 VisionSD8
24972 0150 VisionRGB-E2
24973 0151 VisionSD4+1
24974 0159 VisionAV
24975 0161 DGC161
24976 0165 DGC165
24977 0167 DGC167
24978 0168 DGC168
24979 1139 VisionRGB-E1S
24980 1150 VisionRGB-E2S
24981 1151 VisionSD4+1S
24982 1153 VisionDVI-DL
24983 1154 VisionSDI2
2129024984 db10 Diablo Technologies
2129124985 dcba Dynamic Engineering
21292 0046 PCIeAlteraCycloneIV
24986 0046 PCIe Altera Cyclone IV
2129324987 # VPX format Receiver Controller Board
2129424988 0047 VPX-RCB
2129524989 # PMC Format FPGA design with 8 high speed UART channels
2129624990 0048 PMC-Biserial-III-BAE9
24991 004e PC104p-Biserial-III-NVY5
24992 004f PC104p-Biserial-III-NVY6
24993 0052 PCIeBiSerialDb37 BA22 LVDS IO
2129724994 dd01 Digital Devices GmbH
21298 0003 Octopus LE DVB adapter
24995 0003 Octopus DVB Adapter
24996 dd01 0001 Octopus DVB adapter
24997 dd01 0002 Octopus LE DVB adapter
24998 dd01 0003 Octopus OEM
24999 dd01 0004 Octopus V3 DVB adapter
25000 dd01 0010 Octopus Mini
25001 dd01 0020 Cine S2 V6 DVB adapter
25002 dd01 0021 Cine S2 V6.5 DVB adapter
25003 dd01 0030 Cine CT V6.1 DVB adapter
25004 dd01 db03 Mystique SaTiX-S2 V3 DVB adapter
25005 0011 Octopus CI DVB Adapter
25006 dd01 0040 Octopus CI
25007 dd01 0041 Octopus CI Single
2129925008 dead Indigita Corporation
2130025009 deaf Middle Digital Inc.
2130125010 9050 PC Weasel Virtual VGA
2132425033 53c1 SC1-ALLEGRO
2132525034 cc47 CCG-RUMBA
2132625035 cc4d CCM-BOOGIE
25036 e4e4 Xorcom
2132725037 e55e Essence Technology, Inc.
2132825038 ea01 Eagle Technology
2132925039 000a PCI-773 Temperature Card
2142325133 a10e BCM4230 iLine10 HomePNA 2.0
2142425134 fede Fedetec Inc.
2142525135 0003 TABIC PCI v3
21426 ffee FNK Tech
2142725136 fffd XenSource, Inc.
2142825137 0101 PCI Event Channel Controller
2142925138 # Used in some old VMWare products before they got a real ID assigned
2145425163 06 SATA controller
2145525164 00 Vendor specific
2145625165 01 AHCI 1.0
25166 02 Serial Storage Bus
2145725167 07 Serial Attached SCSI controller
25168 01 Serial Storage Bus
2145825169 08 Non-Volatile memory controller
25170 01 NVMHCI
25171 02 NVM Express
2145925172 80 Mass storage controller
2146025173 C 02 Network controller
2146125174 00 Ethernet controller
2146525178 04 ISDN controller
2146625179 05 WorldFip controller
2146725180 06 PICMG controller
25181 07 Infiniband controller
2146825182 80 Network controller
2146925183 C 03 Display controller
2147025184 00 VGA compatible controller
2154225256 00 8254
2154325257 01 ISA Timer
2154425258 02 EISA Timers
25259 03 HPET
2154525260 03 RTC
2154625261 00 Generic
2154725262 01 ISA RTC
2161425329 10 Communication synchronizer
2161525330 20 Signal processing management
2161625331 80 Signal processing controller
25332 C 12 Processing accelerators
25333 00 Processing accelerators
25334 C 13 Non-Essential Instrumentation
2161725335 C ff Unassigned class
0 # list of SysObject ID's
1 #
2 # sources:
3 # http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
4 #
5 # Syntax:
6 # id vendor type
7 # id model
8
9 2 IBM COMPUTER
10 # ftp://ftp.cisco.com/pub/mibs/v2/CISCO-PRODUCTS-MIB.my
11 9 Cisco NETWORKING
12 1.3 Router xGS
13 1.5 IGS
14 1.6 3000
15 1.7 4000
16 1.8 7000
17 1.10 2000
18 1.11 AGSplus Lightstream ATM Switch
19 1.12 7010
20 1.13 2500
21 1.14 4500
22 115 2102
23 1.16 2202
24 1.17 2501
25 1.18 2502
26 1.19 2503
27 1.20 2504
28 1.21 2505
29 1.22 2506
30 1.23 2507
31 1.24 2508
32 1.25 2509
33 1.26 2510
34 1.27 2511
35 1.28 2512
36 1.29 2513
37 1.30 2514
38 1.31 2515
39 1.32 3101
40 1.33 3102
41 1.34 3103
42 1.35 3104
43 1.36 3202
44 1.37 3204
45 1.38 Access Pro RC Router
46 1.39 Access Pro EC Router
47 1.40 1000
48 1.41 1003
49 1.42 2516
50 1.43 1020
51 1.44 1004
52 1.45 7507
53 1.46 7513
54 1.47 7506
55 1.48 7505
56 1.49 1005
57 1.50 4700
58 1.51 Pro 1003
59 1.52 Pro 1004
60 1.53 Pro 1005
61 1.54 Pro 1020 Serial Router
62 1.55 Pro 2500PCE
63 1.56 Pro 2501
64 1.57 Pro 2503
65 1.58 Pro 2505
66 1.59 Pro 2507
67 1.60 Pro 2509
68 1.61 Pro 2511
69 1.62 Pro 2514
70 1.63 Pro 2516
71 1.64 Pro 2519
72 1.65 Pro 2521
73 1.66 Pro 4500
74 1.67 2517
75 1.68 2518
76 1.69 2519
77 1.70 2520
78 1.71 2521
79 1.72 2522
80 1.73 2523
81 1.74 2524
82 1.75 2525
83 1.76 Pro 751 ISDN Access Router
84 1.77 Pro 752 ISDN Access Router
85 1.78 Pro 753 ISDN Access Router
86 1.81 751 ISDN Access Router
87 1.82 752 ISDN Access Router
88 1.83 753 ISDN Access Router
89 1.84 Pro 741 ISDN Access Router
90 1.85 Pro 742 ISDN Access Router
91 1.86 Pro 743 ISDN Access Router
92 1.87 Pro 744 ISDN Access Router
93 1.88 Pro 761 ISDN Access Router
94 1.89 Pro 762 ISDN Access Router
95 1.93 Pro 766 ISDN Access Router
96 1.94 741 ISDN Access Router
97 1.95 742 ISDN Access Router
98 1.96 743 ISDN Access Router
99 1.97 744 ISDN Access Router
100 1.98 761 ISDN Access Router
101 1.99 762 ISDN Access Router
102 1.102 765 ISDN Access Router
103 1.103 766 ISDN Access Router
104 1.104 Pro 2520
105 1.105 Pro 2522
106 1.106 Pro 2524
107 1.107 LS1010
108 1.108 7206
109 1.109 AS5200
110 1.110 3640
111 1.113 1601
112 1.114 1602
113 1.115 1603
114 1.116 1604
115 1.117 Pro 1601
116 1.118 Pro 1602
117 1.119 Pro 1603
118 1.120 Pro 1604
119 1.122 3620
120 1.123 Pro 3620 Multiservice Branch Office Router
121 1.124 Pro 3640 Multiservice Branch Office Router
122 1.125 7204
123 1.126 771 ISDN Access Router
124 1.127 772 ISDN Access Router
125 1.128 775 ISDN Access Router
126 1.129 776 ISDN Access Router
127 1.130 Pro 2502
128 1.131 Pro 2504
129 1.132 Pro 2506
130 1.133 Pro 2508
131 1.134 Pro 2510
132 1.135 Pro 2512
133 1.136 Pro 2513
134 1.137 Pro 2515
135 1.138 Pro 2517
136 1.139 Pro 2518
137 1.140 Pro 2523
138 1.141 Pro 2525
139 1.142 Pro 4700
140 1.153 AS2509
141 1.154 AS2511
142 1.157 MC3810-V
143 1.162 AS5300
144 1.164 LS1015
145 1.165 2501 FRADFX
146 1.166 2501 LANFRADFX
147 1.167 2502 LANFRADFX
148 1.168 WSX5302
149 1.170 Catalyst 2908 XL
150 1.171 Catalyst 2916 XL
151 1.172 1605
152 1.173 12012
153 1.175 Catalyst 1912C
154 1.179 uBR 7246
155 1.181 12004
156 1.182 12008
157 1.183 Catalyst 2924 XL
158 1.184 Catalyst 2924 CXL
159 1.185 2610
160 1.186 2611
161 1.187 2612
162 1.188 AS5800
163 1.190 Catalyst 8510
164 1.195 2613
165 1.196 Catalyst 8515CSR (Campus Switching Router)
166 1.200 1710
167 1.201 1720
168 1.202 Catalyst 8540msr
169 1.203 Catalyst 8540csr
170 1.204 7576
171 1.205 3660
172 1.208 2620
173 1.209 2621
174 1.210 uBR 7223
175 1.212 801
176 1.213 802
177 1.214 803
178 1.215 804
179 1.216 1750
180 1.217 Catalyst 2924 XLv
181 1.218 Catalyst 2924 CXLv
182 1.219 Catalyst 2912 XL
183 1.220 Catalyst 2924 MXL
184 1.221 Catalyst 2912 MfXL
185 1.222 7206 VXR
186 1.223 7204 VXR
187 1.225 1548M Micro Switch 10/100
188 1.227 PIX
189 1.230 Catalyst 8510msr
190 1.231 Catalyst 8515msr
191 1.245 805
192 1.246 Catalyst 3508 XL
193 1.247 Catalyst 3512 XL
194 1.248 Catalyst 3524 XL
195 1.255 uBR 924
196 1.256 Catalyst WSX6302Msm
197 1.257 Catalyst 5000 Series Router Switch Feature Card
198 1.258 Catalyst 6000 Series Module Switch Feature Card
199 1.259 7120 Quadt1
200 1.260 7120 T3
201 1.261 7120 E3
202 1.262 7120 At3
203 1.263 7120 Ae3
204 1.264 7120 Smi3
205 1.265 7140 Dual T3
206 1.266 7140 Dual E3
207 1.267 7140 Dual ATM T3
208 1.268 7140 Dual AE3
209 1.269 7140 Dual MM3
210 1.270 827
211 1.271 uBR 7246 VXR
212 1.272 10400
213 1.273 12016
214 1.274 AS5400
215 1.275 Catalyst 2948G-L3
216 1.276 7140 Octo T1
217 1.277 7140 Dual FE
218 1.278 Catalyst 3548 XL
219 1.280 Catalyst 6006
220 1.281 Catalyst 6009
221 1.282 Catalyst 6506
222 1.283 Catalyst 6509
223 1.284 827
224 1.286 MC3810-V3
225 1.287 Catalyst 3524 tXLEn
226 1.288 7507z
227 1.289 7513z
228 1.290 7507mx
229 1.291 7513mx
230 1.295 802J
231 1.296 804J
232 1.298 Catalyst 4908G-L3
233 1.300 Catalyst WSX4232-L3
234 1.301 Catalyst 6000 Series Module Switch Feature Card
235 1.308 AS5850
236 1.310 Catalyst 6509Sp
237 1.312 Catalyst 4840G-L3
238 1.313 AS5350
239 1.319 2650
240 1.320 2651
241 1.321 826 QuadV
242 1.322 826
243 1.323 Catalyst 2950-12
244 1.324 Catalyst 2950-24
245 1.325 Catalyst 2950C-24
246 1.326 1751
247 1.338 3661Ac
248 1.339 3661Dc
249 1.340 3662Ac
250 1.341 3662Dc
251 1.342 3662AcCo
252 1.343 3662DcCo
253 1.348 12010
254 1.355 7150 Dual FE
255 1.356 7150 Octo T1
256 1.357 7150 Dual T3
257 1.359 Catalyst 2950T-24
258 1.366 Catalyst 3550-24
259 1.367 Catalyst 3550-48
260 1.368 Catalyst 3550-12T
261 1.369 Catalyst 2924XL
262 1.370 Catalyst 2912XL
263 1.382 828
264 1.384 806
265 1.385 12416
266 1.386 Catalyst 2948G-L3Dc
267 1.387 Catalyst 4908G-L3Dc
268 1.388 12406
269 1.389 PIX 506
270 1.390 PIX 515
271 1.391 PIX 520
272 1.392 PIX 525
273 1.393 PIX 535
274 1.394 12410
275 1.395 811
276 1.396 813
277 1.397 10720
278 1.400 Catalyst 6513
279 1.402 7606
280 1.406 ONS 15540
281 1.409 CE-507
282 1.410 CE-560
283 1.411 CE-590
284 1.412 CE-7320
285 1.413 2691
286 1.414 3725
287 1.416 1760
288 1.417 PIX 501
289 1.418 2610M
290 1.419 2611M
291 1.423 12404
292 1.427 Catalyst 2950G-12
293 1.428 Catalyst 2950G-24
294 1.429 Catalyst 2950G-48
295 1.430 Catalyst 2950S-24
296 1.431 Catalyst 3550-12G
297 1.432 CE-507AV
298 1.433 CE-560AV
299 1.436 3745
300 1.439 7304
301 1.444 1721
302 1.446 827H
303 1.448 Catalyst 4006-L3
304 1.449 Catalyst 6503
305 1.450 PIX 506E
306 1.451 PIX 515E
307 1.452 Catalyst 3550-24-DC
308 1.453 Catalyst 3550-24FX
309 1.460 ONS 15530
310 1.461 ONS 15530-NEBS
311 1.462 ONS 15530-ETSI
312 1.466 2610XM
313 1.467 2611XM
314 1.468 2620XM
315 1.469 2621XM
316 1.470 2650XM
317 1.471 2651XM
318 1.472 Catalyst 2950G-24-DC
319 1.476 7301
320 1.480 Catalyst 2950-I6Q4L2-M
321 1.481 ONS 15540
322 1.482 Catalyst 2950-ST-24-LRE
323 1.483 Catalyst 2950-8-LRE
324 1.484 Catalyst 2950-24-LRE
325 1.485 Catalyst 3550-24PWR
326 1.488 Catalyst 2955T-12
327 1.489 Catalyst 2955C-12
328 1.490 CE-508
329 1.491 CE-565
330 1.492 CE-7325
331 1.493 ONS 15454
332 1.494 ONS 15327
333 1.495 837
334 1.497 830
335 1.499 836
336 1.501 Catalyst 4507-L3
337 1.502 Catalyst 4506-L3
338 1.503 Catalyst 4503-L3
339 1.504 CD7305
340 1.505 CE-510
341 1.507 Aironet 1240AG
342 1.508 Catalyst 2955S-12
343 1.509 7609
344 1.510 Catalyst 6509
345 1.511 Catalyst 3750-24
346 1.512 Catalyst 3750-48
347 1.513 Catalyst 3750-24TS
348 1.514 Catalyst 3750-24T
349 1.516 Catalyst 3750-24/48
350 1.522 FWSM Firewall
351 1.525 Aironet AP 1231G
352 1.527 Catalyst 2970
353 1.528 7613
354 1.530 Catalyst 3750 with 12 SFP Gigabit Ethernet Ports
355 1.534 Catalyst 6509 NEBA
356 1.535 Catalyst 3750-48PS
357 1.536 Catalyst 3750-24PS
358 1.537 Catalyst 4510-L3
359 1.540 Catalyst 2940-8TT
360 1.542 Catalyst 2940-8TF
361 1.543 3825
362 1.544 3845
363 1.550 1700
364 1.557 Catalyst 6000 Series Module Switch Feature Card
365 1.559 Catalyst 2950-48T
366 1.560 Catalyst 2950-48SX
367 1.561 Catalyst 2970
368 1.563 Catalyst 3560-24PS
369 1.564 Catalyst 3560-48PS
370 1.565 Aironet AP 1310
371 1.566 851
372 1.567 857 ISR
373 1.568 876
374 1.569 870
375 1.570 878
376 1.571 871
377 1.574 Catalyst 3750ME
378 1.576 2811
379 1.577 2821
380 1.578 2851
381 1.591 Catalyst 3750G-16TD
382 1.592 Gigabit Ethernet Module
383 1.595 CE-511
384 1.596 CE-566
385 1.600 CE-7306
386 1.601 WAE-7326-K9
387 1.602 Catalyst 3750G-24PS
388 1.603 Catalyst 3750G-48PS
389 1.604 Catalyst 3750G-48TS
390 1.612 CE-501
391 1.614 Catalyst 3560G-24PS
392 1.615 Catalyst 3560G-24TS
393 1.616 Catalyst 3560G-48PS
394 1.617 Catalyst 3560G-48TS
395 1.618 Aironet 1130 series
396 1.619 2801
397 1.620 1841
398 1.624 Catalyst 3750G-24TS1U
399 1.626 Catalyst 4000 Series WS-C4948
400 1.627 Catalyst WS-C4948-10GE
401 1.633 Catalyst 3560-24TS
402 1.634 Catalyst 3560-48TS
403 1.637 ONS 15310
404 1.638 1801
405 1.639 1802
406 1.640 1803
407 1.641 1811
408 1.642 1812/1812J
409 1.648 Intrusion Prevention System 4240
410 1.652 Intrusion Prevention System 4255
411 1.653 Intrusion Prevention System 6.0
412 1.655 ASA AIP SSM-20
413 1.656 Catalyst 3750-24FS
414 1.657 Catalyst 6504
415 1.658 7604
416 1.659 Catalyst 4500
417 1.660 Gigabit Ethernet Module
418 1.662 Intrusion Prevention System SSM-10
419 1.663 NME-16ES-1G-P
420 1.664 EtherSwitch Module NME-X-23ES-1G-P
421 1.666 EtherSwitch Module NME-XD-48ES-2S-P
422 1.669 ASA 5510
423 1.670 ASA 5520
424 1.671 ASA 5520
425 1.672 ASA 5540
426 1.673 ASA 5540sc
427 1.675 PIX 535
428 1.676 PIX 525
429 1.677 PIX 515E
430 1.678 PIX 525
431 1.685 Airont 1240 series
432 1.688 Catalyst 3750G-12SFP
433 1.694 Catalyst 2960-24TC
434 1.695 Catalyst 2960-48TC
435 1.696 Catalyst 2960G-24TC
436 1.697 Catalyst 2960G-48TC
437 1.702 NME-X-23ES-1G-P
438 1.703 NME-XD-48ES-2S-P
439 1.708 CE-611
440 1.716 Catalyst 2960-24TT
441 1.717 Catalyst 2960-48TT
442 1.718 Gigabit Ethernet Module
443 1.719 ME6524-GS-8S
444 1.720 6524ME Ethernet Switch
445 1.721 ME 6724
446 1.722 ME 6724
447 1.724 Catalyst Express 500-24TT
448 1.725 Catalyst Express 500 24LC
449 1.726 Catalyst Express 500-24PC
450 1.727 Catalyst Express 500G 12TC
451 1.728 Gigabit Ethernet Module
452 1.730 ACE 10-K9
453 1.733 815
454 1.743 Intrusion Prevention System 6.0
455 1.745 ASA 5505
456 1.747 Catalyst 3750G-24PS
457 1.748 Catalyst Blade Switch 3020
458 1.749 Catalyst Blade Switch 3030
459 1.753 ASA 5550
460 1.759 CE-512
461 1.761 CE-612
462 1.763 ASA 5550
463 1.764 ASA 5520
464 1.765 ASA 5540
465 1.766 ASA 5550
466 1.768 PIX 515sy
467 1.769 PIX 515Esy
468 1.770 PIX 525sy
469 1.771 PIX 535sy
470 1.772 ONS 15400
471 1.773 ASA 5510 Multiple Security Context
472 1.774 ASA 5510
473 1.776 WAE-512
474 1.777 WAE-612
475 1.778 Catalyst 3750 G24WS25
476 1.779 Catalyst 3750 G24WS50
477 1.780 ME-3400G-12CS-A
478 1.782 877
479 1.784 Catalyst Blade Switch 3040
480 1.785 WAE-511
481 1.786 WAE-611
482 1.787 WAE-726
483 1.789 Catalyst 3750 E24TD
484 1.790 Catalyst 3750 E48TD
485 1.791 Catalyst 3750 E48PD
486 1.792 Catalyst 3750 E24PD
487 1.793 Catalyst 3560E-24TD-S
488 1.794 Catalyst 3560-48TD
489 1.795 Catalyst 3560E-24PD-S
490 1.796 Catalyst 3560E-48PD-E/S/EF/SF
491 1.797 Catalyst 3560-8PC-S
492 1.798 Catalyst 2960-8TC
493 1.799 Catalyst 2960G-8TC-L
494 1.821 7200
495 1.824 ACE 4710
496 1.828 Wireless LAN Controller 2106
497 1.832 Catalyst 6509VE
498 1.834 861
499 1.836 867
500 1.837 881
501 1.838 881G
502 1.839 881F
503 1.840 881SRST
504 1.841 881BRST
505 1.842 886
506 1.843 886G
507 1.844 886F
508 1.845 886B
509 1.846 886SRST
510 1.847 887
511 1.848 887G
512 1.849 887F
513 1.850 887B
514 1.851 887SRST
515 1.852 888
516 1.853 888G
517 1.854 888F
518 1.855 888B
519 1.856 888 SRST
520 1.857 891
521 1.858 892
522 1.859 885D3
523 1.860 885FD3
524 1.861 885EJ3
525 1.863 7606-S
526 1.864 7609-S
527 1.868 Catalyst 6509VE
528 1.873 ME 3400-24FS-A
529 1.874 Catalyst 4503-E
530 1.875 Catalyst 4500-L3
531 1.876 Catalyst 4507R-E
532 1.877 Catalyst 4510R-E
533 1.878 Catalyst Express 520
534 1.879 Catalyst Express 520
535 1.880 Catalyst Express 520
536 1.881 Catalyst Express 520
537 1.882 Catalyst Express 520
538 1.883 Catalyst Express 520
539 1.884 Catalyst Express 520
540 1.885 Catalyst Express 520
541 1.886 Catalyst Express 520
542 1.887 Catalyst Express 520
543 1.888 Catalyst Express 520
544 1.889 Catalyst Express 520
545 1.890 Catalyst Express 520
546 1.891 Catalyst Express 520
547 1.892 Catalyst Express 520
548 1.893 Catalyst Express 520
549 1.894 Catalyst Express 520
550 1.895 Catalyst Express 520
551 1.896 Catalyst 6509VSS
552 1.897 Catalyst Express 520
553 1.902 1861
554 1.903 1861
555 1.904 1861
556 1.905 1861
557 1.907 WAE-7341
558 1.908 WAE-7371-K9
559 1.914 ASA 5580
560 1.915 ASA 5580 Security Context
561 1.916 ASA 5580
562 1.917 Catalyst 4500
563 1.920 Catalyst Blade Switch 3032
564 1.923 ASR 1002
565 1.924 Cisco ASR 1004
566 1.925 ASR 1006
567 1.927 Catalyst 2960-48TC-S
568 1.928 Catalyst 2960-24TC-S
569 1.929 Catalyst 2960-24-S
570 1.92 Pro 765 ISDN Access Router
571 1.932 Catalyst Express 520
572 1.933 Catalyst Express 520 24LC
573 1.934 Catalyst Express 520-24PC
574 1.935 Catalyst Express 520
575 1.936 CDE100
576 1.937 CDE200
577 1.938 CDE300
578 1.947 Catalyst Switch Module 3110X
579 1.948 Catalyst Blade Switch 3120X
580 1.949 Catalyst Blade Switch 3130X
581 1.950 Catalyst 2960 Software
582 1.951 Catalyst 2960-24LT-L
583 1.952 Catalyst 2960PD-8TT-L
584 1.954 Nexus 5020 (AC PSU)
585 1.955 Nexus 5020 (DC PSU)
586 1.956 Catalyst 3560E-12SD
587 1.957 WAE-674
588 1.958 IE 3000-4TC
589 1.959 IE 3000-8TC
590 1.970 Catalyst Express 520
591 1.971 Catalyst Express 520
592 1.972 Catalyst Express 520
593 1.973 Catalyst Express 520
594 1.982 WAE-7341
595 1.983 CE-7371
596 1.985 WAVE-574-K9
597 1.986 WAE-474-k9
598 1.987 WAE-274-K9
599 1.996 CE-674
600 1.1000 Catalyst Switch Module 3012
601 1.1005 Catalyst 2960 48-TT-S
602 1.1006 Catalyst 2960-8TC-S
603 1.1007 ME 3400EG-2CS-A
604 1.1008 ME 3400EG-12CS-M
605 1.1009 ME 3400E-24TS-M
606 1.1015 Catalyst 3560-12PC-S
607 1.1016 Catalyst 2960-48PST-L
608 1.1018 ASR9K
609 1.1019 Catalyst 3560V2-24TSD
610 1.1020 Catalyst 3560V2-24TS
611 1.1021 Catalyst 3560V2-24PS
612 1.1022 Catalyst 3750V2-24TS
613 1.1023 Catalyst 3750V2-24PS
614 1.1024 Catalyst 3560V2 48TS
615 1.1025 Catalyst 3560V2-48PS
616 1.1026 Catalyst 3750V2-48TS
617 1.1027 Catalyst 3750V2-48PS
618 1.1030 1400 series
619 1.1031 1430 series
620 1.1032 NAM Appliance 2204
621 1.1033 NAM Appliance 2220
622 1.1034 Aironet 1140 series
623 1.1035 Aironet 1140 series
624 1.1040 887V
625 1.1041 3945
626 1.1042 3925
627 1.1043 2951
628 1.1044 2921
629 1.1045 2911
630 1.1046 2901
631 1.1047 1941
632 1.1069 WLC 5500
633 1.1096 888E
634 1.1097 888EG
635 1.1098 888EB
636 1.1099 888EF
637 1.1100 888SRST
638 1.1105 887
639 1.1116 ASR 1002
640 1.1118 861NPE
641 1.1119 881NPE
642 1.1120 881GPE
643 1.1121 887NPE
644 1.1122 888GNPE
645 1.1123 891NPE
646 1.1138 887GV
647 1.1139 887SRST
648 1.1144 3925E ISR
649 1.1145 3945E ISR
650 1.1146 Catalyst 2960-24LC-S
651 1.1147 Catalyst 2960-24PC-S
652 1.1148 Catalyst 2960-48PST-S
653 1.1165 ASR 1001
654 1.1166 ASR 1013
655 1.1178 Catalyst 4948E
656 1.1179 Catalyst 2960-X 48TSS
657 1.1180 Catalyst 2960-X 24TSS
658 1.1181 Catalyst 2960-XS 48 FPDL
659 1.1182 Catalyst 2960-XS 48 LPDL
660 1.1183 Catalyst 2960-XS 48 LTDL
661 1.1184 Catalyst 2960-XS 24 PDL
662 1.1185 Catalyst 2960-XS 24 TDL
663 1.1186 Catalyst 2960-XS 48 FPSL
664 1.1187 Catalyst 2960-XS 48 LPSL
665 1.1188 Catalyst 2960-XS 24 PSL
666 1.1189 Catalyst 2960-XS 48 TSL
667 1.1190 Catalyst 2960-XS 24 TSL
668 1.1191 1921
669 1.1194 ASA 5585-SSP-10
670 1.1195 ASA 5585-SSP-20
671 1.1196 ASA 5585-X 40
672 1.1197 ASA 5585-X 60
673 1.1198 ASA 5585-X 10
674 1.1199 ASA5585-S20X-K9
675 1.1201 ASA 5585-SSP-60-SC
676 1.1208 Catalyst 2960S Software
677 1.1210 NME-WAE-502-K9
678 1.1216 Nexus C7018
679 1.1217 Nexus C7010
680 1.1222 Catalyst 3750 24 port
681 1.1223 Catalyst 3750 48 port
682 1.1224 Catalyst 3750 24 port
683 1.1225 Catalyst 3750 48 port
684 1.1226 Catalyst 3560X-24
685 1.1227 Catalyst 3560X-48T-L-S
686 1.1228 Catalyst 3560x-24P
687 1.1229 Catalyst 3560E-48PF-E/S/EF/SF
688 1.1249 892F
689 1.1250 ME 3600-24FS-M
690 1.1251 ME 3600X-24TS-M
691 1.1252 ME 3800-24FS-M
692 1.1256 Catalyst 2960S-48TS-S
693 1.1257 Catalyst 2960S-24TS-S
694 1.1258 Catalyst 2960-S 48 port FPDL
695 1.1259 Catalyst 2960-S 48 port LDPL
696 1.1260 Catalyst 2960-S 48 port TDL
697 1.1261 Catalyst 2960-S 24 port PDL
698 1.1262 Catalyst 2960-S 24 port TDL
699 1.1263 Catalyst 2960-S 48 port FPSL
700 1.1264 Catalyst 2960-S 48 port LPSL
701 1.1265 Catalyst 2960-S 24 port PSL
702 1.1266 Catalyst 2960-S 48 port TSL
703 1.1267 Catalyst 2960-S 24 port TSL
704 1.1268 1906C/K9 router
705 1.1269 Aironet 1040 series
706 1.1270 Aironet 1040 series
707 1.1271 887VA
708 1.1272 867VA
709 1.1273 886VA
710 1.1274 887VA
711 1.1278 Catalyst 2960C PD-8TT
712 1.1286 Catalyst 4507R+E
713 1.1287 Catalyst 4510R+E
714 1.1292 Catalyst 2360-48TD-S
715 1.1299 881G2
716 1.1300 Catalyst 3750-V 24
717 1.1302 ASA 5585-X 10007
718 1.1303 ASA 5585-X 20007
719 1.1304 ASA 5585-X 40007
720 1.1305 ASA 5585-X 80007
721 1.1306 ASA 5585-X 10007
722 1.1307 ASA 5585-X 20007
723 1.1308 ASA 5585-X 40007
724 1.1309 ASA 5585-X 60007
725 1.1310 ASA 5585-X 10007
726 1.1311 ASA 5585-X 20007
727 1.1312 ASA 5585-X 40007
728 1.1313 ASA 5585-X 60007
729 1.1315 Catalyst 2960C 8TC
730 1.1316 Catalyst 2960C 8PC
731 1.1317 Catalyst 3560C 8PC
732 1.1318 Catalyst 3560C 8TC
733 1.1319 IE 3010
734 1.1320 IE 3010
735 1.1323 ASA 5585-X IPS Security Services Processor 10007
736 1.1324 ASA 5585-X IPS Security Services Processor-20007
737 1.1325 ASA 5585-X IPS Security Services Processor-40007
738 1.1326 ASA 5585-X IPS Security Services Processor-60007
739 1.1327 Catalyst 4948E-F
740 1.1231 ACE 30-K9
741 1.1291 ACE 20-K9
742 1.1350 WAE-7571-K9
743 1.1352 WAVE-694-K9
744 1.1353 WAVE-594-K9
745 1.1354 WAVE-294-K9
746 1.1367 Catalyst 2960C-8PC-L
747 1.1407 ASA 5512-X
748 1.1413 ASA 5512-X
749 1.1421 ASA 5515
750 1.1732 Catalyst 4500X
751 5.1.3.1.1.2.223 Network Analysis Module
752 5.1.3.1.1.2.291 Network Analysis Module
753 5.1.3.1.1.2.914 Network Analysis Module
754 5.7 Catalyst 5000
755 5.12 Catalyst 2900
756 5.17 Catalyst 5500
757 5.18 Catalyst 1900
758 5.20 Catalyst 2820
759 5.28 Catalyst 1900c
760 5.29 Catalyst 5502
761 5.31 Catalyst 1900i
762 5.34 Catalyst 5505
763 5.35 Catalyst 2926
764 5.36 Catalyst 5509
765 5.38 Catalyst 6006
766 5.39 Catalyst 6009
767 5.40 Catalyst 4003
768 5.41 Catalyst 4912
769 5.42 Catalyst 2948
770 5.44 Catalyst 6509
771 5.45 Catalyst 6506
772 5.46 Catalyst 4006
773 5.47 Catalyst 6509NEB
774 5.49 Catalyst 2980G
775 5.50 Catalyst 6513
776 5.51 Catalyst 2980G-A
777 5.56 Catalyst 6503
778 5.58 WS-C4503
779 5.59 Catalyst 4506
780 5.61 Catalyst 6509 NEB
781 5.62 Catalyst 2948G-GE-TX
782 5.64 Catalyst 6504
783 5.175 Catalyst 1900 Lite Fx
784 9.368.4.2 CSS 11800
785 9.368.4.3 CSS 11500
786 9.368.4.4 CSS 11050
787 9.368.4.5 CSS 11503
788 9.368.4.6 CSS 11506
789 9.368.4.7 CSS 11501
790 12.3.1.3.272 ONS 15540 ESP
791 12.3.1.3.325 ONS 15530 NEBS
792 12.3.1.3.326 ONS 15530 ETSI
793 12.3.1.3.337 ONS 15540 ESPx
794 12.3.1.3.375 MDS 9506
795 12.3.1.3.376 MDS 9509
796 12.3.1.3.377 MDS 9513
797 12.3.1.3.378 ONS 15201
798 12.3.1.3.379 ONS 15252
799 12.3.1.3.486 ONS 15310
800 12.3.1.3.606 MDS 9124e
801 12.3.1.3.612 Nexus 7010
802 12.3.1.3.719 Nexus 5020
803 12.3.1.3.720 Nexus C5020P-BD
804 12.3.1.3.777 Nexus 7000
805 12.3.1.3.798 Nexus 5010
806 12.3.1.3.840 Nexus 1000v-mz
807 12.3.1.3.847 Cisco UCS 6120XP
808 12.3.1.3.899 UCS 6140XP 40-Port Fabric Interconnect
809 12.3.1.3.903 Nexus 4000
810 12.3.1.3.930 Nexus 4005I Switch Module for IBM BladeCenter
811 12.3.1.3.932 Nexus 7009
812 12.3.1.3.1008 Nexus 5548P
813 12.3.1.3.1038 Cisco Nexus 5596
814 12.3.1.3.1084 Nexus 5548UP
815 12.3.1.3.1105 Nexus 3064
816 12.3.1.3.1106 Nexus 3048
817 12.3.1.3.1107 Nexus 3016
818 11 Hewlett-Packard
819 2.3.7.11.1 AdvanceStack Switch 2000 (J3100A)
820 2.3.7.11.2 AdvanceStack Switch 2000B (J3100B)
821 2.3.7.11.3 AdvanceStack Switch 800T (J3245A
822 2.3.7.11.4 AdvanceStack Switch 208T (J3175A)
823 2.3.7.11.4.1 ProCurve 208T
824 2.3.7.11.4.2 ProCurve 208T
825 2.3.7.11.4.3 ProCurve 224T
826 2.3.7.11.4.4 ProCurve 224VG
827 2.3.7.11.5 ProCurve 212 (J3298A)
828 2.3.7.11.6 ProCurve 224M (J3299A)
829 2.3.7.11.7 ProCurve 8000M (J4110)
830 2.3.7.11.8 ProCurve 1600M (J4120A)
831 2.3.7.11.9 ProCurve 4000M (J4121A)
832 2.3.7.11.10 ProCurve 2400M (J4122A)
833 2.3.7.11.11 ProCurve 2424M (J4122B)
834 2.3.7.11.13 ProCurve 9308M (J4138A)
835 2.3.7.11.14 ProCurve 9304M (J4139A)
836 2.3.7.11.15 ProCurve 6308M (J4840A)
837 2.3.7.11.16 ProCurve 6208M (J4841A)
838 2.3.7.11.17 ProCurve 5308XL (J4819A)
839 2.3.7.11.18 ProCurve 2512 (J4812A)
840 2.3.7.11.19 ProCurve 2524 (J4813A)
841 2.3.7.11.20 ProCurve 5304XL (J4850A)
842 2.3.7.11.21 ProCurve 3324XL (J4815A)
843 2.3.7.11.22 ProCurve 3124 (J4851A)
844 2.3.7.11.23 ProCurve 4108GL (J4865A)
845 2.3.7.11.24 ProCurve Copper GE Blade for BH7800 BladeServer (A6713A)
846 2.3.7.11.25 ProCurve SX Fiber Blade for BH7800 BladeServer (A6716A)
847 2.3.7.11.26 ProCurve LX Fiber Blade for BH7800 BladeServer (A6717A)
848 2.3.7.11.27 ProCurve 4104GL (J4887A)
849 2.3.7.11.28 ProCurve 9315M (J4874A)
850 2.3.7.11.29 ProCurve 2650 (J4899A)
851 2.3.7.11.30 ProCurve 6108 (J4902A)
852 2.3.7.11.31 ProCurve 2824 (J4903A)
853 2.3.7.11.32 ProCurve 2848 (J4904A)
854 2.3.7.11.33 Proliant Switch
855 2.3.7.11.33.1.1.1 ProLiant BL p-Class C-GbE2 Interconnect Switch
856 2.3.7.11.33.4.1.1 ProLiant C-Class BladeSystem GbE2c Ethernet Blade Switch
857 2.3.7.11.33.5.1.1 ProLiant BL p-Class C-GbE2C Ethernet Blade Switch
858 2.3.7.11.34 ProCurve 2626 (J4900A)
859 2.3.7.11.35 ProCurve 2650-PWR (J8165A)
860 2.3.7.11.36 ProCurve 2626-PWR (J8164A)
861 2.3.7.11.37 Wireless Access Point AP420WL (J8130A)
862 2.3.7.11.38 Wireless Access Point AP520WL (J8133A)
863 2.3.7.11.39 Access Controller 720WL (J8153A)
864 2.3.7.11.40 Access Controller Server 740WL (J8154A)
865 2.3.7.11.41 Integrated Access Manager 760WL (J8155A)
866 2.3.7.11.42 ProCurve Switch 3400cl-24G (J4905A)
867 2.3.7.11.43 ProCurve Switch 3400cl-48G (J4906A)
868 2.3.7.11.44 ProCurve 2650 (J4899B)
869 2.3.7.11.45 ProCurve 2626 (J4900B)
870 2.3.7.11.46 ProCurve 5404yl (J8718A)
871 2.3.7.11.47 ProCurve 5408yl (J8719A)
872 2.3.7.11.48 ProCurve 6400 (J8433A)
873 2.3.7.11.49 ProCurve 6400 (J8474A)
874 2.3.7.11.50 ProCurve 5406zl (J8697A)
875 2.3.7.11.51 ProCurve 5412zl (J8698A)
876 2.3.7.11.52 ProCurve 4204vl (J8770A)
877 2.3.7.11.53 ProCurve 4208vl (J8773A)
878 2.3.7.11.54 ProCurve 9400 (J8453A)
879 2.3.7.11.55 ProCurve 2608-PWR (J8762A)
880 2.3.7.11.56 ProCurve 4202vl-48G (J8771A)
881 2.3.7.11.57 ProCurve 4202vl-72 (J8772A)
882 2.3.7.11.58 ProCurve Switch 3500yl-24G (J8692A)
883 2.3.7.11.59 ProCurve Switch 3500yl-48G (J8693A)
884 2.3.7.11.60 ProCurve 6200yl-24G (J8992A)
885 2.3.7.11.61 ProCurve 2510-24 (J9019A)
886 2.3.7.11.62 ProCurve 2510-48 (J9020A)
887 2.3.7.11.63 ProCurve 2810-24G (J9021A)
888 2.3.7.11.64 ProCurve 2810-48G (J9022A)
889 2.3.7.11.65 ProCurve 1800-24G (J9028A)
890 2.3.7.11.66 ProCurve 1800-8G (J9029A)
891 2.3.7.11.67 ProCurve (J9038A)
892 2.3.7.11.68 ProCurve 2900-48g (J9050A)
893 2.3.7.11.69 ProCurve 2900-24G (J9049A)
894 2.3.7.11.70 ProCurve 4202vl-68G (J9032A)
895 2.3.7.11.72 ProCurve 8212zl (J8715A)
896 2.3.7.11.74 ProCurve 1700-8 (J9079A)
897 2.3.7.11.75 ProCurve 1700-24 (J9080A)
898 2.3.7.11.76 ProCurve 2610-24
899 2.3.7.11.77 ProCurve 2610-48
900 2.3.7.11.78 ProCurve 2610-24-PWR
901 2.3.7.11.79 ProCurve 2610-48-PWR
902 2.3.7.11.80 ProCurve 2610-24/12-PWR (J9086A)
903 2.3.7.11.81 ProCurve 1800-24G-B (J9028B)
904 2.3.7.11.82 ProCurve 2626C
905 2.3.7.11.83 ProCurve 2650 (J4899C)
906 2.3.7.11.84 ProCurve 2910al-24G-PoE (J9146A)
907 2.3.7.11.85 ProCurve 2910al-48G-PoE
908 2.3.7.11.86 ProCurve 2910al-24G
909 2.3.7.11.87 ProCurve 2910al-48G
910 2.3.7.11.88 ProCurve 2510G-24
911 2.3.7.11.89 ProCurve 2510G-48
912 2.3.7.11.90 ProCurve 2510B-24
913 2.3.7.11.94 ProCurve 2520-8-PoE (J9137A)
914 2.3.7.11.95 ProCurve 2520-24-PoE (J9138A)
915 2.3.7.11.96 ProCurve 2520G-8-PoE (J9298A)
916 2.3.7.11.97 ProCurve 2520G-24-PoE (J9299A)
917 2.3.7.11.98 ProCurve 6600ml-24X (J9265A)
918 2.3.7.11.100 ProCurve 6600ml-24G (J9263A)
919 2.3.7.11.101 ProCurve 6600ml-24G-4XG (J9264A)
920 2.3.7.11.103 ProCurve 1810G-8 (J9449A)
921 2.3.7.11.104 ProCurve 1810G-24 (J9450A)
922 2.3.7.11.105 ProCurve Switch 6600-48G-4XG (J9452A)
923 2.3.7.11.106 ProCurve 6600-48G (J9451A)
924 2.3.7.11.107 ProCurve 6120XG (516733-B21)
925 2.3.7.11.108 ProCurve 6120G/XG (498358-B21)
926 2.3.7.11.109 ProCurve 3500-24-PoE (J9471A)
927 2.3.7.11.110 ProCurve 3500-48-PoE (J9473A)
928 2.3.7.11.111 ProCurve 3500-24 (J9470A)
929 2.3.7.11.112 ProCurve 3500-48 (J9472A)
930 2.3.7.11.113 ProCurve 8206zl (J9477A)
931 2.3.7.11.114 ProCurve 3500yl-24G-PoE+ (J9310A)
932 2.3.7.11.117 ProCurve 2615-8-PoE (J9565A)
933 2.3.7.11.122 E3800-48G-4SFP (J9576A)
934 23 Novell COMPUTER
935 36 DEC COMPUTER
936 42 Sun COMPUTER
937 43 3Com NETWORKING
938 1.8.13 LinkSwitch 1000
939 1.8.14 LinkSwitch 500
940 1.8.15 LinkSwitch 2700AU
941 1.8.16 LinkSwitch 2700
942 1.8.18 LinkSwitch 2700TLiAU
943 1.8.19 LinkSwitch 2700TLi
944 1.8.22 LinkSwitch 3000
945 1.8.32 Superstack 9000 SX
946 1.8.38 SuperStack3 4300
947 1.8.43 Switch 3870
948 1.8.44 Switch 3870
949 1.8.57 Baseline S2226 Plus
950 1.8.58 Baseline S2250 Plus
951 1.8.59 Baseline 2426 PWR Plus
952 1.8.60 Baseline S2916-SFP Plus
953 1.8.61 Baseline S2924-SFP Plus
954 1.8.62 Baseline S2948-SFP Plus
955 1.8.63 Baseline S2924-PWR Plus
956 1.8.71 Baseline 2920-SFP Plus
957 1.8.72 Baseline 2928-SFP Plus
958 1.8.73 Baseline 2952-SFP Plus
959 1.8.74 Baseline 2928-PWR Plus
960 1.8.75 Baseline 2928-HPWR Plus
961 1.8.76 Baseline S2226
962 1.8.77 Baseline 2250-SFP Plus
963 1.8.78 Baseline S2426
964 1.9.13.3.1 Corebuilder 9000
965 1.9.13.1.2.1 Corebuilder 9000
966 1.16.1.1.1.1 Corebuilder 3500
967 1.16.2.2.1.1 SuperStack II Switch 3900-24
968 1.16.2.2.1 Superstack 3900
969 1.16.2.2.1.2 SuperStack II Switch 3900-36
970 1.16.2.2.2 Superstack 9300
971 1.16.2.2.2.1 SuperStack 9300
972 1.16.4.2.26 6080
973 1.16.4.3.4 Switch 8807
974 1.16.4.3.5 Switch 8810
975 1.16.4.3.6 Switch 8814
976 1.16.4.3.7 Switch 5500G-EI
977 1.16.4.3.8 Switch 5500G 48-Port
978 1.16.4.3.11 Switch 5500-SI 28-Port
979 1.16.4.3.12 Switch 5500-52-SI
980 1.16.4.3.13 Switch 5500-28-EI
981 1.16.4.3.14 Switch 5500-EI 52-Port
982 1.16.4.3.15 Switch 5500-28-PWR-EI
983 1.16.4.3.16 Switch 5500-52-PWR-EI
984 1.16.4.3.17 Switch 5500-28-FX-EI
985 1.16.4.3.18 Switch 5500G-EI 24-Port-SFP
986 1.16.4.3.19 Switch 7754
987 1.16.4.3.20 Switch 7757
988 1.16.4.3.21 4500 26-Port
989 1.16.4.3.22 Switch 4500 50-Port
990 1.16.4.3.23 Switch 4500-26-PWR
991 1.16.4.3.24 Switch 4500-50-PWR
992 1.16.4.3.25 Switch witch 7758
993 1.16.4.3.27 4200G 12-Port
994 1.16.4.3.28 4200G 24-Port
995 1.16.4.3.29 Switch 4200G-48
996 1.16.4.3.30 Switch 4500G 24-Port
997 1.16.4.3.31 Switch 4500G-48
998 1.16.4.3.32 Switch 4500G-24-PWR
999 1.16.4.3.33 Switch 4500G-48-PWR
1000 1.16.4.3.34 Switch 4800G 24-Port
1001 1.16.4.3.35 Switch 4800G 48-Port
1002 1.16.4.3.36 Switch 4800G PWR 24-Port
1003 1.16.4.3.37 Switch 4800G PWR 48-Port
1004 1.16.4.3.38 Switch 4800G 24-Port-SFP
1005 1.16.4.3.39 Switch 8807-V5
1006 1.16.4.3.40 Switch 8810-V5
1007 1.16.4.3.41 Switch 8814-V5
1008 1.16.4.3.42 Switch 4210 9-Port
1009 1.16.4.3.43 Switch 4210 18-Port
1010 1.16.4.3.44 Switch 4210 26-Port
1011 1.16.4.3.45 Switch 4210 52-Port
1012 1.16.4.3.46 Switch 4210 9-Port
1013 1.16.4.3.47 Switch 4210 18-Port
1014 1.16.4.3.48 Switch 4210 26-Port
1015 1.16.4.3.49 Switch 4200G-24-PWR
1016 1.16.4.3.50 Switch 7902E
1017 1.16.4.3.51 Switch 7903E
1018 1.16.4.3.52 Switch 7906E
1019 1.16.4.3.53 Switch 7906EV
1020 1.16.4.3.54 Switch 7910E
1021 1.16.4.3.74 Switch 7903E-S
1022 1.16.4.3.77 Switch 4210 26-Port
1023 1.16.4.3.80 Switch 4210 PWR 26-Port
1024 1.16.4.3.83 Switch 4510G-24
1025 1.16.4.3.84 Switch 4510G-48
1026 10.27.4.1.2.1 SuperStack 1100
1027 10.27.4.1.2.2 SuperStack 3300
1028 10.27.4.1.2.4 SuperStack 4400
1029 10.27.4.1.2.5 SuperStack 4900
1030 10.27.4.1.2.10 Switch 40x0
1031 10.27.4.1.2.11 SuperStack 4200
1032 45 Nortel NETWORKING
1033 1.8.13 LinkSwitch 1000
1034 1.8.14 LinkSwitch 500
1035 1.8.15 LinkSwitch 2700AU
1036 1.8.16 LinkSwitch 2700
1037 1.8.18 LinkSwitch 2700TLiAU
1038 1.8.19 LinkSwitch 2700TLi
1039 1.8.22 LinkSwitch 3000
1040 1.8.32 Superstack 9000 SX
1041 1.8.38 SuperStack3 4300
1042 1.8.43 Switch 3870
1043 1.8.44 Switch 3870
1044 1.8.57 Baseline S2226 Plus
1045 1.8.58 Baseline S2250 Plus
1046 1.8.59 Baseline 2426 PWR Plus
1047 1.8.60 Baseline S2916-SFP Plus
1048 1.8.61 Baseline S2924-SFP Plus
1049 1.8.62 Baseline S2948-SFP Plus
1050 1.8.63 Baseline S2924-PWR Plus
1051 1.8.71 Baseline 2920-SFP Plus
1052 1.8.72 Baseline 2928-SFP Plus
1053 1.8.73 Baseline 2952-SFP Plus
1054 1.8.74 Baseline 2928-PWR Plus
1055 1.8.75 Baseline 2928-HPWR Plus
1056 1.8.76 Baseline S2226
1057 1.8.77 Baseline 2250-SFP Plus
1058 1.8.78 Baseline S2426
1059 1.9.13.3.1 Corebuilder 9000
1060 1.9.13.1.2.1 Corebuilder 9000
1061 1.16.1.1.1.1 Corebuilder 3500
1062 1.16.2.2.1.1 SuperStack II Switch 3900-24
1063 1.16.2.2.1 Superstack 3900
1064 1.16.2.2.1.2 SuperStack II Switch 3900-36
1065 1.16.2.2.2 Superstack 9300
1066 1.16.2.2.2.1 SuperStack 9300
1067 1.16.4.2.26 6080
1068 1.16.4.3.4 Switch 8807
1069 1.16.4.3.5 Switch 8810
1070 1.16.4.3.6 Switch 8814
1071 1.16.4.3.7 Switch 5500G-EI
1072 1.16.4.3.8 Switch 5500G 48-Port
1073 1.16.4.3.11 Switch 5500-SI 28-Port
1074 1.16.4.3.12 Switch 5500-52-SI
1075 1.16.4.3.13 Switch 5500-28-EI
1076 1.16.4.3.14 Switch 5500-EI 52-Port
1077 1.16.4.3.15 Switch 5500-28-PWR-EI
1078 1.16.4.3.16 Switch 5500-52-PWR-EI
1079 1.16.4.3.17 Switch 5500-28-FX-EI
1080 1.16.4.3.18 Switch 5500G-EI 24-Port-SFP
1081 1.16.4.3.19 Switch 7754
1082 1.16.4.3.20 Switch 7757
1083 1.16.4.3.21 4500 26-Port
1084 1.16.4.3.22 Switch 4500 50-Port
1085 1.16.4.3.23 Switch 4500-26-PWR
1086 1.16.4.3.24 Switch 4500-50-PWR
1087 1.16.4.3.25 Switch witch 7758
1088 1.16.4.3.27 4200G 12-Port
1089 1.16.4.3.28 4200G 24-Port
1090 1.16.4.3.29 Switch 4200G-48
1091 1.16.4.3.30 Switch 4500G 24-Port
1092 1.16.4.3.31 Switch 4500G-48
1093 1.16.4.3.32 Switch 4500G-24-PWR
1094 1.16.4.3.33 Switch 4500G-48-PWR
1095 1.16.4.3.34 Switch 4800G 24-Port
1096 1.16.4.3.35 Switch 4800G 48-Port
1097 1.16.4.3.36 Switch 4800G PWR 24-Port
1098 1.16.4.3.37 Switch 4800G PWR 48-Port
1099 1.16.4.3.38 Switch 4800G 24-Port-SFP
1100 1.16.4.3.39 Switch 8807-V5
1101 1.16.4.3.40 Switch 8810-V5
1102 1.16.4.3.41 Switch 8814-V5
1103 1.16.4.3.42 Switch 4210 9-Port
1104 1.16.4.3.43 Switch 4210 18-Port
1105 1.16.4.3.44 Switch 4210 26-Port
1106 1.16.4.3.45 Switch 4210 52-Port
1107 1.16.4.3.46 Switch 4210 9-Port
1108 1.16.4.3.47 Switch 4210 18-Port
1109 1.16.4.3.48 Switch 4210 26-Port
1110 1.16.4.3.49 Switch 4200G-24-PWR
1111 1.16.4.3.50 Switch 7902E
1112 1.16.4.3.51 Switch 7903E
1113 1.16.4.3.52 Switch 7906E
1114 1.16.4.3.53 Switch 7906EV
1115 1.16.4.3.54 Switch 7910E
1116 1.16.4.3.74 Switch 7903E-S
1117 1.16.4.3.77 Switch 4210 26-Port
1118 1.16.4.3.80 Switch 4210 PWR 26-Port
1119 1.16.4.3.83 Switch 4510G-24
1120 1.16.4.3.84 Switch 4510G-48
1121 10.27.4.1.2.1 SuperStack 1100
1122 10.27.4.1.2.2 SuperStack 3300
1123 10.27.4.1.2.4 SuperStack 4400
1124 10.27.4.1.2.5 SuperStack 4900
1125 10.27.4.1.2.10 Switch 40x0
1126 10.27.4.1.2.11 SuperStack 4200
1127 45 Nortel NETWORKING
1128 3.72 2500 Series Ethernet Routing Switch
1129 3.72.2 2526T-PWR Ethernet Routing Switch
1130 3.72.3 2550T Ethernet Routing Switch
1131 3.72.4 2550T-PWR Ethernet Routing Switch
1132 1.3.6.1.4.1.1872.1.13.2.2 3416
1133 3.71 4500 Ethernet Routing Switch
1134 3.71.8 4524GT Ethernet Routing Switch
1135 3.71.5 4526FX Ethernet Routing Switch
1136 3.71.7 4526GTX Ethernet Routing Switch
1137 3.71.6 4526GTX-PWR Ethernet Routing Switch
1138 3.71.10 4526T Ethernet Routing Switch
1139 3.71.9 4526T-PWR Ethernet Routing Switch
1140 3.40.1 BPS 2000
1141 3.29.1 BayStack 302T/F
1142 3.29 BayStack 302T/F
1143 3.15.1 Baystack 28115
1144 3.28.1 Baystack 28200
1145 3.32.2 Baystack 310-24
1146 3.30 Baystack 350
1147 3.45.1 Baystack 380
1148 3.51.1 Baystack 380
1149 3.45 Baystack 380
1150 3.51 Baystack 380-24F
1151 3.36.1 Baystack 410
1152 3.36 Baystack 410
1153 3.43 Baystack 420
1154 3.43.1 Baystack 420
1155 3.57 Baystack 425
1156 3.57.2 Baystack 425
1157 3.57.1 Baystack 425-48T
1158 3.35.1 Baystack 450
1159 3.35 Baystack 450
1160 3.49 Baystack 460-24T
1161 3.49.1 Baystack 460-24T-PWR
1162 3.46 Baystack 470
1163 3.54.1 Baystack 470 24T
1164 3.46.1 Baystack 470 48T
1165 3.54 Baystack 470-24T
1166 3.64.1 Baystack 470-28T-PWR
1167 3.52.1 Baystack 5510 24T
1168 3.53.1 Baystack 5510 48T
1169 3.52 Baystack 5510-24T
1170 3.53 Baystack 5510-28T
1171 3.65 Baystack 5530 24TFD
1172 3.72.1 Ethernet Routing Switch 2526T
1173 3.71.1 Ethernet Routing Switch 4548GT
1174 3.71.2 Ethernet Routing Switch 4548GT-PWR
1175 3.71.3 Ethernet Routing Switch 4550T
1176 3.71.4 Ethernet Routing Switch 4550T-PWR
1177 3.63.1 Ethernet Routing Switch 470-24T-PWR
1178 3.59.1 Ethernet Routing Switch 5520-24T
1179 3.59.2 Ethernet Routing Switch 5520-48T
1180 3.74.4 Ethernet Routing Switch 5650TD
1181 3.74.2 Ethernet Routing Switch 5698TFD
1182 3.38.2 Passport 8010
1183 3.38.1 Passport 8100
1184 63 Apple
1185 171 D-Link NETWORKING
1186 10.7.1 DES 2218
1187 10.8.1 DFE 2624IX
1188 10.9.3 DES 3216
1189 10.9.4 DES 3224
1190 10.24.1.1 DES 3225G
1191 10.32.1.1 DES 3326
1192 10.35.1 DES 3308
1193 10.36.1.11 DES 3226
1194 10.43.1 DGS 3224TG
1195 10.48.1 DES 3226S
1196 10.52.1.1 DES-3250TG
1197 10.59.4 DGS-3324Sri
1198 10.63.1.1 DES-3010F
1199 10.63.1.2 DES-3010G
1200 10.63.3 DES-3026
1201 10.63.6 DES-3028
1202 10.64.1 DES 3526
1203 10.70.6 DES-3627
1204 10.94.1 DGS-3100-24
1205 10.114.1.1 DES-3810-28
1206 10.117.1.4 DGS-3120-48TC
1207 186 Toshiba PRINTER
1208 207 Allied NETWORKING
1209 236 Samsung PRINTER
1210 253 Xerox PRINTER
1211 8.62.1.5.20.3.1 4110 EPS
1212 8.62.1.5.22.2.1 4112 EPS
1213 8.62.1.5.22.4.1 4127 Enterprise Printing System
1214 8.62.1.5.21.5.1.1 Color 550
1215 8.62.1.3.2.2.2 DocuPrint
1216 8.62.1.2.2.1.1 DocuPrint
1217 8.62.1.3.2.19.1 DocuPrint
1218 8.62.1.3.2.3.2 DocuPrint
1219 8.62.1.2.4.1.1 DocuPrint
1220 8.62.1.2.2.2.1 DocuPrint N17
1221 8.62.1.3.2.17.2 DocuPrint N2025
1222 8.62.1.3.2.17.1 DocuPrint N2025
1223 8.62.1.3.2.18.1 DocuPrint N2125
1224 8.62.1.3.2.18.2 DocuPrint N2125
1225 8.62.1.3.2.2.1 DocuPrint N24
1226 8.62.1.3.2.1.2 DocuPrint N24/N32
1227 8.62.1.3.2.1.1 DocuPrint N24/N32
1228 8.62.1.3.2.20.1 DocuPrint N2825
1229 8.62.1.3.2.20.2 DocuPrint N2825
1230 8.62.1.3.2.21.2 DocuPrint N3225
1231 8.62.1.3.2.21.1 DocuPrint N3225
1232 8.62.1.3.2.3.1 DocuPrint N40
1233 8.62.1.3.2.22.2 DocuPrint N4025
1234 8.62.1.3.2.22.1 DocuPrint N4025
1235 8.62.1.3.2.36.1 DocuPrint N4525
1236 8.62.1.3.3.1.1 DocuPrint NC1235
1237 8.62.1.2.3.2.1 DocuPrint NC60
1238 8.62.1.2.3.1.2 DocuPrint NC60
1239 8.62.1.2.3.1.1 DocuPrint NC60
1240 8.62.1.5.1.1.1 DocuTech 6180
1241 8.62.1.1.3.2.3 Document Center 230LP
1242 8.62.1.1.3.2.2 Document Center 230LP
1243 8.62.1.1.3.2.1 Document Center 230LP
1244 8.62.1.1.3.2.4 Document Center 230LP
1245 8.62.1.1.3.2.5 Document Center 230LP
1246 8.62.1.1.3.1.3 Document Center 230ST
1247 8.62.1.1.3.1.4 Document Center 230ST
1248 8.62.1.1.3.1.5 Document Center 230ST
1249 8.62.1.1.5.1.2 Document Center 240ST
1250 8.62.1.1.5.1.3 Document Center 240ST
1251 8.62.1.1.5.1.1 Document Center 240ST
1252 8.62.1.1.4.2.1 Document Center 265LP
1253 8.62.1.1.4.2.2 Document Center 265LP
1254 8.62.1.1.4.2.3 Document Center 265LP
1255 8.62.1.1.4.1.2 Document Center 265ST
1256 8.62.1.1.4.1.1 Document Center 265ST
1257 8.62.1.1.4.1.3 Document Center 265St
1258 8.62.1.1.8.1.4 Document Centre
1259 8.62.1.1.20.1.4 Document Centre
1260 8.62.1.4.2.1.1 Document Centre
1261 8.62.1.1.19.2.2 Document Centre
1262 8.62.1.1.19.2.1 Document Centre
1263 258.300.127.1.297.93.1.8.7.1.1 Document Centre
1264 258.300.127.1.297.93.1.8.6.1.1 Document Centre
1265 8.62.1.1.20.1.5 Document Centre
1266 8.62.1.1.17.2.3 Document Centre
1267 8.62.1.1.27.1 Document Centre
1268 8.62.1.1.20.2.1 Document Centre
1269 8.62.1.1.17.4.3 Document Centre
1270 8.62.1.1.3.1.2 Document Centre 220/230ST
1271 8.62.1.1.8.1.3 Document Centre 220/230ST
1272 8.62.1.1.22.1.2 Document Centre 230ST
1273 8.62.1.1.22.1.3 Document Centre 230ST
1274 8.62.1.1.22.1.1 Document Centre 230ST
1275 8.62.1.1.3.1.1 Document Centre 230ST
1276 8.62.1.1.7.2.3 Document Centre 255LP
1277 8.62.1.1.7.2.2 Document Centre 255LP
1278 8.62.1.1.7.2.1 Document Centre 255LP
1279 8.62.1.1.7.1.1 Document Centre 255ST
1280 8.62.1.1.7.1.2 Document Centre 255ST
1281 8.62.1.1.7.1.3 Document Centre 255ST
1282 8.62.1.1.6.1.1 Document Centre 332/340 ST
1283 8.62.1.1.9.1.1 Document Centre 332/340ST
1284 8.62.1.1.9.2.1 Document Centre 332LP
1285 8.62.1.1.9.2.3 Document Centre 332LP
1286 8.62.1.1.9.2.2 Document Centre 332LP
1287 8.62.1.1.9.1.2 Document Centre 332ST
1288 8.62.1.1.9.1.3 Document Centre 332ST
1289 8.62.1.1.6.2.2 Document Centre 340LP
1290 8.62.1.1.6.2.3 Document Centre 340LP
1291 8.62.1.1.6.2.1 Document Centre 340LP
1292 8.62.1.1.6.1.2 Document Centre 340ST
1293 8.62.1.1.6.1.3 Document Centre 340ST
1294 8.62.1.1.19.1.2 Document Centre 420ST
1295 8.62.1.1.19.1.1 Document Centre 420ST
1296 8.62.1.1.19.1.3 Document Centre 420ST
1297 8.62.1.1.24.1.1 Document Centre 425ST
1298 8.62.1.1.20.1.1 Document Centre 432ST
1299 8.62.1.1.20.1.2 Document Centre 432ST
1300 8.62.1.1.20.1.3 Document Centre 432ST
1301 8.62.1.1.21.1.1 Document Centre 440ST
1302 8.62.1.1.21.1.3 Document Centre 440ST
1303 8.62.1.1.21.1.2 Document Centre 440ST
1304 8.62.1.1.17.1.2 Document Centre 450
1305 8.62.1.1.17.1.1 Document Centre 450
1306 8.62.1.1.17.2.1 Document Centre 460
1307 8.62.1.1.17.2.2 Document Centre 460
1308 8.62.1.1.17.3.2 Document Centre 465
1309 8.62.1.1.17.3.1 Document Centre 465
1310 8.62.1.1.17.4.2 Document Centre 470
1311 8.62.1.1.17.4.1 Document Centre 470
1312 8.62.1.1.17.5.1 Document Centre 475
1313 8.62.1.1.17.5.2 Document Centre 475
1314 8.62.1.1.23.1.3 Document Centre 480
1315 8.62.1.1.23.1.2 Document Centre 480
1316 8.62.1.1.23.1.1 Document Centre 480
1317 8.62.1.1.23.2.1 Document Centre 485
1318 8.62.1.1.23.2.2 Document Centre 485
1319 8.62.1.1.18.1.1 Document Centre 495
1320 8.62.1.1.18.2.1 Document Centre Centre 4110
1321 8.62.1.4.2.1.2 Document Centre ColorSeries 50
1322 8.62.1.1.27.1.2 Document Centre Multi-Function System
1323 8.62.1.2.1.1.1 Docuprint 4512
1324 8.62.1.3.3.2.1 Phaser 2135
1325 8.62.1.2.5.1.1 Phaser 3400
1326 8.62.1.17.17.1.1.1 Color 800 Press
1327 8.62.1.19.1.4.1 Phaser 3428
1328 8.62.1.19.1.9.1 Phaser 3600
1329 8.62.1.19.1.24.1.1 Phaser 4600
1330 8.62.1.19.1.25.1.1 Phaser 4620
1331 8.62.1.19.2.1.3 Phaser 4400DT
1332 8.62.1.19.2.2.1 Phaser 4500N
1333 8.62.1.19.2.3.2 Phaser 4510N
1334 8.62.1.19.2.3.3 Phaser 4510DT
1335 8.62.1.19.3.2.3 Phaser 5550DN
1336 8.62.1.19.3.2.4 Phaser 5550DT
1337 8.62.1.19.4.20.1 Phaser 6110MFP
1338 8.62.1.19.4.23.1 Phaser 6130N
1339 8.62.1.19.4.1.3 Phaser 6200 DP
1340 8.62.1.19.4.1.4 Phaser 6200 DX
1341 8.62.1.19.4.4.3 Phaser 6300DN
1342 8.62.1.19.4.8.1 Phaser 6360N
1343 8.62.1.19.4.8.2 Phaser 6360DN
1344 8.62.1.19.4.8.3 Phaser 6360DT
1345 8.62.1.19.4.21.2 Phaser 6180 MFP
1346 8.62.1.19.4.33.2.1 Phaser 6500DN
1347 8.62.1.19.5.1.1 Phaser 7300 DN
1348 8.62.1.19.5.3.2 Phaser 7750DN
1349 8.62.1.19.5.5.3 Phaser 7500DT
1350 8.62.1.19.6.3.1 Phaser 8560DP
1351 8.62.1.19.6.3.2 Phaser 8850DT
1352 8.62.1.19.6.9.2 Phaser 8560DN
1353 8.62.1.19.6.9.3 Phaser 8560DT
1354 8.62.1.19.6.17.1 Phaser 8860
1355 8.62.1.19.6.18.1 Phaser 8860 MFP
1356 8.62.1.19.6.29.1.2 Phaser 3320
1357 8.62.1.20.1.2 WorkCentre Pro
1358 8.62.1.20.1.2.2 WorkCentre Pro Multifunction System
1359 8.62.1.20.1.3.1 WorkCentre Pro Multifunction System
1360 8.62.1.20.1.4.2 WorkCentre Pro Multifunction System
1361 8.62.1.20.1.6.2 WorkCentre Pro 65
1362 8.62.1.20.1.8.2 WorkCentre Pro Multifunction System
1363 8.62.1.20.1.19.1 WorkCentre Pro Multifunction System
1364 8.62.1.20.1.20.1 WorkCentre Pro
1365 8.62.1.20.1.21.1 WorkCentre Pro C3545
1366 8.62.1.20.1.25.1 WorkCentre Pro
1367 8.62.1.20.1.29.1 WorkCentre 7665 v1
1368 8.62.1.20.1.31.1 WorkCentre 4118
1369 8.62.1.20.2.1 WorkCentre Pro
1370 8.62.1.20.2.2 WorkCentre
1371 8.62.1.20.2.3 WorkCentre
1372 8.62.1.20.2.4 WorkCentre
1373 8.62.1.20.2.7 WorkCentre
1374 8.62.1.20.2.7.1 WorkCentre M20i
1375 8.62.1.20.2.22.1 WorkCentre Pro 123
1376 8.62.1.20.2.31.1 WorkCentre Pro 238
1377 8.62.1.20.2.33.1 WorkCentre Pro Multifunction System
1378 8.62.1.20.2.25 WorkCentre
1379 8.62.1.20.2.32.1 WorkCentre 5150
1380 8.62.1.20.2.40.1.2 WorkCentre 7335
1381 8.62.1.20.2.41.1.2 WorkCentre 5150
1382 8.62.1.20.3.8.1 WorkCentre 7132
1383 8.62.1.20.3.9.1 WorkCentre 7228
1384 8.62.1.20.3.17.1 WorkCentre 7235
1385 8.62.1.20.3.35.1.1 WorkCentre 5632 v1
1386 8.62.1.20.3.35.1 WorkCentre 5632 v1
1387 8.62.1.20.3.37.1.1 WorkCentre 5638 v1
1388 8.62.1.20.3.37.1 WorkCentre 5638 v1 Multifunction System
1389 8.62.1.20.3.38.1 WorkCentre 5645 v1 Multifunction System
1390 8.62.1.20.3.38.1.1 WorkCentre 5645 v1 Multifunction System
1391 8.62.1.20.3.39.1 WorkCentre 5655
1392 8.62.1.20.3.39.1.1 WorkCentre 5655 v1
1393 8.62.1.20.3.40.1.1 WorkCentre 5665 v1
1394 8.62.1.20.4.6.1 WorkCentre 5225
1395 8.62.1.20.4.9.1.1 WorkCentre 5687 v1
1396 8.62.1.20.4.19.1 WorkCentre 7328
1397 8.62.1.20.4.20.1 WorkCentre 7335
1398 8.62.1.20.4.21.1 WorkCentre 7345
1399 8.62.1.20.4.22.1 WorkCentre 7232
1400 8.62.1.20.4.27.1 Phaser 3635MFP
1401 8.62.1.20.5.1.1 WorkCentre 7346
1402 8.62.1.20.5.3.1 WorkCentre 7428
1403 8.62.1.20.5.4.1 WorkCentre 7435
1404 8.62.1.20.5.5.2.1 WorkCentre 6400X
1405 8.62.1.20.5.23.1 WorkCentre 3220
1406 8.62.1.20.5.29.1.1 WorkCentre 5735
1407 8.62.1.20.5.31.1.1 WorkCentre 5745
1408 8.62.1.20.5.33.1.1 WorkCentre 5765
1409 8.62.1.20.5.34.1.1 WorkCentre 5775
1410 8.62.1.20.5.36.1.1 WorkCentre 7120
1411 8.62.1.20.5.39.1.1 WorkCentre 7535 v1
1412 8.62.1.20.5.40.1.1 WorkCentre 7545 v1 Multifunction System
1413 8.62.1.20.6.3.1.1 WorkCentre 5325
1414 8.62.1.20.6.4.1.1 WorkCentre 5330
1415 8.62.1.20.6.6.1.1 WorkCentre 7125
1416 8.62.1.22.1.8.1.1 Wide Format 6604
1417 8.62.1.23.2.5.1 Nuvera 120
1418 8.62.1.23.7.1.1 Nuvera 288
1419 8.62.1.24.1.1.2.1 ColorQube 9201
1420 8.62.1.24.1.2.2.1 ColorQube 9202
1421 8.62.1.24.1.3.2.1 ColorQube 9203
1422 8.62.1.24.2.1.2.1 ColorQube 8570DN
1423 8.62.1.24.2.2.1.1 ColorQube 8870
1424 8.62.1.24.3.2.2.1 ColorQube 8900X
1425 8.62.1.24.4.1.1.1 ColorQube 9301
1426 289 Brocade NETWORKING
1427 367 Ricoh PRINTER
1428 368 Axis NETWORKING
1429 534 Eaton NETWORKING
1430 637 Alcatel-Lucent NETWORKING
1431 641 Lexmark PRINTER
1432 1.71106791 C Series
1433 1.71106741 C522
1434 1.71106736 C524
1435 1.71106811 C532
1436 1.71106812 C534
1437 1.71106873 C540
1438 1.71106847 C543
1439 1.71106846 C544
1440 1.71107008 C546
1441 1.71107031 Pro5500 Series
1442 1.71106869 C736
1443 1.71107106 C748
1444 1.71106823 C782
1445 2.71106823 C782
1446 1.71107012 C792
1447 1.71106743 C920
1448 1.71106837 C935
1449 1.71107014 C950
1450 1.71106802 E250dn
1451 1.71106851 E260dn
1452 1.71106800 E352dn
1453 1.71106853 E360dn
1454 1.71106798 E450dn
1455 1.71106854 E460dn
1456 3.952056622 Forms Printer 2580
1457 1.71107110 MS310dn
1458 1.71107117 MS510dn
1459 1.71107113 MS811
1460 2.71107114 MX710
1461 2.71107121 MX511dhe
1462 1.71106749 T640
1463 1.71106750 T642
1464 1.71106861 T644
1465 1.71106859 T650
1466 1.71106860 T652
1467 1.71106751 T654
1468 1.71106740 W840
1469 1.71106975 W850
1470 3.672622 X342n
1471 2.71106856 X264dn
1472 2.71106857 X363dn
1473 2.71106923 X364dn
1474 2.71106920 X463de
1475 2.71106998 X466de
1476 2.71106848 X544
1477 2.71107011 X546
1478 2.11152 X560n
1479 2.71106792 X642e
1480 2.71106758 X646e
1481 2.71106893 X654de
1482 2.71106972 X656de
1483 2.71106978 X862de
1484 2.71106894 X658de
1485 2.71106890 X734de
1486 2.71106891 X738de
1487 2.71107107 X746
1488 2.71107013 X792
1489 2.71106755 X852e
1490 2.71106756 X854e
1491 2.71106977 X860de
1492 2.71106836 X945e
1493 2.71107023 X950
1494 674 Dell
1495 100.1.1094472232 Laser 1720dn
1496 100.1.1094471969 Laser 5310n
1497 10892.2 iDRAC
1498 10895.1 PowerConnect 3024
1499 10895.5 PowerConnect 3048
1500 10895.3 PowerConnect 3248
1501 10895.4 PowerConnect 5224
1502 10895.1000 PowerConnect 5212
1503 10895.3002 PowerConnect 3324
1504 10895.3003 PowerConnect 3348
1505 10895.3007 PowerConnect 3400
1506 10895.3006 PowerConnect 3400
1507 10895.3008 PowerConnect 3424
1508 10895.3009 PowerConnect 3448P
1509 10895.3018 PowerConnect 3524P
1510 10895.3005 PowerConnect 5316M
1511 10895.3004 PowerConnect 5324
1512 10895.3000 PowerConnect 6024
1513 10895.3015 PowerConnect 6220M
1514 10895.3010 PowerConnect 6224
1515 10895.3011 PowerConnect 6248
1516 10895.3013 PowerConnect 6248P
1517 10895.3024 PowerConnect 8024F
1518 10895.3025 PowerConnect M6348
1519 10895.3022 PowerConnect M8024
1520 10898.1.1.1094472485 2350dn Laser
1521 10898.2.100.10.51.1094473219 3130cn Color Laser
1522 10898.2.100.10.52.1094473225 2135cn Multifunction Color Laser Printer
1523 10898.10.1 3100cn Laser
1524 10898.10.51.1094473221 Color Laser 3110cn
1525 10898.10.52.1094473223 MFP Laser 3115cn
1526 10898.100.1.1094472241 2330dn Laser
1527 714 Wyse PRINTER
1528 890 Zyxel NETWORKING
1529 1139 EMC STORAGE
1530 1248 Epson PRINTER
1531 1.1.2.1.3.8.65.76.45.67.49.49.48.48 AL-C1100
1532 1.1.2.1.3.8.65.76.45.67.52.50.48.48 AL-C4200
1533 1.1.2.1.3.8.65.76.45.67.51.57.48.48 AL-C3900
1534 1.1.2.1.3.8.65.76.45.77.50.52.48.48 AL-M2400
1535 1.1.2.1.3.9.69.80.76.45.78.50.53.53.48 EPL-N2550
1536 1.1.2.1.3.9.69.80.76.45.78.51.48.48.48 EPL-N3000
1537 1347 Kyocera PRINTER
1538 1602 Canon PRINTER
1539 1805 Sagem NETWORKING
1540 1872 Alteon NETWORKING
1541 # http://www.snmplink.org/OnLineMIB/Extreme/index.html#8
1542 1916 Extreme NETWORKING
1543 2.1 Summit 1
1544 2.2 Summit 2
1545 2.3 Summit 3
1546 2.4 Summit 4
1547 2.5 Summit 4 Fx
1548 2.6 Summit 48
1549 2.6.3 Summit 400-24t
1550 2.7 Summit 24
1551 2.8 BlackDiamond
1552 2.11 BlackDiamond 64
1553 2.12 Summit 7i Sx
1554 2.13 Summit 7i Tx
1555 2.14 Summit 1i Tx
1556 2.15 Summit 5i
1557 2.16 Summit 48i
1558 2.17 Alpine 3808
1559 2.19 Summit 1i Sx
1560 2.20 Alpine 3804
1561 2.21 Summit 5iLX
1562 2.22 Summit 5i Tx
1563 2.23 enetSwitch 24 Port
1564 2.24 Black Diamond 6816
1565 2.25 Summit 24e3
1566 2.26 Alpine 3802
1567 2.27 Black Diamond 6804
1568 2.28 Summit 48si
1569 2.30 Summit Px1
1570 2.40 Summit 24e2
1571 2.41 Summit 24e2
1572 2.53 Summit 200-24
1573 2.54 Summit 200-48
1574 2.55 Summit 300-48
1575 2.56 BlackDiamond 10808
1576 2.58 Summit 400-48t
1577 2.61 Summit 300-24
1578 2.62 BlackDiamond 8810
1579 2.63 Summit 400-24t
1580 2.64 Summit 400-24p
1581 2.65 Summit X450-24x
1582 2.66 Summit X450-24t
1583 2.67 Summit 400-48t
1584 2.68 Summit WM100
1585 2.69 Summit WM1000
1586 2.70 summit 200-24fx
1587 2.71 Summit X450a-24t
1588 2.72 Summit X450e-24p
1589 2.74 BlackDiamond 8806
1590 2.75 Altitude 350
1591 2.76 Summit X450a-48t
1592 2.77 BlackDiamond 12804
1593 2.79 Summit x450e-48p
1594 2.80 Summit X450a 24tDC
1595 2.82 Summit X450a-24xDC
1596 2.83 Sentriant CE150
1597 2.84 Summit X450a-24x
1598 2.85 BlackDiamond 12802
1599 2.86 Altitude 300
1600 2.87 Summit X450a-48tDC
1601 2.88 Summit X250-24t
1602 2.89 Summit X250-24p
1603 2.90 Summit X250-24x
1604 2.91 Summit X250-48t
1605 2.92 Summit X250-48p
1606 2.93 Summit Ver2Stack
1607 2.94 Summit WM200
1608 2.95 Summit WM2000
1609 2.96 Summit WM100Lite
1610 2.97 Summit X250-24tDC
1611 2.98 Summit X250-24xDC
1612 2.99 Summit X250-48tDC
1613 2.100 Summit X150-24t
1614 2.101 Summit X150-24tDC
1615 2.102 Summit X150-24p
1616 2.103 Summit X150-24x
1617 2.104 Summit X150-24xDC
1618 2.105 Summit X150-48t
1619 2.106 Summit X150-48tDC
1620 2.107 Summit X150-48p
1621 2.108 Sentriant AGSW
1622 2.109 Sentriant AG200
1623 2.110 Summit WM20
1624 2.111 Summit X350-24t
1625 2.112 Summit X350-48t
1626 2.113 Summit X650-24t
1627 2.114 Summit X650-24x
1628 2.115 Sentriant NG300
1629 2.116 Altitude 360
1630 2.117 Altitude 450
1631 2.118 summit X650-24x-SSns
1632 2.119 summit X650-24t-SSns
1633 2.120 Summit X650-24x-SS
1634 2.121 Summit X650-24t-SS
1635 2.122 Summit X650-24x-10G8X
1636 2.123 Summit X650-24t-10G8X
1637 2.124 Summit X650-24x-SS256
1638 2.125 Summit X650-24t-SS256
1639 2.126 Summit X650-24x-SS512
1640 2.127 Summit X650-24t-SS512
1641 2.128 BlackDiamond 20808
1642 2.129 nwi-e450a
1643 2.130 Sentriant PS200v1
1644 2.131.15 Summit WM3700
1645 2.131.16 Summit WM3600
1646 2.131.18 Summit WM3400
1647 2.132 BlackDiamond 20804
1648 2.133 summit X480-48t
1649 2.134 summit X480-48t-SS
1650 2.135 summit X480-48t-10G4X
1651 2.136 summit X480-48t-SS128
1652 2.137 summit X480-24x
1653 2.138 summit X480-24x-SS
1654 2.139 summit X480-24x-10G4X
1655 2.140 summit X480-24x-SS128
1656 2.141 summit X480-48x
1657 2.142 summit X480-48x-SS
1658 2.143 summit X480-48x-10G4X
1659 2.144 summit X480-48x-SS128
1660 2.145 Altitude 3510
1661 2.146 Altitude 3550
1662 2.148 Altitude 4610
1663 2.149 Altitude 4620
1664 2.150 Summit X450e-24t
1665 2.151 Summit X450e-48t
1666 2.152 Summit X460-24t
1667 2.153 Summit X460-24p
1668 2.154 Summit X460-24x
1669 2.155 Summit X460-48t
1670 2.156 Summit X460-48p
1671 2.157 Summit X460-48x
1672 2.158 Altitude 4700
1673 2.159 Summit X480-24x-SSV80
1674 2.160 Summit X480-48x-SSV80
1675 2.161 Summit X480-48t-SSV80
1676 2.162 Summit X650-24x-40G4X
1677 2.163 Summit X650-24t-40G4X
1678 2.164 Summit X480-24x-40G4X
1679 2.165 Summit X480-48x-40G4X
1680 2.166 Summit X480-48t-40G4X
1681 2.167 Summit X670-48x
1682 2.168 Summit X670v-48x
1683 2.169 E4G-400
1684 2.170 BlackDiamond X8
1685 2.171 E4G-200
1686 2.172 Summit X440-8t
1687 2.173 Summit X440-8p
1688 2.174 Summit X440-24t
1689 2.175 Summit X440-24p
1690 2.176 Summit X440-48t
1691 2.177 Summit X440-48p
1692 2.178 Summit X440-24t-10G
1693 2.179 Summit X440-24p-10G
1694 2.180 Summit X440-48t-10G
1695 2.181 Summit X440-48p-10G
1696 2.182 AGS 100-24t
1697 2.183 AGS 150-24p
1698 2.184 Summit X670v-48t
1699 2.185 Summit X440-L2-24t
1700 2.186 Summit X440-L2-48t
1701 2.188 Summit X440-24x
1702 2.189 Summit X440-24x-10g
1703 2.190 summitX430-24t
1704 2.191 summitX430-48t
1705 2.192 Summit X440-24tdc
1706 2.193 Summit X440-48tdc
1707 2.194 Summit X770-32q
1708 1981 EMC STORAGE
1709 1991 Foundry NETWORKING
1710 1.1 ServerIron Switch
1711 1.2 NetIron Gigabit Switching Router
1712 1.3.1.1 FastIron Workgroup
1713 1.3.1.2 FastIron Backbone Switch
1714 1.3.2.1 NetIron Router
1715 1.3.3.1 ServerIron Switch
1716 1.3.3.2 ServerIron Switch
1717 1.3.3.3 ServerIron XL with Transparent Cache Switching (TCS)
1718 1.3.4.1 TurboIron Switch
1719 1.3.4.2 TurboIron Router
1720 1.3.5.1 TurboIron/8 Switch
1721 1.3.5.2 TurboIron/8 Router
1722 1.3.5.3 ServerIron 4G-SSL
1723 1.3.5.4 ServerIron 800 Switch
1724 1.3.6.1 BigIron 4000 Switch
1725 1.3.6.2 BigIron 4000 Router
1726 1.3.6.3 BigServerIron 4000
1727 1.3.7.1 BigIron 8000 Switch
1728 1.3.7.2 BigIron 8000 Router
1729 1.3.7.3 BigServerIron 8000
1730 1.3.8.1 FastIron II Switch
1731 1.3.8.2 FastIron II Router
1732 1.3.9.1 FastIron II Plus Switch
1733 1.3.9.2 FastIron II Plus Router
1734 1.3.10.1 NetIron 400 Router
1735 1.3.11.1 NetIron 800 Router
1736 1.3.12.1 FastIron II Gigabit Copper Switch
1737 1.3.12.2 FastIron II Gigabit Copper Router
1738 1.3.13.1 FastIron II Plus Gigabit Copper Switch
1739 1.3.13.2 FastIron II Plus Gigabit Copper Router
1740 1.3.14.1 BigIron 15000 Switch
1741 1.3.14.2 BigIron 15000 Router
1742 1.3.14.3 BigIron 15000 ServerIron
1743 1.3.15.1 NetIron 1500 Router
1744 1.3.16.1 FastIron II Switch
1745 1.3.16.2 FastIron III Router
1746 1.3.17.1 FastIron III Gigabit Copper Switch
1747 1.3.17.2 FastIron III Gigabit Copper Router
1748 1.3.18.1 ServerIron Switch
1749 1.3.18.2 ServerIron GT-E2404CF
1750 1.3.19.1 ServerIron 800 Switch
1751 1.3.19.2 ServerIron 800 Router
1752 1.3.20.1 ServerIron 1500 Switch
1753 1.3.20.2 ServerIron 1500 Router
1754 1.3.21.1 FastIron 4802 Switch
1755 1.3.21.2 Stackable 4802 Router
1756 1.3.21.3 Stackable 4802 ServerIron
1757 1.3.22.1 FastIron 400 Switch
1758 1.3.22.2 FastIron 400 Router
1759 1.3.23.1 FastIron 800 Switch
1760 1.3.23.2 FastIron 800 Router
1761 1.3.24.1 FastIron 1500 Switch
1762 1.3.24.2 FastIron 1500 Router
1763 1.3.25.1 FastIron Edge 2402 Switch
1764 1.3.25.2 FastIron Edge 2402 Switch
1765 1.3.26.1 FastIron 4802 Edge Switch
1766 1.3.26.2 FastIron 4802 Edge Router
1767 1.3.27.1 FastIron Edge 9604 Switch
1768 1.3.27.2 FastIron 9604 Edge Router
1769 1.3.28.1 FastIron 12GCF Edge Switch (FES)
1770 1.3.28.2 FastIron Edge 12GCF Router
1771 1.3.29.1 FastIron 2402 Edge Switch (FES)
1772 1.3.29.2 FastIron 2402 Edge Router (FES)
1773 1.3.30.1 FastIron Edge 4802-ILP Switch
1774 1.3.30.2 FastIron 2402 Power Over Ethernet (POE) Edge Router (FES)
1775 1.3.31.1 NetIron 4802 Switch
1776 1.3.31.2 NetIron 4802 Router
1777 1.3.32.2 BigIron MG8 Router
1778 1.3.32.1 BigIron MG8 Switch
1779 1.3.33.1 NetIron 40G Switch
1780 1.3.33.2 NetIron 40G Router
1781 1.3.34.1.1.1.1 FastIron X424 Edge Switch (FES)
1782 1.3.34.1.1.1.2 FastIron X424 Edge Router (FES)
1783 1.3.34.1.1.2.1 FastIron X424 Edge Premium Switch (FES)
1784 1.3.34.1.1.2.2 FastIron FESX424R
1785 1.3.34.1.2.1.2 FastIron X424 Plus 1XG Edge Router (FES)
1786 1.3.34.1.2.1.1 FastIron X424 Plus 1XG Edge Switch (FES)
1787 1.3.34.1.2.2.2 FastIron X424 Plus 1XG Premium Edge Router (FES)
1788 1.3.34.1.2.2.1 FastIron X424 Plus 1XG Premium Edge Switch (FES)
1789 1.3.34.1.3.1.2 FastIron X424 Plus 2XG Edge Router (FES)
1790 1.3.34.1.3.1.1 FastIron X424 Plus 2XG Edge Switch (FES)
1791 1.3.34.1.3.2.2 FastIron X424 Plus 2XG Premium Edge Router (FES)
1792 1.3.34.1.3.2.1 FastIron X424 Plus 2XG Premium Edge Switch (FES)
1793 1.3.34.2.1.2.2 FastIron X448 Edge Premium Router (FES)
1794 1.3.34.2.1.2.1 FastIron X448 Edge Premium Switch (FES)
1795 1.3.34.2.1.1.2 FastIron X448 Edge Router (FES)
1796 1.3.34.2.1.1.1 FastIron X448 Edge Switch (FES)
1797 1.3.34.2.2.1.2 FastIron X448 Plus 1XG Edge Router (FES)
1798 1.3.34.2.2.1.1 FastIron X448 Plus 1XG Edge Switch (FES)
1799 1.3.34.2.2.2.2 FastIron X448 Plus 1XG Premium Edge Router (FES)
1800 1.3.34.2.2.2.1 FastIron X448 Plus 1XG Premium Edge Switch (FES)
1801 1.3.34.2.3.1.2 FastIron X448 Plus 2XG Edge Router (FES)
1802 1.3.34.2.3.1.1 FastIron X448 Plus 2XG Edge Switch (FES)
1803 1.3.34.2.3.2.2 FastIron X448 Plus 2XG Premium Edge Router (FES)
1804 1.3.34.2.3.2.1 FastIron X448 Plus 2XG Premium Edge Switch (FES)
1805 1.3.34.3.1.1.1 FastIron X424 Edge Switch (FES)
1806 1.3.34.3.1.1.2 FastIron X424F Edge Switch Power Supply
1807 1.3.35.1.1.1.1 FastIron X424 Workgroup Switch (FES)
1808 1.3.35.1.2.1.1 FastIron X424 Plus 1XG Workgroup Switch (FES)
1809 1.3.35.1.3.1.1 FastIron X424 Plus 2XG Workgroup Switch (FES)
1810 1.3.35.2.2.1.1 FastIron X448 Plus 1XG Workgroup Switch (FES)
1811 1.3.35.2.1.1.1 FastIron Workgroup X448 Switch
1812 1.3.35.2.3.1.1 FastIron Workgroup FWSX448-Plus2XG Switch
1813 1.3.36 FastIron Super-X1
1814 1.3.36.1.1 FastIron Super-X1 Switch
1815 1.3.36.1.2 FastIron Super-X1 Router
1816 1.3.36.1.3 FastIron Super-X1 Base Layer 3 Switch
1817 1.3.36.2.1 FastIron Super-X Premium Switch
1818 1.3.36.2.2 FastIron SuperX-PREM
1819 1.3.36.2.3 FastIron Super-X Premium Base Layer 3 Switch
1820 1.3.36.3.1 FastIron SX 800 Switch
1821 1.3.36.3.3 FastIron Super-X 800 Switch
1822 1.3.36.6.2 FastIron SX 1600-PREM
1823 1.3.39 NetIron IMR Switch
1824 1.3.39.1 NetIron IMR 640 Switch
1825 1.3.39.2 NetIron IMR 640 Router
1826 1.3.45.1.3.1.1 FastIron FGS624P
1827 1.3.45.2.2.1.1 FastIron FGS648P Switch
1828 1.3.46.2.1.1.1 FastIron FLS648 Hub
1829 1.3.48.1.1 FastIron GS FGS648P-POE 48 Port Switch
1830 1.3.34.2.1.1.1 FES X448
1831 1.3.34.2.1.2.2 FES X448-PREM
1832 1.3.34.3.1.1.1 FES X424HF
1833 1.3.37 BigIron Super-X
1834 1.3.37.1.1 BigIron Super-X Switch
1835 1.3.37.1.2 BigIron Super-X Router
1836 1.3.37.1.3 BigIron Super-X Base Layer 3 Switch
1837 1.3.40.1.1 BigIron RX16 Switch
1838 1.3.40.1.2 BigIron RX Series Switch
1839 1.3.40.2.1 BigIron RX4 Switch
1840 1.3.40.2.2 BigIron RX8
1841 1.3.40.3.1 BigIron RX4 Switch
1842 1.3.40.3.2 BigIron RX4 Router
1843 1.3.44.1.1 NetIron MLX 16000 Switch
1844 1.3.44.1.2 NetIron MLX 16000 Router
1845 1.3.44.2.2 NetIron MLX 8K Router
1846 1.3.44.3.1 NetIron MLX 4000 Switch
1847 1.3.44.3.2 NetIron MLK 4K Router
1848 1.3.46.2.1.1.1 FLS 648
1849 1.3.47.1.2 ServerIron 100 Router
1850 1.3.47.1.1 ServerIron 100 Switch
1851 1.3.47.2.1 ServerIron 350 Switch
1852 1.3.47.2.2 ServerIron 350 Router
1853 1.3.47.3.1 ServerIron 450 Switch
1854 1.3.47.3.2 ServerIron 450 Router
1855 1.3.47.4.1 ServerIron 850 Switch
1856 1.3.47.4.2 ServerIron 850 Router
1857 1.3.47.5.2 ServerIron 350 Plus Router
1858 1.3.47.5.1 ServerIron 350 Plus Switch
1859 1.3.47.6.2 ServerIron 450 Plus Router
1860 1.3.47.6.1 ServerIron 450 Plus Switch
1861 1.3.47.7.1 ServerIron 850 Plus Switch
1862 1.3.47.7.2 ServerIron 850 Plus Router
1863 1.3.47.8.1 ServerIronGT C Switch
1864 1.3.47.8.2 ServerIronGT C-Series
1865 1.3.47.9.2 ServerIronGT E
1866 1.3.47.9.1 ServerIronGT E Switch
1867 1.3.47.10.2 ServerIronGT E Plus Router
1868 1.3.47.10.1 ServerIronGT E Plus Switch
1869 1.3.47.11.1 ServerIron4G Switch
1870 1.3.47.11.2 ServerIron4G Router
1871 1.3.48.2.3 FCX648S
1872 1.3.49.2 NetIron CES 2024C
1873 1.3.49.1 NetIron CES 2024F
1874 1.3.49.5 NetIron CES Switch
1875 1.3.53.1.2 TurboIron-X24
1876 1.3.54.1.3.1.1 FCX 624SF
1877 1.3.54.2.1.1.1 FCX 648S
1878 1.3.54.2.1.1.3 FCX 648S
1879 1.3.54.2.2.1.1 Fast Iron Switch FCX 648S-HPOE
1880 1.3.54.2.2.1.3 FCX 648S-HPOE
1881 1.3.54.2.4.1.3 FCX 648
1882 1.5.1.1.4.2.1 FastIron 2402CF Switch
1883 1.5.1.1.4.3.1 FastIron 4802CF Switch
1884 1.5.1.1.4.4.1 EdgeIron 24G-A
1885 1.5.1.1.4.5.1 EdgeIron 48G
1886 1.5.1.1.4.10.1 EdgeIron 48G1X10G
1887 2011 Huawei NETWORKING
1888 1.1.1.2 QuidWay NetEngine R2611
1889 1.1.1.1600 QuidWay NetEngine R1600
1890 1.1.1.1602 QuidWay NetEngine R1602
1891 1.1.1.1612 QuidWay NetEngine R1612
1892 1.1.1.1613 QuidWay NetEngine R1613
1893 1.1.1.1614 QuidWay NetEngine R1614
1894 1.1.1.1615 QuidWay NetEngine R1615
1895 1.1.1.1760 QuidWay NetEngine R1760
1896 1.1.1.1761 QuidWay NetEngine R1760B
1897 1.1.1.2501 QuidWay NetEngine R2501
1898 1.1.1.2509 QuidWay NetEngine R2509
1899 1.1.1.2511 QuidWay NetEngine R2511
1900 1.1.1.2601 QuidWay NetEngine R2501E
1901 1.1.1.2606 QuidWay NetEngine R4001E
1902 1.1.1.2608 QuidWay NetEngine R2509E
1903 1.1.1.2609 QuidWay NetEngine R2511E
1904 1.1.1.2610 QuidWay NetEngine R2610
1905 1.1.1.2611 QuidWay NetEngine R2611
1906 1.1.1.2620 QuidWay NetEngine R2620
1907 1.1.1.2621 QuidWay NetEngine R2621
1908 1.1.1.2630 QuidWay NetEngine R2630E
1909 1.1.1.2631 QuidWay NetEngine R2631E
1910 1.1.1.3640 QuidWay NetEngine R3640E
1911 1.1.1.3680 QuidWay NetEngine R3680E
1912 1.1.1.4001 QuidWay NetEngine R4001
1913 2.2.1.7508 QuidWay NetEngine 08
1914 2.2.1.7516 QuidWay NetEngine R7516
1915 2.4.1.0 QuidWay S2403
1916 2.17 QuidWay NetEngine NE80
1917 2.23.11 QuidWay S8016
1918 2.23.11.2 QuidWay S8016
1919 2.23.12 QuidWay S3526
1920 2.23.13 QuidWay S3026
1921 2.23.14 QuidWay S3026V
1922 2.23.15 QuidWay S3026V
1923 2.23.16 QuidWay S2016
1924 2.23.17 QuidWay S3526F
1925 2.23.18 QuidWay S5516
1926 2.23.19 QuidWay S6506
1927 2.23.20 QuidWay S3026-FM/FS
1928 2.23.21 QuidWay S3526E
1929 2.23.22 QuidWay S2206
1930 2.23.23 QuidWay S2403H
1931 2.23.27 QuidWay S3526EFM
1932 2.23.28 QuidWay S3526EFS
1933 2.23.29 QuidWay S3050C
1934 2.23.30 QuidWay S6503
1935 2.23.31 QuidWay S8512
1936 2.23.32 QuidWay S8505
1937 2.23.33 QuidWay S6506R
1938 2.23.34 QuidWay S3026C
1939 2.23.24 QuidWay S3026E
1940 2.23.25 QuidWay S3026EFM
1941 2.23.26 QuidWay S3026EFS
1942 2.23.35 QuidWay S3026G
1943 2.23.36 QuidWay S3026T
1944 2.23.37 QuidWay S3552G
1945 2.23.38 QuidWay S3552P
1946 2.23.39 QuidWay S3528G
1947 2.23.40 QuidWay S3528P
1948 2.23.41 QuidWay S3526c
1949 2.23.42 QuidWay S3026C-24-12FS
1950 2.23.43 QuidWay S3026C-24-12FM
1951 2.23.44 QuidWay S3526C-24-12FS
1952 2.23.45 QuidWay S3526C-24-12FM
1953 2.23.46 QuidWay S5012G
1954 2.23.47 QuidWay S5012G-DC
1955 2.23.48 QuidWay S5012T-12-10GBC
1956 2.23.49 QuidWay S5012T-12-10GBC-DC
1957 2.23.50 QuidWay S5024G-24-20TP
1958 2.23.51 QuidWay S5024G-24-20TP-DC
1959 2.23.52 QuidWay S2026Z
1960 2.23.53 QuidWay S2026C
1961 2.23.54 QuidWay S3026G-SI
1962 2.23.55 QuidWay S3026C-SI
1963 2.23.56 QuidWay S3026S-SI
1964 2.23.81 QuidWay S3328
1965 2.23.166 QuidWay S5700-52P-PWR-LI
1966 2.23.167 QuidWay S5710-28C-EI
1967 2.29 QuidWay NetEngine NE40-2
1968 2.30 QuidWay NetEngine NE40-4
1969 2.31 QuidWay NetEngine NE40-8
1970 2.47 QuidWay NetEngine NE20-2
1971 2.48 QuidWay NetEngine NE20-4
1972 2.49 QuidWay NetEngine NE20-8
1973 2.62 QuidWay NetEngine 5000E
1974 2.62.2.1 QuidWay NetEngine NE5000oem
1975 2.62.2.2 QuidWay NetEngine NE80E
1976 2.62.2.3 QuidWay NetEngine NE5000E
1977 2.62.2.4 QuidWay NetEngine NE5000EMulti
1978 2.62.2.5 QuidWay NetEngine NE40E
1979 2.87.18 CX600-X8
1980 2.88 QuidWay NetEngine 20E
1981 2.170.2 QuidWay S9306
1982 2.239.5 QuidWay CE6850-48S4Q-EI
1983 2.239.6 QuidWay CE6850-48T4Q-EI
1984 10.1.9 QuidWay S3924-SI
1985 10.1.10 QuidWay S3928P-SI
1986 10.1.11 QuidWay S3952P-SI
1987 10.1.12 QuidWay S3928TP-SI
1988 10.1.13 QuidWay S3928P-EI
1989 10.1.14 QuidWay S3952P-EI
1990 10.1.15 QuidWay S3928P-PWR-EI
1991 10.1.16 QuidWay S3952P-PWR-EI
1992 10.1.17 QuidWay S3928F-EI
1993 10.1.18 QuidWay S5600M
1994 10.1.22 QuidWay S8508
1995 10.1.43 QuidWay S5624P
1996 10.1.44 QuidWay S5624P-PWR
1997 10.1.45 QuidWay S5648P
1998 10.1.46 QuidWay S5648P-PWR
1999 10.1.47 QuidWay S2008C
2000 10.1.48 QuidWay S2016C
2001 10.1.49 QuidWay S2024C
2002 10.1.80 QuidWay S6500
2003 10.1.81 QuidWay S5124P-EI
2004 10.1.82 QuidWay S5126C-EI
2005 10.1.83 QuidWay S5148P-EI
2006 10.1.84 QuidWay S5150C-EI
2007 10.1.85 QuidWay S5116P-SI
2008 10.1.86 QuidWay S5124P-SI
2009 10.1.87 QuidWay S5148P-SI
2010 10.1.94 QuidWay S2108-SI
2011 10.1.95 QuidWay S2116-SI
2012 10.1.96 QuidWay S2126-SI
2013 10.1.97 QuidWay S2108-EI
2014 10.1.98 QuidWay S2116-EI
2015 10.1.99 QuidWay S2126-EI
2016 10.1.211 QuidWay S3552P-EA
2017 2385 Sharp PRINTER
2018 3.1.4.1.5 AR-275
2019 3.1.1.1.12 AR-505/S505
2020 3.1.3.1.1 AR-M350
2021 3.1.29.1.2 Imagistics 4511
2022 3.1.63.1.5 MX-2600N
2023 3.1.83.1.3 MX-3110N
2024 3.1.71.1.1 MX-M283N
2025 3.1.71.1.7 MX-M453N
2026 3.1.26.1.11 AR-M351U
2027 3.1.11.1.8 AR-M550N
2028 3.1.32.1.5 MX-2300N
2029 3.1.63.1.6 MX-3100N
2030 3.1.33.1.4 MX-3501N
2031 3.1.83.1.5 MX-3610N
2032 3.1.64.1.2 MX-4100N
2033 3.1.85.1.9 MX-4112N
2034 3.1.33.1.8 MX-4501N
2035 3.1.64.1.8 MX-5001N
2036 3.1.52.1.6 MX-M450N
2037 2435 Brother PRINTER
2038 2636 Juniper NETWORKING
2039 1.1.1.2.1 M40
2040 1.1.1.2.2 M20
2041 1.1.1.2.3 M160
2042 1.1.1.2.4 M10
2043 1.1.1.2.5 M5
2044 1.1.1.2.6 T640
2045 1.1.1.2.7 T320 Backbone Router
2046 1.1.1.2.8 M40e
2047 1.1.1.2.9 M320
2048 1.1.1.2.10 M7i
2049 1.1.1.2.11 M10i
2050 1.1.1.2.13 J2300
2051 1.1.1.2.14 J4300
2052 1.1.1.2.15 J6300
2053 1.1.1.2.17 TX Routing Matrix
2054 1.1.1.2.18 M120
2055 1.1.1.2.19 J4350
2056 1.1.1.2.20 J6350
2057 1.1.1.2.21 MX960
2058 1.1.1.2.22 J4320 Service Router
2059 1.1.1.2.23 JSR2320
2060 1.1.1.2.24 J2350
2061 1.1.1.2.25 MX480
2062 1.1.1.2.26 SRX5800
2063 1.1.1.2.27 T1600
2064 1.1.1.2.28 SRX5600 Services Gateway
2065 1.1.1.2.29 MX240
2066 1.1.1.2.30 EX3200-24t
2067 1.1.1.2.31 EX4200-24t
2068 1.1.1.2.32 EX8208
2069 1.1.1.2.33 EX8216 Ethernet Switch
2070 1.1.1.2.34 SRX3600
2071 1.1.1.2.35 SRX3400
2072 1.1.1.2.36 SRX210
2073 1.1.1.2.37 TX Matrix Plus Router
2074 1.1.1.2.38 JCS 1200 Control System
2075 1.1.1.2.39 SRX240h
2076 1.1.1.2.40 SRX650
2077 1.1.1.2.41 SRX100 Services Gateway
2078 1.1.1.2.43 EX2200
2079 1.1.1.2.44 EX4500
2080 1.1.1.2.49 SRX1400
2081 1.1.1.2.57 MX80
2082 1.1.1.2.59 EX-XRE
2083 1.1.1.2.76 EX3300
2084 1.1.1.2.90 MX5
2085 2699 Axis PRINTER
2086 # https://www.juniper.net/techpubs/software/screenos/screenos6.3.0/6.3mib.zip
2087 3224 NetScreen NETWORKING
2088 1.2 5
2089 1.3 10
2090 1.4 100
2091 1.5 1000
2092 1.6 500
2093 1.7 50
2094 1.8 50
2095 1.9 204
2096 1.10 208
2097 1.11 5XT
2098 1.12 5XP
2099 1.13 5000
2100 1.14 5GT
2101 1.15 Hardware Security Client
2102 1.16 ISG 2000
2103 1.17 5GT-ADSL-AnnexA
2104 1.19 5GT-ADSL-AnnexB
2105 1.21 5GT-WLAN
2106 1.23 5GT-ADSL-AnnexA-WLAN
2107 1.25 5GT-ADSL-AnnexB-WLAN
2108 1.28 ISG 1000
2109 1.29 SSG5
2110 1.30 SSG5-ISDN
2111 1.31 SSG5-v92
2112 1.32 SSG5-Serial-WLAN
2113 1.33 SSG5-ISDN-WLAN
2114 1.34 SSG5-v92-WLAN
2115 1.35 SSG20
2116 1.36 SSG20-WLAN
2117 1.50 SSG520
2118 1.51 SSG550M
2119 1.52 SSG140
2120 1.53 SSG140
2121 1.54 SSG320M
2122 1.55 SSG350M
2123 3955 Linksys NETWORKING
2124 3977 Broadband NETWORKING
2125 5596 Tandberg VIDEO
2126 6027 Force10 NETWORKING
2127 6486 Alcatel NETWORKING
2128 800.1.1.2.1.1 OmniSwitch 7000
2129 800.1.1.2.1.1.1 OmniSwitch 7000
2130 800.1.1.2.1.1.1.1 OmniSwitch 7700
2131 800.1.1.2.1.1.4.1.1 OmniSwitch 7700 CMM
2132 800.1.1.2.1.1.4.1.1.1 OmniSwitch 7700PROC CMM
2133 800.1.1.2.1.1.4.1.1.2 OmniSwitch 7700BBUS CMM
2134 800.1.1.2.1.1.4.1.2 OmniSwitch 7800 CMM
2135 800.1.1.2.1.1.4.1.2.1 OmniSwitch 7800PROC CMM
2136 800.1.1.2.1.1.4.1.2.2 OmniSwitch 7800BBUS CMM
2137 800.1.1.2.1.1.1.2 OmniSwitch 7800
2138 800.1.1.2.1.1.4.2.1.1 OmniSwitch 7000C24 ENI
2139 800.1.1.2.1.1.4.2.1.2 OmniSwitch 7000FM12 ENI
2140 800.1.1.2.1.1.4.2.1.3 OmniSwitch 7000PDPS24 ENI
2141 800.1.1.2.1.2 OmniSwitch 8000
2142 800.1.1.2.1.2.1 OmniSwitch 8000
2143 800.1.1.2.1.2.1.1 OmniSwitch 8800
2144 800.1.1.2.1.2.4.1.1 OmniSwitch 8800 CMM
2145 800.1.1.2.1.2.4.1.1.2 OmniSwitch 8800BBUS CMM
2146 800.1.1.2.1.2.4.1.1.1 OmniSwitch 8800PROC CMM
2147 800.1.1.2.1.2.4.2.1.1 OmniSwitch 8000C24 ENI
2148 800.1.1.2.1.3.1 OmniSwitch 6600
2149 800.1.1.2.1.3 OmniSwitch 6600
2150 800.1.1.2.1.3.1.1 OmniSwitch 6600-24
2151 800.1.1.2.1.3.1.2 OmniSwitch 6600-48
2152 800.1.1.2.1.3.1.3 OmniSwitch 6600-U24
2153 800.1.1.2.1.3.1.4 OmniSwitch 6602-24
2154 800.1.1.2.1.3.1.5 OmniSwitch 6602-48
2155 800.1.1.2.1.3.1.6 OmniSwitch 6624 PoE
2156 800.1.1.2.1.3.1.7 OmniSwitch 6848POE
2157 800.1.1.2.1.3.4.1 OmniSwitch 6600 EXP
2158 800.1.1.2.1.5.1.1 OmniSwitch 6300
2159 800.1.1.2.1.6.1.1 OmniSwitch 6800-24
2160 800.1.1.2.1.6.1.2 OmniSwitch 6800-48
2161 800.1.1.2.1.6.1.3 OmniSwitch 6800-U24
2162 800.1.1.2.1.6.1.6 OmniSwitch 6800-24L
2163 800.1.1.2.1.6.1.7 OmniSwitch 6800-L48
2164 800.1.1.2.1.7.1.1 OmniSwitch 6850-24
2165 800.1.1.2.1.7.1.3 OmniSwitch 6850-24X
2166 800.1.1.2.1.7.1.2 OmniSwitch 6850-48
2167 800.1.1.2.1.7.1.4 OmniSwitch 6850-48X
2168 800.1.1.2.1.7.1.5 OmniSwitch 6850-P24
2169 800.1.1.2.1.7.1.6 OmniSwitch 6850-P48
2170 800.1.1.2.1.7.1.8 OmniSwitch 6850-P48X
2171 800.1.1.2.1.7.1.9 OmniSwitch 6850-U24
2172 800.1.1.2.1.7.1.10 OmniSwitch 6850-U24X
2173 800.1.1.2.1.7.1.45 OmniSwitch 6850E-48X
2174 800.1.1.2.1.7.1.48 OmniSwitch 6850E-U24X
2175 800.1.1.2.1.8.1.1 OmniSwitch 9700
2176 800.1.1.2.1.8.1.2 OmniSwitch 9800
2177 800.1.1.2.1.8.1.4 OmniSwitch 9700E 10-slot Chassis
2178 801.1.1.2.1.10.1.2 OmniSwitch 6900-X40
2179 800.1.1.2.1.10.1.5 OmniSwitch 6400-48
2180 800.1.1.2.1.11.2.1 OmniSwitch 6250
2181 800.1.1.2.2.4.1.2 OmniStack LS 6200
2182 800.1.1.2.2.4.1.6 OmniStack LS 6200
2183 6889 Avaya NETWORKING
2184 10418 Avocent
2185 7.1.16 DSR2030
2186 7.1.19 DSR1031
2187 12356 Fortinet NETWORKING
2188 101.1.2005 Fortigate 200D
2189 16885 Nortel NETWORKING
2190 18334 Konica PRINTER
2191 1.1.1.2.1.8.1.2 200
2192 1.1.1.2.1.56.1.1 222
2193 1.1.1.2.1.7.1.2 250
2194 1.1.1.2.1.7.2.2 250
2195 1.1.1.2.1.6.2.2 350
2196 1.1.1.2.1.6.1.2 350
2197 1.1.1.2.1.54.2.1 362
2198 1.1.1.2.1.54.1.1 b362
2199 1.1.1.2.1.65.2.1 bizhub 283
2200 1.1.1.2.1.65.3.1 bizhub 283 laser MFP
2201 1.1.1.2.1.64.2.1 bizhub 363
2202 1.1.1.2.1.40.2.2 bizhub 421
2203 1.1.1.2.1.40.4.1 bizhub 421
2204 1.1.1.2.1.63.2.1 bizhub 423
2205 1.1.1.2.1.39.2.2 bizhub 501
2206 1.1.1.2.1.38.2.1 bizhub 601
2207 1.1.1.2.1.43.3.1 bizhub C20
2208 1.1.1.2.1.57.2.2 bizhub C220
2209 1.1.1.2.1.107.2.1 bizhub C224
2210 1.1.1.2.1.26.2.1 bizhub C252
2211 1.1.1.2.1.30.3.2 bizhub C253
2212 1.1.1.2.1.30.2.2 bizhub C253
2213 1.1.1.2.1.50.3.2 bizhub C280
2214 1.1.1.2.1.50.2.1 bizhub C280
2215 1.1.1.2.1.50.2.2 bizhub C280
2216 1.1.1.2.1.84.3.1 bizhub C284
2217 1.1.1.2.1.58.2.2 bizhub C35
2218 1.1.1.2.1.29.3.2 bizhub C353
2219 1.1.1.2.1.29.2.2 bizhub C353
2220 1.1.1.2.1.29.6.2 bizhub C353P
2221 1.1.1.2.1.49.3.2 bizhub C360
2222 1.1.1.2.1.49.2.2 bizhub C360
2223 1.1.1.2.1.83.2.1 bizhub C364
2224 1.1.1.2.1.28.2.3 bizhub C451
2225 1.1.1.2.1.28.3.3 bizhub C451
2226 1.1.1.2.1.48.2.1 bizhub C452
2227 1.1.1.2.1.48.3.2 bizhub C452
2228 1.1.1.2.1.25.2.3 bizhub C550
2229 1.1.1.2.1.25.2.2 bizhub C550
2230 1.1.1.2.1.45.3.3 bizhub C552
2231 1.1.1.2.1.45.2.1 bizhub C552
2232 1.1.1.2.1.44.3.3 bizhub C652
2233 1.1.1.2.1.51.2.1 bizhub C652DS
2234 1.1.1.1.1.23.1.1 magicolor 1690MF
2235 1.1.1.2.1.107.3.1 bizhub C224
2236 1.1.1.2.1.103.2.1 bizhub C554
2237 20301 IBM NETWORKING
2238 1.18.15 Flex System Fabric CN4093 10Gb Converged Scalable Switch
2239 25506 H3C NETWORKING
2240 1.1 S5500-28C-EI
2241 1.2 S5500-52C-EI
2242 1.3 S5500-28C-PWR-EI
2243 1.4 S5500-52C-PWR-EI
2244 1.5 S5500-28F-EI
2245 1.6 S5500-28C-EI-DC
2246 1.7 S6100-20Q-SI
2247 1.8 S5500-28C-SI
2248 1.9 S5500-52C-SI
2249 1.10 S5500-28C-PWR-EI
2250 1.11 S5500-52C-PWR-SI
2251 1.12 S5510-24P
2252 1.13 S5510-24F
2253 1.14 S3610-28P
2254 1.15 S3610-52P
2255 1.16 S3610-28TP
2256 1.17 S3610-28F
2257 1.21 S3100-8C-SI
2258 1.22 S3100-16C-SI
2259 1.23 S3100-26C-SI
2260 1.24 S3100-8T-SI
2261 1.25 S3100-16T-SI
2262 1.26 S3100-26T-SI
2263 1.27 S3100-26TP-SI
2264 1.28 S5100-24P-EI
2265 1.29 S5100-26C-EI
2266 1.30 S5100-50C-EI
2267 1.31 S5100-48P-EI
2268 1.32 S3600-28P-SI
2269 1.33 S3600-52P-SI
2270 1.34 S3600-28TP-SI
2271 1.35 S3600-28P-PWR-SI
2272 1.36 S3600-52P-PWR-SI
2273 1.37 S3600-28P-EI
2274 1.38 S3600-52P-EI
2275 1.39 S3600-28P-PWR-EI
2276 1.40 S3600-52P-PWR-EI
2277 1.41 S3600-28F-EI
2278 1.42 S5600-26C
2279 1.43 S5600-50C
2280 1.44 S5600-26C-PWR
2281 1.45 S5600-50C-PWR
2282 1.46 S5600-26F
2283 1.47 S3600-52G-HI
2284 1.48 S3600-52P-HI
2285 1.49 S3600-28G-HI
2286 1.50 S3600-28P-HI
2287 1.51 S3600-52M-HI
2288 1.52 S7502
2289 1.53 S7503
2290 1.54 S7506
2291 1.55 S7506R
2292 1.147 S9502
2293 1.148 S9505
2294 1.149 S9508
2295 1.150 S9508V
2296 1.151 S9512
2297 1.159 S7510E
2298 1.160 S5100-24P-SI
2299 1.161 S5100-48P-SI
2300 1.162 S5100-8P-SI
2301 1.163 S5100-16P-SI
2302 1.164 S5100-8P-EI
2303 1.165 S5100-16P-EI
2304 1.166 S5100-8P-PWR-EI
2305 1.167 S5100-16P-PWR-EI
2306 1.168 S5100-26C-PWR-EI
2307 1.169 S5100-50C-PWR-EI
2308 1.170 S3108TP-EI
2309 1.171 S3116TP-EI
2310 1.172 S3126TP-EI
2311 1.173 S3108TP-EI-PWR
2312 1.174 S3116TP-EI-PWR
2313 1.175 S3126TP-EI-PWR
2314 1.176 S7502M
2315 1.180 S9505-V5
2316 1.181 S9512-V5
2317 1.182 S9508-V5
2318 1.183 S9508V-V5
2319 1.184 S9502-V5
2320 1.189 S3100-52P
2321 1.191 S2008
2322 1.192 S2026
2323 1.195 S3100-8TP-EI
2324 1.196 S3100-8TP-PWR-EI
2325 1.197 S3100-16TP-EI
2326 1.198 S3100-15TP-PWR-EI
2327 1.199 S3100-26TP-EI
2328 1.200 S3100-26TP-PWR-EI
2329 1.201 S7502-V5
2330 1.207 S7503E
2331 1.208 S7503E
2332 1.209 S7506E
2333 1.210 S7506E-V
2334 1.213 S3100-8TP-SI
2335 1.214 S3100-16TP-SI
2336 1.216 S3100-26TP-SI-B
2337 1.219 S2126-EI
2338 1.230 MSR20-11
2339 1.236 S3610-52M
2340 1.240 S5024P
2341 1.241 S5016P
2342 1.244 S3100-8TP-EI
2343 1.245 S3100-16TP-EI
2344 1.246 S3100-26TP-EI
2345 1.256 S3100-52TP
2346 1.258 S1550E
2347 1.259 S1550
2348 1.260 S1526-EI
2349 1.264 WX6103
2350 1.265 WX6100LSQ
2351 1.266 WX6100SB
2352 1.267 WX6100SW
2353 1.274 S7501M-24T
2354 1.275 S7501M-24TP
2355 1.276 S7502M
2356 1.277 S7503M
2357 1.278 S7506M
2358 1.279 S7506M-V
2359 1.280 S7510M
2360 1.290 S5520TP-SI
2361 1.297 S3100-52TP-SI
2362 1.318 S5024E
2363 1.319 S5048E
2364 1.325 S7501E
2365 1.326 S3100-8C-EPON-EI
2366 1.327 S3100-16C-EPON-EI
2367 1.328 S3100-26C-EPON-EI
2368 1.334 S5800-32C
2369 1.335 S5800-56C
2370 1.336 S5800-32C-PWR
2371 1.337 S5800-56C-PWR
2372 1.338 S5800-60C-PWR
2373 1.339 S5800-32F
2374 1.340 S5800X-28C
2375 1.341 S5800X-28S
2376 1.358 S7602
2377 1.359 S7603
2378 1.360 S7606
2379 1.361 S7606-V
2380 1.362 S7610
2381 1.370 S7503E-S
2382 1.388 S9505E
2383 1.389 S9508E-V
2384 1.390 S9512E
2385 1.391 S12508
2386 1.392 S12518
2387 1.395 S2008TP-EA
2388 1.396 S2016TP-EA
2389 1.397 S2403TP-EA
2390 1.400 S3528P-EA
2391 1.401 S3552P-EA
2392 1.402 S3552F-EA
2393 1.403 S3528F-EA
2394 1.404 S3528TP-EA
2395 1.439 S3620-28TP-EI
2396 1.440 S3620-28P-EI
2397 1.441 S3620-52P-EI
2398 1.442 S3620-28P-PWR-EI
2399 1.443 S3820-52P-PWR-EI
2400 1.444 S3620-28F-EI
2401 1.445 S3620-52M
2402 1.446 S3620-52M-DC
2403 1.447 S3620-28C-EI
2404 1.453 S5810-50S
2405 1.461 S5120-20P-SI
2406 1.462 S5120-28P-SI
2407 1.463 S5120-52P-SI
2408 1.464 S5120-28P-EI
2409 1.465 S5120-52P-EI
2410 1.466 S5120-28P-LPWR-EI
2411 1.467 S5120-29P-PWR-EI
2412 1.468 WX6100LSR
2413 1.469 S7506E
2414 1.472 S1626
2415 1.473 S1650
2416 1.474 S1626P
2417 1.499 S7602S
2418 1.500 S7603-ES
2419 1.501 S7606-ES
2420 1.512 S2008TP-EA(SI)
2421 1.513 S2016TP-EA(SI)
2422 1.514 S2403TP-EA(SI)
2423 1.515 S5120-24P-EI
2424 1.516 S5120-48P-EI
2425 1.517 S5120-28C-EI
2426 1.518 S5120-52C-EI
2427 1.519 S5120-28C-PWR-EI
2428 1.520 S5120-52C-PWR-EI
2429 11.1.24 A5500-24G EI
2430 11.1.34 A5120-48G EI
+0
-94
share/sysobjectid.3com.ids less more
0 1.8.13 LinkSwitch 1000
1 1.8.14 LinkSwitch 500
2 1.8.15 LinkSwitch 2700AU
3 1.8.16 LinkSwitch 2700
4 1.8.18 LinkSwitch 2700TLiAU
5 1.8.19 LinkSwitch 2700TLi
6 1.8.22 LinkSwitch 3000
7 1.8.32 Superstack 9000 SX
8 1.8.38 SuperStack3 4300
9 1.8.43 Switch 3870
10 1.8.44 Switch 3870
11 1.8.57 Baseline S2226 Plus
12 1.8.58 Baseline S2250 Plus
13 1.8.59 Baseline 2426 PWR Plus
14 1.8.60 Baseline S2916-SFP Plus
15 1.8.61 Baseline S2924-SFP Plus
16 1.8.62 Baseline S2948-SFP Plus
17 1.8.63 Baseline S2924-PWR Plus
18 1.8.71 Baseline 2920-SFP Plus
19 1.8.72 Baseline 2928-SFP Plus
20 1.8.73 Baseline 2952-SFP Plus
21 1.8.74 Baseline 2928-PWR Plus
22 1.8.75 Baseline 2928-HPWR Plus
23 1.8.76 Baseline S2226
24 1.8.77 Baseline 2250-SFP Plus
25 1.8.78 Baseline S2426
26 1.9.13.3.1 Corebuilder 9000
27 1.9.13.1.2.1 Corebuilder 9000
28 1.16.1.1.1.1 Corebuilder 3500
29 1.16.2.2.1.1 SuperStack II Switch 3900-24
30 1.16.2.2.1 Superstack 3900
31 1.16.2.2.1.2 SuperStack II Switch 3900-36
32 1.16.2.2.2 Superstack 9300
33 1.16.2.2.2.1 SuperStack 9300
34 1.16.4.2.26 6080
35 1.16.4.3.4 Switch 8807
36 1.16.4.3.5 Switch 8810
37 1.16.4.3.6 Switch 8814
38 1.16.4.3.7 Switch 5500G-EI
39 1.16.4.3.8 Switch 5500G 48-Port
40 1.16.4.3.11 Switch 5500-SI 28-Port
41 1.16.4.3.12 Switch 5500-52-SI
42 1.16.4.3.13 Switch 5500-28-EI
43 1.16.4.3.14 Switch 5500-EI 52-Port
44 1.16.4.3.15 Switch 5500-28-PWR-EI
45 1.16.4.3.16 Switch 5500-52-PWR-EI
46 1.16.4.3.17 Switch 5500-28-FX-EI
47 1.16.4.3.18 Switch 5500G-EI 24-Port-SFP
48 1.16.4.3.19 Switch 7754
49 1.16.4.3.20 Switch 7757
50 1.16.4.3.21 4500 26-Port
51 1.16.4.3.22 Switch 4500 50-Port
52 1.16.4.3.23 Switch 4500-26-PWR
53 1.16.4.3.24 Switch 4500-50-PWR
54 1.16.4.3.25 Switch witch 7758
55 1.16.4.3.27 4200G 12-Port
56 1.16.4.3.28 4200G 24-Port
57 1.16.4.3.29 Switch 4200G-48
58 1.16.4.3.30 Switch 4500G 24-Port
59 1.16.4.3.31 Switch 4500G-48
60 1.16.4.3.32 Switch 4500G-24-PWR
61 1.16.4.3.33 Switch 4500G-48-PWR
62 1.16.4.3.34 Switch 4800G 24-Port
63 1.16.4.3.35 Switch 4800G 48-Port
64 1.16.4.3.36 Switch 4800G PWR 24-Port
65 1.16.4.3.37 Switch 4800G PWR 48-Port
66 1.16.4.3.38 Switch 4800G 24-Port-SFP
67 1.16.4.3.39 Switch 8807-V5
68 1.16.4.3.40 Switch 8810-V5
69 1.16.4.3.41 Switch 8814-V5
70 1.16.4.3.42 Switch 4210 9-Port
71 1.16.4.3.43 Switch 4210 18-Port
72 1.16.4.3.44 Switch 4210 26-Port
73 1.16.4.3.45 Switch 4210 52-Port
74 1.16.4.3.46 Switch 4210 9-Port
75 1.16.4.3.47 Switch 4210 18-Port
76 1.16.4.3.48 Switch 4210 26-Port
77 1.16.4.3.49 Switch 4200G-24-PWR
78 1.16.4.3.50 Switch 7902E
79 1.16.4.3.51 Switch 7903E
80 1.16.4.3.52 Switch 7906E
81 1.16.4.3.53 Switch 7906EV
82 1.16.4.3.54 Switch 7910E
83 1.16.4.3.74 Switch 7903E-S
84 1.16.4.3.77 Switch 4210 26-Port
85 1.16.4.3.80 Switch 4210 PWR 26-Port
86 1.16.4.3.83 Switch 4510G-24
87 1.16.4.3.84 Switch 4510G-48
88 10.27.4.1.2.1 SuperStack 1100
89 10.27.4.1.2.2 SuperStack 3300
90 10.27.4.1.2.4 SuperStack 4400
91 10.27.4.1.2.5 SuperStack 4900
92 10.27.4.1.2.10 Switch 40x0
93 10.27.4.1.2.11 SuperStack 4200
+0
-52
share/sysobjectid.alcatel.ids less more
0 800.1.1.2.1.1 OmniSwitch 7000
1 800.1.1.2.1.1.1 OmniSwitch 7000
2 800.1.1.2.1.1.1.1 OmniSwitch 7700
3 800.1.1.2.1.1.4.1.1 OmniSwitch 7700 CMM
4 800.1.1.2.1.1.4.1.1.1 OmniSwitch 7700PROC CMM
5 800.1.1.2.1.1.4.1.1.2 OmniSwitch 7700BBUS CMM
6 800.1.1.2.1.1.4.1.2 OmniSwitch 7800 CMM
7 800.1.1.2.1.1.4.1.2.1 OmniSwitch 7800PROC CMM
8 800.1.1.2.1.1.4.1.2.2 OmniSwitch 7800BBUS CMM
9 800.1.1.2.1.1.1.2 OmniSwitch 7800
10 800.1.1.2.1.1.4.2.1.1 OmniSwitch 7000C24 ENI
11 800.1.1.2.1.1.4.2.1.2 OmniSwitch 7000FM12 ENI
12 800.1.1.2.1.1.4.2.1.3 OmniSwitch 7000PDPS24 ENI
13 800.1.1.2.1.2 OmniSwitch 8000
14 800.1.1.2.1.2.1 OmniSwitch 8000
15 800.1.1.2.1.2.1.1 OmniSwitch 8800
16 800.1.1.2.1.2.4.1.1 OmniSwitch 8800 CMM
17 800.1.1.2.1.2.4.1.1.2 OmniSwitch 8800BBUS CMM
18 800.1.1.2.1.2.4.1.1.1 OmniSwitch 8800PROC CMM
19 800.1.1.2.1.2.4.2.1.1 OmniSwitch 8000C24 ENI
20 800.1.1.2.1.3.1 OmniSwitch 6600
21 800.1.1.2.1.3 OmniSwitch 6600
22 800.1.1.2.1.3.1.1 OmniSwitch 6600-24
23 800.1.1.2.1.3.1.2 OmniSwitch 6600-48
24 800.1.1.2.1.3.1.3 OmniSwitch 6600-U24
25 800.1.1.2.1.3.1.4 OmniSwitch 6602-24
26 800.1.1.2.1.3.1.5 OmniSwitch 6602-48
27 800.1.1.2.1.3.1.6 OmniSwitch 6624 PoE
28 800.1.1.2.1.3.1.7 OmniSwitch 6848POE
29 800.1.1.2.1.3.4.1 OmniSwitch 6600 EXP
30 800.1.1.2.1.5.1.1 OmniSwitch 6300
31 800.1.1.2.1.6.1.1 OmniSwitch 6800-24
32 800.1.1.2.1.6.1.2 OmniSwitch 6800-48
33 800.1.1.2.1.6.1.3 OmniSwitch 6800-U24
34 800.1.1.2.1.6.1.6 OmniSwitch 6800-24L
35 800.1.1.2.1.6.1.7 OmniSwitch 6800-L48
36 800.1.1.2.1.7.1.1 OmniSwitch 6850-24
37 800.1.1.2.1.7.1.3 OmniSwitch 6850-24X
38 800.1.1.2.1.7.1.2 OmniSwitch 6850-48
39 800.1.1.2.1.7.1.4 OmniSwitch 6850-48X
40 800.1.1.2.1.7.1.5 OmniSwitch 6850-P24
41 800.1.1.2.1.7.1.6 OmniSwitch 6850-P48
42 800.1.1.2.1.7.1.8 OmniSwitch 6850-P48X
43 800.1.1.2.1.7.1.9 OmniSwitch 6850-U24
44 800.1.1.2.1.7.1.10 OminSwitch 6850-U24X
45 800.1.1.2.1.7.1.45 OmniSwitch 6850E-48X
46 800.1.1.2.1.7.1.48 OmniSwitch 6850E-U24X
47 800.1.1.2.1.8.1.1 OmniSwitch 9700
48 800.1.1.2.1.8.1.2 OmniSwitch 9800
49 801.1.1.2.1.10.1.2 OmniSwitch 6900-X40
50 800.1.1.2.1.10.1.5 OmniSwitch 6400-48
51 800.1.1.2.2.4.1.6 OmniStack LS 6200
+0
-2
share/sysobjectid.avocent.ids less more
0 7.1.16 DSR2030
1 7.1.19 DSR1031
+0
-807
share/sysobjectid.cisco.ids less more
0 # source: ftp://ftp.cisco.com/pub/mibs/v2/CISCO-PRODUCTS-MIB.my
1 1.3 Router xGS
2 1.5 IGS
3 1.6 3000
4 1.7 4000
5 1.8 7000
6 1.10 2000
7 1.11 AGSplus Lightstream ATM Switch
8 1.12 7010
9 1.13 2500
10 1.14 4500
11 1.15 2102
12 1.16 2202
13 1.17 2501
14 1.18 2502
15 1.19 2503
16 1.20 2504
17 1.21 2505
18 1.22 2506
19 1.23 2507
20 1.24 2508
21 1.25 2509
22 1.26 2510
23 1.27 2511
24 1.28 2512
25 1.29 2513
26 1.30 2514
27 1.31 2515
28 1.32 3101
29 1.33 3102
30 1.34 3103
31 1.35 3104
32 1.36 3202
33 1.37 3204
34 1.38 Access Pro RC Router
35 1.39 Access Pro EC Router
36 1.40 1000
37 1.41 1003
38 1.42 2516
39 1.43 1020
40 1.44 1004
41 1.45 7507
42 1.46 7513
43 1.47 7506
44 1.48 7505
45 1.49 1005
46 1.50 4700
47 1.51 Pro 1003
48 1.52 Pro 1004
49 1.53 Pro 1005
50 1.54 Pro 1020 Serial Router
51 1.55 Pro 2500PCE
52 1.56 Pro 2501
53 1.57 Pro 2503
54 1.58 Pro 2505
55 1.59 Pro 2507
56 1.60 Pro 2509
57 1.61 Pro 2511
58 1.62 Pro 2514
59 1.63 Pro 2516
60 1.64 Pro 2519
61 1.65 Pro 2521
62 1.66 Pro 4500
63 1.67 2517
64 1.68 2518
65 1.69 2519
66 1.70 2520
67 1.71 2521
68 1.72 2522
69 1.73 2523
70 1.74 2524
71 1.75 2525
72 1.76 Pro 751 ISDN Access Router
73 1.77 Pro 752 ISDN Access Router
74 1.78 Pro 753 ISDN Access Router
75 1.81 751 ISDN Access Router
76 1.82 752 ISDN Access Router
77 1.83 753 ISDN Access Router
78 1.84 Pro 741 ISDN Access Router
79 1.85 Pro 742 ISDN Access Router
80 1.86 Pro 743 ISDN Access Router
81 1.87 Pro 744 ISDN Access Router
82 1.88 Pro 761 ISDN Access Router
83 1.89 Pro 762 ISDN Access Router
84 1.93 Pro 766 ISDN Access Router
85 1.94 741 ISDN Access Router
86 1.95 742 ISDN Access Router
87 1.96 743 ISDN Access Router
88 1.97 744 ISDN Access Router
89 1.98 761 ISDN Access Router
90 1.99 762 ISDN Access Router
91 1.102 765 ISDN Access Router
92 1.103 766 ISDN Access Router
93 1.104 Pro 2520
94 1.105 Pro 2522
95 1.106 Pro 2524
96 1.107 LS1010
97 1.108 7206
98 1.109 AS5200
99 1.110 3640
100 1.113 1601
101 1.114 1602
102 1.115 1603
103 1.116 1604
104 1.117 Pro 1601
105 1.118 Pro 1602
106 1.119 Pro 1603
107 1.120 Pro 1604
108 1.122 3620
109 1.123 Pro 3620 Multiservice Branch Office Router
110 1.124 Pro 3640 Multiservice Branch Office Router
111 1.125 7204
112 1.126 771 ISDN Access Router
113 1.127 772 ISDN Access Router
114 1.128 775 ISDN Access Router
115 1.129 776 ISDN Access Router
116 1.130 Pro 2502
117 1.131 Pro 2504
118 1.132 Pro 2506
119 1.133 Pro 2508
120 1.134 Pro 2510
121 1.135 Pro 2512
122 1.136 Pro 2513
123 1.137 Pro 2515
124 1.138 Pro 2517
125 1.139 Pro 2518
126 1.140 Pro 2523
127 1.141 Pro 2525
128 1.142 Pro 4700
129 1.153 AS2509
130 1.154 AS2511
131 1.157 MC3810-V
132 1.162 AS5300
133 1.164 LS1015
134 1.165 2501 FRADFX
135 1.166 2501 LANFRADFX
136 1.167 2502 LANFRADFX
137 1.168 WSX5302
138 1.170 Catalyst 2908 XL
139 1.171 Catalyst 2916 XL
140 1.172 1605
141 1.173 12012
142 1.175 Catalyst 1912C
143 1.179 uBR 7246
144 1.181 12004
145 1.182 12008
146 1.183 Catalyst 2924 XL
147 1.184 Catalyst 2924 CXL
148 1.185 2610
149 1.186 2611
150 1.187 2612
151 1.188 AS5800
152 1.190 Catalyst 8510
153 1.195 2613
154 1.196 Catalyst 8515CSR (Campus Switching Router)
155 1.200 1710
156 1.201 1720
157 1.202 Catalyst 8540msr
158 1.203 Catalyst 8540csr
159 1.204 7576
160 1.205 3660
161 1.208 2620
162 1.209 2621
163 1.210 uBR 7223
164 1.212 801
165 1.213 802
166 1.214 803
167 1.215 804
168 1.216 1750
169 1.217 Catalyst 2924 XLv
170 1.218 Catalyst 2924 CXLv
171 1.219 Catalyst 2912 XL
172 1.220 Catalyst 2924 MXL
173 1.221 Catalyst 2912 MfXL
174 1.222 7206 VXR
175 1.223 7204 VXR
176 1.225 1548M Micro Switch 10/100
177 1.227 PIX
178 1.230 Catalyst 8510msr
179 1.231 Catalyst 8515msr
180 1.245 805
181 1.246 Catalyst 3508 XL
182 1.247 Catalyst 3512 XL
183 1.248 Catalyst 3524 XL
184 1.255 uBR 924
185 1.256 Catalyst WSX6302Msm
186 1.257 Catalyst 5000 Series Router Switch Feature Card
187 1.258 Catalyst 6000 Series Module Switch Feature Card
188 1.259 7120 Quadt1
189 1.260 7120 T3
190 1.261 7120 E3
191 1.262 7120 At3
192 1.263 7120 Ae3
193 1.264 7120 Smi3
194 1.265 7140 Dual T3
195 1.266 7140 Dual E3
196 1.267 7140 Dual ATM T3
197 1.268 7140 Dual AE3
198 1.269 7140 Dual MM3
199 1.270 827
200 1.271 uBR 7246 VXR
201 1.272 10400
202 1.273 12016
203 1.274 AS5400
204 1.275 Catalyst 2948G-L3
205 1.276 7140 Octo T1
206 1.277 7140 Dual FE
207 1.278 Catalyst 3548 XL
208 1.280 Catalyst 6006
209 1.281 Catalyst 6009
210 1.282 Catalyst 6506
211 1.283 Catalyst 6509
212 1.284 827
213 1.286 MC3810-V3
214 1.287 Catalyst 3524 tXLEn
215 1.288 7507z
216 1.289 7513z
217 1.290 7507mx
218 1.291 7513mx
219 1.295 802J
220 1.296 804J
221 1.298 Catalyst 4908G-L3
222 1.300 Catalyst WSX4232-L3
223 1.301 Catalyst 6000 Series Module Switch Feature Card
224 1.308 AS5850
225 1.310 Catalyst 6509Sp
226 1.312 Catalyst 4840G-L3
227 1.313 AS5350
228 1.319 2650
229 1.320 2651
230 1.321 826 QuadV
231 1.322 826
232 1.323 Catalyst 2950-12
233 1.324 Catalyst 2950-24
234 1.325 Catalyst 2950C-24
235 1.326 1751
236 1.338 3661Ac
237 1.339 3661Dc
238 1.340 3662Ac
239 1.341 3662Dc
240 1.342 3662AcCo
241 1.343 3662DcCo
242 1.348 12010
243 1.355 7150 Dual FE
244 1.356 7150 Octo T1
245 1.357 7150 Dual T3
246 1.359 Catalyst 2950T-24
247 1.366 Catalyst 3550-24
248 1.367 Catalyst 3550-48
249 1.368 Catalyst 3550-12T
250 1.369 Catalyst 2924XL
251 1.370 Catalyst 2912XL
252 1.382 828
253 1.384 806
254 1.385 12416
255 1.386 Catalyst 2948G-L3Dc
256 1.387 Catalyst 4908G-L3Dc
257 1.388 12406
258 1.389 PIX 506
259 1.390 PIX 515
260 1.391 PIX 520
261 1.392 PIX 525
262 1.393 PIX 535
263 1.394 12410
264 1.395 811
265 1.396 813
266 1.397 10720
267 1.400 Catalyst 6513
268 1.402 7606
269 1.406 ONS 15540
270 1.409 CE-507
271 1.410 CE-560
272 1.411 CE-590
273 1.412 CE-7320
274 1.413 2691
275 1.414 3725
276 1.416 1760
277 1.417 PIX 501
278 1.418 2610M
279 1.419 2611M
280 1.423 12404
281 1.427 Catalyst 2950G-12
282 1.428 Catalyst 2950G-24
283 1.429 Catalyst 2950G-48
284 1.430 Catalyst 2950S-24
285 1.431 Catalyst 3550-12G
286 1.432 CE-507AV
287 1.433 CE-560AV
288 1.436 3745
289 1.439 7304
290 1.444 1721
291 1.446 827H
292 1.448 Catalyst 4006-L3
293 1.449 Catalyst 6503
294 1.450 PIX 506E
295 1.451 PIX 515E
296 1.452 Catalyst 3550-24-DC
297 1.453 Catalyst 3550-24FX
298 1.460 ONS 15530
299 1.461 ONS 15530-NEBS
300 1.462 ONS 15530-ETSI
301 1.466 2610XM
302 1.467 2611XM
303 1.468 2620XM
304 1.469 2621XM
305 1.470 2650XM
306 1.471 2651XM
307 1.472 Catalyst 2950G-24-DC
308 1.476 7301
309 1.480 Catalyst 2950-I6Q4L2-M
310 1.481 ONS 15540
311 1.482 Catalyst 2950-ST-24-LRE
312 1.483 Catalyst 2950-8-LRE
313 1.484 Catalyst 2950-24-LRE
314 1.485 Catalyst 3550-24PWR
315 1.488 Catalyst 2955T-12
316 1.489 Catalyst 2955C-12
317 1.490 CE-508
318 1.491 CE-565
319 1.492 CE-7325
320 1.493 ONS 15454
321 1.494 ONS 15327
322 1.495 837
323 1.497 830
324 1.499 836
325 1.501 Catalyst 4507-L3
326 1.502 Catalyst 4506-L3
327 1.503 Catalyst 4503-L3
328 1.504 CD7305
329 1.505 CE-510
330 1.507 Aironet 1240AG
331 1.508 Catalyst 2955S-12
332 1.509 7609
333 1.510 Catalyst 6509
334 1.511 Catalyst 3750-24
335 1.512 Catalyst 3750-48
336 1.513 Catalyst 3750-24TS
337 1.514 Catalyst 3750-24T
338 1.516 Catalyst 3750-24/48
339 1.522 FWSM Firewall
340 1.525 Aironet AP 1231G
341 1.527 Catalyst 2970
342 1.528 7613
343 1.530 Catalyst 3750 with 12 SFP Gigabit Ethernet Ports
344 1.534 Catalyst 6509 NEBA
345 1.535 Catalyst 3750-48PS
346 1.536 Catalyst 3750-24PS
347 1.537 Catalyst 4510-L3
348 1.540 Catalyst 2940-8TT
349 1.542 Catalyst 2940-8TF
350 1.543 3825
351 1.544 3845
352 1.550 1700
353 1.557 Catalyst 6000 Series Module Switch Feature Card
354 1.559 Catalyst 2950-48T
355 1.560 Catalyst 2950-48SX
356 1.561 Catalyst 2970
357 1.563 Catalyst 3560-24PS
358 1.564 Catalyst 3560-48PS
359 1.565 Aironet AP 1310
360 1.566 851
361 1.567 857 ISR
362 1.568 876
363 1.569 870
364 1.570 878
365 1.571 871
366 1.574 Catalyst 3750ME
367 1.576 2811
368 1.577 2821
369 1.578 2851
370 1.591 Catalyst 3750G-16TD
371 1.592 Gigabit Ethernet Module
372 1.595 CE-511
373 1.596 CE-566
374 1.600 CE-7306
375 1.601 WAE-7326-K9
376 1.602 Catalyst 3750G-24PS
377 1.603 Catalyst 3750G-48PS
378 1.604 Catalyst 3750G-48TS
379 1.612 CE-501
380 1.614 Catalyst 3560G-24PS
381 1.615 Catalyst 3560G-24TS
382 1.616 Catalyst 3560G-48PS
383 1.617 Catalyst 3560G-48TS
384 1.618 Aironet 1130 series
385 1.619 2801
386 1.620 1841
387 1.624 Catalyst 3750G-24TS1U
388 1.626 Catalyst 4000 Series WS-C4948
389 1.627 Catalyst WS-C4948-10GE
390 1.633 Catalyst 3560-24TS
391 1.634 Catalyst 3560-48TS
392 1.637 ONS 15310
393 1.638 1801
394 1.639 1802
395 1.640 1803
396 1.641 1811
397 1.642 1812/1812J
398 1.648 Intrusion Prevention System 4240
399 1.652 Intrusion Prevention System 4255
400 1.653 Intrusion Prevention System 6.0
401 1.655 ASA AIP SSM-20
402 1.656 Catalyst 3750-24FS
403 1.657 Catalyst 6504
404 1.658 7604
405 1.659 Catalyst 4500
406 1.660 Gigabit Ethernet Module
407 1.662 Intrusion Prevention System SSM-10
408 1.663 NME-16ES-1G-P
409 1.664 EtherSwitch Module NME-X-23ES-1G-P
410 1.666 EtherSwitch Module NME-XD-48ES-2S-P
411 1.669 ASA 5510
412 1.670 ASA 5520
413 1.671 ASA 5520
414 1.672 ASA 5540
415 1.673 ASA 5540sc
416 1.675 PIX 535
417 1.676 PIX 525
418 1.677 PIX 515E
419 1.678 PIX 525
420 1.685 Airont 1240 series
421 1.688 Catalyst 3750G-12SFP
422 1.694 Catalyst 2960-24TC
423 1.695 Catalyst 2960-48TC
424 1.696 Catalyst 2960G-24TC
425 1.697 Catalyst 2960G-48TC
426 1.702 NME-X-23ES-1G-P
427 1.703 NME-XD-48ES-2S-P
428 1.708 CE-611
429 1.716 Catalyst 2960-24TT
430 1.717 Catalyst 2960-48TT
431 1.718 Gigabit Ethernet Module
432 1.719 ME6524-GS-8S
433 1.720 6524ME Ethernet Switch
434 1.721 ME 6724
435 1.722 ME 6724
436 1.724 Catalyst Express 500-24TT
437 1.725 Catalyst Express 500 24LC
438 1.726 Catalyst Express 500-24PC
439 1.727 Catalyst Express 500G 12TC
440 1.728 Gigabit Ethernet Module
441 1.730 ACE 10-K9
442 1.733 815
443 1.743 Intrusion Prevention System 6.0
444 1.745 ASA 5505
445 1.747 Catalyst 3750G-24PS
446 1.748 Catalyst Blade Switch 3020
447 1.749 Catalyst Blade Switch 3030
448 1.753 ASA 5550
449 1.759 CE-512
450 1.761 CE-612
451 1.763 ASA 5550
452 1.764 ASA 5520
453 1.765 ASA 5540
454 1.766 ASA 5550
455 1.768 PIX 515sy
456 1.769 PIX 515Esy
457 1.770 PIX 525sy
458 1.771 PIX 535sy
459 1.772 ONS 15400
460 1.773 ASA 5510 Multiple Security Context
461 1.774 ASA 5510
462 1.776 WAE-512
463 1.777 WAE-612
464 1.778 Catalyst 3750 G24WS25
465 1.779 Catalyst 3750 G24WS50
466 1.780 ME-3400G-12CS-A
467 1.782 877
468 1.784 Catalyst Blade Switch 3040
469 1.785 WAE-511
470 1.786 WAE-611
471 1.787 WAE-726
472 1.789 Catalyst 3750 E24TD
473 1.790 Catalyst 3750 E48TD
474 1.791 Catalyst 3750 E48PD
475 1.792 Catalyst 3750 E24PD
476 1.793 Catalyst 3560E-24TD-S
477 1.794 Catalyst 3560-48TD
478 1.795 Catalyst 3560E-24PD-S
479 1.796 Catalyst 3560E-48PD-E/S/EF/SF
480 1.797 Catalyst 3560-8PC-S
481 1.798 Catalyst 2960-8TC
482 1.799 Catalyst 2960G-8TC-L
483 1.821 7200
484 1.824 ACE 4710
485 1.828 Wireless LAN Controller 2106
486 1.832 Catalyst 6509VE
487 1.834 861
488 1.836 867
489 1.837 881
490 1.838 881G
491 1.839 881F
492 1.840 881SRST
493 1.841 881BRST
494 1.842 886
495 1.843 886G
496 1.844 886F
497 1.845 886B
498 1.846 886SRST
499 1.847 887
500 1.848 887G
501 1.849 887F
502 1.850 887B
503 1.851 887SRST
504 1.852 888
505 1.853 888G
506 1.854 888F
507 1.855 888B
508 1.856 888 SRST
509 1.857 891
510 1.858 892
511 1.859 885D3
512 1.860 885FD3
513 1.861 885EJ3
514 1.863 7606-S
515 1.864 7609-S
516 1.868 Catalyst 6509VE
517 1.873 ME 3400-24FS-A
518 1.874 Catalyst 4503-E
519 1.875 Catalyst 4500-L3
520 1.876 Catalyst 4507R-E
521 1.877 Catalyst 4510R-E
522 1.878 Catalyst Express 520
523 1.879 Catalyst Express 520
524 1.880 Catalyst Express 520
525 1.881 Catalyst Express 520
526 1.882 Catalyst Express 520
527 1.883 Catalyst Express 520
528 1.884 Catalyst Express 520
529 1.885 Catalyst Express 520
530 1.886 Catalyst Express 520
531 1.887 Catalyst Express 520
532 1.888 Catalyst Express 520
533 1.889 Catalyst Express 520
534 1.890 Catalyst Express 520
535 1.891 Catalyst Express 520
536 1.892 Catalyst Express 520
537 1.893 Catalyst Express 520
538 1.894 Catalyst Express 520
539 1.895 Catalyst Express 520
540 1.896 Catalyst 6509VSS
541 1.897 Catalyst Express 520
542 1.902 1861
543 1.903 1861
544 1.904 1861
545 1.905 1861
546 1.907 WAE-7341
547 1.908 WAE-7371-K9
548 1.914 ASA 5580
549 1.915 ASA 5580 Security Context
550 1.916 ASA 5580
551 1.917 Catalyst 4500
552 1.920 Catalyst Blade Switch 3032
553 1.923 ASR 1002
554 1.924 Cisco ASR 1004
555 1.925 ASR 1006
556 1.927 Catalyst 2960-48TC-S
557 1.928 Catalyst 2960-24TC-S
558 1.929 Catalyst 2960-24-S
559 1.92 Pro 765 ISDN Access Router
560 1.932 Catalyst Express 520
561 1.933 Catalyst Express 520 24LC
562 1.934 Catalyst Express 520-24PC
563 1.935 Catalyst Express 520
564 1.936 CDE100
565 1.937 CDE200
566 1.938 CDE300
567 1.947 Catalyst Switch Module 3110X
568 1.948 Catalyst Blade Switch 3120X
569 1.949 Catalyst Blade Switch 3130X
570 1.950 Catalyst 2960 Software
571 1.951 Catalyst 2960-24LT-L
572 1.952 Catalyst 2960PD-8TT-L
573 1.954 Nexus 5020 (AC PSU)
574 1.955 Nexus 5020 (DC PSU)
575 1.956 Catalyst 3560E-12SD
576 1.957 WAE-674
577 1.958 IE 3000-4TC
578 1.959 IE 3000-8TC
579 1.970 Catalyst Express 520
580 1.971 Catalyst Express 520
581 1.972 Catalyst Express 520
582 1.973 Catalyst Express 520
583 1.982 WAE-7341
584 1.983 CE-7371
585 1.985 WAVE-574-K9
586 1.986 WAE-474-k9
587 1.987 WAE-274-K9
588 1.996 CE-674
589 1.1000 Catalyst Switch Module 3012
590 1.1005 Catalyst 2960 48-TT-S
591 1.1006 Catalyst 2960-8TC-S
592 1.1007 ME 3400EG-2CS-A
593 1.1008 ME 3400EG-12CS-M
594 1.1009 ME 3400E-24TS-M
595 1.1015 Catalyst 3560-12PC-S
596 1.1016 Catalyst 2960-48PST-L
597 1.1018 ASR9K
598 1.1019 Catalyst 3560V2-24TSD
599 1.1020 Catalyst 3560V2-24TS
600 1.1021 Catalyst 3560V2-24PS
601 1.1022 Catalyst 3750V2-24TS
602 1.1023 Catalyst 3750V2-24PS
603 1.1024 Catalyst 3560V2 48TS
604 1.1025 Catalyst 3560V2-48PS
605 1.1026 Catalyst 3750V2-48TS
606 1.1027 Catalyst 3750V2-48PS
607 1.1030 1400 series
608 1.1031 1430 series
609 1.1032 NAM Appliance 2204
610 1.1033 NAM Appliance 2220
611 1.1034 Aironet 1140 series
612 1.1035 Aironet 1140 series
613 1.1040 887V
614 1.1041 3945
615 1.1042 3925
616 1.1043 2951
617 1.1044 2921
618 1.1045 2911
619 1.1046 2901
620 1.1047 1941
621 1.1069 WLC 5500
622 1.1096 888E
623 1.1097 888EG
624 1.1098 888EB
625 1.1099 888EF
626 1.1100 888SRST
627 1.1105 887
628 1.1116 ASR 1002
629 1.1118 861NPE
630 1.1119 881NPE
631 1.1120 881GPE
632 1.1121 887NPE
633 1.1122 888GNPE
634 1.1123 891NPE
635 1.1138 887GV
636 1.1139 887SRST
637 1.1144 3925E ISR
638 1.1145 3945E ISR
639 1.1146 Catalyst 2960-24LC-S
640 1.1147 Catalyst 2960-24PC-S
641 1.1148 Catalyst 2960-48PST-S
642 1.1165 ASR 1001
643 1.1166 ASR 1013
644 1.1178 Catalyst 4948E
645 1.1179 Catalyst 2960-X 48TSS
646 1.1180 Catalyst 2960-X 24TSS
647 1.1181 Catalyst 2960-XS 48 FPDL
648 1.1182 Catalyst 2960-XS 48 LPDL
649 1.1183 Catalyst 2960-XS 48 LTDL
650 1.1184 Catalyst 2960-XS 24 PDL
651 1.1185 Catalyst 2960-XS 24 TDL
652 1.1186 Catalyst 2960-XS 48 FPSL
653 1.1187 Catalyst 2960-XS 48 LPSL
654 1.1188 Catalyst 2960-XS 24 PSL
655 1.1189 Catalyst 2960-XS 48 TSL
656 1.1190 Catalyst 2960-XS 24 TSL
657 1.1191 1921
658 1.1194 ASA 5585-SSP-10
659 1.1195 ASA 5585-SSP-20
660 1.1196 ASA 5585-X 40
661 1.1197 ASA 5585-X 60
662 1.1198 ASA 5585-X 10
663 1.1199 ASA5585-S20X-K9
664 1.1201 ASA 5585-SSP-60-SC
665 1.1208 Catalyst 2960S Software
666 1.1210 NME-WAE-502-K9
667 1.1216 Nexus C7018
668 1.1217 Nexus C7010
669 1.1222 Catalyst 3750 24 port
670 1.1223 Catalyst 3750 48 port
671 1.1224 Catalyst 3750 24 port
672 1.1225 Catalyst 3750 48 port
673 1.1226 Catalyst 3560X-24
674 1.1227 Catalyst 3560X-48T-L-S
675 1.1228 Catalyst 3560x-24P
676 1.1229 Catalyst 3560E-48PF-E/S/EF/SF
677 1.1249 892F
678 1.1250 ME 3600-24FS-M
679 1.1251 ME 3600X-24TS-M
680 1.1252 ME 3800-24FS-M
681 1.1256 Catalyst 2960S-48TS-S
682 1.1257 Catalyst 2960S-24TS-S
683 1.1258 Catalyst 2960-S 48 port FPDL
684 1.1259 Catalyst 2960-S 48 port LDPL
685 1.1260 Catalyst 2960-S 48 port TDL
686 1.1261 Catalyst 2960-S 24 port PDL
687 1.1262 Catalyst 2960-S 24 port TDL
688 1.1263 Catalyst 2960-S 48 port FPSL
689 1.1264 Catalyst 2960-S 48 port LPSL
690 1.1265 Catalyst 2960-S 24 port PSL
691 1.1266 Catalyst 2960-S 48 port TSL
692 1.1267 Catalyst 2960-S 24 port TSL
693 1.1268 1906C/K9 router
694 1.1269 Aironet 1040 series
695 1.1270 Aironet 1040 series
696 1.1271 887VA
697 1.1272 867VA
698 1.1273 886VA
699 1.1274 887VA
700 1.1278 Catalyst 2960C PD-8TT
701 1.1286 Catalyst 4507R+E
702 1.1287 Catalyst 4510R+E
703 1.1292 Catalyst 2360-48TD-S
704 1.1299 881G2
705 1.1300 Catalyst 3750-V 24
706 1.1302 ASA 5585-X 10007
707 1.1303 ASA 5585-X 20007
708 1.1304 ASA 5585-X 40007
709 1.1305 ASA 5585-X 80007
710 1.1306 ASA 5585-X 10007
711 1.1307 ASA 5585-X 20007
712 1.1308 ASA 5585-X 40007
713 1.1309 ASA 5585-X 60007
714 1.1310 ASA 5585-X 10007
715 1.1311 ASA 5585-X 20007
716 1.1312 ASA 5585-X 40007
717 1.1313 ASA 5585-X 60007
718 1.1315 Catalyst 2960C 8TC
719 1.1316 Catalyst 2960C 8PC
720 1.1317 Catalyst 3560C 8PC
721 1.1318 Catalyst 3560C 8TC
722 1.1319 IE 3010
723 1.1320 IE 3010
724 1.1323 ASA 5585-X IPS Security Services Processor 10007
725 1.1324 ASA 5585-X IPS Security Services Processor-20007
726 1.1325 ASA 5585-X IPS Security Services Processor-40007
727 1.1326 ASA 5585-X IPS Security Services Processor-60007
728 1.1327 Catalyst 4948E-F
729 1.1231 ACE 30-K9
730 1.1291 ACE 20-K9
731 1.1350 WAE-7571-K9
732 1.1352 WAVE-694-K9
733 1.1353 WAVE-594-K9
734 1.1354 WAVE-294-K9
735 1.1367 Catalyst 2960C-8PC-L
736 1.1407 ASA 5512-X
737 1.1413 ASA 5512-X
738 1.1421 ASA 5515
739 1.1732 Catalyst 4500X
740 5.1.3.1.1.2.223 Network Analysis Module
741 5.1.3.1.1.2.291 Network Analysis Module
742 5.1.3.1.1.2.914 Network Analysis Module
743 5.7 Catalyst 5000
744 5.12 Catalyst 2900
745 5.17 Catalyst 5500
746 5.18 Catalyst 1900
747 5.20 Catalyst 2820
748 5.28 Catalyst 1900c
749 5.29 Catalyst 5502
750 5.31 Catalyst 1900i
751 5.34 Catalyst 5505
752 5.35 Catalyst 2926
753 5.36 Catalyst 5509
754 5.38 Catalyst 6006
755 5.39 Catalyst 6009
756 5.40 Catalyst 4003
757 5.41 Catalyst 4912
758 5.42 Catalyst 2948
759 5.44 Catalyst 6509
760 5.45 Catalyst 6506
761 5.46 Catalyst 4006
762 5.47 Catalyst 6509NEB
763 5.49 Catalyst 2980G
764 5.50 Catalyst 6513
765 5.51 Catalyst 2980G-A
766 5.56 Catalyst 6503
767 5.58 WS-C4503
768 5.59 Catalyst 4506
769 5.61 Catalyst 6509 NEB
770 5.62 Catalyst 2948G-GE-TX
771 5.64 Catalyst 6504
772 5.175 Catalyst 1900 Lite Fx
773 9.368.4.2 CSS 11800
774 9.368.4.3 CSS 11500
775 9.368.4.4 CSS 11050
776 9.368.4.5 CSS 11503
777 9.368.4.6 CSS 11506
778 9.368.4.7 CSS 11501
779 12.3.1.3.272 ONS 15540 ESP
780 12.3.1.3.325 ONS 15530 NEBS
781 12.3.1.3.326 ONS 15530 ETSI
782 12.3.1.3.337 ONS 15540 ESPx
783 12.3.1.3.375 MDS 9506
784 12.3.1.3.376 MDS 9509
785 12.3.1.3.377 MDS 9513
786 12.3.1.3.378 ONS 15201
787 12.3.1.3.379 ONS 15252
788 12.3.1.3.486 ONS 15310
789 12.3.1.3.606 MDS 9124e
790 12.3.1.3.612 Nexus 7010
791 12.3.1.3.719 Nexus 5020
792 12.3.1.3.720 Nexus C5020P-BD
793 12.3.1.3.777 Nexus 7000
794 12.3.1.3.798 Nexus 5010
795 12.3.1.3.840 Nexus 1000v-mz
796 12.3.1.3.847 Cisco UCS 6120XP
797 12.3.1.3.899 UCS 6140XP 40-Port Fabric Interconnect
798 12.3.1.3.903 Nexus 4000
799 12.3.1.3.930 Nexus 4005I Switch Module for IBM BladeCenter
800 12.3.1.3.932 Nexus 7009
801 12.3.1.3.1008 Nexus 5548P
802 12.3.1.3.1038 Cisco Nexus 5596
803 12.3.1.3.1084 Nexus 5548UP
804 12.3.1.3.1105 Nexus 3064
805 12.3.1.3.1106 Nexus 3048
806 12.3.1.3.1107 Nexus 3016
+0
-21
share/sysobjectid.d-link.ids less more
0 10.7.1 DES 2218
1 10.8.1 DFE 2624IX
2 10.9.3 DES 3216
3 10.9.4 DES 3224
4 10.24.1.1 DES 3225G
5 10.32.1.1 DES 3326
6 10.35.1 DES 3308
7 10.36.1.11 DES 3226
8 10.43.1 DGS 3224TG
9 10.48.1 DES 3226S
10 10.52.1.1 DES-3250TG
11 10.59.4 DGS-3324Sri
12 10.63.1.1 DES-3010F
13 10.63.1.2 DES-3010G
14 10.63.3 DES-3026
15 10.63.6 DES-3028
16 10.64.1 DES 3526
17 10.70.6 DES-3627
18 10.94.1 DGS-3100-24
19 10.114.1.1 DES-3810-28
20 10.117.1.4 DGS-3120-48TC
+0
-32
share/sysobjectid.dell.ids less more
0 100.1.1094472232 Laser 1720dn
1 100.1.1094471969 Laser 5310n
2 10892.2 iDRAC
3 10895.1 PowerConnect 3024
4 10895.5 PowerConnect 3048
5 10895.3 PowerConnect 3248
6 10895.4 PowerConnect 5224
7 10895.1000 PowerConnect 5212
8 10895.3002 PowerConnect 3324
9 10895.3003 PowerConnect 3348
10 10895.3007 PowerConnect 3400
11 10895.3006 PowerConnect 3400
12 10895.3008 PowerConnect 3424
13 10895.3009 PowerConnect 3448P
14 10895.3018 PowerConnect 3524P
15 10895.3005 PowerConnect 5316M
16 10895.3004 PowerConnect 5324
17 10895.3000 PowerConnect 6024
18 10895.3015 PowerConnect 6220M
19 10895.3010 PowerConnect 6224
20 10895.3011 PowerConnect 6248
21 10895.3013 PowerConnect 6248P
22 10895.3024 PowerConnect 8024F
23 10895.3025 PowerConnect M6348
24 10895.3022 PowerConnect M8024
25 10898.1.1.1094472485 2350dn Laser
26 10898.2.100.10.51.1094473219 3130cn Color Laser
27 10898.2.100.10.52.1094473225 2135cn Multifunction Color Laser Printer
28 10898.10.1 3100cn Laser
29 10898.10.51.1094473221 Color Laser 3110cn
30 10898.10.52.1094473223 MFP Laser 3115cn
31 10898.100.1.1094472241 2330dn Laser
+0
-6
share/sysobjectid.epson.ids less more
0 1.1.2.1.3.8.65.76.45.67.49.49.48.48 AL-C1100
1 1.1.2.1.3.8.65.76.45.67.52.50.48.48 AL-C4200
2 1.1.2.1.3.8.65.76.45.67.51.57.48.48 AL-C3900
3 1.1.2.1.3.8.65.76.45.77.50.52.48.48 AL-M2400
4 1.1.2.1.3.9.69.80.76.45.78.50.53.53.48 EPL-N2550
5 1.1.2.1.3.9.69.80.76.45.78.51.48.48.48 EPL-N3000
+0
-166
share/sysobjectid.extreme.ids less more
0 # source: http://www.snmplink.org/OnLineMIB/Extreme/index.html#8
1 2.1 Summit 1
2 2.2 Summit 2
3 2.3 Summit 3
4 2.4 Summit 4
5 2.5 Summit 4 Fx
6 2.6 Summit 48
7 2.6.3 Summit 400-24t
8 2.7 Summit 24
9 2.8 BlackDiamond
10 2.11 BlackDiamond 64
11 2.12 Summit 7i Sx
12 2.13 Summit 7i Tx
13 2.14 Summit 1i Tx
14 2.15 Summit 5i
15 2.16 Summit 48i
16 2.17 Alpine 3808
17 2.19 Summit 1i Sx
18 2.20 Alpine 3804
19 2.21 Summit 5iLX
20 2.22 Summit 5i Tx
21 2.23 enetSwitch 24 Port
22 2.24 Black Diamond 6816
23 2.25 Summit 24e3
24 2.26 Alpine 3802
25 2.27 Black Diamond 6804
26 2.28 Summit 48si
27 2.30 Summit Px1
28 2.40 Summit 24e2
29 2.41 Summit 24e2
30 2.53 Summit 200-24
31 2.54 Summit 200-48
32 2.55 Summit 300-48
33 2.56 BlackDiamond 10808
34 2.58 Summit 400-48t
35 2.61 Summit 300-24
36 2.62 BlackDiamond 8810
37 2.63 Summit 400-24t
38 2.64 Summit 400-24p
39 2.65 Summit X450-24x
40 2.66 Summit X450-24t
41 2.67 Summit 400-48t
42 2.68 Summit WM100
43 2.69 Summit WM1000
44 2.70 summit 200-24fx
45 2.71 Summit X450a-24t
46 2.72 Summit X450e-24p
47 2.74 BlackDiamond 8806
48 2.75 Altitude 350
49 2.76 Summit X450a-48t
50 2.77 BlackDiamond 12804
51 2.79 Summit x450e-48p
52 2.80 Summit X450a 24tDC
53 2.82 Summit X450a-24xDC
54 2.83 Sentriant CE150
55 2.84 Summit X450a-24x
56 2.85 BlackDiamond 12802
57 2.86 Altitude 300
58 2.87 Summit X450a-48tDC
59 2.88 Summit X250-24t
60 2.89 Summit X250-24p
61 2.90 Summit X250-24x
62 2.91 Summit X250-48t
63 2.92 Summit X250-48p
64 2.93 Summit Ver2Stack
65 2.94 Summit WM200
66 2.95 Summit WM2000
67 2.96 Summit WM100Lite
68 2.97 Summit X250-24tDC
69 2.98 Summit X250-24xDC
70 2.99 Summit X250-48tDC
71 2.100 Summit X150-24t
72 2.101 Summit X150-24tDC
73 2.102 Summit X150-24p
74 2.103 Summit X150-24x
75 2.104 Summit X150-24xDC
76 2.105 Summit X150-48t
77 2.106 Summit X150-48tDC
78 2.107 Summit X150-48p
79 2.108 Sentriant AGSW
80 2.109 Sentriant AG200
81 2.110 Summit WM20
82 2.111 Summit X350-24t
83 2.112 Summit X350-48t
84 2.113 Summit X650-24t
85 2.114 Summit X650-24x
86 2.115 Sentriant NG300
87 2.116 Altitude 360
88 2.117 Altitude 450
89 2.118 summit X650-24x-SSns
90 2.119 summit X650-24t-SSns
91 2.120 Summit X650-24x-SS
92 2.121 Summit X650-24t-SS
93 2.122 Summit X650-24x-10G8X
94 2.123 Summit X650-24t-10G8X
95 2.124 Summit X650-24x-SS256
96 2.125 Summit X650-24t-SS256
97 2.126 Summit X650-24x-SS512
98 2.127 Summit X650-24t-SS512
99 2.128 BlackDiamond 20808
100 2.129 nwi-e450a
101 2.130 Sentriant PS200v1
102 2.131.15 Summit WM3700
103 2.131.16 Summit WM3600
104 2.131.18 Summit WM3400
105 2.132 BlackDiamond 20804
106 2.133 summit X480-48t
107 2.134 summit X480-48t-SS
108 2.135 summit X480-48t-10G4X
109 2.136 summit X480-48t-SS128
110 2.137 summit X480-24x
111 2.138 summit X480-24x-SS
112 2.139 summit X480-24x-10G4X
113 2.140 summit X480-24x-SS128
114 2.141 summit X480-48x
115 2.142 summit X480-48x-SS
116 2.143 summit X480-48x-10G4X
117 2.144 summit X480-48x-SS128
118 2.145 Altitude 3510
119 2.146 Altitude 3550
120 2.148 Altitude 4610
121 2.149 Altitude 4620
122 2.150 Summit X450e-24t
123 2.151 Summit X450e-48t
124 2.152 Summit X460-24t
125 2.153 Summit X460-24p
126 2.154 Summit X460-24x
127 2.155 Summit X460-48t
128 2.156 Summit X460-48p
129 2.157 Summit X460-48x
130 2.158 Altitude 4700
131 2.159 Summit X480-24x-SSV80
132 2.160 Summit X480-48x-SSV80
133 2.161 Summit X480-48t-SSV80
134 2.162 Summit X650-24x-40G4X
135 2.163 Summit X650-24t-40G4X
136 2.164 Summit X480-24x-40G4X
137 2.165 Summit X480-48x-40G4X
138 2.166 Summit X480-48t-40G4X
139 2.167 Summit X670-48x
140 2.168 Summit X670v-48x
141 2.169 E4G-400
142 2.170 BlackDiamond X8
143 2.171 E4G-200
144 2.172 Summit X440-8t
145 2.173 Summit X440-8p
146 2.174 Summit X440-24t
147 2.175 Summit X440-24p
148 2.176 Summit X440-48t
149 2.177 Summit X440-48p
150 2.178 Summit X440-24t-10G
151 2.179 Summit X440-24p-10G
152 2.180 Summit X440-48t-10G
153 2.181 Summit X440-48p-10G
154 2.182 AGS 100-24t
155 2.183 AGS 150-24p
156 2.184 Summit X670v-48t
157 2.185 Summit X440-L2-24t
158 2.186 Summit X440-L2-48t
159 2.188 Summit X440-24x
160 2.189 Summit X440-24x-10g
161 2.190 summitX430-24t
162 2.191 summitX430-48t
163 2.192 Summit X440-24tdc
164 2.193 Summit X440-48tdc
165 2.194 Summit X770-32q
+0
-191
share/sysobjectid.h3c.ids less more
0 1.1 S5500-28C-EI
1 1.2 S5500-52C-EI
2 1.3 S5500-28C-PWR-EI
3 1.4 S5500-52C-PWR-EI
4 1.5 S5500-28F-EI
5 1.6 S5500-28C-EI-DC
6 1.7 S6100-20Q-SI
7 1.8 S5500-28C-SI
8 1.9 S5500-52C-SI
9 1.10 S5500-28C-PWR-EI
10 1.11 S5500-52C-PWR-SI
11 1.12 S5510-24P
12 1.13 S5510-24F
13 1.14 S3610-28P
14 1.15 S3610-52P
15 1.16 S3610-28TP
16 1.17 S3610-28F
17 1.21 S3100-8C-SI
18 1.22 S3100-16C-SI
19 1.23 S3100-26C-SI
20 1.24 S3100-8T-SI
21 1.25 S3100-16T-SI
22 1.26 S3100-26T-SI
23 1.27 S3100-26TP-SI
24 1.28 S5100-24P-EI
25 1.29 S5100-26C-EI
26 1.30 S5100-50C-EI
27 1.31 S5100-48P-EI
28 1.32 S3600-28P-SI
29 1.33 S3600-52P-SI
30 1.34 S3600-28TP-SI
31 1.35 S3600-28P-PWR-SI
32 1.36 S3600-52P-PWR-SI
33 1.37 S3600-28P-EI
34 1.38 S3600-52P-EI
35 1.39 S3600-28P-PWR-EI
36 1.40 S3600-52P-PWR-EI
37 1.41 S3600-28F-EI
38 1.42 S5600-26C
39 1.43 S5600-50C
40 1.44 S5600-26C-PWR
41 1.45 S5600-50C-PWR
42 1.46 S5600-26F
43 1.47 S3600-52G-HI
44 1.48 S3600-52P-HI
45 1.49 S3600-28G-HI
46 1.50 S3600-28P-HI
47 1.51 S3600-52M-HI
48 1.52 S7502
49 1.53 S7503
50 1.54 S7506
51 1.55 S7506R
52 1.147 S9502
53 1.148 S9505
54 1.149 S9508
55 1.150 S9508V
56 1.151 S9512
57 1.159 S7510E
58 1.160 S5100-24P-SI
59 1.161 S5100-48P-SI
60 1.162 S5100-8P-SI
61 1.163 S5100-16P-SI
62 1.164 S5100-8P-EI
63 1.165 S5100-16P-EI
64 1.166 S5100-8P-PWR-EI
65 1.167 S5100-16P-PWR-EI
66 1.168 S5100-26C-PWR-EI
67 1.169 S5100-50C-PWR-EI
68 1.170 S3108TP-EI
69 1.171 S3116TP-EI
70 1.172 S3126TP-EI
71 1.173 S3108TP-EI-PWR
72 1.174 S3116TP-EI-PWR
73 1.175 S3126TP-EI-PWR
74 1.176 S7502M
75 1.180 S9505-V5
76 1.181 S9512-V5
77 1.182 S9508-V5
78 1.183 S9508V-V5
79 1.184 S9502-V5
80 1.189 S3100-52P
81 1.191 S2008
82 1.192 S2026
83 1.195 S3100-8TP-EI
84 1.196 S3100-8TP-PWR-EI
85 1.197 S3100-16TP-EI
86 1.198 S3100-15TP-PWR-EI
87 1.199 S3100-26TP-EI
88 1.200 S3100-26TP-PWR-EI
89 1.201 S7502-V5
90 1.207 S7503E
91 1.208 S7503E
92 1.209 S7506E
93 1.210 S7506E-V
94 1.213 S3100-8TP-SI
95 1.214 S3100-16TP-SI
96 1.216 S3100-26TP-SI-B
97 1.219 S2126-EI
98 1.230 MSR20-11
99 1.236 S3610-52M
100 1.240 S5024P
101 1.241 S5016P
102 1.244 S3100-8TP-EI
103 1.245 S3100-16TP-EI
104 1.246 S3100-26TP-EI
105 1.256 S3100-52TP
106 1.258 S1550E
107 1.259 S1550
108 1.260 S1526-EI
109 1.264 WX6103
110 1.265 WX6100LSQ
111 1.266 WX6100SB
112 1.267 WX6100SW
113 1.274 S7501M-24T
114 1.275 S7501M-24TP
115 1.276 S7502M
116 1.277 S7503M
117 1.278 S7506M
118 1.279 S7506M-V
119 1.280 S7510M
120 1.290 S5520TP-SI
121 1.297 S3100-52TP-SI
122 1.318 S5024E
123 1.319 S5048E
124 1.325 S7501E
125 1.326 S3100-8C-EPON-EI
126 1.327 S3100-16C-EPON-EI
127 1.328 S3100-26C-EPON-EI
128 1.334 S5800-32C
129 1.335 S5800-56C
130 1.336 S5800-32C-PWR
131 1.337 S5800-56C-PWR
132 1.338 S5800-60C-PWR
133 1.339 S5800-32F
134 1.340 S5800X-28C
135 1.341 S5800X-28S
136 1.358 S7602
137 1.359 S7603
138 1.360 S7606
139 1.361 S7606-V
140 1.362 S7610
141 1.370 S7503E-S
142 1.388 S9505E
143 1.389 S9508E-V
144 1.390 S9512E
145 1.391 S12508
146 1.392 S12518
147 1.395 S2008TP-EA
148 1.396 S2016TP-EA
149 1.397 S2403TP-EA
150 1.400 S3528P-EA
151 1.401 S3552P-EA
152 1.402 S3552F-EA
153 1.403 S3528F-EA
154 1.404 S3528TP-EA
155 1.439 S3620-28TP-EI
156 1.440 S3620-28P-EI
157 1.441 S3620-52P-EI
158 1.442 S3620-28P-PWR-EI
159 1.443 S3820-52P-PWR-EI
160 1.444 S3620-28F-EI
161 1.445 S3620-52M
162 1.446 S3620-52M-DC
163 1.447 S3620-28C-EI
164 1.453 S5810-50S
165 1.461 S5120-20P-SI
166 1.462 S5120-28P-SI
167 1.463 S5120-52P-SI
168 1.464 S5120-28P-EI
169 1.465 S5120-52P-EI
170 1.466 S5120-28P-LPWR-EI
171 1.467 S5120-29P-PWR-EI
172 1.468 WX6100LSR
173 1.469 S7506E
174 1.472 S1626
175 1.473 S1650
176 1.474 S1626P
177 1.499 S7602S
178 1.500 S7603-ES
179 1.501 S7606-ES
180 1.512 S2008TP-EA(SI)
181 1.513 S2016TP-EA(SI)
182 1.514 S2403TP-EA(SI)
183 1.515 S5120-24P-EI
184 1.516 S5120-48P-EI
185 1.517 S5120-28C-EI
186 1.518 S5120-52C-EI
187 1.519 S5120-28C-PWR-EI
188 1.520 S5120-52C-PWR-EI
189 11.1.24 A5500-24G EI
190 11.1.34 A5120-48G EI
+0
-115
share/sysobjectid.hewlett-packard.ids less more
0 2.3.7.11.1 AdvanceStack Switch 2000 (J3100A)
1 2.3.7.11.2 AdvanceStack Switch 2000B (J3100B)
2 2.3.7.11.3 AdvanceStack Switch 800T (J3245A
3 2.3.7.11.4 AdvanceStack Switch 208T (J3175A)
4 2.3.7.11.4.1 ProCurve 208T
5 2.3.7.11.4.2 ProCurve 208T
6 2.3.7.11.4.3 ProCurve 224T
7 2.3.7.11.4.4 ProCurve 224VG
8 2.3.7.11.5 ProCurve 212 (J3298A)
9 2.3.7.11.6 ProCurve 224M (J3299A)
10 2.3.7.11.7 ProCurve 8000M (J4110)
11 2.3.7.11.8 ProCurve 1600M (J4120A)
12 2.3.7.11.9 ProCurve 4000M (J4121A)
13 2.3.7.11.10 ProCurve 2400M (J4122A)
14 2.3.7.11.11 ProCurve 2424M (J4122B)
15 2.3.7.11.13 ProCurve 9308M (J4138A)
16 2.3.7.11.14 ProCurve 9304M (J4139A)
17 2.3.7.11.15 ProCurve 6308M (J4840A)
18 2.3.7.11.16 ProCurve 6208M (J4841A)
19 2.3.7.11.17 ProCurve 5308XL (J4819A)
20 2.3.7.11.18 ProCurve 2512 (J4812A)
21 2.3.7.11.19 ProCurve 2524 (J4813A)
22 2.3.7.11.20 ProCurve 5304XL (J4850A)
23 2.3.7.11.21 ProCurve 3324XL (J4815A)
24 2.3.7.11.22 ProCurve 3124 (J4851A)
25 2.3.7.11.23 ProCurve 4108GL (J4865A)
26 2.3.7.11.24 ProCurve Copper GE Blade for BH7800 BladeServer (A6713A)
27 2.3.7.11.25 ProCurve SX Fiber Blade for BH7800 BladeServer (A6716A)
28 2.3.7.11.26 ProCurve LX Fiber Blade for BH7800 BladeServer (A6717A)
29 2.3.7.11.27 ProCurve 4104GL (J4887A)
30 2.3.7.11.28 ProCurve 9315M (J4874A)
31 2.3.7.11.29 ProCurve 2650 (J4899A)
32 2.3.7.11.30 ProCurve 6108 (J4902A)
33 2.3.7.11.31 ProCurve 2824 (J4903A)
34 2.3.7.11.32 ProCurve 2848 (J4904A)
35 2.3.7.11.33 Proliant Switch
36 2.3.7.11.33.1.1.1 ProLiant BL p-Class C-GbE2 Interconnect Switch
37 2.3.7.11.33.4.1.1 ProLiant C-Class BladeSystem GbE2c Ethernet Blade Switch
38 2.3.7.11.33.5.1.1 ProLiant BL p-Class C-GbE2C Ethernet Blade Switch
39 2.3.7.11.34 ProCurve 2626 (J4900A)
40 2.3.7.11.35 ProCurve 2650-PWR (J8165A)
41 2.3.7.11.36 ProCurve 2626-PWR (J8164A)
42 2.3.7.11.37 Wireless Access Point AP420WL (J8130A)
43 2.3.7.11.38 Wireless Access Point AP520WL (J8133A)
44 2.3.7.11.39 Access Controller 720WL (J8153A)
45 2.3.7.11.40 Access Controller Server 740WL (J8154A)
46 2.3.7.11.41 Integrated Access Manager 760WL (J8155A)
47 2.3.7.11.42 ProCurve Switch 3400cl-24G (J4905A)
48 2.3.7.11.43 ProCurve Switch 3400cl-48G (J4906A)
49 2.3.7.11.44 ProCurve 2650 (J4899B)
50 2.3.7.11.45 ProCurve 2626 (J4900B)
51 2.3.7.11.46 ProCurve 5404yl (J8718A)
52 2.3.7.11.47 ProCurve 5408yl (J8719A)
53 2.3.7.11.48 ProCurve 6400 (J8433A)
54 2.3.7.11.49 ProCurve 6400 (J8474A)
55 2.3.7.11.50 ProCurve 5406zl (J8697A)
56 2.3.7.11.51 ProCurve 5412zl (J8698A)
57 2.3.7.11.52 ProCurve 4204vl (J8770A)
58 2.3.7.11.53 ProCurve 4208vl (J8773A)
59 2.3.7.11.54 ProCurve 9400 (J8453A)
60 2.3.7.11.55 ProCurve 2608-PWR (J8762A)
61 2.3.7.11.56 ProCurve 4202vl-48G (J8771A)
62 2.3.7.11.57 ProCurve 4202vl-72 (J8772A)
63 2.3.7.11.58 ProCurve Switch 3500yl-24G (J8692A)
64 2.3.7.11.59 ProCurve Switch 3500yl-48G (J8693A)
65 2.3.7.11.60 ProCurve 6200yl-24G (J8992A)
66 2.3.7.11.61 ProCurve 2510-24 (J9019A)
67 2.3.7.11.62 ProCurve 2510-48 (J9020A)
68 2.3.7.11.63 ProCurve 2810-24G (J9021A)
69 2.3.7.11.64 ProCurve 2810-48G (J9022A)
70 2.3.7.11.65 ProCurve 1800-24G (J9028A)
71 2.3.7.11.66 ProCurve 1800-8G (J9029A)
72 2.3.7.11.67 ProCurve (J9038A)
73 2.3.7.11.68 ProCurve 2900-48g (J9050A)
74 2.3.7.11.69 ProCurve 2900-24G (J9049A)
75 2.3.7.11.70 ProCurve 4202vl-68G (J9032A)
76 2.3.7.11.72 ProCurve 8212zl (J8715A)
77 2.3.7.11.74 ProCurve 1700-8 (J9079A)
78 2.3.7.11.75 ProCurve 1700-24 (J9080A)
79 2.3.7.11.76 ProCurve 2610-24
80 2.3.7.11.77 ProCurve 2610-48
81 2.3.7.11.78 ProCurve 2610-24-PWR
82 2.3.7.11.79 ProCurve 2610-48-PWR
83 2.3.7.11.80 ProCurve 2610-24/12-PWR (J9086A)
84 2.3.7.11.81 ProCurve 1800-24G-B (J9028B)
85 2.3.7.11.82 ProCurve 2626C
86 2.3.7.11.83 ProCurve 2650 (J4899C)
87 2.3.7.11.84 ProCurve 2910al-24G-PoE (J9146A)
88 2.3.7.11.85 ProCurve 2910al-48G-PoE
89 2.3.7.11.86 ProCurve 2910al-24G
90 2.3.7.11.87 ProCurve 2910al-48G
91 2.3.7.11.88 ProCurve 2510G-24
92 2.3.7.11.89 ProCurve 2510G-48
93 2.3.7.11.90 ProCurve 2510B-24
94 2.3.7.11.94 ProCurve 2520-8-PoE (J9137A)
95 2.3.7.11.95 ProCurve 2520-24-PoE (J9138A)
96 2.3.7.11.96 ProCurve 2520G-8-PoE (J9298A)
97 2.3.7.11.97 ProCurve 2520G-24-PoE (J9299A)
98 2.3.7.11.98 ProCurve 6600ml-24X (J9265A)
99 2.3.7.11.100 ProCurve 6600ml-24G (J9263A)
100 2.3.7.11.101 ProCurve 6600ml-24G-4XG (J9264A)
101 2.3.7.11.103 ProCurve 1810G-8 (J9449A)
102 2.3.7.11.104 ProCurve 1810G-24 (J9450A)
103 2.3.7.11.105 ProCurve Switch 6600-48G-4XG (J9452A)
104 2.3.7.11.106 ProCurve 6600-48G (J9451A)
105 2.3.7.11.107 ProCurve 6120XG (516733-B21)
106 2.3.7.11.108 ProCurve 6120G/XG (498358-B21)
107 2.3.7.11.109 ProCurve 3500-24-PoE (J9471A)
108 2.3.7.11.110 ProCurve 3500-48-PoE (J9473A)
109 2.3.7.11.111 ProCurve 3500-24 (J9470A)
110 2.3.7.11.112 ProCurve 3500-48 (J9472A)
111 2.3.7.11.113 ProCurve 8206zl (J9477A)
112 2.3.7.11.114 ProCurve 3500yl-24G-PoE+ (J9310A)
113 2.3.7.11.117 ProCurve 2615-8-PoE (J9565A)
114 2.3.7.11.122 E3800-48G-4SFP (J9576A)
+0
-46
share/sysobjectid.juniper.ids less more
0 1.1.1.2.1 M40
1 1.1.1.2.2 M20
2 1.1.1.2.3 M160
3 1.1.1.2.4 M10
4 1.1.1.2.5 M5
5 1.1.1.2.6 T640
6 1.1.1.2.7 T320 Backbone Router
7 1.1.1.2.8 M40e
8 1.1.1.2.9 M320
9 1.1.1.2.10 M7i
10 1.1.1.2.11 M10i
11 1.1.1.2.13 J2300
12 1.1.1.2.14 J4300
13 1.1.1.2.15 J6300
14 1.1.1.2.17 TX Routing Matrix
15 1.1.1.2.18 M120
16 1.1.1.2.19 J4350
17 1.1.1.2.20 J6350
18 1.1.1.2.21 MX960
19 1.1.1.2.22 J4320 Service Router
20 1.1.1.2.23 JSR2320
21 1.1.1.2.24 J2350
22 1.1.1.2.25 MX480
23 1.1.1.2.26 SRX5800
24 1.1.1.2.27 T1600
25 1.1.1.2.28 SRX5600 Services Gateway
26 1.1.1.2.29 MX240
27 1.1.1.2.30 EX3200-24t
28 1.1.1.2.31 EX4200-24t
29 1.1.1.2.32 EX8208
30 1.1.1.2.33 EX8216 Ethernet Switch
31 1.1.1.2.34 SRX3600
32 1.1.1.2.35 SRX3400
33 1.1.1.2.36 SRX210
34 1.1.1.2.37 TX Matrix Plus Router
35 1.1.1.2.38 JCS 1200 Control System
36 1.1.1.2.39 SRX240h
37 1.1.1.2.40 SRX650
38 1.1.1.2.41 SRX100 Services Gateway
39 1.1.1.2.43 EX2200
40 1.1.1.2.44 EX4500
41 1.1.1.2.49 SRX1400
42 1.1.1.2.57 MX80
43 1.1.1.2.59 EX-XRE
44 1.1.1.2.76 EX3300
45 1.1.1.2.90 MX5
+0
-46
share/sysobjectid.konica.ids less more
0 1.1.1.2.1.8.1.2 200
1 1.1.1.2.1.56.1.1 222
2 1.1.1.2.1.7.1.2 250
3 1.1.1.2.1.7.2.2 250
4 1.1.1.2.1.6.2.2 350
5 1.1.1.2.1.6.1.2 350
6 1.1.1.2.1.54.2.1 362
7 1.1.1.2.1.54.1.1 b362
8 1.1.1.2.1.65.2.1 bizhub 283
9 1.1.1.2.1.65.3.1 bizhub 283 laser MFP
10 1.1.1.2.1.64.2.1 bizhub 363
11 1.1.1.2.1.40.2.2 bizhub 421
12 1.1.1.2.1.40.4.1 bizhub 421
13 1.1.1.2.1.63.2.1 bizhub 423
14 1.1.1.2.1.39.2.2 bizhub 501
15 1.1.1.2.1.38.2.1 bizhub 601
16 1.1.1.2.1.43.3.1 bizhub C20
17 1.1.1.2.1.57.2.2 bizhub C220
18 1.1.1.2.1.107.2.1 bizhub C224
19 1.1.1.2.1.26.2.1 bizhub C252
20 1.1.1.2.1.30.3.2 bizhub C253
21 1.1.1.2.1.30.2.2 bizhub C253
22 1.1.1.2.1.50.3.2 bizhub C280
23 1.1.1.2.1.50.2.1 bizhub C280
24 1.1.1.2.1.50.2.2 bizhub C280
25 1.1.1.2.1.84.3.1 bizhub C284
26 1.1.1.2.1.58.2.2 bizhub C35
27 1.1.1.2.1.29.3.2 bizhub C353
28 1.1.1.2.1.29.2.2 bizhub C353
29 1.1.1.2.1.29.6.2 bizhub C353P
30 1.1.1.2.1.49.3.2 bizhub C360
31 1.1.1.2.1.49.2.2 bizhub C360
32 1.1.1.2.1.83.2.1 bizhub C364
33 1.1.1.2.1.28.2.3 bizhub C451
34 1.1.1.2.1.28.3.3 bizhub C451
35 1.1.1.2.1.48.2.1 bizhub C452
36 1.1.1.2.1.48.3.2 bizhub C452
37 1.1.1.2.1.25.2.3 bizhub C550
38 1.1.1.2.1.25.2.2 bizhub C550
39 1.1.1.2.1.45.3.3 bizhub C552
40 1.1.1.2.1.45.2.1 bizhub C552
41 1.1.1.2.1.44.3.3 bizhub C652
42 1.1.1.2.1.51.2.1 bizhub C652DS
43 1.1.1.1.1.23.1.1 magicolor 1690MF
44 1.1.1.2.1.107.3.1 bizhub C224
45 1.1.1.2.1.103.2.1 bizhub C554
+0
-62
share/sysobjectid.lexmark.ids less more
0 1.71106791 C Series
1 1.71106741 C522
2 1.71106736 C524
3 1.71106811 C532
4 1.71106812 C534
5 1.71106873 C540
6 1.71106847 C543
7 1.71106846 C544
8 1.71107008 C546
9 1.71107031 Pro5500 Series
10 1.71106869 C736
11 1.71107106 C748
12 1.71106823 C782
13 2.71106823 C782
14 1.71107012 C792
15 1.71106743 C920
16 1.71106837 C935
17 1.71107014 C950
18 1.71106802 E250dn
19 1.71106851 E260dn
20 1.71106800 E352dn
21 1.71106853 E360dn
22 1.71106798 E450dn
23 1.71106854 E460dn
24 3.952056622 Forms Printer 2580
25 1.71107110 MS310dn
26 1.71107117 MS510dn
27 1.71107113 MS811
28 2.71107114 MX710
29 2.71107121 MX511dhe
30 1.71106749 T640
31 1.71106750 T642
32 1.71106861 T644
33 1.71106859 T650
34 1.71106860 T652
35 1.71106751 T654
36 1.71106740 W840
37 1.71106975 W850
38 3.672622 X342n
39 2.71106856 X264dn
40 2.71106857 X363dn
41 2.71106923 X364dn
42 2.71106920 X463de
43 2.71106998 X466de
44 2.71106848 X544
45 2.71107011 X546
46 2.11152 X560n
47 2.71106792 X642e
48 2.71106758 X646e
49 2.71106893 X654de
50 2.71106972 X656de
51 2.71106978 X862de
52 2.71106894 X658de
53 2.71106890 X734de
54 2.71106891 X738de
55 2.71107107 X746
56 2.71107013 X792
57 2.71106755 X852e
58 2.71106756 X854e
59 2.71106977 X860de
60 2.71106836 X945e
61 2.71107023 X950
+0
-36
share/sysobjectid.netscreen.ids less more
0 # source: https://www.juniper.net/techpubs/software/screenos/screenos6.3.0/6.3mib.zip
1 1.2 5
2 1.3 10
3 1.4 100
4 1.5 1000
5 1.6 500
6 1.7 50
7 1.8 50
8 1.9 204
9 1.10 208
10 1.11 5XT
11 1.12 5XP
12 1.13 5000
13 1.14 5GT
14 1.15 Hardware Security Client
15 1.16 ISG 2000
16 1.17 5GT-ADSL-AnnexA
17 1.19 5GT-ADSL-AnnexB
18 1.21 5GT-WLAN
19 1.23 5GT-ADSL-AnnexA-WLAN
20 1.25 5GT-ADSL-AnnexB-WLAN
21 1.28 ISG 1000
22 1.29 SSG5
23 1.30 SSG5-ISDN
24 1.31 SSG5-v92
25 1.32 SSG5-Serial-WLAN
26 1.33 SSG5-ISDN-WLAN
27 1.34 SSG5-v92-WLAN
28 1.35 SSG20
29 1.36 SSG20-WLAN
30 1.50 SSG520
31 1.51 SSG550M
32 1.52 SSG140
33 1.53 SSG140
34 1.54 SSG320M
35 1.55 SSG350M
+0
-56
share/sysobjectid.nortel.ids less more
0 3.72 2500 Series Ethernet Routing Switch
1 3.72.2 2526T-PWR Ethernet Routing Switch
2 3.72.3 2550T Ethernet Routing Switch
3 3.72.4 2550T-PWR Ethernet Routing Switch
4 1.3.6.1.4.1.1872.1.13.2.2 3416
5 3.71 4500 Ethernet Routing Switch
6 3.71.8 4524GT Ethernet Routing Switch
7 3.71.5 4526FX Ethernet Routing Switch
8 3.71.7 4526GTX Ethernet Routing Switch
9 3.71.6 4526GTX-PWR Ethernet Routing Switch
10 3.71.10 4526T Ethernet Routing Switch
11 3.71.9 4526T-PWR Ethernet Routing Switch
12 3.40.1 BPS 2000
13 3.29.1 BayStack 302T/F
14 3.29 BayStack 302T/F
15 3.15.1 Baystack 28115
16 3.28.1 Baystack 28200
17 3.32.2 Baystack 310-24
18 3.30 Baystack 350
19 3.45.1 Baystack 380
20 3.51.1 Baystack 380
21 3.45 Baystack 380
22 3.51 Baystack 380-24F
23 3.36.1 Baystack 410
24 3.36 Baystack 410
25 3.43 Baystack 420
26 3.43.1 Baystack 420
27 3.57 Baystack 425
28 3.57.2 Baystack 425
29 3.57.1 Baystack 425-48T
30 3.35.1 Baystack 450
31 3.35 Baystack 450
32 3.49 Baystack 460-24T
33 3.49.1 Baystack 460-24T-PWR
34 3.46 Baystack 470
35 3.54.1 Baystack 470 24T
36 3.46.1 Baystack 470 48T
37 3.54 Baystack 470-24T
38 3.64.1 Baystack 470-28T-PWR
39 3.52.1 Baystack 5510 24T
40 3.53.1 Baystack 5510 48T
41 3.52 Baystack 5510-24T
42 3.53 Baystack 5510-28T
43 3.65 Baystack 5530 24TFD
44 3.72.1 Ethernet Routing Switch 2526T
45 3.71.1 Ethernet Routing Switch 4548GT
46 3.71.2 Ethernet Routing Switch 4548GT-PWR
47 3.71.3 Ethernet Routing Switch 4550T
48 3.71.4 Ethernet Routing Switch 4550T-PWR
49 3.63.1 Ethernet Routing Switch 470-24T-PWR
50 3.59.1 Ethernet Routing Switch 5520-24T
51 3.59.2 Ethernet Routing Switch 5520-48T
52 3.74.4 Ethernet Routing Switch 5650TD
53 3.74.2 Ethernet Routing Switch 5698TFD
54 3.38.2 Passport 8010
55 3.38.1 Passport 8100
+0
-19
share/sysobjectid.sharp.ids less more
0 3.1.4.1.5 AR-275
1 3.1.1.1.12 AR-505/S505
2 3.1.3.1.1 AR-M350
3 3.1.29.1.2 Imagistics 4511
4 3.1.63.1.5 MX-2600N
5 3.1.83.1.3 MX-3110N
6 3.1.71.1.1 MX-M283N
7 3.1.71.1.7 MX-M453N
8 3.1.26.1.11 AR-M351U
9 3.1.11.1.8 AR-M550N
10 3.1.32.1.5 MX-2300N
11 3.1.63.1.6 MX-3100N
12 3.1.33.1.4 MX-3501N
13 3.1.83.1.5 MX-3610N
14 3.1.64.1.2 MX-4100N
15 3.1.85.1.9 MX-4112N
16 3.1.33.1.8 MX-4501N
17 3.1.64.1.8 MX-5001N
18 3.1.52.1.6 MX-M450N
+0
-215
share/sysobjectid.xerox.ids less more
0 8.62.1.5.20.3.1 4110 EPS
1 8.62.1.5.22.2.1 4112 EPS
2 8.62.1.5.22.4.1 4127 Enterprise Printing System
3 8.62.1.5.21.5.1.1 Color 550
4 8.62.1.3.2.2.2 DocuPrint
5 8.62.1.2.2.1.1 DocuPrint
6 8.62.1.3.2.19.1 DocuPrint
7 8.62.1.3.2.3.2 DocuPrint
8 8.62.1.2.4.1.1 DocuPrint
9 8.62.1.2.2.2.1 DocuPrint N17
10 8.62.1.3.2.17.2 DocuPrint N2025
11 8.62.1.3.2.17.1 DocuPrint N2025
12 8.62.1.3.2.18.1 DocuPrint N2125
13 8.62.1.3.2.18.2 DocuPrint N2125
14 8.62.1.3.2.2.1 DocuPrint N24
15 8.62.1.3.2.1.2 DocuPrint N24/N32
16 8.62.1.3.2.1.1 DocuPrint N24/N32
17 8.62.1.3.2.20.1 DocuPrint N2825
18 8.62.1.3.2.20.2 DocuPrint N2825
19 8.62.1.3.2.21.2 DocuPrint N3225
20 8.62.1.3.2.21.1 DocuPrint N3225
21 8.62.1.3.2.3.1 DocuPrint N40
22 8.62.1.3.2.22.2 DocuPrint N4025
23 8.62.1.3.2.22.1 DocuPrint N4025
24 8.62.1.3.2.36.1 DocuPrint N4525
25 8.62.1.3.3.1.1 DocuPrint NC1235
26 8.62.1.2.3.2.1 DocuPrint NC60
27 8.62.1.2.3.1.2 DocuPrint NC60
28 8.62.1.2.3.1.1 DocuPrint NC60
29 8.62.1.5.1.1.1 DocuTech 6180
30 8.62.1.1.3.2.3 Document Center 230LP
31 8.62.1.1.3.2.2 Document Center 230LP
32 8.62.1.1.3.2.1 Document Center 230LP
33 8.62.1.1.3.2.4 Document Center 230LP
34 8.62.1.1.3.2.5 Document Center 230LP
35 8.62.1.1.3.1.3 Document Center 230ST
36 8.62.1.1.3.1.4 Document Center 230ST
37 8.62.1.1.3.1.5 Document Center 230ST
38 8.62.1.1.5.1.2 Document Center 240ST
39 8.62.1.1.5.1.3 Document Center 240ST
40 8.62.1.1.5.1.1 Document Center 240ST
41 8.62.1.1.4.2.1 Document Center 265LP
42 8.62.1.1.4.2.2 Document Center 265LP
43 8.62.1.1.4.2.3 Document Center 265LP
44 8.62.1.1.4.1.2 Document Center 265ST
45 8.62.1.1.4.1.1 Document Center 265ST
46 8.62.1.1.4.1.3 Document Center 265St
47 8.62.1.1.8.1.4 Document Centre
48 8.62.1.1.20.1.4 Document Centre
49 8.62.1.4.2.1.1 Document Centre
50 8.62.1.1.19.2.2 Document Centre
51 8.62.1.1.19.2.1 Document Centre
52 258.300.127.1.297.93.1.8.7.1.1 Document Centre
53 258.300.127.1.297.93.1.8.6.1.1 Document Centre
54 8.62.1.1.20.1.5 Document Centre
55 8.62.1.1.17.2.3 Document Centre
56 8.62.1.1.27.1 Document Centre
57 8.62.1.1.20.2.1 Document Centre
58 8.62.1.1.17.4.3 Document Centre
59 8.62.1.1.3.1.2 Document Centre 220/230ST
60 8.62.1.1.8.1.3 Document Centre 220/230ST
61 8.62.1.1.22.1.2 Document Centre 230ST
62 8.62.1.1.22.1.3 Document Centre 230ST
63 8.62.1.1.22.1.1 Document Centre 230ST
64 8.62.1.1.3.1.1 Document Centre 230ST
65 8.62.1.1.7.2.3 Document Centre 255LP
66 8.62.1.1.7.2.2 Document Centre 255LP
67 8.62.1.1.7.2.1 Document Centre 255LP
68 8.62.1.1.7.1.1 Document Centre 255ST
69 8.62.1.1.7.1.2 Document Centre 255ST
70 8.62.1.1.7.1.3 Document Centre 255ST
71 8.62.1.1.6.1.1 Document Centre 332/340 ST
72 8.62.1.1.9.1.1 Document Centre 332/340ST
73 8.62.1.1.9.2.1 Document Centre 332LP
74 8.62.1.1.9.2.3 Document Centre 332LP
75 8.62.1.1.9.2.2 Document Centre 332LP
76 8.62.1.1.9.1.2 Document Centre 332ST
77 8.62.1.1.9.1.3 Document Centre 332ST
78 8.62.1.1.6.2.2 Document Centre 340LP
79 8.62.1.1.6.2.3 Document Centre 340LP
80 8.62.1.1.6.2.1 Document Centre 340LP
81 8.62.1.1.6.1.2 Document Centre 340ST
82 8.62.1.1.6.1.3 Document Centre 340ST
83 8.62.1.1.19.1.2 Document Centre 420ST
84 8.62.1.1.19.1.1 Document Centre 420ST
85 8.62.1.1.19.1.3 Document Centre 420ST
86 8.62.1.1.24.1.1 Document Centre 425ST
87 8.62.1.1.20.1.1 Document Centre 432ST
88 8.62.1.1.20.1.2 Document Centre 432ST
89 8.62.1.1.20.1.3 Document Centre 432ST
90 8.62.1.1.21.1.1 Document Centre 440ST
91 8.62.1.1.21.1.3 Document Centre 440ST
92 8.62.1.1.21.1.2 Document Centre 440ST
93 8.62.1.1.17.1.2 Document Centre 450
94 8.62.1.1.17.1.1 Document Centre 450
95 8.62.1.1.17.2.1 Document Centre 460
96 8.62.1.1.17.2.2 Document Centre 460
97 8.62.1.1.17.3.2 Document Centre 465
98 8.62.1.1.17.3.1 Document Centre 465
99 8.62.1.1.17.4.2 Document Centre 470
100 8.62.1.1.17.4.1 Document Centre 470
101 8.62.1.1.17.5.1 Document Centre 475
102 8.62.1.1.17.5.2 Document Centre 475
103 8.62.1.1.23.1.3 Document Centre 480
104 8.62.1.1.23.1.2 Document Centre 480
105 8.62.1.1.23.1.1 Document Centre 480
106 8.62.1.1.23.2.1 Document Centre 485
107 8.62.1.1.23.2.2 Document Centre 485
108 8.62.1.1.18.1.1 Document Centre 495
109 8.62.1.1.18.2.1 Document Centre Centre 4110
110 8.62.1.4.2.1.2 Document Centre ColorSeries 50
111 8.62.1.1.27.1.2 Document Centre Multi-Function System
112 8.62.1.2.1.1.1 Docuprint 4512
113 8.62.1.3.3.2.1 Phaser 2135
114 8.62.1.2.5.1.1 Phaser 3400
115 8.62.1.17.17.1.1.1 Color 800 Press
116 8.62.1.19.1.4.1 Phaser 3428
117 8.62.1.19.1.9.1 Phaser 3600
118 8.62.1.19.1.24.1.1 Phaser 4600
119 8.62.1.19.1.25.1.1 Phaser 4620
120 8.62.1.19.2.1.3 Phaser 4400DT
121 8.62.1.19.2.2.1 Phaser 4500N
122 8.62.1.19.2.3.2 Phaser 4510N
123 8.62.1.19.2.3.3 Phaser 4510DT
124 8.62.1.19.3.2.3 Phaser 5550DN
125 8.62.1.19.3.2.4 Phaser 5550DT
126 8.62.1.19.4.20.1 Phaser 6110MFP
127 8.62.1.19.4.23.1 Phaser 6130N
128 8.62.1.19.4.1.3 Phaser 6200 DP
129 8.62.1.19.4.1.4 Phaser 6200 DX
130 8.62.1.19.4.4.3 Phaser 6300DN
131 8.62.1.19.4.8.1 Phaser 6360N
132 8.62.1.19.4.8.2 Phaser 6360DN
133 8.62.1.19.4.8.3 Phaser 6360DT
134 8.62.1.19.4.21.2 Phaser 6180 MFP
135 8.62.1.19.4.33.2.1 Phaser 6500DN
136 8.62.1.19.5.1.1 Phaser 7300 DN
137 8.62.1.19.5.3.2 Phaser 7750DN
138 8.62.1.19.5.5.3 Phaser 7500DT
139 8.62.1.19.6.3.1 Phaser 8560DP
140 8.62.1.19.6.3.2 Phaser 8850DT
141 8.62.1.19.6.9.2 Phaser 8560DN
142 8.62.1.19.6.9.3 Phaser 8560DT
143 8.62.1.19.6.17.1 Phaser 8860
144 8.62.1.19.6.18.1 Phaser 8860 MFP
145 8.62.1.19.6.29.1.2 Phaser 3320
146 8.62.1.20.1.2 WorkCentre Pro
147 8.62.1.20.1.2.2 WorkCentre Pro Multifunction System
148 8.62.1.20.1.3.1 WorkCentre Pro Multifunction System
149 8.62.1.20.1.4.2 WorkCentre Pro Multifunction System
150 8.62.1.20.1.6.2 WorkCentre Pro 65
151 8.62.1.20.1.8.2 WorkCentre Pro Multifunction System
152 8.62.1.20.1.19.1 WorkCentre Pro Multifunction System
153 8.62.1.20.1.20.1 WorkCentre Pro
154 8.62.1.20.1.21.1 WorkCentre Pro C3545
155 8.62.1.20.1.25.1 WorkCentre Pro
156 8.62.1.20.1.29.1 WorkCentre 7665 v1
157 8.62.1.20.1.31.1 WorkCentre 4118
158 8.62.1.20.2.1 WorkCentre Pro
159 8.62.1.20.2.2 WorkCentre
160 8.62.1.20.2.3 WorkCentre
161 8.62.1.20.2.4 WorkCentre
162 8.62.1.20.2.7 WorkCentre
163 8.62.1.20.2.7.1 WorkCentre M20i
164 8.62.1.20.2.22.1 WorkCentre Pro 123
165 8.62.1.20.2.31.1 WorkCentre Pro 238
166 8.62.1.20.2.33.1 WorkCentre Pro Multifunction System
167 8.62.1.20.2.25 WorkCentre
168 8.62.1.20.2.32.1 WorkCentre 5150
169 8.62.1.20.2.40.1.2 WorkCentre 7335
170 8.62.1.20.2.41.1.2 WorkCentre 5150
171 8.62.1.20.3.8.1 WorkCentre 7132
172 8.62.1.20.3.9.1 WorkCentre 7228
173 8.62.1.20.3.17.1 WorkCentre 7235
174 8.62.1.20.3.35.1.1 WorkCentre 5632 v1
175 8.62.1.20.3.35.1 WorkCentre 5632 v1
176 8.62.1.20.3.37.1.1 WorkCentre 5638 v1
177 8.62.1.20.3.37.1 WorkCentre 5638 v1 Multifunction System
178 8.62.1.20.3.38.1 WorkCentre 5645 v1 Multifunction System
179 8.62.1.20.3.38.1.1 WorkCentre 5645 v1 Multifunction System
180 8.62.1.20.3.39.1 WorkCentre 5655
181 8.62.1.20.3.39.1.1 WorkCentre 5655 v1
182 8.62.1.20.3.40.1.1 WorkCentre 5665 v1
183 8.62.1.20.4.6.1 WorkCentre 5225
184 8.62.1.20.4.9.1.1 WorkCentre 5687 v1
185 8.62.1.20.4.19.1 WorkCentre 7328
186 8.62.1.20.4.20.1 WorkCentre 7335
187 8.62.1.20.4.21.1 WorkCentre 7345
188 8.62.1.20.4.22.1 WorkCentre 7232
189 8.62.1.20.4.27.1 Phaser 3635MFP
190 8.62.1.20.5.1.1 WorkCentre 7346
191 8.62.1.20.5.3.1 WorkCentre 7428
192 8.62.1.20.5.4.1 WorkCentre 7435
193 8.62.1.20.5.5.2.1 WorkCentre 6400X
194 8.62.1.20.5.23.1 WorkCentre 3220
195 8.62.1.20.5.29.1.1 WorkCentre 5735
196 8.62.1.20.5.31.1.1 WorkCentre 5745
197 8.62.1.20.5.33.1.1 WorkCentre 5765
198 8.62.1.20.5.34.1.1 WorkCentre 5775
199 8.62.1.20.5.36.1.1 WorkCentre 7120
200 8.62.1.20.5.39.1.1 WorkCentre 7535 v1
201 8.62.1.20.5.40.1.1 WorkCentre 7545 v1 Multifunction System
202 8.62.1.20.6.3.1.1 WorkCentre 5325
203 8.62.1.20.6.4.1.1 WorkCentre 5330
204 8.62.1.20.6.6.1.1 WorkCentre 7125
205 8.62.1.22.1.8.1.1 Wide Format 6604
206 8.62.1.23.2.5.1 Nuvera 120
207 8.62.1.23.7.1.1 Nuvera 288
208 8.62.1.24.1.1.2.1 ColorQube 9201
209 8.62.1.24.1.2.2.1 ColorQube 9202
210 8.62.1.24.1.3.2.1 ColorQube 9203
211 8.62.1.24.2.1.2.1 ColorQube 8570DN
212 8.62.1.24.2.2.1.1 ColorQube 8870
213 8.62.1.24.3.2.2.1 ColorQube 8900X
214 8.62.1.24.4.1.1.1 ColorQube 9301
88 # The latest version can be obtained from
99 # http://www.linux-usb.org/usb.ids
1010 #
11 # Version: 2011.11.13
12 # Date: 2011-11-13 20:34:03
11 # Version: 2014.07.08
12 # Date: 2014-07-08 20:34:04
1313 #
1414
1515 # Vendors, devices and interfaces. Please keep sorted.
2121
2222 0001 Fry's Electronics
2323 142b Arbiter Systems, Inc.
24 7778 Counterfeit flash drive [Kingston]
2425 0002 Ingram
2526 0003 Club Mac
2627 0004 Nebraska Furniture Mart
28 0011 Unknown
29 7788 Flash mass storage drive
2730 0053 Planex
2831 5301 GW-US54ZGL 802.11bg
2932 0079 DragonRise Inc.
30 0006 Generic USB Joystick
33 0006 PC TWIN SHOCK Gamepad
3134 0011 Gamepad
3235 0105 Trust International B.V.
3336 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
3437 0145 Unknown
3538 0112 Card Reader
39 017c MLK
40 145f Trust Deskset
41 0200 TP-Link
42 0201 MA180 UMTS Modem
3643 0204 Chipsbank Microelectronics Co., Ltd
37 6025 CBM2080 Flash drive controller
44 6025 CBM2080 / CBM2090 Flash drive controller
3845 6026 CBM1180 Flash drive controller
3946 0218 Hangzhou Worlde
4047 0301 MIDI Port
4855 ac02 ATV Turbo / Rally2 Dual Channel USB 2.0 Flash Drive
4956 0386 LTS
5057 0001 PSX for USB Converter
58 03d9 Shenzhen Sinote Tech-Electron Co., Ltd
59 0499 SE340D PC Remote Control
5160 03da Bernd Walter Computer Technology
5261 0002 HD44780 LCD interface
5362 03e8 EndPoints, Inc.
97106 2105 AVRONE!
98107 2106 STK600 development board
99108 2107 AVR Dragon
109 2109 STK541 ZigBee Development Board
100110 210d XPLAIN evaluation kit (CDC ACM)
111 2110 AVR JTAGICE3 Debugger and Programmer
101112 2122 XMEGA-A1 Explained evaluation kit
113 2141 ICE debugger
102114 2310 EVK11xx evaluation board
115 2fe4 ATxmega32A4U DFU bootloader
116 2fe6 Cactus V6 (DFU)
117 2fea Cactus RF60 (DFU)
118 2ff0 atmega32u2 DFU bootloader
119 2ff4 atmega32u4 DFU bootloader
120 2ffa at90usb162 DFU bootloader
103121 2ffb at90usb AVR DFU bootloader
104122 2ffd at89c5130/c5131 DFU bootloader
105123 2fff at89c5132/c51snd1c DFU bootloader
108126 4102 AirVast W-Buddie WN210
109127 5601 at76c510 Prism-II 802.11b Access Point
110128 5603 Cisco 7920 WiFi IP Phone
129 6119 AT91SAM CDC Demo Application
111130 6124 at91sam SAMBA bootloader
131 6127 AT91SAM HID Keyboard Demo Application
132 6129 AT91SAM Mass Storage Demo Application
133 6200 AT91SAM HID Mouse Demo Application
112134 7603 D-Link DWL-120 802.11b Wireless Adapter [Atmel at76c503a]
113135 7604 at76c503a 802.11b Adapter
114136 7605 at76c503a 802.11b Adapter
152174 011d Bluetooth 1.2 Interface [Broadcom BCM2035]
153175 0121 HP49g+ Calculator
154176 0122 HID Internet Keyboard
177 0139 Barcode Scanner 4430
155178 0201 ScanJet 6200c
156179 0202 PhotoSmart S20
157180 0204 DeskJet 815c
170193 0314 designjet 30/130 series
171194 0317 LaserJet 1200
172195 0324 SK-2885 keyboard
196 034a Elite Keyboard
173197 0401 ScanJet 5200c
174198 0404 DeskJet 830c/832c
175199 0405 ScanJet 3400cse
177201 0412 Printing Support
178202 0417 LaserJet 1200 series
179203 0423 HS-COMBO Cardreader
204 042a LaserJet M1132 MFP
205 0441 HP Prime Calculator
180206 0504 DeskJet 885c
181207 0505 ScanJet 2100c
182208 0507 DVD+RW
207233 0912 Printing Support
208234 0917 LaserJet 3330
209235 0924 Modular Smartcard Keyboard
236 094a Optical Mouse [672662-001]
210237 0a01 ScanJet 2400c
211238 0a17 color LaserJet 3700
212239 0b01 ScanJet 82x0C
247274 1311 OfficeJet V30
248275 1312 DeskJet 460
249276 1317 LaserJet 1005
277 1327 iLO Virtual Hub
278 134a Optical Mouse
250279 1405 ScanJet 3670
251280 1411 PSC 750
252281 1424 f2105 Monitor Hub
257286 1512 Printing Support
258287 1517 color LaserJet 3500
259288 1524 Smart Card Keyboard - KR
289 1539 Mini Magnetic Stripe Reader
260290 1602 PhotoSmart 330 series
261291 1604 DeskJet 940c
262292 1605 ScanJet 5530C PhotoSmart
294324 1c17 Color LaserJet 2550l
295325 1d02 PhotoSmart A310 series
296326 1d17 LaserJet 1320
327 1d24 Barcode scanner
297328 1e02 PhotoSmart A320 Printer series
298329 1e11 PSC-950
299330 1e17 LaserJet 1160 series
308339 2005 ScanJet 3570c
309340 2012 OfficeJet Pro K5400
310341 201d un2400 Gobi Wireless Modem (QDL mode)
342 2039 Cashdrawer
311343 2102 PhotoSmart 7345
312344 2104 DeskJet 630c
313345 2112 OfficeJet Pro L7500
322354 2311 OfficeJet d series
323355 2312 OfficeJet Pro L7700
324356 2317 LaserJet 4350
357 231d Broadcom 2070 Bluetooth Combo
325358 2402 PhotoSmart 7700 series
326359 2404 Deskjet F2280 series
327360 2405 ScanJet 4070 PhotoSmart
331364 2502 PhotoSmart 7700 series
332365 2504 DeskJet F4200 series
333366 2505 ScanJet 3770
334 2512 OfficeJet Pro L7300
367 2512 OfficeJet Pro L7300 / Compaq LA2405 series monitor
368 2514 4-port hub
335369 2517 LaserJet 2410
336370 251d Gobi 2000 Wireless Modem
337371 2524 LP3065 30" Monitor Hub
343377 2702 PhotoSmart A620 series
344378 2704 DeskJet 915
345379 2717 Color LaserJet 2830
380 2724 Magnetic Stripe Reader IDRA-334133-HP
346381 2811 PSC-2100
347382 2817 Color LaserJet 2840
348383 2902 PhotoSmart A820 series
355390 2c12 Officejet J4680
356391 2c17 LaserJet 1022
357392 2c24 Logitech M-UAL-96 Mouse
393 2d05 Scanjet 7000
358394 2d11 OfficeJet 6110
359395 2d17 Printing Support
360396 2e11 PSC 1000
395431 3717 EWS UPD
396432 3724 Webcam
397433 3802 PhotoSmart 100
434 3807 c485w Flash Drive
398435 3817 LaserJet P2015 series
399436 3902 PhotoSmart 130
400437 3a02 PhotoSmart 7150
401438 3a11 OfficeJet 5500 series
402439 3a17 Printing Support
403440 3b02 PhotoSmart 7150~
441 3b05 Scanjet N8460
404442 3b11 PSC 1300 series
405443 3b17 LaserJet M1005 MFP
406444 3c02 PhotoSmart 7350
445 3c05 Scanjet Professional 1000 Mobile Scanner
407446 3c11 PSC 1358
408447 3c17 EWS UPD
409448 3d02 PhotoSmart 7350~
431470 4417 EWS UPD
432471 4502 PhotoSmart 945 (PTP mode)
433472 4505 ScanJet G4010
473 4507 External HDD
434474 4511 PhotoSmart 2600
435475 4512 E709n [Officejet 6500 Wireless]
436476 4517 EWS UPD
452492 5017 EWS UPD
453493 5111 PhotoSmart 3200 series
454494 5211 PhotoSmart 3300 series
495 5307 v165w Stick
455496 5311 OfficeJet 6300
456497 5312 Officejet Pro 8500A
457498 5411 OfficeJet 4300
463504 5811 PhotoSmart C5100 series
464505 5817 LaserJet M1319f MFP
465506 5911 PhotoSmart C6180
507 5912 Officejet Pro 8600
466508 5a11 PhotoSmart C7100 series
467509 5b11 OfficeJet J2100 series
468510 5c11 PhotoSmart C4200 Printer series
511 5c12 OfficeJet 6700
512 5c17 LaserJet P2055 series
469513 5d11 PhotoSmart C5200 series
470514 5e11 PhotoSmart D7400 series
471515 6004 DeskJet 5550
497541 6a17 LaserJet 4240
498542 6b02 PhotoSmart R707 (PTP mode)
499543 6b11 Photosmart C4500 series
544 6c11 Photosmart C4480
500545 6c17 Color LaserJet 4610
501546 6f17 Color LaserJet CP6015 series
502547 7004 DeskJet 3320c
544589 8417 LaserJet M9040 MFP
545590 8504 DeskJet 6600 series
546591 8604 DeskJet 5440
592 8607 Optical Mobile Mouse
547593 8704 DeskJet 5940
594 8711 Deskjet 2050 J510
548595 8804 DeskJet 6980 series
549596 8904 DeskJet 6940 series
550597 8c07 Digital Stereo Headset
560607 9902 PhotoSmart M630 series
561608 9a02 PhotoSmart E330 series
562609 9b02 PhotoSmart M540 series
610 9b07 Portable Drive
563611 9c02 PhotoSmart M440 series
564612 a004 DeskJet 5850c
565613 a011 Deskjet 3050A
566614 b002 PhotoSmart 7200 series
567615 b102 PhotoSmart 7200 series
616 b107 v255w/c310w Flash Drive
568617 b116 Webcam
569618 b202 PhotoSmart 7600 series
570619 b302 PhotoSmart 7600 series
595644 03f1 Genoa Technology
596645 03f2 Oak Technology, Inc.
597646 03f3 Adaptec, Inc.
598 0020 AWN-8020 WLAN
647 0020 AWN-8020 WLAN [Intersil PRISM 2.5]
599648 0080 AVC-1100 Audio Capture
600649 0083 AVC-2200 Device
601650 0087 AVC-2210 Loader
608657 2001 USBXchange Adapter
609658 2002 USB2-Xchange
610659 2003 USB2-Xchange Adapter
660 4000 4-port hub
611661 adcc Composite Device Support
612662 03f4 Diebold, Inc.
613663 03f5 Siemens Electromechanical
614664 03f8 Epson Imaging Technology Center
615665 03f9 KeyTronic Corp.
616 0100 Keyboard
666 0100 KT-2001 Keyboard
617667 0101 Keyboard
618668 0102 Keyboard Mouse
619669 03fb OPTi, Inc.
620670 03fc Elitegroup Computer Systems
621671 03fd Xilinx, Inc.
672 0008 Platform Cable USB II
622673 03fe Farallon Comunications
623674 0400 National Semiconductor Corp.
624675 05dc Rigol Technologies DS1000USB Oscilloscope
629680 1001 Mustek BearPaw 2400 Scanner
630681 1237 Hub
631682 a000 Smart Display Reference Device
632 c359 Logitech Harmony (Boot loader mode)
683 c359 Logitech Harmony
633684 c35b Printing Support
634685 c55d Rigol Technologies DS5000USB Oscilloscope
635686 0401 National Registry, Inc.
652703 0000 H4SMK 7 Port Hub
653704 0232 Serial Converter
654705 1060 JTAG adapter
706 1234 IronLogic RFID Adapter [Z-2 USB]
655707 6001 FT232 USB-Serial (UART) IC
708 6002 Lumel PD12
656709 6007 Serial Converter
657710 6008 Serial Converter
658711 6009 Serial Converter
659712 6010 FT2232C Dual USB-UART/FIFO IC
660713 6011 FT4232H Quad HS USB-UART/FIFO IC
661714 6014 FT232H Single HS USB-UART/FIFO IC
715 6015 Bridge(I2C/SPI/UART/FIFO)
716 8028 Dev board JTAG (FT232H based)
662717 8040 4 Port Hub
663718 8070 7 Port Hub
719 8140 Vehicle Explorer Interface
720 8210 MGTimer - MGCC (Vic) Timing System
664721 8370 7 Port Hub
665722 8371 PS/2 Keyboard And Mouse
666723 8372 FT8U100AX Serial Port
724 8a28 Rainforest Automation ZigBee Controller
725 8a98 TIAO Multi-Protocol Adapter
726 8b28 Alpermann+Velte TCI70
727 8b29 Alpermann+Velte TC60 CLS
728 8b2a Alpermann+Velte Rubidium Q1
729 8b2b Alpermann+Velte TCD
730 8b2c Alpermann+Velte TCC70
731 9132 LCD and Temperature Interface
732 9133 CallerID
733 9135 Rotary Pub alarm
734 9136 Pulsecounter
735 9e90 Marvell OpenRD Base/Client
736 9f80 Ewert Energy Systems CANdapter
737 a6d0 Texas Instruments XDS100v2 JTAG / BeagleBone A3
738 a951 HCP HIT GSM/GPRS modem [Cinterion MC55i]
739 abb8 Lego Mindstorms NXTCam
740 b810 US Interface Navigator (CAT and 2nd PTT lines)
741 b811 US Interface Navigator (WKEY and FSK lines)
742 b812 US Interface Navigator (RS232 and CONFIG lines)
743 b9b0 Fujitsu SK-16FX-100PMC V1.1
744 baf8 Amontec JTAGkey
667745 bcd8 Stellaris Development Board
668746 bcd9 Stellaris Evaluation Board
747 bcda Stellaris ICDI Board
748 bdc8 Egnite GmbH - JTAG/RS-232 adapter
749 bfd8 OpenDCC
750 bfd9 OpenDCC (Sniffer)
751 bfda OpenDCC (Throttle)
752 bfdb OpenDCC (Gateway)
753 bfdc OpenDCC (GBM)
669754 c630 lcd2usb interface
670755 c631 i2c-tiny-usb interface
671756 c632 xu1541 c64 floppy drive interface
679764 c8bc Alpermann+Velte Rubidium S1
680765 c8bd Alpermann+Velte Rubidium T1
681766 c8be Alpermann+Velte Rubidium D1
682 cc48 product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi
683 cc49 product FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru
684 cc4a product FTDI TACTRIX_OPENPORT_13U 0xcc4a OpenPort 1.3 Universal
767 c8bf Alpermann+Velte TC60 RLV
768 cc48 Tactrix OpenPort 1.3 Mitsubishi
769 cc49 Tactrix OpenPort 1.3 Subaru
770 cc4a Tactrix OpenPort 1.3 Universal
771 cff8 Amontec JTAGkey
685772 d010 SCS PTC-IIusb
686773 d011 SCS Position-Tracker/TNC
687774 d012 SCS DRAGON 1
688775 d013 SCS DRAGON 1
776 d491 Zolix Omni 1509 monochromator
777 d578 Accesio USB-COM-4SM
689778 d6f8 UNI Black BOX
779 d738 Propox JTAGcable II
780 d739 Propox ISPcable III
690781 d9a9 Actisense USG-1 NMEA Serial Gateway
691782 d9aa Actisense NGT-1 NMEA2000 PC Interface
692783 e0d0 Total Phase Aardvark I2C/SPI Host Adapter
693784 e521 EVER Sinline XL Series UPS
694785 e6c8 PYRAMID Computer GmbH LCD
695786 e700 Elster Unicom III Optical Probe
787 e729 Segway Robotic Mobility Platforms 200
696788 e888 Expert ISDN Control USB
697789 e889 USB-RS232 OptoBridge
698790 e88a Expert mouseCLOCK USB II
699791 e88b Precision Clock MSF USB
700792 e88c Expert mouseCLOCK USB II HBG
793 e8d8 Aaronia AG Spectran Spectrum Analyzer
794 e8dc Aaronia AG UBBV Preamplifier
701795 ea90 Eclo 1-Wire Adapter
702796 ed71 HAMEG HO870 Serial Port
703797 ed72 HAMEG HO720 Serial Port
705799 ed74 HAMEG HO820 Serial Port
706800 ef10 FT1245BL
707801 f070 Serial Converter 422/485 [Vardaan VEUSB422R3]
802 f0c8 SPROG Decoder Programmer
803 f0c9 SPROG-DCC CAN-USB
804 f0e9 Tagsys L-P101
708805 f1a0 Asix PRESTO Programmer
709806 f208 Papenmeier Braille-Display
710807 f3c0 4N-GALAXY Serial Converter
808 f608 CTI USB-485-Mini
809 f60b CTI USB-Nano-485
711810 f680 Suunto Sports Instrument
712811 f758 GW Instek GDS-8x0 Oscilloscope
812 f7c0 ZeitControl Cardsystems TagTracer MIFARE
713813 f850 USB-UIRT (Universal Infrared Receiver+Transmitter)
714814 f918 Ant8 Logic Probe
715815 fa00 Matrix Orbital USB Serial
717817 fa02 Matrix Orbital MX4 or MX5
718818 fa03 Matrix Orbital VK/LK202 Family
719819 fa04 Matrix Orbital VK/LK204 Family
820 fa20 Ross-Tech HEX-USB
720821 fc08 Crystalfontz CFA-632 USB LCD
721822 fc09 Crystalfontz CFA-634 USB LCD
722823 fc0b Crystalfontz CFA-633 USB LCD
726827 fd48 ShipModul MiniPlex-4xUSB NMEA Multiplexer
727828 fd49 ShipModul MiniPlex-4xUSB-AIS NMEA Multiplexer
728829 ff08 ToolHouse LoopBack Adapter
729 ff18 Logbook Bus
830 ff18 ScienceScope Logbook ML
730831 ff19 Logbook Bus
731832 ff1a Logbook Bus
732833 ff1b Logbook Bus
733 ff1c Logbook Bus
734 ff1d Logbook Bus
834 ff1c ScienceScope Logbook LS
835 ff1d ScienceScope Logbook HS
735836 ff1e Logbook Bus
736837 ff1f Logbook Bus
737838 0404 NCR Corp.
774875 0040 Floppy
775876 004e SuperScript 1400 Series
776877 004f Wireless Keyboard with One-touch start buttons
878 0050 7-port hub
777879 0058 HighSpeed Hub
778880 0059 HighSpeed Hub
779881 005a HighSpeed Hub
780882 006a Conceptronic USB Harddisk Box
883 007d MINICUBE2
884 007e PG-FP5 Flash Memory Programmer
781885 0081 SuperScript 1400 Series
782886 0082 SuperScript 1400 Series
783887 0094 Japanese Keyboard with One-touch start buttons
799903 0249 Aterm WL300NU-G
800904 02b4 Aterm WL300NU-AG
801905 02b6 Aterm WL300NU-GS 802.11n Wireless Adapter
906 02bc Computer Monitor
907 0300 LifeTouch Note
908 0301 LifeTouch Note (debug mode)
802909 55aa Hub
803910 55ab Hub [iMac/iTouch kbd]
804911 8010 Intellibase Hub
879986 0595 Digital Camera
880987 0596 Digital Camera
881988 0597 Digital Camera
882 0598 Digital Camera
989 0598 EASYSHARE M1033 digital camera
883990 0599 Digital Camera
884991 059a Digital Camera
885992 059b Digital Camera
9301037 05d4 EasyShare C180 Digital Camera
9311038 1001 EasyShare SV811 Digital Picture Frame
9321039 4000 InkJet Color Printer
1040 4021 Photo Printer 6800
1041 4022 1400 Digital Photo Printer
1042 402b Photo Printer 6850
1043 402e 605 Photo Printer
1044 4034 805 Photo Printer
1045 4056 ESP 7200 Series AiO
9331046 4109 EasyShare Printer Dock Series 3
9341047 410d EasyShare G600 Printer Dock
9351048 5010 Wireless Adapter
9401053 6004 i60
9411054 6005 i80
9421055 040b Weltrend Semiconductor
1056 0a68 Func MS-3 gaming mouse [WT6573F MCU]
9431057 6510 Weltrend Bar Code Reader
9441058 6520 XBOX Xploder
9451059 6533 Speed-Link Competition Pro
1060 6543 Manhattan Magnetic Card Strip Reader
9461061 040c VTech Computers, Ltd
9471062 040d VIA Technologies, Inc.
9481063 3184 VNT VT6656 USB-802.11 Wireless LAN Adapter
9621077 0018 USB2-IDE Adapter
9631078 001c USB-IDE Bridge: DUB-PxxG
9641079 0027 WLI-USB-KS11G 802.11b Adapter
1080 002a SMSC USB97C202 "HD-HB300V2-EU"
9651081 003d LUA-U2-KTX Ethernet
9661082 0044 WLI-USB-KB11 Wireless LAN Adapter
9671083 004b WLI-USB-G54 802.11g Adapter [Broadcom 4320 USB]
9711087 0065 Python2 WDM Encoder
9721088 0066 WLI-U2-KG54 WLAN
9731089 0067 WLI-U2-KG54-AI WLAN
974 0089 Buffalo RUF-C/U2 Flash Drive
1090 006e LUA-U2-GT 10/100/1000 Ethernet Adapter
1091 0089 RUF-C/U2 Flash Drive
9751092 008b Nintendo Wi-Fi
9761093 0091 WLI-U2-KAMG54 Wireless LAN Adapter
9771094 0092 WLI-U2-KAMG54 Bootloader
9851102 00d8 WLI-U2-SG54HP
9861103 00d9 WLI-U2-G54HP
9871104 00da WLI-U2-KG54L 802.11bg [ZyDAS ZD1211B]
1105 00db External Hard Drive HD-PF32OU2 [Buffalo Ministation]
9881106 00e8 WLI-UC-G300N Wireless LAN Adapter [Ralink RT2870]
1107 0105 External Hard Drive HD-CEU2 [Drive Station]
9891108 012e WLI-UC-AG300N Wireless LAN Adapter
9901109 0148 WLI-UC-G300HP Wireless LAN Adapter
9911110 0150 WLP-UC-AG300 Wireless LAN Adapter
9921111 0157 External Hard Drive HD-PEU2
9931112 0158 WLI-UC-GNHP Wireless LAN Adapter
9941113 015d WLI-UC-GN Wireless LAN Adapter [Ralink RT3070]
995 016f WLI-UC-G301N Wireless LAN Adapter
1114 016f WLI-UC-G301N Wireless LAN Adapter [Ralink RT3072]
9961115 017f Sony UWA-BR100 802.11abgn Wireless Adapter [Atheros AR7010+AR9280]
9971116 019e WLI-UC-GNP Wireless LAN Adapter
9981117 01a1 MiniStation Metro
999 01a2 WLI-UC-GNM Wireless LAN Adapter
1118 01a2 WLI-UC-GNM Wireless LAN Adapter [Ralink RT8070]
1119 01dc Ultra-Slim Portable DVD Writer (DVSM-PC58U2V)
1120 01de External Hard Drive HD-PCTU3 [Buffalo MiniStation]
10001121 01ee WLI-UC-GNM2 Wireless LAN Adapter [Ralink RT3070]
1122 01f1 SATA Adapter [HD-LBU3]
1123 01fd WLI-UC-G450 Wireless LAN Adapter
10011124 0412 Award Software International
10021125 0413 Leadtek Research, Inc.
10031126 1310 WinFast TV - NTSC + FM
10371160 6029 WinFast DTV Dongle Gold
10381161 6125 WinFast DTV Dongle
10391162 6126 WinFast DTV Dongle BDA Driver
1163 6a03 RTL2832 [WinFast DTV Dongle Mini]
10401164 6f00 WinFast DTV Dongle (STK7700P based)
10411165 0414 Giga-Byte Technology Co., Ltd
10421166 0416 Winbond Electronics Corp.
10471171 3811 Generic Controller - Single interface
10481172 3812 Smart Card Controller_2Interface
10491173 3813 Panel Display
1174 5011 Virtual Com Port
10501175 5518 4-Port Hub
10511176 551a PC Sync Keypad
10521177 551b PC Async Keypad
11001225 3061 SoundBlaster Audigy 2 ZS Video Editor
11011226 3090 Sound Blaster Digital Music SX
11021227 30d3 Sound Blaster Play!
1228 3121 WoW tap chat
1229 3220 Sound Blaster Tactic(3D) Sigma sound card
11031230 3f00 E-Mu Xboard 25 MIDI Controller
11041231 3f02 E-Mu 0202
11051232 3f04 E-Mu 0404
11551282 4056 Live! Cam Video IM Pro
11561283 4057 Live! Cam Optia
11571284 4058 Live! Cam Optia AF
1285 405f WebCam Vista (VF0330)
11581286 4061 Live! Cam Notebook Pro [VF0400]
11591287 4063 Live! Cam Video IM Pro
11601288 4068 Live! Cam Notebook [VF0470]
11611289 406c Live! Cam Sync [VF0520]
11621290 4083 Live! Cam Socialize [VF0640]
11631291 4087 Live! Cam Socialize HD 1080 [VF0680]
1292 4088 Live! Cam Chat HD [VF0700]
11641293 4100 Nomad Jukebox 2
11651294 4101 Nomad Jukebox 3
11661295 4102 NOMAD MuVo^2
11881317 412b MuVo N200 with FM radio
11891318 412f Dell Digital Jukebox 2.Gen
11901319 4130 Zen Micro (mtp)
1191 4131 Zen Touch (mtp)
1320 4131 DAP-HD0014 [Zen Touch] (MTP)
11921321 4133 Mass Storage Device
11931322 4134 Zen Neeon
11941323 4136 Zen Sleek
11991328 4151 Zen Vision:M (mtp)
12001329 4152 Zen V Plus
12011330 4153 Zen Vision W
1331 4154 Zen Stone
12021332 4155 Zen Stone plus
12031333 4157 Zen (MTP)
12041334 500f Broadband Blaster 8012U-V
12581388 02e2 5230 (Multimedia mode)
12591389 02e3 5230 (PC-Suite mode)
12601390 02e4 5230 (Imaging mode)
1391 0360 C1-01 Ovi Suite Mode
12611392 03a4 C5 (Storage mode)
1393 03c0 C7-00
1394 03d1 N950
12621395 0400 7600 Phone Parent
12631396 0401 6650 GSM Phone
12641397 0402 6255 Phone Parent
13131446 0471 6110 Navigator
13141447 0485 MTP Device
13151448 04b9 5300
1449 04bc 5200 (Nokia mode)
1450 04bd 5200 (Storage mode)
1451 04be 5200 (MTP mode)
13161452 04c3 N800 Internet Tablet
13171453 04ce E90 Communicator (PC Suite mode)
13181454 04cf E90 Communicator (Storage mode)
13201456 04f9 6300 (PC Suite mode)
13211457 0508 E65 (PC Suite mode)
13221458 0509 E65 (Storage mode)
1459 0518 N9 Phone
13231460 0600 Digital Pen SU-1B
13241461 0610 CS-15 (Internet Stick 3G modem)
1462 0661 Lumia 920
13251463 0800 Connectivity Cable DKU-5
13261464 0801 Data Cable DKU-6
13271465 0802 CA-42 Phone Parent
13501488 223a 8-in-1 Card Reader
13511489 2503 USB 2.0 Hub
13521490 2504 USB 2.0 Hub
1491 2507 hub
13531492 2512 USB 2.0 Hub
1493 2513 2.0 Hub
13541494 2514 USB 2.0 Hub
13551495 2517 Hub
13561496 2524 USB MultiSwitch Hub
13571497 2602 USB 2.0 Hub
13581498 2640 USB 2.0 Hub
1499 2660 Hub
13591500 4060 Ultra Fast Media Reader
13601501 4064 Ultra Fast Media Reader
1502 7500 LAN7500 Ethernet 10/100/1000 Adapter
1503 9512 SMC9512/9514 USB Hub
1504 9514 SMC9514 Hub
13611505 a700 2 Port Hub
1506 ec00 SMSC9512/9514 Fast Ethernet Adapter
13621507 0425 Motorola Semiconductors HK, Ltd
13631508 0101 G-Tech Wireless Mouse & Keyboard
13641509 f102 G-Tech U+P Wireless Mouse
13871532 0100 3-button Mouse
13881533 100e 24.1" LCD Monitor v4 / FID-638 Mouse
13891534 36ba Bus Powered Hub
1535 a101 remote key/mouse for P3 chip
1536 a102 remote key/mouse/storage for P3 chip
1537 a103 remote storage for P3 chip
1538 a4a2 Ethernet (RNDIS and CDC ethernet)
13901539 cdab Raritan KVM dongle
13911540 0431 Itac Systems, Inc.
13921541 0100 Mouse-Trak 3-button Track Ball
15021651 0079 InkJet Color Printer
15031652 007a Generic Hub
15041653 007b InkJet Color Printer
1505 007c Lexmark X1110/X1130/X1140/X1150/X1170/X1180/X1185
1654 007c X1110/X1130/X1140/X1150/X1170/X1180/X1185
15061655 007d Photo 3150
15071656 008a 4200 series
15081657 008b InkJet Color Printer
15471696 010d 3500-4500 series
15481697 010f 6500 series
15491698 0142 X3650 (Printer, Scanner, Copier)
1699 01fa S310 series
15501700 4303 Xerox WorkCentre Pro 412
15511701 043e LG Electronics USA, Inc.
15521702 3001 AN-WF100 802.11abgn Wireless Adapter [Broadcom BCM4323]
15541704 4a4d Flatron 915FT Plus Monitor
15551705 7001 MF-PD100 Soul Digital MP3 Player
15561706 7013 MP3 Player
1707 70d7 Mouse Scanner LSM-150 [LG Smart Scan Mouse]
1708 70f5 External HDD
15571709 8484 LPC-U30 Webcam II
15581710 8585 LPC-UC35 Webcam
15591711 8888 Electronics VCS Camera II(LPC-U20)
15971749 ffff Compaq Bluetooth Multiport Module
15981750 044f ThrustMaster, Inc.
15991751 0400 HOTAS Cougar
1752 044f GP XID
16001753 a003 Rage 3D Game Pad
16011754 a01b PK-GP301 Driving Wheel
16021755 a0a0 Top Gun Joystick
16031756 a0a1 Top Gun Joystick (rev2)
16041757 a0a3 Fusion Digital GamePad
16051758 a201 PK-GP201 PlayStick
1759 b108 T-Flight Hotas X Flight Stick
16061760 b10a T.16000M Joystick
16071761 b203 360 Modena Pro Wheel
16081762 b300 Firestorm Dual Power
1763 b303 FireStorm Dual Analog 2
16091764 b304 Firestorm Dual Power
16101765 b307 vibrating Upad
16111766 b30b Wireless VibrationPad
1767 b315 Firestorm Dual Analog 3
16121768 b323 Dual Trigger 3-in-1 (PC Mode)
16131769 b324 Dual Trigger 3-in-1 (PS3 Mode)
16141770 b603 force feedback Wheel
16261782 2036 TUSB2036 Hub
16271783 2046 TUSB2046 Hub
16281784 2077 TUSB2077 Hub
1785 2f90 SM-USB-DIG
16291786 3410 TUSB3410 Microcontroller
16301787 3f00 OMAP1610
16311788 3f02 SMC WSKP100 Wi-Fi Phone
16351792 6060 RNDIS/BeWAN ADSL2+
16361793 6070 RNDIS/BeWAN ADSL2+
16371794 625f TUSB6250 ATA Bridge
1795 8042 Hub
16381796 dbc0 Device Bay Controller
1639 e001 GraphLink
1797 e001 GraphLink [SilverLink]
16401798 e003 TI-84 Plus Calculator
16411799 e004 TI-89 Titanium Calculator
16421800 e008 TI-84 Plus Silver Calculator
1801 e012 TI-Nspire Calculator
16431802 f430 MSP-FET430UIF JTAG Tool
16441803 f432 eZ430 Development Tool
16451804 ffff Bluetooth Device
16471806 0021 HID Monitor Controls
16481807 0050 Diamond Pro 900u CRT Monitor
16491808 0051 Integrated Hub
1809 0100 Control Panel for Leica TCS SP5
16501810 0453 CMD Technology
16511811 6781 NMB Keyboard
16521812 6783 Chicony Composite Keyboard
16591819 0150 Super Talent 1GB Flash Drive
16601820 0151 Super Flash 1GB / GXT 64MB Flash Drive
16611821 0162 SiS162 usb Wireless LAN Adapter
1662 0163 802.11 Wireless LAN Adapter
1822 0163 SiS163U 802.11 Wireless LAN Adapter
1823 0817 SiS-184-ASUS-4352.17 touch panel
16631824 5401 Wireless Adapter RO80211GS-USB
16641825 0458 KYE Systems Corp. (Mouse Systems)
16651826 0001 Mouse
16661827 0002 Genius NetMouse Pro
16671828 0003 Genius NetScroll+
1668 0006 Easy Mouse+ USB(USB\Vid_0458&Pid;_0006) Mouse
1829 0006 Easy Mouse+
16691830 000b NetMouse Wheel(P+U)
16701831 000c TACOMA Fingerprint V1.06.01
16711832 000e VideoCAM Web
16871848 0072 Navigator 335
16881849 0083 Bluetooth Dongle
16891850 0087 Ergo 525V Laser Mouse
1851 00ca Pen Mouse
16901852 0100 EasyPen Tablet
16911853 0101 CueCat
16921854 011b NetScroll T220
17241886 301a MaxFire G-12U Vibration
17251887 301d Genius MaxFire MiniPad
17261888 400f Genius TVGo DVB-T02Q MCE
1727 4012 TVGo DVB-T03
1889 4012 TVGo DVB-T03 [AF9015]
17281890 5003 G-pen 560 Tablet
17291891 5004 G-pen Tablet
1892 505e Genius iSlim 330
17301893 6001 GF3000F Ethernet Adapter
17311894 7004 VideoCAM Express V2
17321895 7006 Dsc 1.3 Smart Camera Device
17491912 7055 Slim 2020AF camera
17501913 705a Asus USB2.0 Webcam
17511914 705c Genius iSlim 1300AF
1915 7061 Genius iLook 1321 V2
1916 7066 Acer Crystal Eye Webcam
1917 7067 Genius iSlim 1300AF V2
1918 7068 Genius eFace 1325R
1919 706d Genius iSlim 2000AF V2
1920 7076 Genius FaceCam 312
17521921 7079 FaceCam 2025R
1922 707f TVGo DVB-T03 [RTL2832]
1923 7088 WideCam 1050
1924 7089 Genius FaceCam 320
1925 708c Genius WideCam F100
17531926 0459 Adobe Systems, Inc.
17541927 045a SONICblue, Inc.
17551928 07da Supra Express 56K modem
17771950 5220 Rio Nitrus MP3 Player
17781951 5221 Rio Eigen
17791952 045b Hitachi, Ltd
1953 0053 RX610 RX-Stick
17801954 045d Nortel Networks, Ltd
17811955 045e Microsoft Corp.
17821956 0007 SideWinder Game Pad
18382012 009c Wireless Transceiver for Bluetooth 2.0
18392013 009d Wireless Optical Desktop 3.0
18402014 00a0 eHome Infrared Receiver
2015 00a4 Compact Optical Mouse, model 1016
18412016 00b0 Digital Media Pro Keyboard
2017 00b4 Digital Media Keyboard 1.0A
18422018 00b9 Wireless Optical Mouse 3.0
18432019 00bb Fingerprint Reader
18442020 00bc Fingerprint Reader
18772053 029d Xbox360 HD-DVD Drive
18782054 029e Xbox360 HD-DVD Memory Unit
18792055 02a0 Xbox360 Big Button IR
2056 02a1 Xbox 360 Wireless Receiver for Windows
18802057 02a8 Xbox360 Wireless N Networking Adapter [Atheros AR7010+AR9280]
18812058 02ad Xbox NUI Audio
18822059 02ae Xbox NUI Camera
18832060 02b0 Xbox NUI Motor
2061 02b6 Xbox 360 / Bluetooth Wireless Headset
2062 02be Kinect for Windows NUI Audio
2063 02bf Kinect for Windows NUI Camera
2064 02c2 Kinect for Windows NUI Motor
18842065 0400 Windows Powered Pocket PC 2002
18852066 0401 Windows Powered Pocket PC 2002
18862067 0402 Windows Powered Pocket PC 2002
20202201 071f Mouse/Keyboard 2.4GHz Transceiver V2.0
20212202 0721 LifeCam NX-3000 (UVC-compliant)
20222203 0723 LifeCam VX-7000 (UVC-compliant)
2204 0724 SideWinder Mouse
2205 0730 Digital Media Keyboard 3000
20232206 0734 Wireless Optical Desktop 700
2207 0736 Sidewinder X5 Mouse
20242208 0737 Compact Optical Mouse 500
20252209 0745 Nano Transceiver v1.0 for Bluetooth
20262210 0750 Wired Keyboard 600
2211 0752 Wired Keyboard 400
20272212 075d LifeCam Cinema
2213 0766 LifeCam VX-800
20282214 0768 Sidewinder X4
2215 076c Comfort Mouse 4500
20292216 076d LifeCam HD-5000
2217 0772 LifeCam Studio
2218 0779 LifeCam HD-3000
2219 0780 Comfort Curve Keyboard 3000
2220 0797 Optical Mouse 200
20302221 930a ISOUSB.SYS Intel 82930 Isochronous IO Test Board
2222 ffca Catalina
20312223 fff8 Keyboard
20322224 ffff Windows CE Mass Storage
20332225 0460 Ace Cad Enterprise Co., Ltd
20352227 0006 LCD Tablet (12x9)
20362228 0008 Tablet (3x2.25)
20372229 0461 Primax Electronics, Ltd
2230 0010 HP Keyboard
20382231 0300 G2-300 Scanner
20392232 0301 G2E-300 Scanner
20402233 0302 G2-300 #2 Scanner
20792272 4d03 Kensington Mouse-in-a-box
20802273 4d04 Mouse
20812274 4d06 Balless Mouse (HID)
2275 4d0f HP Optical Mouse
20822276 4d15 Dell Optical Mouse
20832277 4d17 Optical Mouse
20842278 4d20 HP Optical Mouse
20872281 4d2c PoPo Mini Pointer Mouse (HID)
20882282 4d2e Optical Mobile Mouse (HID)
20892283 4d51 0Y357C PMX-MMOCZUL (B) [Dell Laser Mouse]
2284 4d62 HP Laser Mobile Mini Mouse
20902285 4d75 Rocketfish RF-FLBTAD Bluetooth Adapter
2286 4d81 Dell N889 Optical Mouse
20912287 4de7 webcam
20922288 0463 MGE UPS Systems
20932289 0001 UPS
20962292 0467 AT&T Paradyne
20972293 0468 Wieson Technologies Co., Ltd
20982294 046a Cherry GmbH
2099 0001 My3000 Keyboard
2295 0001 Keyboard
21002296 0003 My3000 Hub
21012297 0004 CyBoard Keyboard
21022298 0005 XX33 SmartCard Reader Keyboard
21042300 0010 SmartBoard XX44
21052301 0011 G83 (RS 6000) Keyboard
21062302 0021 CyMotion Expert Combo
2107 0023 CyMotion Master Linux Keyboard
2303 0023 CyMotion Master Linux Keyboard G230
21082304 0027 CyMotion Master Solar Keyboard
21092305 002a Wireless Mouse & Keyboard
21102306 002d SmartTerminal XX44
21112307 003e SmartTerminal ST-2xxx
2308 0041 G86 6240 Keyboard
21122309 0080 eHealth Terminal ST 1503
21132310 0081 eHealth Keyboard G87 1504
21142311 0106 R-300 Wireless Mouse Receiver
21172314 0101 PS/2 Keyboard, Mouse & Joystick Ports
21182315 0301 USB 1.0 Hub
21192316 0500 Serial & Parallel Ports
2317 ff10 Virtual Keyboard and Mouse
21202318 046c Toshiba Corp., Digital Media Equipment
21212319 046d Logitech, Inc.
21222320 0082 Acer Aspire 5672 Webcam
21442342 0821 HD Webcam C910
21452343 0825 Webcam C270
21462344 0828 HD Webcam B990
2345 082d HD Pro Webcam C920
21472346 0830 QuickClip
2347 0837 BCC950 ConferenceCam
21482348 0840 QuickCam Express
2349 0843 Webcam C930e
21492350 0850 QuickCam Web
21502351 0870 QuickCam Express
21512352 0890 QuickCam Traveler
22452446 0a0c Clear Chat Comfort USB Headset
22462447 0a13 Z-5 Speakers
22472448 0a17 G330 Headset
2248 0b02 BT Mini-Receiver (HID proxy mode)
2449 0a1f G930
2450 0a29 H600 [Wireless Headset]
2451 0a38 Headset H340
2452 0a4d G430 Surround Sound Gaming Headset
2453 0b02 C-UV35 [Bluetooth Mini-Receiver] (HID proxy mode)
22492454 8801 Video Camera
22502455 b305 BT Mini-Receiver
22512456 bfe4 Premium Optical Wheel Mouse
22932498 c044 LX3 Optical Mouse
22942499 c045 Optical Mouse
22952500 c046 RX1000 Laser Mouse
2296 c047 Laser Mouse
2501 c047 Laser Mouse M-UAL120
22972502 c048 G9 Laser Mouse
22982503 c049 G5 Laser Mouse
22992504 c050 RX 250 Optical Mouse
23002505 c051 G3 (MX518) Optical Mouse
23012506 c053 Laser Mouse
2507 c054 Bluetooth mini-receiver
23022508 c058 M115 Mouse
2303 c05a Optical Mouse M90
2509 c05a M90/M100 Optical Mouse
23042510 c05b M-U0004 810-001317 [B110 Optical USB Mouse]
23052511 c05d Optical Mouse
2512 c05f M115 Optical Mouse
23062513 c061 RX1500 Laser Mouse
2307 c062 LS1 Laser Mouse, corded
2514 c062 M-UAS144 [LS1 Laser Mouse]
23082515 c063 DELL Laser Mouse
2516 c064 M110 corded optical mouse (M-B0001)
2517 c066 G9x Laser Mouse
23092518 c068 G500 Laser Mouse
2519 c069 M500 Laser Mouse
2520 c06a USB Optical Mouse
23102521 c06b G700 Wireless Gaming Mouse
23112522 c06c Optical Mouse
2523 c077 M105 Optical Mouse
23122524 c101 UltraX Media Remote
2313 c110 Harmony 885 Remote
2525 c110 Harmony 785/885 Remote
23142526 c111 Harmony 525 Remote
2315 c11f Harmony 900 Remote
2316 c122 Harmony 700 Remote
2527 c112 Harmony 890 Remote
2528 c11f Harmony 900/1100 Remote
2529 c121 Harmony One Remote
2530 c122 Harmony 650/700 Remote
2531 c124 Harmony 300 Remote
2532 c125 Harmony 200 Remote
2533 c126 Harmony Link
2534 c12b Harmony Touch Remote
23172535 c201 WingMan Extreme Joystick with Throttle
23182536 c202 WingMan Formula
23192537 c207 WingMan Extreme Digital 3D
23432561 c225 G11/G15 Keyboard / G keys
23442562 c226 G15 Refresh Keyboard
23452563 c227 G15 Refresh Keyboard
2564 c228 G19 Gaming Keyboard
2565 c229 G19 Gaming Keyboard Macro Interface
2566 c22a Gaming Keyboard G110
2567 c22b Gaming Keyboard G110 G-keys
23462568 c22d G510 Gaming Keyboard
23472569 c22e G510 Gaming Keyboard onboard audio
2570 c245 G400 Optical Mouse
2571 c246 Gaming Mouse G300
2572 c248 G105 Gaming Keyboard
2573 c24a G600 Gaming Mouse
2574 c24d G710 Gaming Keyboard
2575 c24e G500s Laser Gaming Mouse
23482576 c281 WingMan Force
23492577 c283 WingMan Force 3D
23502578 c285 WingMan Strike Force 3D
23762604 c311 Y-UF49 [Internet Pro Keyboard]
23772605 c312 DeLuxe 250 Keyboard
23782606 c313 Internet 350 Keyboard
2379 c315 Classic New Touch Keyboard
2607 c315 Classic Keyboard 200
23802608 c316 HID-Compliant Keyboard
23812609 c317 Wave Corded Keyboard
23822610 c318 Illuminated Keyboard
23832611 c31a Comfort Wave 450
23842612 c31b Compact Keyboard K300
2385 c31c Keyboard K120 for Business
2613 c31c Keyboard K120
2614 c31d Media Keyboard K200
23862615 c401 TrackMan Marble Wheel
23872616 c402 Marble Mouse (2-button)
23882617 c403 Turbo TrackMan Marble FX
24132642 c521 Cordless Mouse Receiver
24142643 c525 MX Revolution Cordless Mouse
24152644 c526 Nano Receiver
2416 c529 diNovo Keyboard for notebooks
2645 c529 Logitech Keyboard + Mice
24172646 c52b Unifying Receiver
2418 c52f Wireless Mouse M305
2647 c52d R700 Remote Presenter receiver
2648 c52e MK260 Wireless Combo Receiver
2649 c52f Unifying Receiver
2650 c532 Unifying Receiver
2651 c534 Unifying Receiver
2652 c603 3Dconnexion Spacemouse Plus XT
2653 c605 3Dconnexion CADman
2654 c606 3Dconnexion Spacemouse Classic
2655 c621 3Dconnexion Spaceball 5000
24192656 c623 3Dconnexion Space Traveller 3D Mouse
24202657 c625 3Dconnexion Space Pilot 3D Mouse
24212658 c626 3Dconnexion Space Navigator 3D Mouse
24222659 c627 3Dconnexion Space Explorer 3D Mouse
2660 c628 3Dconnexion Space Navigator for Notebooks
2661 c629 3Dconnexion SpacePilot Pro 3D Mouse
2662 c62b 3Dconnexion Space Mouse Pro
2663 c640 NuLOOQ navigator
24232664 c702 Cordless Presenter
24242665 c703 Elite Keyboard Y-RP20 + Mouse MX900 (Bluetooth)
24252666 c704 diNovo Wireless Desktop
25542795 2076 GoGear Aria
25552796 2079 GoGear Opus
25562797 2088 MCE IR Receiver with ALS- Spinel plus for ASUS
2798 209e PTA01 Wireless Adapter
25572799 20b6 GoGear Vibe
2800 20d0 SPZ2000 Webcam [PixArt PAC7332]
25582801 20e3 GoGear Raga
2802 20e4 GoGear ViBE 8GB
25592803 262c SPC230NC Webcam
25602804 485d Senselock SenseIV v2.x
25612805 df55 LPCXpresso LPC-Link
26312875 102d Pilot Optical
26322876 102e Pilot Optical Pro
26332877 102f Pilot Optical Pro Wireless
2878 1042 Ci25m Notebook Optical Mouse [Diamond Eye Precision]
26342879 1043 Ci65m Wireless Notebook Optical Mouse
26352880 104a PilotMouse Mini Retractable
26362881 105d PocketMouse Bluetooth
26652910 2030 PilotBoard Wireless
26662911 2034 SlimBlade Media Notebook Set
26672912 2041 SlimBlade Trackball
2913 2048 Orbit Trackball with Scroll Ring
26682914 4003 Gravis Xterminator Digital Gamepad
26692915 4005 Gravis Eliminator GamePad Pro
26702916 4006 Gravis Eliminator AfterShock
26822928 047f Plantronics, Inc.
26832929 0101 Bulk Driver
26842930 0301 Bulk Driver
2931 0411 Savi Office Base Station
26852932 0ca1 USB DSP v4 Audio Interface
26862933 4254 BUA-100 Bluetooth Adapter
2934 ac01 Savi 7xx
26872935 ad01 GameCom 777 5.1 Headset
2936 c00e Blackwire C310 headset
26882937 0480 Toshiba America Info. Systems, Inc.
26892938 0001 InTouch Module
26902939 0004 InTouch Module
26912940 0011 InTouch Module
26922941 0014 InTouch Module
2942 0100 Stor.E Slim USB 3.0
2943 a006 External Disk 1.5TB
2944 a007 External Disk USB 3.0
2945 a009 Stor.E Basics
2946 a00d STOR.E BASICS 500GB
2947 b001 Stor.E Partner
2948 d010 External Disk 3TB
26932949 0481 Zenith Data Systems
26942950 0482 Kyocera Corp.
26952951 000e FS-1020D Printer
2952 000f FS-1920 Mono Printer
26962953 0100 Finecam S3x
26972954 0101 Finecam S4
26982955 0103 Finecam S5
27022959 0108 Digital Camera Device
27032960 0203 AH-K3001V
27042961 0204 iBurst Terminal
2705 0483 SGS Thomson Microelectronics
2962 0483 STMicroelectronics
27062963 0137 BeWAN ADSL USB ST (blue or green)
27072964 0138 Unicorn II (ST70138B + MTC-20174TQ chipset)
27082965 1307 Cytronix 6in1 Card Reader
27092966 163d Cool Icam Digi-MP3
2710 2015 TouchChip® Fingerprint Reader
2967 2015 TouchChip® Fingerprint Reader
27112968 2016 Fingerprint Reader
27122969 2017 Biometric Smart Card Reader
27132970 2018 BioSimKey
27142971 2302 Portable Flash Device (PFD)
27152972 3744 STLINK Pseudo disk
2973 3747 ST Micro Connect Lite
27162974 3748 ST-LINK/V2
27172975 4810 ISDN adapter
27182976 481d BT Digital Access adapter
27192977 5000 ST Micro/Ergenic ERG BT-002 Bluetooth Adapter
27202978 5001 ST Micro Bluetooth Device
27212979 5710 Joystick in FS Mode
2980 5720 STM microSD Flash Device
27222981 5721 Hantek DDS-3X25 Arbitrary Waveform Generator
2982 5740 STM32F407
27232983 7270 ST Micro Serial Bridge
27242984 7554 56k SoftModem
27252985 df11 STM Device in DFU Mode
27372997 d00e Rollei Compactline (Video Mode)
27382998 e000 T-Com TC 300
27392999 e003 Pirelli DP-L10
3000 e00d Broadcom Bluetooth 2.1 Device
27403001 e00f Foxconn T77H114 BCM2070 [Single-Chip Bluetooth 2.1 + EDR Adapter]
27413002 e016 Ubee PXU1900 WiMAX Adapter [Beceem BCSM250]
27423003 e02c Atheros AR5BBU12 Bluetooth Device
27433004 048a S-MOS Systems, Inc.
27443005 048c Alps Electric Ireland, Ltd
27453006 048d Integrated Technology Express, Inc.
3007 1165 IT1165 Flash Controller
3008 1336 SD/MMC Cardreader
3009 1345 Multi Cardreader
3010 9006 IT9135 BDA Afatech DVB-T HDTV Dongle
27463011 9009 Zolid HD DVD Maker
27473012 9135 Zolid Mini DVB-T Stick
3013 9503 ITE it9503 feature-limited DVB-T transmission chip [ccHDtv]
3014 9507 ITE it9507 full featured DVB-T transmission chip [ccHDtv]
27483015 048f Eicon Tech.
27493016 0490 United Microelectronics Corp.
27503017 0491 Capetronic
31033370 171b MP960
31043371 1721 MP210 ser
31053372 1723 MP470 ser
3373 1724 PIXMA MP520 series
31063374 1725 MP610 ser
31073375 1726 MP970 ser
31083376 1727 MX300 ser
31093377 1728 MX310 ser
31103378 1729 MX700 ser
31113379 172b MP140 ser
3380 173b PIXMA MP270 All-In-One Printer
31123381 173e MP560
31133382 173f Pixma MP640 Multifunction device
31143383 1748 Pixma MG5150
3384 174d MX360 ser
31153385 1900 CanoScan LiDE 90
31163386 1901 CanoScan 8800F
31173387 1904 CanoScan LiDE 100
31503420 2224 CanoScan LiDE 600F
31513421 2225 CanoScan LiDE 70
31523422 2228 CanoScan 4400F
3423 2229 CanoScan 8600F
31533424 2602 MultiPASS C555
31543425 2603 MultiPASS C755
31553426 260a CAPT Printer
32323503 26b0 MF4600 series
32333504 26b4 MF4010 series
32343505 26b5 MF4200 series
3506 26da LBP3010B printer
3507 26e6 iR1024
3508 2737 MF4410
32353509 3041 PowerShot S10
32363510 3042 CanoScan FS4000US Film Scanner
32373511 3043 PowerShot S20
32823556 3078 ZR70MC Digital Camcorder
32833557 307a MV650i (normal mode)
32843558 307b MV630i Digital Video Camera
3285 307c MV630i (normal mode)
3559 307c CP-200
32863560 307d CP-300
32873561 307f Optura 20
32883562 3080 MVX150i (normal mode) / Optura 20 (normal mode)
33013575 309a PowerShot A80
33023576 309b Digital IXUS (ptp)
33033577 309c PowerShot S1 IS
3304 309d Camera
3578 309d Powershot Pro 1
33053579 309f Camera
33063580 30a0 Camera
33073581 30a1 Camera
33333607 30ef EOS 350D (ptp)
33343608 30f0 PowerShot S2 IS (PTP mode)
33353609 30f2 Digital IXUS 700 (normal mode) / Digital IXUS 700 (PTP mode) / IXY Digital 600 (normal mode) / PowerShot SD500 (normal mode) / PowerShot SD500 (PTP mode)
3610 30f4 PowerShot SD30 / Ixus iZoom / IXY DIGITAL L3
3611 30f5 SELPHY CP500
33363612 30f6 SELPHY CP400
33373613 30f8 Powershot A430
33383614 30f9 PowerShot A410 (PTP mode)
3615 30fa PowerShot S80
33393616 30fc PowerShot A620 (PTP mode)
33403617 30fd PowerShot A610 (normal mode)/PowerShot A610 (PTP mode)
33413618 30fe Digital IXUS 65 (PTP mode)/PowerShot SD630 (PTP mode)
33423619 30ff Digital IXUS 55 (PTP mode)/PowerShot SD450 (PTP mode)
3620 3100 PowerShot TX1
33433621 310b SELPHY CP600
33443622 310e Digital IXUS 50 (PTP mode)
3623 310f PowerShot A420
33453624 3110 EOS Digital Rebel XTi
3346 3116 Digital IXUS 750 (PTP mode)
3625 3115 PowerShot SD900 / Digital IXUS 900 Ti / IXY DIGITAL 1000
3626 3116 Digital IXUS 750 / PowerShot SD550 (PTP mode)
33473627 3117 PowerShot A700
3628 3119 PowerShot SD700 IS / Digital IXUS 800 IS / IXY Digital 800 IS
3629 311a PowerShot S3 IS
3630 311b PowerShot A540
3631 311c PowerShot SD600 DIGITAL ELPH / DIGITAL IXUS 60 / IXY DIGITAL 70
3632 3125 PowerShot G7
3633 3126 PowerShot A530
3634 3127 SELPHY CP710
3635 3128 SELPHY CP510
33483636 312d Elura 100
3637 3136 PowerShot SD800 IS / Digital IXUS 850 IS / IXY DIGITAL 900 IS
3638 3137 PowerShot SD40 / Digital IXUS i7 IXY / DIGITAL L4
33493639 3138 PowerShot A710 IS
3640 3139 PowerShot A640
3641 313a PowerShot A630
3642 3141 SELPHY ES1
3643 3142 SELPHY CP730
3644 3143 SELPHY CP720
3645 3145 EOS 450D
3646 3146 EOS 40D
33503647 3147 EOS 1Ds Mark III
3351 314f Powershot SD1000
3648 3148 PowerShot S5 IS
3649 3149 PowerShot A460
3650 314b PowerShot SD850 IS DIGITAL ELPH / Digital IXUS 950 IS / IXY DIGITAL 810 IS
3651 314c PowerShot A570 IS
3652 314d PowerShot A560
3653 314e PowerShot SD750 DIGITAL ELPH / DIGITAL IXUS 75 / IXY DIGITAL 90
3654 314f PowerShot SD1000 DIGITAL ELPH / DIGITAL IXUS 70 / IXY DIGITAL 10
3655 3150 PowerShot A550
33523656 3155 PowerShot A450
33533657 315a PowerShot G9
3658 315b PowerShot A650 IS
33543659 315d PowerShot A720
3660 315e PowerShot SX100 IS
3661 315f PowerShot SD950 IS DIGITAL ELPH / DIGITAL IXUS 960 IS / IXY DIGITAL 2000 IS
33553662 3160 Digital IXUS 860 IS
3663 3170 SELPHY CP750
3664 3171 SELPHY CP740
3665 3173 PowerShot SD890 IS DIGITAL ELPH / Digital IXUS 970 IS / IXY DIGITAL 820 IS
3666 3174 PowerShot SD790 IS DIGITAL ELPH / Digital IXUS 90 IS / IXY DIGITAL 95 IS
33563667 3175 IXY Digital 25 IS
33573668 3176 PowerShot A590
3358 317a Powershot A470
3669 3177 PowerShot A580
3670 317a PC1267 [Powershot A470]
33593671 3184 Digital IXUS 80 IS (PTP mode)
3672 3185 SELPHY ES2
3673 3186 SELPHY ES20
3674 318d PowerShot SX100 IS
3675 318e PowerShot A1000 IS
3676 318f PowerShot G10
3677 3191 PowerShot A2000 IS
33603678 3192 PowerShot SX110 IS
3679 3193 PowerShot SD990 IS DIGITAL ELPH / Digital IXUS 980 IS / IXY DIGITAL 3000 IS
3680 3195 PowerShot SX1 IS
3681 3196 PowerShot SD880 IS DIGITAL ELPH / Digital IXUS 870 IS / IXY DIGITAL 920 IS
33613682 319a EOS 7D
3683 319b EOS 50D
3684 31aa SELPHY CP770
3685 31ab SELPHY CP760
3686 31ad PowerShot E1
3687 31af SELPHY ES3
3688 31b0 SELPHY ES30
3689 31b1 SELPHY CP530
33623690 31bc PowerShot D10
3691 31bd PowerShot SD960 IS DIGITAL ELPH / Digital IXUS 110 IS / IXY DIGITAL 510 IS
3692 31be PowerShot A2100 IS
33633693 31bf PowerShot A480
33643694 31c0 PowerShot SX200 IS
3695 31c1 PowerShot SD970 IS DIGITAL ELPH / Digital IXUS 990 IS / IXY DIGITAL 830 IS
3696 31c2 PowerShot SD780 IS DIGITAL ELPH / Digital IXUS 100 IS / IXY DIGITAL 210 IS
3697 31c3 PowerShot A1100 IS
3698 31c4 PowerShot SD1200 IS DIGITAL ELPH / Digital IXUS 95 IS / IXY DIGITAL 110 IS
3699 31cf EOS Rebel T1i / EOS 500D / EOS Kiss X3
3700 31dd SELPHY CP780
3701 31df PowerShot G11
3702 31e0 PowerShot SX120 IS
3703 31e1 PowerShot S90
3704 31e4 PowerShot SX20 IS
33653705 31e5 Digital IXUS 200 IS
3706 31e6 PowerShot SD940 IS DIGITAL ELPH / Digital IXUS 120 IS / IXY DIGITAL 220 IS
3707 31e7 SELPHY CP790
3708 31ea EOS Rebel T2i / EOS 550D / EOS Kiss X4
33663709 31ee SELPHY ES40
33673710 31ef PowerShot A495
3711 31f0 PowerShot A490
3712 31f1 PowerShot A3100 IS / PowerShot A3150 IS
3713 31f2 PowerShot A3000 IS
33683714 31f3 PowerShot Digital ELPH SD1400 IS
3715 31f4 PowerShot SD1300 IS / IXUS 105
3716 31f5 Powershot SD3500 IS / IXUS 210 IS
3717 31f6 PowerShot SX210 IS
3718 31f7 Powershot SD4000 IS / IXUS 300 HS / IXY 30S
3719 31f8 Powershot SD4500 IS / IXUS 1000 HS / IXY 50S
33693720 31ff Digital IXUS 55
3721 3209 Vixia HF S21 A
3722 320f PowerShot G12
33703723 3210 Powershot SX30 IS
3724 3211 PowerShot SX130 IS
3725 3212 Powershot S95
33713726 3214 SELPHY CP800
3372 3229 IXUS 220 HS
3727 3218 EOS 600D / Rebel T3i (ptp)
3728 3223 PowerShot A3300 IS
3729 3224 PowerShot A3200 IS
3730 3225 PowerShot ELPH 500 HS / IXUS 310 HS
3731 3226 PowerShow A800
3732 3227 PowerShot ELPH 100 HS / IXUS 115 HS
3733 3228 PowerShot SX230 HS
3734 3229 PowerShot ELPH 300 HS / IXUS 220 HS
3735 322a PowerShot A2200
3736 322b Powershot A1200
3737 322c PowerShot SX220 HS
3738 3233 PowerShot G1 X
3739 3234 PowerShot SX150 IS
3740 3235 PowerShot ELPH 510 HS / IXUS 1100 HS
3741 3236 PowerShot S100
3742 3237 PowerShot ELPH 310 HS / IXUS 230 HS
3743 3238 PowerShot SX40 HS
3744 323b EOS Rebel T4i
3745 323e PowerShot A1300
3746 323f PowerShot A810
3747 3240 PowerShot ELPH 320 HS / IXUS 240 HS
3748 3241 PowerShot ELPH 110 HS / IXUS 125 HS
3749 3242 PowerShot D20
3750 3243 PowerShot A4000 IS
3751 3244 PowerShot SX260 HS
3752 3245 PowerShot SX240 HS
3753 3247 PowerShot ELPH 520 HS / IXUS 500 HS
3754 3248 PowerShot A3400 IS
3755 3249 PowerShot A2400 IS
3756 324a PowerShot A2300
3757 3255 SELPHY CP900
3758 3256 SELPHY CP810
3759 3258 PowerShot G15
3760 3259 PowerShot SX50 HS
3761 325a PowerShot SX160 IS
3762 325b PowerShot S110
3763 325c PowerShot SX500 IS
3764 325e PowerShot N
3765 325f PowerShot SX280 HS
3766 3260 PowerShot SX270 HS
3767 3261 PowerShot A3500 IS
3768 3262 PowerShot A2600
3769 3264 PowerShot A1400
3770 3265 Powershot ELPH 130 IS / IXUS 140
3771 3268 PowerShot ELPH 330 HS / IXUS 255 HS
3772 3271 PowerShot A2500
3773 3276 PowerShot SX170 IS
3774 3277 PowerShot SX510 HS
3775 327d Powershot ELPH 115 IS / IXUS 132
3776 327f EOS Rebel T5 / EOS 1200D / EOS Kiss X70
3777 3284 PowerShot D30
3778 3286 PowerShot SX600 HS
3779 3288 Powershot ELPH 135 / IXUS 145
3780 3289 PowerShot ELPH 340 HS / IXUS 265 HS
3781 328a PowerShot ELPH 150 IS / IXUS 155
33733782 04aa DaeWoo Telecom, Ltd
33743783 04ab Chromatic Research
33753784 04ac Micro Audiometrics Corp.
34383847 040f D200 (mass storage mode)
34393848 0410 D200 (ptp)
34403849 0413 D40 (mass storage mode)
3850 041e D60 digital camera (mass storage mode)
34413851 0422 D700 (ptp)
3852 0423 D5000
3853 0424 D3000
34423854 0425 D300S
3855 0428 D7000
3856 0429 D5100
3857 042a D800 (ptp)
34433858 0f03 PD-10 Wireless Printer Adapter
34443859 4000 Coolscan LS 40 ED
34453860 4001 LS 50 ED/Coolscan V ED
34543869 301b SK-8815 Keyboard
34553870 301c Enhanced Performance Keyboard
34563871 3020 Enhanced Performance Keyboard
3872 3025 NetVista Full Width Keyboard
34573873 3100 NetVista Mouse
34583874 3103 ScrollPoint Pro Mouse
34593875 3104 ScrollPoint Wireless Mouse
34663882 4427 Portable CD ROM
34673883 4482 Serial Converter
34683884 4485 Serial Converter
3885 4524 40 Character Vacuum Fluorescent Display
34693886 4525 Double sided CRT
3887 4535 4610 Suremark Printer
34703888 4550 NVRAM (128 KB)
34713889 4554 Cash Drawer
34723890 4580 Hub w/ NVRAM
34743892 4604 Keyboard w/ Card Reader
34753893 4671 4820 LCD w/ MSR/KB
34763894 04b4 Cypress Semiconductor Corp.
3477 0000 Dacal DC-101 CD Library
34783895 0001 Mouse
34793896 0002 CY7C63x0x Thermometer
34803897 0033 Mouse
3898 0060 Wireless optical mouse
34813899 0100 Cino FuzzyScan F760-B
34823900 0101 Keyboard/Hub
34833901 0102 Keyboard with APM
34893907 1006 Human Interface Device
34903908 2050 hub
34913909 2830 Opera1 DVB-S (cold state)
3910 4235 Monitor 02 Driver
34923911 4381 SCAPS USC-1 Scanner Controller
34933912 4611 Storage Adapter FX2 (CY)
34943913 4616 Flash Disk (TPP)
34953914 5201 Combi Keyboard-Hub (Hub)
34963915 5202 Combi Keyboard-Hub (Keyboard)
34973916 5500 HID->COM RS232 Adapter
3917 5a9b Dacal CD/DVD Library D-101/DC-300/DC-016RW
34983918 6370 ViewMate Desktop Mouse CC2201
34993919 6560 CY7C65640 USB-2.0 "TetraHub"
35003920 6830 CY7C68300A EZ-USB AT2 USB 2.0 to ATA/ATAPI
35133933 f000 CY30700 Licorice evaluation board
35143934 f111 CY8CKIT-002 PSoC MiniProg3 Rev A Program and debug kit
35153935 f115 PSoC FirstTouch Programmer
3936 fd13 Programmable power socket
35163937 04b5 ROHM LSI Systems USA, LLC
35173938 3064 Hantek DSO-3064
35183939 04b6 Hint Corp.
35253946 0005 Printer
35263947 0006 Printer
35273948 0007 Printer
3528 0101 Perfection 636
3949 0015 Stylus Photo R3000
3950 0101 GT-7000U [Perfection 636]
35293951 0102 GT-2200
3530 0103 Perfection 610
3531 0104 Perfection 1200
3532 0105 StylusScan 2000
3952 0103 GT-6600U [Perfection 610]
3953 0104 GT-7600UF [Perfection 1200U/1200U Photo]
3954 0105 Stylus Scan 2000
35333955 0106 Stylus Scan 2500
3534 0107 Expression 1600U
3535 0109 Expression 1640 XL
3536 010a Perfection 1640SU
3537 010b Perfection 1240
3538 010c Perfection 640
3539 010e Perfection 1680
3540 010f Perfection 1250
3541 0110 Perfection 1650
3542 0112 Perfection 2450
3956 0107 ES-2000 [Expression 1600U]
3957 0108 CC-700
3958 0109 ES-8500 [Expression 1640 XL]
3959 010a GT-8700/GT-8700F [Perfection 1640SU/1640SU PHOTO]
3960 010b GT-7700U [Perfection 1240U]
3961 010c GT-6700U [Perfection 640]
3962 010d CC-500L
3963 010e ES-2200 [Perfection 1680]
3964 010f GT-7200U [Perfection 1250/1250 PHOTO]
3965 0110 GT-8200U/GT-8200UF [Perfection 1650/1650 PHOTO]
3966 0112 GT-9700F [Perfection 2450 PHOTO]
35433967 0114 Perfection 660
3544 0116 Perfection 3170 (GT-9400)
3545 0118 Perfection 4180 (GF-F600)
3546 0119 Perfection 4490 Photo
3547 011a 1000 ICS
3548 011b Perfection 2400 Photo
3549 011c Perfection 3200
3550 011d Perfection 1260 Photo
3551 011e Perfection 1660 Photo
3552 011f Perfection 1670
3553 0120 Perfection 1270 scanner
3554 0121 Perfection 2480/2580 Photo [GT-F500]
3555 0122 Perfection 3590 scanner
3556 0126 GT-15000 (ES-7000)
3557 0128 Perfection 4870 (GT-X700)
3558 0129 Expression 10000XL (ES-10000G)
3559 012a Perfection 4990 Photo scanner
3560 012b GT-2500 (ES-H300)
3561 012c Perfection V700 Photo (GT-X900)
3562 012d Perfection V10/V100 (GT-S600/F650)
3563 012f Perfection V350 (GT-F700)
3564 0130 Perfection V500 (GT-X770)
3565 0131 Perfection V300
3566 0136 GT-S80 (ES-D400)
3567 0137 GT-S50 (ES-D200)
3568 0202 Receipt Printer M129C
3968 0116 GT-9400UF [Perfection 3170]
3969 0118 GT-F600 [Perfection 4180]
3970 0119 GT-X750 [Perfection 4490 Photo]
3971 011a CC-550L [1000 ICS]
3972 011b GT-9300UF [Perfection 2400 PHOTO]
3973 011c GT-9800F [Perfection 3200]
3974 011d GT-7300U [Perfection 1260/1260 PHOTO]
3975 011e GT-8300UF [Perfection 1660 PHOTO]
3976 011f GT-8400UF [Perfection 1670/1670 PHOTO]
3977 0120 GT-7400U [Perfection 1270]
3978 0121 GT-F500/GT-F550 [Perfection 2480/2580 PHOTO]
3979 0122 GT-F520/GT-F570 [Perfection 3590 PHOTO]
3980 0126 ES-7000H [GT-15000]
3981 0128 GT-X700 [Perfection 4870]
3982 0129 ES-10000G [Expression 10000XL]
3983 012a GT-X800 [Perfection 4990 PHOTO]
3984 012b ES-H300 [GT-2500]
3985 012c GT-X900 [Perfection V700/V750 Photo]
3986 012d GT-F650 [GT-S600/Perfection V10/V100]
3987 012e GT-F670 [Perfection V200 Photo]
3988 012f GT-F700 [Perfection V350]
3989 0130 GT-X770 [Perfection V500]
3990 0131 GT-F720 [GT-S620/Perfection V30/V300 Photo]
3991 0133 GT-1500 [GT-D1000]
3992 0135 GT-X970
3993 0136 ES-D400 [GT-S80]
3994 0137 ES-D200 [GT-S50]
3995 0138 ES-H7200 [GT-20000]
3996 013a GT-X820 [Perfection V600 Photo]
3997 0142 GT-F730 [GT-S630/Perfection V33/V330 Photo]
3998 0143 GT-S55
3999 0144 GT-S85
4000 0202 Receipt Printer M129C/TM-T70
35694001 0401 CP 800 Digital Camera
35704002 0402 PhotoPC 850z
35714003 0403 PhotoPC 3000z
35724004 0509 JVC PIX-MC10
35734005 0601 Stylus Photo 875DC Card Reader
35744006 0602 Stylus Photo 895 Card Reader
3575 0801 Stylus CX5200/CX5400/CX6600
3576 0802 Stylus CX3200
4007 0801 CC-600PX [Stylus CX5200/CX5400/CX6600]
4008 0802 CC-570L [Stylus CX3100/CX3200]
35774009 0803 Printer (Composite Device)
35784010 0804 Storage Device
3579 0805 Stylus CX6400
3580 0806 Stylus Photo RX600/610
4011 0805 Stylus CX6300/CX6400
4012 0806 PM-A850 [Stylus Photo RX600/610]
35814013 0807 Stylus Photo RX500/510
3582 0808 Stylus CX5200
4014 0808 Stylus CX5200/CX5300/CX5400
35834015 0809 Storage Device
3584 080a Storage Device
3585 080c ME100
4016 080a F-3200
4017 080c ME100 [Stylus CX1500]
35864018 080d Stylus CX4500/4600
3587 080e CX-3500/3600/3650 MFP
3588 080f Stylus Photo RX425 scanner
3589 0810 Stylus Photo RX700 (PM-A900)
3590 0811 Stylus Photo RX620 all-in-one
4019 080e PX-A550 [CX-3500/3600/3650 MFP]
4020 080f Stylus Photo RX420/RX425/RX430
4021 0810 PM-A900 [Stylus Photo RX700]
4022 0811 PM-A870 [Stylus Photo RX620/RX630]
35914023 0812 MFP Composite Device
35924024 0813 Stylus CX6500/6600
3593 0814 (PM-A700)
3594 0815 AcuLaser CX11 (LP-A500)
4025 0814 PM-A700
4026 0815 LP-A500 [AcuLaser CX1]
35954027 0816 Printer (Composite Device)
3596 0817 (LP-M5500)
4028 0817 LP-M5500/LP-M5500F
35974029 0818 Stylus CX3700/CX3800/DX3800
3598 0819 Stylus CX4700/CX4800/DX4800 (PX-A750)
3599 081a Stylus Photo RX520/RX530 (PM-A750)
4030 0819 PX-A650 [Stylus CX4700/CX4800/DX4800/DX4850]
4031 081a PM-A750 [Stylus Photo RX520/RX530]
36004032 081b MFP Composite Device
3601 081c Stylus Photo RX640/RX650 (PM-A890)
3602 081d (PM-A950)
4033 081c PM-A890 [Stylus Photo RX640/RX650]
4034 081d PM-A950
36034035 081e MFP Composite Device
36044036 081f Stylus CX7700/7800
3605 0820 CX4200 MP scanner
3606 0821 MFP Composite Device
4037 0820 Stylus CX4100/CX4200/DX4200
4038 0821 Stylus CX5700F/CX5800F
36074039 0822 Storage Device
36084040 0823 MFP Composite Device
36094041 0824 Storage Device
36104042 0825 MFP Composite Device
36114043 0826 Storage Device
3612 0827 Stylus Photo RX560/580/590 (PM-A820)
3613 0828 (PM-A970)
3614 0829 (PM-T990)
3615 082a (PM-A920)
3616 082b Stylus DX5050
4044 0827 PM-A820 [Stylus Photo RX560/RX580/RX585/RX590]
4045 0828 PM-A970
4046 0829 PM-T990
4047 082a PM-A920
4048 082b Stylus CX5900/CX5000/DX5000/DX5050
36174049 082c Storage Device
36184050 082d Storage Device
3619 082e 0x082e DX-60x0 MFP scanner
3620 082f Stylus DX4050
3621 0830 Stylus CX2800/CX2900/ME200
3622 0831 MFP Composite Device
4051 082e PX-A720 [Stylus CX5900/CX6000/DX6000]
4052 082f PX-A620 [Stylus CX3900/DX4000/DX4050]
4053 0830 ME 200 [Stylus CX2800/CX2900]
4054 0831 Stylus CX6900F/CX7000F/DX7000F
36234055 0832 MFP Composite Device
3624 0833 (LP-M5600)
3625 0834 MFP Composite Device
4056 0833 LP-M5600
4057 0834 LP-M6000
36264058 0835 AcuLaser CX21
3627 0836 MFP Composite Device
3628 0837 MFP Composite Device
3629 0838 CX7300/CX7400/DX7400
3630 0839 CX8300/CX8400/DX8400
3631 083a CX9300F/CX9400Fax/DX9400F
4059 0836 PM-T960
4060 0837 PM-A940 [Stylus Photo RX680/RX685/RX690]
4061 0838 PX-A640 [CX7300/CX7400/DX7400]
4062 0839 PX-A740 [CX8300/CX8400/DX8400]
4063 083a PX-FA700 [CX9300F/CX9400Fax/DX9400F]
36324064 083b MFP Composite Device
3633 083c MFP Composite Device
4065 083c PM-A840S [Stylus Photo RX595/RX610]
36344066 083d MFP Composite Device
36354067 083e MFP Composite Device
3636 083f Stylus DX4450
4068 083f Stylus CX4300/CX4400/CX5500/CX5600/DX4400/DX4450
4069 0841 PX-401A [ME 300/Stylus NX100]
4070 0843 LP-M5000
4071 0844 EP-901A/EP-901F [Artisan 800/Stylus Photo PX800FW]
4072 0846 EP-801A [Artisan 700/Stylus Photo PX700W/TX700W]
4073 0847 PX-601F [ME Office 700FW/Stylus Office BX600FW/TX600FW]
4074 0848 ME Office 600F/Stylus Office BX300F/TX300F
36374075 0849 Stylus SX205
3638 084d Stylus SX115
4076 084a PX-501A [Stylus NX400]
4077 084d PX-402A [Stylus SX115/Stylus NX110 Series]
4078 084f ME OFFICE 510
4079 0850 EP-702A [Stylus Photo PX650/TX650 Series]
36394080 0851 Stylus SX410
3640 0856 Stylus SX515W
3641 085c Stylus SX125
4081 0852 EP-802A [Artisan 710 Series/Stylus Photo PX710W/TX720W Series]
4082 0853 EP-902A [Artisan 810 Series/Stylus Photo PX810FW Series]
4083 0854 ME OFFICE 650FN Series/Stylus Office BX310FN/TX520FN Series
4084 0855 PX-602F [Stylus Office BX610FW/TX620FW Series]
4085 0856 PX-502A [Stylus SX515W]
4086 085c ME 320/330 Series [Stylus SX125]
4087 085d PX-603F [ME OFFICE 960FWD Series/Stylus Office BX625FWD/TX620FWD Series]
4088 085e PX-503A [ME OFFICE 900WD Series/Stylus Office BX525WD]
4089 085f Stylus Office BX320FW/TX525FW Series
4090 0860 EP-903A/EP-903F [Artisan 835/Stylus Photo PX820FWD Series]
4091 0861 EP-803A/EP-803AW [Artisan 725/Stylus Photo PX720WD/TX720WD Series]
4092 0862 EP-703A [Stylus Photo PX660 Series]
4093 0863 ME OFFICE 620F Series/Stylus Office BX305F/BX305FW/TX320F
4094 0864 ME OFFICE 560W Series
4095 0865 ME OFFICE 520 Series
4096 0866 AcuLaser MX20DN/MX20DNF/MX21DNF
4097 0869 PX-1600F
4098 086a PX-673F [Stylus Office BX925FWD]
4099 0870 Stylus Office BX305FW Plus
4100 0871 K200 Series
4101 0872 K300 Series
4102 0873 L200 Series
4103 0878 EP-704A
4104 0879 EP-904A/EP-904F [Artisan 837/Stylus Photo PX830FWD Series]
4105 087b EP-804A/EP-804AR/EP-804AW [Stylus Photo PX730WD/Artisan 730 Series]
4106 087c PX-1700F
4107 087d PX-B750F
4108 087f PX-403A
4109 0880 PX-434A [Stylus NX330 Series]
4110 0881 PX-404A [ME OFFICE 535]
4111 0883 ME 340 Series/Stylus NX130 Series
4112 0884 Stylus NX430W Series
4113 0885 Stylus NX230 Series
4114 088f Stylus Office BX635FWD
4115 0890 ME OFFICE 940FW Series/Stylus Office BX630FW Series
4116 0891 Stylus Office BX535WD
4117 0892 Stylus Office BX935FWD
4118 0893 EP-774A
36424119 04b9 Rainbow Technologies, Inc.
36434120 0300 SafeNet USB SuperPro/UltraPro
36444121 1000 iKey 1000 Token
37384215 1041 fi-4120c Scanner
37394216 1042 fi-4220c Scanner
37404217 105b AH-F401U Air H device
4218 1084 PalmSecure Sensor V2
37414219 1096 fi-5110EOX
37424220 1097 fi-5110C
37434221 10ae fi-4120C2
37444222 10af fi-4220C2
4223 10c7 fi-60f scanner
37454224 10e0 fi-5120c Scanner
37464225 10e1 fi-5220C
37474226 10e7 fi-5900C
37484227 10fe S500
37494228 1150 fi-6230
4229 201d SATA 3.0 6Gbit/s Adaptor [GROOVY]
37504230 04c6 Toshiba America Electronic Components
37514231 04c7 Micro Macro Technologies
37524232 04c8 Konica Corp.
37604240 072c Revio KD20M
37614241 072d Revio KD410Z
37624242 04ca Lite-On Technology Corp.
4243 004f SK-9020 keyboard
37634244 1766 HID Monitor Controls
4245 2004 Bluetooth 4.0 [Broadcom BCM20702A0]
37644246 9304 Hub
4247 f01c TT1280DA DVB-T TV Tuner
37654248 04cb Fuji Photo Film Co., Ltd
37664249 0100 FinePix 30i/40i/50i, A101/201, 1300/2200, 1400/2400/2600/2800/4500/4700/4800/4900/6800/6900 Zoom
37674250 0103 FinePix NX-500/NX-700 printer
38494332 01fd A160
38504333 023e FinePix AX300
38514334 0240 FinePix S2950 Digital Camera
4335 0241 FinePix S3200 Digital Camera
4336 0278 FinePix JV300
38524337 04cc ST-Ericsson
38534338 1122 Hub
38544339 1520 USB 2.0 Hub (Avocent KVM)
38984383 0033 PICkit2
38994384 0036 PICkit Serial Analyzer
39004385 00e0 PIC32 Starter Board
4386 04cd 28Cxxx EEPROM Programmer
39014387 0a04 AGP LIN Serial Analyzer
39024388 8000 In-Circuit Debugger
39034389 8001 ICD2 in-circuit debugger
39044390 8101 PIC24F Starter Kit
4391 8107 Microstick II
4392 9004 Microchip REAL ICE
39054393 900a PICkit3
39064394 c001 PicoLCD 20x4
4395 f4b5 SmartScope
4396 f8da Hughski Ltd. ColorHug
4397 f91c SPROG IIv3
4398 faff Dangerous Prototypes BusPirate v4 Bootloader mode
4399 fb00 Dangerous Prototypes BusPirate v4
4400 fbb2 GCUSB-nStep stepper motor controller
39074401 fbba DiscFerret Magnetic Disc Analyser (bootloader mode)
39084402 fbbb DiscFerret Magnetic Disc Analyser (active mode)
4403 fc1e Bachrus Speedometer Interface
39094404 fc92 Open Bench Logic Sniffer
39104405 ffef PICoPLC [APStech]
39114406 04d9 Holtek Semiconductor, Inc.
39164411 1400 PS/2 keyboard + mouse controller
39174412 1503 Shortboard Lefty
39184413 1603 Keyboard
4414 1702 Keyboard LKS02
39194415 2013 Keyboard [Das Keyboard]
39204416 2221 Keyboard
4417 2323 Keyboard
4418 2519 Shenzhen LogoTech 2.4GHz receiver
4419 2832 HT82A832R Audio MCU
4420 2834 HT82A834R Audio MCU
4421 a055 Keyboard
39214422 04da Panasonic (Matsushita)
39224423 0901 LS-120 Camera
39234424 0912 SDR-S10
39294430 0d0d CDRCB03
39304431 0d0e DVD-ROM & CD-R/RW
39314432 0f40 Printer
4433 104d Elite Panaboard UB-T880 (HID)
4434 104e Elite Panaboard Pen Adaptor (HID)
39324435 1500 MFSUSB Driver
39334436 1800 DY-WL10 802.11abgn Adapter [Broadcom BCM4323]
39344437 1b00 MultiMediaCard
39404443 231a NV-GS11/230/250 (DV mode)
39414444 231d DVC Web Camera Device
39424445 231e DVC DV Stream Device
3943 2372 Lumix Camera
3944 2374 DMC-FZ18/FZ20
4446 2372 Lumix Camera (Storage mode)
4447 2374 Lumix Camera (PTP mode)
39454448 2451 HDC-SD9
4449 245b HC-X920K (3MOS Full HD video camcorder)
39464450 2497 HDC-TM700
39474451 250c Gobi Wireless Modem (QDL mode)
39484452 250d Gobi Wireless Modem
39854489 8005 Zaurus A-300
39864490 8006 Zaurus SL-B500/SL-5600 PDA
39874491 8007 Zaurus C-700 PDA
4492 9009 AR-M160
39884493 9014 IM-DR80 Portable NetMD Player
39894494 9031 Zaurus C-750/C-760/C-860/SL-C3000 PDA
39904495 9032 Zaurus SL-6000
40064511 04e1 Iiyama North America, Inc.
40074512 0201 Monitor Hub
40084513 04e2 Exar Corp.
4514 1410 XR21V1410 USB-UART IC
40094515 04e3 Zilog, Inc.
40104516 04e4 ACC Microelectronics
40114517 04e5 Promise Technology
40644570 5151 SCR338 Keyboard Smart Card Reader
40654571 5292 SCL011 RFID reader
40664572 5410 SCR35xx Smart Card Reader
4573 5591 SCL3711-NFC&RW
40674574 e000 SCRx31 Reader
40684575 e001 SCR331 SmartCard Reader
40694576 e003 SPR532 PinPad SmartCard Reader
40914598 0100 Kingston Flash Drive (128MB)
40924599 0110 Connect3D Flash Drive
40934600 0111 Connect3D Flash Drive
4601 0300 E2530 / GT-C3350 Phones (Mass storage mode)
40944602 1003 MP3 Player and Recorder
40954603 1006 SDC-200Z
4604 130c NX100
4605 1f05 S2 Portable [JMicron] (500GB)
40964606 1f06 HX-MU064DA portable harddisk
40974607 2018 WIS09ABGN LinkStick Wireless LAN Adapter
40984608 2035 Digital Photo Frame Mass Storage
41344644 3292 ML-1640 Series Laser Printer
41354645 3296 ML-2580N Mono Laser Printer
41364646 3297 ML-191x/ML-252x Laser Printer
4647 329f CLP-325 Color Laser Printer
4648 330c ML-1865
4649 3310 ML-331x Series Laser Printer
4650 3315 ML-2540 Series Laser Printer
4651 331e M262x/M282x Xpress Series Laser Printer
41374652 3409 SCX-4216F Scanner
41384653 340c SCX-5x15 series
41394654 340d SCX-6x20 series
41504665 341f Composite Device
41514666 3420 Composite Device
41524667 3426 SCX-4500 Laser Printer
4668 342d SCX-4x28 Series
4669 344f SCX-3400 Series
41534670 3605 InkJet Color Printer
41544671 3606 InkJet Color Printer
41554672 3609 InkJet Color Printer
42194736 5f02 NEXiO Sync
42204737 5f03 NEXiO Sync
42214738 5f04 NEXiO Sync
4739 5f05 STORY Station 1TB
42224740 6032 G2 Portable hard drive
4741 6033 G2 Portable device
4742 6034 G2 Portable hard drive
4743 60b3 M2 Portable Hard Drive
4744 60c4 M2 Portable Hard Drive USB 3.0
4745 6124 D3 Station External Hard Drive
4746 61b6 M3 Portable Hard Drive 1TB
42234747 6601 Mobile Phone
42244748 6602 Galaxy
42254749 6603 Galaxy
42394763 663e D900e Phone
42404764 663f SGH-E720/SGH-E840
42414765 6640 Usb Modem Enumerator
4766 6651 i8510 Innov8
42424767 6702 X830
42434768 6708 U600 Phone
42444769 6709 U600
42534778 6807 Composite HSPA device
42544779 681c Galaxy Portal/Spica/S
42554780 681d Galaxy Portal/Spica Android Phone
4781 6843 E2530 Phone (Samsung Kies mode)
42564782 684e Wave (GT-S8500)
42574783 685b GT-I9100 Phone [Galaxy S II] (mass storage mode)
4258 685e GT-I9100 Phone [Galaxy S II] (USB Debugging mode)
4259 6860 GT-I9100 Phone [Galaxy S II]
4784 685c GT-I9250 Phone [Galaxy Nexus] (Mass storage mode)
4785 685d GT-I9100 Phone [Galaxy S II] (Download mode)
4786 685e GT-I9100 / GT-C3350 Phones (USB Debugging mode)
4787 6860 GT-I9100 Phone [Galaxy S II], GT-I9300 Phone [Galaxy S III], GT-P7500 [Galaxy Tab 10.1] , GT-I9500 [Galaxy S 4]
4788 6863 GT-I9500 [Galaxy S4] / GT-I9250 [Galaxy Nexus] (network tethering)
4789 6865 GT-I9300 Phone [Galaxy S III] (PTP mode)
4790 6866 GT-I9300 Phone [Galaxy S III] (debugging mode)
4791 6868 Escape Composite driver for Android Phones: Modem+Diagnostic+ADB
42604792 6875 GT-B3710 Standalone LTE device (Commercial)
42614793 6876 GT-B3710 LTE Modem
42624794 6877 Galaxy S
42744806 e020 SERI E02 SCOM 6200 UMTS Phone
42754807 e021 SERI E02 SCOM 6200 Virtual UARTs
42764808 e022 SERI E02 SCOM 6200 Flash Load Disk
4809 f000 Intensity 3 (Mass Storage Mode)
42774810 ff30 SG_iMON
42784811 04e9 PC-Tel, Inc.
42794812 04ea Brooktree Corp.
43004833 0111 KU-9908 Keyboard
43014834 0112 KU-8933 Keyboard with PS/2 Mouse port
43024835 0116 KU-2971/KU-0325 Keyboard
4836 0200 KBR-0108
4837 0201 Gaming Keyboard KPD0250
43034838 0220 Wireless HID Receiver
43044839 0402 Genius LuxeMate i200 Keyboard
43054840 0403 KU-0420 keyboard
43064841 0418 KU-0418 Tactical Pad
4842 0618 RG-0618U Wireless HID Receiver & KG-0609 Wireless Keyboard with Touchpad
43074843 0760 Acer KU-0760 Keyboard
4844 0841 HP Multimedia Keyboard
43084845 0860 2.4G Multimedia Wireless Kit
4846 1121 Periboard 717 Mini Wireless Keyboard
43094847 a001 E-Video DC-100 Camera
43104848 a120 ORITE CCD Webcam(PC370R)
43114849 a121 ORITE CCD Webcam(PC370R)
43414879 b044 Acer CrystalEye Webcam
43424880 b057 integrated USB webcam
43434881 b059 CKF7037 HP webcam
4882 b064 CNA7137 Integrated Webcam
4883 b070 Camera
43444884 b071 2.0M UVC Webcam / CNF7129
4885 b083 CKF7063 Webcam (HP)
43454886 b091 Webcam
43464887 b104 CNF7069 Webcam
43474888 b107 CNF7070 Webcam
43484889 b14c CNF8050 Webcam
4890 b15c Sony Vaio Integrated Camera
43494891 b175 4-Port Hub
43504892 b1aa Webcam-101
43514893 b1b4 Lenovo Integrated Camera
4894 b1b9 Asus Integrated Webcam
43524895 b1cf Lenovo Integrated Camera
4896 b1d6 CNF9055 Toshiba Webcam
4897 b1e4 Toshiba Integrated Webcam
4898 b213 Fujitsu Integrated Camera
4899 b217 Lenovo Integrated Camera (0.3MP)
43534900 b221 integrated camera
43544901 b230 Integrated HP HD Webcam
4902 b257 Lenovo Integrated Camera
4903 b26b Sony Visual Communication Camera
43554904 b272 Lenovo EasyCamera
4905 b2b0 Camera
4906 b2b9 Lenovo Integrated Camera UVC
4907 b2da thinkpad t430s camera
4908 b2ea Integrated Camera [ThinkPad]
4909 b330 Asus 720p CMOS webcam
4910 b354 UVC 1.00 device HD UVC WebCam
4911 b394 Integrated Camera
43564912 04f3 Elan Microelectronics Corp.
4913 000a Touchscreen
4914 0103 ActiveJet K-2024 Multimedia Keyboard
43574915 01a4 Wireless Keyboard
4358 0210 AM-400 Hama Optical Mouse
4916 0210 Optical Mouse
43594917 0212 Laser Mouse
43604918 0214 Lynx M9 Optical Mouse
43614919 0230 3D Optical Mouse
4920 0232 Mouse
43624921 02f4 2.4G Cordless Mouse
4922 04a0 Dream Cheeky Stress/Panic Button
43634923 04f4 Harting Elektronik, Inc.
43644924 04f5 Fujitsu-ICL Systems, Inc.
43654925 04f6 Norand Corp.
44044964 002c Printer
44054965 002d Printer
44064966 0039 HL-5340 series
4967 0042 HL-2270DW Laser Printer
44074968 0100 MFC8600/9650 series
44084969 0101 MFC9600/9870 series
44094970 0102 MFC9750/1200 series
45545115 01ea DCP-7030
45555116 01eb MFC-7320
45565117 01f4 MFC-5890CN
5118 0217 MFC-8480DN
5119 0223 DCP-365CN
5120 0248 DCP-7055 scanner/printer
5121 02b3 MFC J4510DW
45575122 1000 Printer
45585123 1002 Printer
45595124 2002 PTUSB Printing
45635128 201a PT-18R P-touch label printer
45645129 201b QL-650TD P-Touch Label Printer
45655130 2027 QL-560 P-Touch Label Printer
5131 202b PT-7600 P-Touch Label Printer
45665132 2100 Card Reader Writer
45675133 04fa Dallas Semiconductor
45685134 2490 DS1490F 2-in-1 Fob, 1-Wire adapter
45695135 4201 DS4201 Audio DAC
45705136 04fb Biostar Microtech International Corp.
45715137 04fc Sunplus Technology Co., Ltd
4572 0003 CM1092 Optical Scroller Mouse
5138 0003 CM1092 / Wintech CM-5098 Optical Mouse
45735139 0005 USB OpticalWheel Mouse
45745140 0013 ViewMate Desktop Mouse CC2201
45755141 0015 ViewMate Desktop Mouse CC2201
45765142 00d3 00052486 / Laser Mouse M1052 [hama]
45775143 0171 SPCA1527A/SPCA1528 SD card camera (Mass Storage mode)
5144 0201 SPCP825 RS232C Adapter
45785145 0232 Fingerprint
45795146 0538 Wireless Optical Mouse 2.4G [Bright]
45805147 0561 Flexcam 100
45905157 5330 Digitrex 2110
45915158 5331 Vivitar Vivicam 10
45925159 5360 Sunplus Generic Digital Camera
5160 5563 Digital Media Player MP3/WMA [The Sharper Image]
45935161 5720 Card Reader Driver
5162 6333 Siri A9 UVC chipset
45945163 7333 Finet Technology Palmpix DC-85
45955164 757a Aiptek, MP315 MP3 Player
45965165 ffff PureDigital Ritz Disposable
46135182 16e3 n30 Handheld Sync
46145183 3202 Liquid
46155184 3203 Liquid (Debug mode)
5185 3230 BeTouch E120
5186 3317 Liquid
46165187 3325 Iconia tablet A500
46175188 3341 Iconia tablet A500
5189 33c3 Liquid Gallant Duo E350
5190 33c4 Liquid Gallant Duo E350 (debug mode)
5191 33c7 Liquid Gallant Duo E350 (USB tethering)
5192 33c8 Liquid Gallant Duo E350 (debug mode, USB tethering)
46185193 d001 Divio NW801/DVC-V6+ Digital Camera
46195194 0503 Hitachi America, Ltd
46205195 0504 Hayes Microcomputer Products
46515226 0004 Direct Connect
46525227 0012 F8T012 Bluetooth Adapter
46535228 0013 F8T013 Bluetooth Adapter
4654 0017 B8T017 Bluetooth+EDR 2.1
5229 0017 B8T017 Bluetooth+EDR 2.1 / F4U017 USB 2.0 7-port Hub
46555230 003a Universal Media Reader
46565231 0050 F5D6050 802.11b Wireless Adapter v2000 [Atmel at76c503a]
46575232 0081 F8T001v2 Bluetooth
46685243 0122 Ethernet Adapter
46695244 0131 Bluetooth Device with trace filter
46705245 016a Bluetooth Mini Dongle
5246 0200 Nostromo SpeedPad n52te Gaming Keyboard
46715247 0201 Peripheral Switch
46725248 0208 USBView II Video Adapter [nt1004]
46735249 0210 F5U228 Hi-Speed USB 2.0 DVD Creator
46815257 0304 FSU304 USB 2.0 - 4 Ports Hub
46825258 0307 USB 2.0 - 7 ports Hub [FSU307]
46835259 0409 F5U409 Serial
5260 0416 Staples 12416 7 port desktop hub
46845261 0551 F6C550-AVR UPS
4685 0706 2-N-1 USB 2.0 7-Port Hub (Lower half)
5262 065a F8T065BF Mini Bluetooth 4.0 Adapter
5263 0706 2-N-1 7-Port Hub (Lower half)
46865264 0802 Nostromo n40 Gamepad
46875265 0803 Nostromo 1745 GamePad
46885266 0805 Nostromo N50 GamePad
46895267 0815 Nostromo n52 HID SpeedPad Mouse Wheel
46905268 0826 ErgoFit Wireless Optical Mouse (HID)
46915269 0980 HID UPS Battery
4692 1102 F7D1102 N150/Surf Micro Wireless Adapter v1000 [Realtek RTL8188CE-VAU]
5270 1004 F9L1004 802.11n Surf N300 XR Wireless Adapter [Realtek RTL8192CU]
5271 1102 F7D1102 N150/Surf Micro Wireless Adapter v1000 [Realtek RTL8188CUS]
5272 1103 F9L1103 N750 DB 802.11abgn 2x3:3 [Ralink RT3573]
5273 1106 F9L1106v1 802.11a/b/g/n/ac Wireless Adapter [Broadcom BCM43526]
5274 1109 F9L1109v1 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]
5275 110a F9L1101v2 802.11abgn Wireless Adapter [Realtek RTL8192DU]
5276 11f2 ISY Wireless Micro Adapter IWL 2000 [RTL8188CUS]
46935277 1202 F5U120-PC Parallel Printer Port
46945278 1203 F5U120-PC Serial Port
46955279 2103 F7D2102 802.11n N300 Micro Wireless Adapter v3000 [Realtek RTL8192CU]
5280 21f1 N300 WLAN N Adapter [ISY]
5281 21f2 RTL8192CU 802.11n WLAN Adapter [ISY IWL 4000]
46965282 258a F5U258 Host to Host cable
46975283 3101 F1DF102U/F1DG102U Flip Hub
46985284 3201 F1DF102U/F1DG102U Flip KVM
46995285 4050 ZD1211B
47005286 5055 F5D5055 Gigabit Network Adapter [AX88xxx]
5287 6050 F6D6050 802.11abgn Wireless Adapter [Broadcom BCM4323]
47015288 6051 F5D6051 802.11b Wireless Network Adapter [ZyDAS ZD1201]
4702 615a F7D4101 / F9L1101 802.11abgn Wireless Adapter [Broadcom BCM4323]
5289 615a F7D4101 / F9L1101v1 802.11abgn Wireless Adapter [Broadcom BCM4323]
47035290 7050 F5D7050 Wireless G Adapter v1000/v2000 [Intersil ISL3887]
47045291 7051 F5D7051 802.11g Adapter v1000 [Broadcom 4320 USB]
47055292 705a F5D7050 Wireless G Adapter v3000 [Ralink RT2571W]
47065293 705b Wireless G Adapter
47075294 705c F5D7050 Wireless G Adapter v4000 [Zydas ZD1211B]
47085295 705e F5D7050 Wireless G Adapter v5000 [Realtek RTL8187B]
4709 706a 2-N-1 USB 2.0 7-Port Hub (Lower half)
5296 706a 2-N-1 7-Port Hub (Upper half)
47105297 8053 F5D8053 N Wireless USB Adapter v1000/v4000 [Ralink RT2870]
47115298 805c F5D8053 N Wireless Adapter v3000 [Ralink RT2870]
47125299 805e F5D8053 N Wireless USB Adapter v5000 [Realtek RTL8192U]
47135300 815c F5D8053 N Wireless USB Adapter v3000 [Ralink RT2870]
47145301 815f F5D8053 N Wireless USB Adapter v6000 [Realtek RTL8192SU]
47155302 825a F5D8055 N+ Wireless Adapter v1000 [Ralink RT2870]
4716 825b F5D8055 N+ Wireless Adapter v2000 [Ralink RT3070]
5303 825b F5D8055 N+ Wireless Adapter v2000 [Ralink RT3072]
47175304 845a F7D2101 802.11n Surf & Share Wireless Adapter v1000 [Realtek RTL8192SU]
47185305 905b F5D9050 Wireless G+ MIMO Network Adapter v3000 [Ralink RT2573]
47195306 905c F5D9050 Wireless G+ MIMO Network Adapter v4000 [Ralink RT2573]
4720 935a F6D4050 N150 Enhanced Wireless Network Adapter v1000 [Ralink RT2870]
5307 935a F6D4050 N150 Enhanced Wireless Network Adapter v1000 [Ralink RT3070]
47215308 935b F6D4050 N150 Enhanced Wireless Network Adapter v2000 [Ralink RT3070]
4722 945a F7D1101 Basic Wireless USB Adapter v1000 [Realtek RTL8188SU]
5309 945a F7D1101 v1 Basic Wireless Adapter [Realtek RTL8188SU]
5310 945b F7D1101 v2 Basic Wireless Adapter [Ralink RT3370]
5311 d321 Dynex DX-NUSB 802.11bgn Wireless Adapter [Broadcom BCM43231]
47235312 050e Neon Technology, Inc.
47245313 050f KC Technology, Inc.
47255314 0001 Hub
47315320 1000 Keyboard with PS/2 Mouse Port
47325321 e001 Mouse
47335322 0511 N'Able (DataBook) Technologies, Inc.
5323 002b AOC DVB
47345324 0512 Hualon Microelectronics Corp.
47355325 0513 digital-X, Inc.
47365326 0514 FCI Electronics
47645354 0525 Netchip Technology, Inc.
47655355 100d RFMD Bluetooth Device
47665356 1080 NET1080 USB-USB Bridge
5357 1200 SSDC Adapter II
47675358 1265 File-backed Storage Gadget
5359 3424 Lumidigm Venus fingerprint sensor
5360 a0f0 Cambridge Electronic Devices Power1401 mk 2
47685361 a140 USB Clik! 40
47695362 a141 (OME) PocketZip 40 MP3 Player Driver
47705363 a220 GVC Bluetooth Wireless Adapter
47735366 a4a2 Linux-USB Ethernet/RNDIS Gadget
47745367 a4a3 Linux-USB user-mode isochronous source/sink
47755368 a4a4 Linux-USB user-mode bulk source/sink
4776 a4a5 Linux-USB File Storage Gadget
5369 a4a5 Pocketbook Pro 903
47775370 a4a6 Linux-USB Serial Gadget
47785371 a4a7 Linux-USB Serial Gadget (CDC ACM mode)
47795372 a4a8 Linux-USB Printer Gadget
48055398 050c eToken Pro v4.1.5.x
48065399 0514 eToken Pro v4.2.5.4
48075400 0600 eToken Pro 64k (4.2)
5401 0620 Token JC
48085402 052a Crescent Heart Software
48095403 052b Tekom Technologies, Inc.
48105404 0102 Ca508A HP1020 Camera v.1.3.1.6
48355429 0539 Shyh Shiun Terminals Co., Ltd
48365430 053a PrehKeyTec GmbH
48375431 0b00 Hub
5432 0b01 Preh MCI 3100
48385433 053b Global Village Communication
48395434 053c Institut of Microelectronic & Mechatronic Systems
48405435 053d Silicon Architect
49025497 2727 Xircom PGUNET USB-USB Bridge
49035498 2750 EZ-Link (EZLNKUSB.SYS)
49045499 2810 Cypress ATAPI Bridge
5500 4d90 AmScope MD1900 camera
5501 7000 PowerSpec MCE460 Front Panel LED Display
49055502 7777 Bluetooth Device
49065503 9999 AN2131 uninitialized (?)
49075504 0548 Tyan Computer Corp.
49215518 002b Portable USB Harddrive V2
49225519 002c USB Floppy Disk Drive
49235520 002d MSAC-US1 MemoryStick Reader
4924 002e Sony HandyCam MemoryStick Reader
5521 002e HandyCam MemoryStick Reader
49255522 0030 Storage Adapter V2 (TPP)
49265523 0032 MemoryStick MSC-U01 Reader
49275524 0035 Network Walkman (E)
49545551 0085 Net MD
49555552 0086 Net MD
49565553 008b Micro Vault 64M Mass Storage
4957 0095 Sony Clie s360
5554 0095 Clie s360
49585555 0099 Clie NR70 PDA Mass Storage
49595556 009a Clie NR70 PDA Serial
49605557 00ab Visual Communication Camera (PCGA-UVC10)
49675564 00c9 Net MD
49685565 00ca MZ-DN430 Minidisc Walkman
49695566 00cb MSAC-US20 Memory Stick Reader
4970 00da Sony Clie nx60
5567 00da Clie nx60
49715568 00e8 Network Walkman (MS)
49725569 00e9 Handheld
49735570 00eb Net MD
50155612 01d0 DVD+RW External Drive DRU-700A
50165613 01d5 IC RECORDER
50175614 01de VRD-VC10 [Video Capture]
5615 01e8 UP-DR150 Photo Printer
50185616 01e9 Net MD
50195617 01ea Hi-MD WALKMAN
50205618 01ee IC RECORDER
5021 01fa Sony IC Recorder (P)
5619 01fa IC Recorder (P)
50225620 01fb NW-E405 Network Walkman
50235621 020f Device
50245622 0210 ATRAC HDD PA
50635661 0317 WALKMAN
50645662 031a Walkman NWD-B103F
50655663 031e PRS-300/PRS-505 eBook reader
5066 033e DSC-W120
5664 0325 NWZ-A818
5665 033e DSC-W120/W290
50675666 0346 Handycam DCR-SR55E
50685667 0348 HandyCam HDR-TG3E
5668 035b Walkman NWZ-A828
50695669 035c NWZ-A726/A728/A729
5670 035f UP-DR200 Photo Printer
50705671 0382 Memory Stick PRO-HG Duo Adaptor (MSAC-UAH1)
5672 0385 Walkman NWZ-E436F
5673 0387 IC Recorder (P)
50715674 03bc Webbie HD - MHS-CM1
5675 03d1 DPF-X95
50725676 03d3 DR-BT100CX
50735677 03d5 PlayStation Move motion controller
50745678 03fc WALKMAN [NWZ-E345]
50755679 03fd Walkman NWZ-E443
5680 042f PlayStation Move navigation controller
50765681 0440 DSC-H55
50775682 0485 MHS-PM5 HD camcorder
50785683 04cb WALKMAN NWZ-E354
5684 0541 DSC-HX100V [Cybershot Digital Still Camera]
5685 0689 Walkman NWZ-B173F
5686 06bb WALKMAN NWZ-F805
5687 088c Portable Headphone Amplifier
50795688 1000 Wireless Buzz! Receiver
50805689 054d Try Corp.
50815690 054e Proside Corp.
50845693 0002 InkJet Color Printer
50855694 0004 InkJet Color Printer
50865695 0005 InkJet Color Printer
5696 000b Workcentre 24
5697 014e CM215b Printer
50875698 0551 CompuTrend Systems, Inc.
50885699 0552 Philips Monitors
50895700 0553 STMicroelectronics Imaging Division (VLSI Vision)
50955706 0151 Digital Blue QX5 Microscope
50965707 0200 Dual-mode Camera0
50975708 0201 Dual-mode Camera1
5098 0202 Aiptek PenCam 1
5709 0202 STV0680 Camera
50995710 0674 Multi-mode Camera
51005711 0679 NMS Video Camera (Webcam)
51015712 1002 Che-ez! Splash
51145725 2011 UC-2324 4xSerial Ports [mos7840]
51155726 2202 CS124U Miniview II KVM Switch
51165727 2213 CS682 2-Port USB 2.0 DVI KVM Switch
5728 2221 Winbond Hermon
51175729 2404 4-port switch
51185730 2600 IDE Bridge
51195731 2701 CE700A KVM Extender
51205732 4000 DSB-650 10Mbps Ethernet [klsi]
51215733 7000 Hub
51225734 7820 UC-2322 2xSerial Ports [mos7820]
5735 8021 CS1764A [CubiQ DVI KVMP Switch]
51235736 0558 Truevision, Inc.
51245737 1009 GW Instek GDS-1000 Oscilloscope
51255738 100a GW Instek GDS-1000A Oscilloscope
52245837 2801 MIC K/B Mouse
52255838 2802 Kbd Hub
52265839 3004 Genius KB-29E
5840 3107 Keyboard
52275841 0567 Xyratex International, Ltd
52285842 0568 Quartz Ingenierie
52295843 0569 SegaSoft
52395853 0014 Graphire 3 6x8
52405854 0015 Graphire 4 4x5
52415855 0016 Graphire 4 6x8
5242 0017 Bamboo Fun 4x5
5856 0017 CTE-450 [Bamboo Fun]
52435857 0018 Bamboo Fun 6x8
52445858 0019 Bamboo One Medium
52455859 0020 Intuos 4x5
52475861 0022 Intuos 9x12
52485862 0023 Intuos 12x12
52495863 0024 Intuos 12x18
5864 0026 Intuos5 touch S
5865 0027 Intuos5 touch M
5866 0028 Intuos5 touch L
5867 0029 Intuos5 S
5868 002a Intuos5 M
52505869 0030 PL400
52515870 0031 PL500
52525871 0032 PL600
52565875 0037 PL700
52575876 0038 PL510
52585877 0039 DTU-710
5259 003f Cintiq 21UX
5878 003f Cintiq 21UX (DTZ-2100)
52605879 0041 Intuos2 4x5
52615880 0042 Intuos2 6x8
52625881 0043 Intuos2 9x12
52715890 0065 Bamboo
52725891 0069 Bamboo One
52735892 0081 Graphire Wireless 6x8
5893 0084 Wireless adapter for Bamboo tablets
52745894 0090 TPC90
52755895 0093 TPC93
52765896 009a TPC9A
52905910 00c5 Cintiq 20WSX
52915911 00c6 Cintiq 12WX
52925912 00c7 DTU-1931
5913 00cc Cintiq 21UX (DTK-2100)
52935914 00d1 Bamboo Pen & Touch (CTH-460-DE)
52945915 00d3 Bamboo Fun (CTH-661)
5916 00d4 Bamboo Pen (CTL-460)
5917 00d6 Bamboo Pen & Touch (CTH-460)
52955918 00db Bamboo Fun (CTH-661SE-NL)
5919 00dd Bamboo Pen (CTL-470)
5920 00de CTH-470 [Bamboo Fun Pen & Touch]
5921 00f6 Cintiq 24HD touch (DTH-2400) touchscreen
5922 00f8 Cintiq 24HD touch (DTH-2400) tablet
5923 0307 Cintiq Companion Hybrid 13HD (DTH-A1300) tablet
5924 0309 Cintiq Companion Hybrid 13HD (DTH-A1300) touchscreen
52965925 0400 PenPartner 4x5
52975926 4850 PenPartner 6x8
52985927 056b Decicon, Inc.
53085937 0003 Device Bay Controller
53095938 056e Elecom Co., Ltd
53105939 0002 29UO Mouse
5940 0072 Mouse
53115941 200c LD-USB/TX
53125942 4002 Laneed 100Mbps Ethernet LD-USB/TX [pegasus]
53135943 4005 LD-USBL/TX
53345964 1253 Zoom V.92 Faxmodem
53355965 1300 SoftK56 Data Fax Voice CARP
53365966 1301 Modem Enumerator
5967 1328 TrendNet TFM-561 modem
53375968 2000 SoftGate 802.11 Adapter
53385969 2002 SoftGate 802.11 Adapter
5970 262a tm5600 Video & Audio Grabber Capture
53395971 8390 WinFast PalmTop/Novo TV Video
53405972 8392 WinFast PalmTop/Novo TV Video
5973 cafc CX861xx ROM Boot Loader
53415974 cafe AccessRunner ADSL Modem
53425975 cb00 ADSL Modem
53435976 cb01 ADSL Modem
54466079 62ff AVM Fritz!WLAN USB (in CD-ROM-mode)
54476080 8401 Fritz!WLAN N [Atheros AR9001U]
54486081 8402 Fritz!WLAN N 2.4 [Atheros AR9001U]
5449 8403 Fritz!WLAN N v2 [Atheros AR7010]
6082 8403 Fritz!WLAN N v2 [Atheros AR9271]
54506083 84ff AVM Fritz!WLAN USB N (in CD-ROM-mode)
54516084 057d Shark Multimedia, Inc.
54526085 057e Nintendo Co., Ltd
54576090 0580 Denron, Inc.
54586091 0581 Racal Data Group
54596092 0582 Roland Corp.
5460 0000 UA-100
6093 0000 UA-100(G)
54616094 0002 UM-4/MPU-64 MIDI Interface
54626095 0003 SoundCanvas SC-8850
54636096 0004 U-8
5464 0005 Edirol UM-2 MIDI Adapter
6097 0005 UM-2(C/EX)
54656098 0007 SoundCanvas SC-8820
54666099 0008 PC-300
5467 0009 Edirol UM-1SX MIDI Adapter
6100 0009 UM-1(E/S/X)
54686101 000b SK-500
54696102 000c SC-D70
54706103 0010 EDIROL UA-5
54966129 0030 VariOS
54976130 0033 EDIROL PCR
54986131 0034 EDIROL PCR
6132 0035 M-1000
54996133 0037 Digital Piano
55006134 0038 Digital Piano
55016135 003b BOSS GS-10
55356169 007d EDIROL UA-101
55366170 0080 G-70
55376171 0081 G-70
6172 0084 V-SYNTH XT
6173 0089 BOSS GT-PRO
55386174 008b EDIROL PC-50
55396175 008c EDIROL PC-50
55406176 008d EDIROL UA-101 USB1
55436179 0096 EDIROL UA-1EX
55446180 009a EDIROL UM-3EX
55456181 009d EDIROL UM-1
6182 00a0 MD-P1
55466183 00a2 Digital Piano
55476184 00a3 EDIROL UA-4FX
55486185 00a6 Juno-G
6186 00a9 MC-808
55496187 00ad SH-201
6188 00b2 VG-99
6189 00b3 VG-99
6190 00b7 BK-7m/VIMA JM-5/8
6191 00c2 SonicCell
55506192 00c4 EDIROL M-16DX
6193 00c5 SP-555
6194 00c7 V-Synth GT
6195 00d1 Music Atelier
6196 00d3 M-380/400
6197 00da BOSS GT-10
55516198 00db BOSS GT-10 Guitar Effects Processor
5552 00de Fantom-G7
6199 00dc BOSS GT-10B
6200 00de Fantom G
55536201 00e6 EDIROL UA-25EX (Advanced mode)
55546202 00e7 EDIROL UA-25EX
6203 00e9 UA-1G
6204 00eb VS-100
6205 00f6 GW-8/AX-Synth
6206 00f8 JUNO Series
6207 00fc VS-700C
6208 00fd VS-700
6209 00fe VS-700 M1
6210 00ff VS-700 M2
6211 0100 VS-700
6212 0101 VS-700 M2
6213 0102 VB-99
6214 0104 UM-1G
6215 0106 UM-2G
6216 0108 UM-3G
6217 0109 eBand JS-8
6218 010d A-500S
55556219 010f A-PRO
55566220 0110 A-PRO
6221 0111 GAIA SH-01
6222 0113 ME-25
6223 0114 SD-50
6224 0116 WAVE/MP3 RECORDER R-05
6225 0117 VS-20
6226 0119 OCTAPAD SPD-30
6227 011c Lucina AX-09
6228 011e BR-800
6229 0120 OCTA-CAPTURE
6230 0121 OCTA-CAPTURE
6231 0123 JUNO-Gi
6232 0124 M-300
6233 0127 GR-55
6234 012a UM-ONE
6235 012b DUO-CAPTURE
6236 012f QUAD-CAPTURE
6237 0130 MICRO BR BR-80
6238 0132 TRI-CAPTURE
6239 0134 V-Mixer
6240 0138 Boss RC-300 (Audio mode)
6241 0139 Boss RC-300 (Storage mode)
6242 013a JUPITER-80
6243 013e R-26
6244 0145 SPD-SX
6245 014b eBand JS-10
6246 014d GT-100
6247 0150 TD-15
6248 0151 TD-11
6249 0154 JUPITER-50
6250 0156 A-Series
6251 0158 TD-30
6252 0159 DUO-CAPTURE EX
6253 015b INTEGRA-7
6254 015d R-88
6255 0505 EDIROL UA-101
55576256 0583 Padix Co., Ltd (Rockfire)
55586257 0001 4 Axis 12 button +POV
55596258 0002 4 Axis 12 button +POV
56186317 0008 Fujifilm MemoryCard ReaderWriter
56196318 0220 U2SCX SCSI Converter
56206319 b000 REX-USB60
6320 b020 REX-USB60F
56216321 0585 FlashPoint Technology, Inc.
56226322 0001 Digital Camera
56236323 0002 Digital Camera
56476347 3400 ZyAIR B-220 IEEE 802.11b Adapter
56486348 3401 ZyAIR G-220 802.11bg
56496349 3402 ZyAIR G-220F 802.11bg
6350 3403 AG-200 802.11abg Wireless Adapter [Atheros AR5523]
56506351 3407 G-200 v2 802.11bg
6352 3408 G-260 802.11bg
56516353 3409 AG-225H 802.11bg
56526354 340a M-202 802.11bg
6355 340c G-270S 802.11bg Wireless Adapter [Atheros AR5523]
56536356 340f G-220 v2 802.11bg
56546357 3410 ZyAIR G-202 802.11bg
56556358 3412 802.11bg
56586361 3416 NWD-210N 802.11b/g/n-draft wireless adapter
56596362 3417 NWD271N 802.11n Wireless Adapter [Atheros AR9001U-(2)NG]
56606363 3418 NWD211AN 802.11abgn Wireless Adapter [Ralink RT2870]
6364 3419 G-220 v3 802.11bg Wireless Adapter [ZyDAS ZD1211B]
56616365 341a NWD-270N Wireless N-lite USB Adapter
6366 341e NWD2105 802.11bgn Wireless Adapter [Ralink RT3070]
56626367 341f NWD2205 802.11n Wireless N Adapter [Realtek RTL8192CU]
6368 3425 NWD6505 802.11a/b/g/n/ac Wireless Adapter [MediaTek MT7610U]
6369 343e N220 802.11bgn Wireless Adapter
56636370 0587 America Kotobuki Electronics Industries, Inc.
56646371 0588 Sapien Design
56656372 0589 Victron
56666373 058a Nohau Corp.
56676374 058b Infineon Technologies
6375 0015 Flash Loader utility
6376 001c Flash Drive
6377 0041 Flash Loader utility
56686378 058c In Focus Systems
56696379 0007 Flash
56706380 0008 LP130
56856395 001d Projector
56866396 001e Projector
56876397 001f Projector
6398 ffe5 IN34 Projector
56886399 058d Micrel Semiconductor
56896400 058e Tripath Technology, Inc.
56906401 058f Alcor Micro Corp.
57006411 6360 Multimedia Card Reader
57016412 6361 Multimedia Card Reader
57026413 6362 Flash Card Reader/Writer
5703 6364 Hi-Speed 7-in-1 Flash Card Reader/Writer [Sabrent]
6414 6364 AU6477 Card Reader Controller
57046415 6366 Multi Flash Reader
5705 6377 Multimedia Card Reader
6416 6377 AU6375 4-LUN card reader
57066417 6386 Memory Card
5707 6387 Transcend JetFlash Flash Drive
6418 6387 Flash Drive
57086419 6390 USB 2.0-IDE bridge
57096420 9213 MacAlly Kbd Hub
57106421 9215 AU9814 Hub
57266437 9472 Keyboard Hub
57276438 9510 ChunghwaTL USB02 Smartcard Reader
57286439 9520 EMV Certified Smart Card Reader
6440 9540 AU9540 Smartcard Reader
57296441 9720 USB-Serial Adapter
6442 a014 Asus Integrated Webcam
6443 b002 Acer Integrated Webcam
57306444 0590 Omron Corp.
57316445 0004 Cable Modem
57326446 000b MR56SVS
5733 0028 HJ-720IT Pedometer / Blood Pressure Monitor HEM-7080IT-E
6447 0028 HJ-720IT / HEM-7080IT-E / HEM-790IT
57346448 0591 Questra Consulting
57356449 0592 Powerware Corp.
57366450 0002 UPS (X-Slot)
57446458 0001 Touchscreen
57456459 0002 Touch Screen Controller
57466460 0500 PCT Multitouch HID Controller
6461 0543 DELL XPS touchscreen
57476462 0597 Trisignal Communications
57486463 0598 Niigata Canotec Co., Inc.
57496464 0599 Brilliance Semiconductor, Inc.
57616476 0042 Rev 70 GB
57626477 0050 Zip CD 650 Writer
57636478 0053 CDRW55292EXT CD-RW External Drive
6479 0056 External CD-RW Drive Enclosure
57646480 0057 Mass Storage Device
57656481 005d Mass Storage Device
57666482 005f CDRW64892EXT3-C CD-RW 52x24x52x External Drive
57676483 0060 PCMCIA PocketZip Dock
57686484 0061 Varo PocketZip 40 MP3 Player
57696485 006d HipZip MP3 Player
6486 0070 eGo Portable Hard Drive
57706487 007c Ultra Max USB/1394
57716488 007d HTC42606 0G9AT00 [Iomega HDD]
57726489 007e Mini 256MB/512MB Flash Drive [IOM2D5]
57846501 017c HDD/1394B
57856502 0251 Optical
57866503 0252 Optical
6504 0278 LDHD-UPS [Professional Desktop Hard Drive eSATA / USB2.0]
57876505 027a LPHD250-U [Portable Hard Drive Silver Series 250 Go]
57886506 0470 Prestige Portable Hard Drive
57896507 047a Select Portable Hard Drive
6508 0571 Prestige Portable Hard Drive
57906509 0579 eGo Portable Hard Drive
57916510 1052 DVD+RW External Drive
57926511 059c A-Trend Technology Co., Ltd
58016520 0213 PocketDrive USB2
58026521 0323 LaCie d2 Drive USB2
58036522 0421 Big Disk G465
6523 0525 BigDisk Extreme 500
58046524 0641 Mobile Hard Drive
6525 0829 BigDisk Extreme+
6526 100c Rugged Triple Interface Mobile Hard Drive
58056527 1010 Desktop Hard Drive
58066528 1019 Desktop Hard Drive
58076529 1021 Little Disk
58086530 1027 iamaKey V2
58096531 102a Rikiki Hard Drive
58106532 1049 rikiki Harddrive
6533 1052 P'9220 Mobile Drive
6534 1064 Rugged 16 and 32 GB
58116535 a601 HardDrive
58126536 a602 CD R/W
58136537 05a0 Vetronix Corp.
58166540 05a3 ARC International
58176541 8388 Marvell 88W8388 802.11a/b/g WLAN
58186542 05a4 Ortek Technology, Inc.
6543 1000 WKB-1000S Wireless Ergo Keyboard with Touchpad
58196544 2000 WKB-2000 Wireless Keyboard with Touchpad
58206545 9720 Keyboard Mouse
58216546 9722 Keyboard
58226547 9731 MCK-600W/MCK-800USB Keyboard
58236548 9783 Wireless Keypad
6549 9837 Targus Number Keypad
6550 9862 Targus Number Keypad (Composite Device)
6551 9881 IR receiver [VRC-1100 Vista MCE Remote Control]
58246552 05a5 Sampo Technology Corp.
58256553 05a6 Cisco Systems, Inc.
58266554 0001 CVA124 Cable Voice Adapter (WDM)
58956623 0223 Internal Keyboard/Trackpad (ANSI)
58966624 0224 Internal Keyboard/Trackpad (ISO)
58976625 0225 Internal Keyboard/Trackpad (JIS)
5898 0229 Internal Keyboard/Trackpad (MacBook Pro) (ANSI)
6626 0229 Internal Keyboard/Trackpad (ANSI)
58996627 022a Internal Keyboard/Trackpad (MacBook Pro) (ISO)
59006628 022b Internal Keyboard/Trackpad (MacBook Pro) (JIS)
59016629 0230 Internal Keyboard/Trackpad (MacBook Pro 4,1) (ANSI)
59136641 0245 Internal Keyboard/Trackpad (ANSI)
59146642 0246 Internal Keyboard/Trackpad (ISO)
59156643 0247 Internal Keyboard/Trackpad (JIS)
6644 024a Internal Keyboard/Trackpad (MacBook Air) (ISO)
6645 024d Internal Keyboard/Trackpad (MacBook Air) (ISO)
6646 0250 Aluminium Keyboard (ISO)
59166647 0252 Internal Keyboard/Trackpad (ANSI)
59176648 0253 Internal Keyboard/Trackpad (ISO)
59186649 0254 Internal Keyboard/Trackpad (JIS)
6650 0263 Apple Internal Keyboard / Trackpad (MacBook Retina)
59196651 0301 USB Mouse [Mitsumi, M4848]
59206652 0302 Optical Mouse [Fujitsu]
5921 0304 Optical USB Mouse [Mitsumi]
6653 0304 Mighty Mouse [Mitsumi, M1152]
59226654 0306 Optical USB Mouse [Fujitsu]
59236655 030a Internal Trackpad
59246656 030b Internal Trackpad
5925 030e Wireless Trackpad [Magic Trackpad]
6657 030d Magic Mouse
6658 030e MC380Z/A [Magic Trackpad]
59266659 1000 Bluetooth HCI MacBookPro (HID mode)
59276660 1001 Keyboard Hub [ALPS]
59286661 1002 Extended Keyboard Hub [Mitsumi]
59296662 1003 Hub in Pro Keyboard [Mitsumi, A1048]
59306663 1006 Hub in Aluminum Keyboard
6664 1008 Mini DisplayPort to Dual-Link DVI Adapter
59316665 1101 Speakers
6666 1105 Audio in LED Cinema Display
6667 1107 Thunderbolt Display Audio
6668 1112 FaceTime HD Camera (Display)
59326669 1201 3G iPod
59336670 1202 iPod 2G
59346671 1203 iPod 4.Gen Grayscale 40G
59566693 1263 iPod Nano 4.Gen
59576694 1265 iPod Nano 5.Gen
59586695 1266 iPod Nano 6.Gen
6696 1267 iPod Nano 7.Gen
59596697 1281 Apple Mobile Device [Recovery Mode]
59606698 1290 iPhone
59616699 1291 iPod Touch 1.Gen
59666704 1297 iPhone 4
59676705 1299 iPod Touch 3.Gen
59686706 129a iPad
6707 129c iPhone 4(CDMA)
59696708 129e iPod Touch 4.Gen
59706709 129f iPad 2
6710 12a0 iPhone 4S
6711 12a2 iPad 2 (3G; 64GB)
6712 12a3 iPad 2 (CDMA)
6713 12a4 iPad 3 (wifi)
6714 12a5 iPad 3 (CDMA)
6715 12a6 iPad 3 (3G, 16 GB)
6716 12a8 iPhone5/5C/5S
6717 12a9 iPad 2
6718 12aa iPod Touch 5.Gen [A1421]
6719 12ab iPad 4 (WiFi, 32GB)
59716720 1300 iPod Shuffle
59726721 1301 iPod Shuffle 2.Gen
59736722 1302 iPod Shuffle 3.Gen
59746723 1303 iPod Shuffle 4.Gen
59756724 1401 Modem
6725 1402 Ethernet Adapter [A1277]
6726 1500 SuperDrive [A1379]
6727 8005 OHCI Root Hub Simulation
6728 8006 EHCI Root Hub Simulation
6729 8007 XHCI Root Hub USB 2.0 Simulation
59766730 8202 HCF V.90 Data/Fax Modem
59776731 8203 Bluetooth HCI
5978 8204 Bluetooth HCI [Bluetooth 2.0 + EDR, built-in]
6732 8204 Built-in Bluetooth 2.0+EDR HCI
59796733 8205 Bluetooth HCI
59806734 8206 Bluetooth HCI
6735 820a Bluetooth HID Keyboard
6736 820b Bluetooth HID Mouse
59816737 820f Bluetooth HCI
5982 8215 Bluetooth USB Host Controller
6738 8213 Bluetooth Host Controller
6739 8215 Built-in Bluetooth 2.0+EDR HCI
59836740 8216 Bluetooth USB Host Controller
59846741 8217 Bluetooth USB Host Controller
59856742 8218 Bluetooth Host Controller
59866743 821a Bluetooth Host Controller
5987 8240 IR Receiver [built-in]
5988 8241 IR Receiver [built-in]
5989 8242 IR Receiver [built-in]
6744 821f Built-in Bluetooth 2.0+EDR HCI
6745 8240 Built-in IR Receiver
6746 8241 Built-in IR Receiver
6747 8242 Built-in IR Receiver
6748 8281 Bluetooth Host Controller
6749 8286 Bluetooth Host Controller
59906750 8300 Built-in iSight (no firmware loaded)
59916751 8403 Internal Memory Card Reader
6752 8404 Internal Memory Card Reader
59926753 8501 Built-in iSight [Micron]
59936754 8502 Built-in iSight
59946755 8505 Built-in iSight
59956756 8507 Built-in iSight
6757 8508 iSight in LED Cinema Display
59966758 8509 FaceTime HD Camera
6759 850a FaceTime Camera
6760 8510 FaceTime HD Camera (Built-in)
59976761 911c Hub in A1082 [Cinema HD Display 23"]
6762 9127 Hub in Thunderbolt Display
59986763 912f Hub in 30" Cinema Display
6764 9215 Studio Display 15"
6765 9217 Studio Display 17"
6766 9218 Cinema Display 23"
6767 9219 Cinema Display 20"
59996768 921c A1082 [Cinema HD Display 23"]
6769 921e Cinema Display 24"
60006770 9221 30" Cinema Display
6771 9226 LED Cinema Display
6772 9227 Thunderbolt Display
6773 9232 Cinema HD Display 30"
60016774 ffff Bluetooth in DFU mode - Driver
60026775 05ad Y.C. Cable U.S.A., Inc.
60036776 05ae Synopsys, Inc.
60046777 05af Jing-Mold Enterprise Co., Ltd
6778 0806 HP SK806A Keyboard
60056779 0809 Wireless Keyboard and Mouse
60066780 0821 IDE to
60076781 3062 Cordless Keyboard
60496823 9001 Gobi Wireless Modem
60506824 9002 Gobi Wireless Modem
60516825 9008 Gobi Wireless Modem (QDL mode)
6826 9018 Qualcomm HSUSB Device
6827 9025 Qualcomm HSUSB Device
60526828 9201 Gobi Wireless Modem (QDL mode)
60536829 9202 Gobi Wireless Modem
60546830 9203 Gobi Wireless Modem
6831 9205 Gobi 2000
60556832 9211 Acer Gobi Wireless Modem (QDL mode)
60566833 9212 Acer Gobi Wireless Modem
60576834 9214 Acer Gobi 2000 Wireless Modem (QDL mode)
60776854 6001 Ten-Keypad
60786855 05c8 Cheng Uei Precision Industry Co., Ltd (Foxlink)
60796856 0103 FO13FF-65 PC-CAM
6857 021a HP Webcam
6858 0318 Webcam
6859 0361 SunplusIT INC. HP Truevision HD Webcam
6860 036e Webcam
60806861 0403 Webcam
6862 041b HP 2.0MP High Definition Webcam
60816863 05c9 Semtech Corp.
60826864 05ca Ricoh Co., Ltd
60836865 0101 RDC-5300 Camera
60926874 1810 Pavilion Webcam [R5U870]
60936875 1812 Pavilion Webcam
60946876 1814 HD Webcam
6877 1820 Integrated Webcam
60956878 1830 Visual Communication Camera VGP-VCC2 [R5U870]
60966879 1832 Visual Communication Camera VGP-VCC3 [R5U870]
60976880 1833 Visual Communication Camera VGP-VCC2 [R5U870]
61096892 18b0 Sony Vaio Integrated Webcam
61106893 18b1 Sony Vaio Integrated Webcam
61116894 18b3 Sony Vaio Integrated Webcam
6895 18b5 Sony Vaio Integrated Webcam
61126896 2201 RDC-7 Camera
61136897 2202 Caplio RR30
61146898 2203 Caplio 300G
63217105 4d02 MP3 Player
63227106 4d12 MP3 Player
63237107 4d30 MP3 Player
7108 a209 JumpDrive S70
63247109 a300 JumpDrive2
63257110 a400 JumpDrive trade; Pro 40-501
63267111 a410 JumpDrive 128MB/256MB
63417126 a560 JumpDrive FireFly
63427127 a701 JumpDrive FireFly
63437128 a731 JumpDrive FireFly
7129 a768 JumpDrive Retrax
63447130 a790 JumpDrive 2GB
63457131 a811 16GB Gizmo!
7132 a813 16gB flash thumb drive
7133 a815 JumpDrive V10
63467134 b002 USB CF Reader
63477135 b018 Multi-Card Reader
63487136 b047 SDHC Reader [RW047-7000]
7137 ba02 Workflow CFR1
7138 c753 JumpDrive TwistTurn
63497139 05dd Delta Electronics, Inc.
63507140 ff31 AWU-120
63517141 ff32 FriendlyNET AeroLAN AL2011
63687158 0892 STK013 Camera
63697159 0895 STK016 Camera
63707160 0896 STK017 Camera
7161 2010 ARCTIC Sound P261 Headphones
63717162 05e2 ElecVision, Inc.
63727163 05e3 Genesys Logic, Inc.
63737164 000a Keyboard with PS/2 Port
63897180 0503 Webcam
63907181 0504 HID Keyboard Filter
63917182 0604 USB 1.1 Hub
6392 0605 USB 2.0 Hub [ednet]
7183 0605 USB 2.0 Hub
63937184 0606 USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
63947185 0607 Logitech G110 Hub
6395 0608 USB-2.0 4-Port HUB
7186 0608 Hub
63967187 0610 4-port hub
63977188 0660 USB 2.0 Hub
63987189 0700 SIIG US2256 CompactFlash Card Reader
64167207 0716 USB 2.0 Multislot Card Reader/Writer
64177208 0717 All-in-1 Card Reader
64187209 0718 IDE/SATA Adapter
7210 0719 SATA adapter
7211 0722 SD/MMC card reader
64197212 0723 GL827L SD/MMC/MS Flash Card Reader
7213 0726 SD Card Reader
64207214 0727 microSD Reader/Writer
7215 0731 GL3310 SATA 3Gb/s Bridge Controller
7216 0732 All-in-One Cardreader
7217 0736 microSD Reader/Writer
7218 0741 microSD Card Reader
7219 0743 SDXC and microSDXC CardReader
64217220 0760 USB 2.0 Card Reader/Writer
64227221 0761 Genesys Mass Storage Device
64237222 0780 USBFS DFU Adapter
64597258 0007 Kinesis Advantage PRO MPC/USB Keyboard
64607259 0081 Kinesis Integrated Hub
64617260 00ff VEC Footpedal
7261 0203 Y-mouse Keyboard & Mouse Adapter
64627262 020b PS2 Adapter
64637263 0232 X-Keys Switch Interface, Programming Mode
64647264 0261 X-Keys Switch Interface, SPLAT Mode
64677267 05f6 AOC International
64687268 05f7 RFC Distribution(s) PTE, Ltd
64697269 05f9 PSC Scanning, Inc.
6470 2206 Gryphon Barcode Scanner
7270 1104 Magellan 2200VS
7271 2202 Point of Sale Handheld Scanner
7272 2206 Datalogic Gryphon GFS4170
7273 2601 Datalogin Magellan 1000i Barcode Scanner
64717274 2602 Datalogic Magellan 1100i Barcode Scanner
7275 4204 Datalogic Gryphon GFS4470 Fixed Scanner
7276 5204 Datalogic Gryphon GFS4170 (config mode)
64727277 05fa Siemens Telecommunications Systems, Ltd
64737278 3301 Keyboard with PS/2 Mouse Port
64747279 3302 Keyboard
64937298 0011 Browser Mouse
64947299 0014 Gamepad
64957300 1010 Optical Wireless
7301 2001 Microsoft Wireless Receiver 700
64967302 05ff LeCroy Corp.
64977303 0600 Barco Display Systems
64987304 0601 Jazz Hipster Corp.
65017307 1001 ViCam Webcam
65027308 0603 Novatek Microelectronics Corp.
65037309 00f1 Keyboard
7310 00f2 Keyboard (Labtec Ultra Flat Keyboard)
65047311 6871 Mouse
65057312 0604 Jean Co., Ltd
65067313 0605 Anchor C&C Co., Ltd
65197326 1006 Japanese Keyboard - 260U
65207327 2101 Keyboard
65217328 2231 KSK-6001 UELX Keyboard
7329 2270 Gigabyte K8100 Aivia Gaming Keyboard
7330 5253 Thermaltake MEKA G-Unit Gaming Keyboard
65227331 5811 ACK-571U Wireless Keyboard
65237332 5903 Japanese Keyboard - 595U
65247333 6001 SolidTek USB 2p HUB
65257334 6002 SolidTek USB Keyboard
65267335 6003 Japanese Keyboard - 600HM
7336 6231 Thermaltake eSPORTS Meka Keyboard
7337 8007 P-W1G1F12 VER:1 [Macally MegaCam]
65277338 a001 Maxwell Compact Pc PM3
65287339 060c EEH Datalink GmbH
65297340 060d Auctor Corp.
65547365 061b Promptus Communications, Inc.
65557366 061c Act Labs, Ltd
65567367 061d Quatech, Inc.
7368 c020 SSU-100
65577369 061e Nissei Electric Co.
65587370 0001 nissei 128DE-USB -
65597371 0010 nissei 128DE-PNA -
65667378 0622 Iotech, Inc.
65677379 0623 Littelfuse, Inc.
65687380 0624 Avocent Corp.
7381 0248 Virtual Hub
7382 0249 Virtual Keyboard/Mouse
7383 0251 Virtual Mass Storage
65697384 0294 Dell 03R874 KVM dongle
7385 0402 Cisco Virtual Keyboard and Mouse
7386 0403 Cisco Virtual Mass Storage
65707387 0625 TiMedia Technology Co., Ltd
65717388 0626 Nippon Systems Development Co., Ltd
65727389 0627 Adomax Technology Co., Ltd
65797396 0201 Defender Office Keyboard (K7310) S Zodiak KM-9010
65807397 0252 Emerge Uni-retractable Laser Mouse
65817398 3286 Nano Receiver [Sandstrom Laser Mouse SMWLL11]
7399 6301 Trust Wireless Optical Mouse MI-4150K
65827400 9003 VoIP Conference Hub (A16GH)
65837401 9004 USR9602 USB Internet Mini Phone
65847402 062b Greatlink Electronics Taiwan, Ltd
65997417 0a10 iVina FB1600/UMAX Astra 4500
66007418 0a13 AV600U
66017419 0a15 Konica Minolta SC-110
6602 0a16 SC-215
7420 0a16 Konica Minolta SC-215
66037421 0a30 UMAX Astra 6700 Scanner
66047422 0a41 Avision AM3000/MF3000 Series
66057423 0f01 fi-4010CU
66227440 1000 CD-ROM Drive
66237441 800d TASCAM Portastudio DP-01FX
66247442 800e TASCAM US-122L
7443 801d DR-100
66257444 8021 TASCAM US-122mkII
66267445 d001 CD-R/RW Unit
66277446 d002 CD-R/RW Unit
66497468 a102 Acer/Lenovo Webcam [CN0316]
66507469 a103 Acer/HP Integrated Webcam [CN0314]
66517470 a110 HP Webcam
7471 a114 Lemote Webcam
7472 a116 UVC 1.3MPixel WebCam
66527473 a136 Asus Integrated Webcam [CN031B]
66537474 a219 1.3M WebCam (notebook emachines E730, Acer sub-brand)
66547475 c107 HP webcam [dv6-1190en]
66557476 d101 Acer CrystalEye Webcam
7477 d217 HP TrueVision HD
66567478 e201 Lenovo Integrated Webcam
66577479 e203 Lenovo Integrated Webcam
7480 e258 HP TrueVision HD Integrated Webcam
66587481 f102 Lenovo Integrated Webcam [R5U877]
66597482 f103 Lenovo Integrated Webcam [R5U877]
7483 f300 UVC 0.3M Webcam
66607484 064f WIBU-Systems AG
66617485 03e9 CmStick (article no. 1001)
66627486 03f2 CmStick/M (article no. 1010)
66787502 0658 Sigma Designs, Inc.
66797503 0659 Aethra
66807504 065a Optoelectronics Co., Ltd
6681 0001 Barcode scanner
7505 0001 Opticon OPR-2001 / NLV-1001 (keyboard mode)
7506 0009 NLV-1001 (serial mode) / OPN-2001 [Opticon]
66827507 065b Tracewell Systems
66837508 065e Silicon Graphics
66847509 065f Good Way Technology Co., Ltd & GWC technology Inc.
68237648 8230 MP3 Player
68247649 829c MP3 Player
68257650 82e0 MP3 Player
7651 8320 TrekStor i.Beat fun
68267652 835d MP3 Player
68277653 9000 MP3 Player
68287654 9001 MP3 Player
68527678 0001 PL2302 USB-USB Bridge
68537679 0307 Motorola Serial Adapter
68547680 04bb PL2303 Serial (IODATA USB-RSAQ2)
7681 0600 IDE Bridge
68557682 0610 Onext EG210U MODEM
68567683 0611 AlDiga AL-11U Quad-band GSM/GPRS/EDGE modem
68577684 2303 PL2303 Serial Port
68637690 2316 Flash Disk Security Device
68647691 2317 Mass Storage Device
68657692 2501 PL2501 USB-USB Bridge (USB 2.0)
7693 2506 Kaser 8gB micro hard drive
68667694 2507 PL2507 Hi-speed USB to IDE bridge controller
68677695 2515 Flash Disk Embedded Hub
68687696 2517 Flash Disk Mass Storage Device
7697 2528 Storage device (8gB thumb drive)
68697698 25a1 PL25A1 Host-Host Bridge
7699 2773 PL2773 SATAII bridge controller
68707700 3400 Hi-Speed Flash Disk with TruePrint AES3400
68717701 3500 Hi-Speed Flash Disk with TruePrint AES3500
68727702 3507 PL3507 ATAPI6 Bridge
69187748 3c06 54g USB Network Adapter
69197749 0682 Victor Company of Japan, Ltd
69207750 0684 Actiontec Electronics, Inc.
7751 0685 ZD Incorporated
7752 7000 HSDPA Modem
69217753 0686 Minolta Co., Ltd
69227754 2001 PagePro 4110W
69237755 2004 PagePro 1200W
69617793 068e CH Products, Inc.
69627794 00d3 OEM 3 axis 5 button joystick
69637795 00e2 HFX OEM Joystick
7796 00f0 Multi-Function Panel
69647797 00f1 Pro Throttle
69657798 00f2 Flight Sim Pedals
69667799 00f3 Fighterstick
69677800 00f4 Combatstick
6968 00fa Flight Sim Pedals
7801 00fa Ch Throttle Quadrant
69697802 00ff Flight Sim Yoke
69707803 0500 GameStick 3D
69717804 0501 CH Pro Pedals
69867819 2003 CTX M730V built in Camera
69877820 9999 VLxxxx Monitor+Hub
69887821 0699 Tektronix, Inc.
7822 0347 AFG 3022B
69897823 069a Askey Computer Corp.
69907824 0001 VC010 Webcam [pwc]
69917825 0303 Cable Modem
70037837 069b Thomson, Inc.
70047838 0704 DCM245 Cable Modem
70057839 0705 THG540K Cable Modem
7840 0709 Lyra PDP2424
70067841 070c MP3 Player
70077842 070d MP3 Player
70087843 070e MP3 Player
70537888 05d2 PC Dash 2
70547889 075c X52 Flight Controller
70557890 0762 Saitek X52 Pro Flight Control System
7891 0763 Pro Flight Rudder Pedals
7892 0764 Flight Pro Combat Rudder
70567893 0805 R440 Force Wheel
7894 0b4e Pro Flight Backlit Information Panel
7895 0bac Pro Flight Yoke
7896 0c2d Pro Flight Quadrant
7897 0d05 Pro Flight Radio Panel
7898 0d06 Flight Pro Multi Panel
7899 0d67 Pro Flight Switch Panel
70577900 1003 GM2 Action Pad
70587901 1009 Action Pad
70597902 100a SP550 Pad and Joystick Combo
70667909 3589 P3000 Wireless Pad
70677910 35be Cyborg Evo
70687911 5509 P3000 Wireless Pad
7912 712c Pro Flight Yoke integrated hub
70697913 8000 Gamers' Keyboard
70707914 801e Cyborg 3D Digital Stick II
70717915 8020 Eclipse Keyboard
70757919 806f P2000 Tilt Pad
70767920 80c0 Pro Gamer Command Unit
70777921 80c1 Cyborg Command Pad Unit
7922 a2ae Pro Flight Instrument Panel
70787923 a502 Gaming Mouse
70797924 f518 P3200 Rumble Force Game Pad
70807925 ff04 R440 Force Wheel
71117956 0121 SpeedTouch 121g Wireless Dongle
71127957 2001 SPEED TOUCH Card
71137958 4061 SpeedTouch ISDN or ADSL Modem
7959 4062 SpeedTouch ISDN or ADSL router
71147960 a5a5 DynaMiTe Modem
71157961 06ba Smooth Cord & Connector Co., Ltd
71167962 06bb EDA, Inc.
71177963 06bc Oki Data Corp.
71187964 000b Okipage 14ex Printer
7965 0027 Okipage 14e
7966 00f7 OKI B4600 Mono Printer
7967 015e OKIPOS 411/412 POS Printer
7968 01c9 OKI B430 Mono Printer
7969 020b OKI ES4140 Mono Printer
7970 02bb OKI PT390 POS Printer
71197971 0a91 B2500MFP (printer+scanner)
71207972 3801 B6100 Laser Printer
71217973 06bd AGFA-Gevaert NV
71457997 06bf Leoco Corp.
71467998 06c2 Phidgets Inc. (formerly GLAB)
71477999 0030 PhidgetRFID
8000 0031 RFID reader
71488001 0038 4-Motor PhidgetServo v3.0
71498002 0039 1-Motor PhidgetServo v3.0
71508003 003a 8-Motor PhidgetAvancedServo
71758028 0009 Monitor Control
71768029 06ca Newer Technology, Inc.
71778030 06cb Synaptics, Inc.
7178 0001 HID Device
7179 0002 HID Device
7180 0003 HID Device
8031 0001 TouchPad
8032 0002 Integrated TouchPad
8033 0003 cPad
71818034 0005 Touchpad/FPS
7182 0006 HID Device
7183 0007 HID Device
7184 0008 HID Device
8035 0006 TouchScreen
8036 0007 USB Styk
8037 0008 WheelPad
71858038 0009 Composite TouchPad and TrackPoint
71868039 000e HID Device
7187 0010 Composite Human Interface Device
7188 0013 Human Interface Device
8040 0010 Wireless TouchPad
8041 0013 DisplayPad
71898042 06cc Terayon Communication Systems
71908043 0101 Cable Modem
71918044 0102 Cable Modem
72278080 012a USA-49Wlc serial adapter
72288081 0201 UIA-10 Digital Media Remote [Cypress AN2131SC]
72298082 0202 UIA-11 Digital Media Remote
8083 06ce Contec
8084 8311 COM-1(USB)H
72308085 06cf SpheronVR AG
72318086 1010 PanoCam 10
72328087 1012 PanoCam 12/12X
72348089 0622 LapLink Gold USB-USB Bridge [net1080]
72358090 06d1 Daewoo Electronics Co., Ltd
72368091 06d3 Mitsubishi Electric Corp.
8092 0284 FX-USB-AW/-BD RS482 Converters
72378093 0380 CP8000D Port
72388094 0381 CP770D Port
72398095 0385 CP900D Port
72438099 0393 CP9500D/DW Port
72448100 0394 CP9000D/DW Port
72458101 03a1 CP9550D/DW Port
8102 3b30 CP-D70DW / CP-D707DW
8103 3b31 CP-K60DW-S
72468104 06d4 Cisco Systems
72478105 06d5 Toshiba
72488106 4000 Japanese Keyboard
72738131 0014 Prolink Winscan Pro 2448U
72748132 06de Heisei Electronics Co., Ltd
72758133 06e0 Multi-Tech Systems, Inc.
8134 0319 MT9234ZBA-USB MultiModem ZBA
72768135 f101 MT5634ZBA-USB MultiModemUSB (old firmware)
72778136 f103 MT5634MU MultiMobileUSB
72788137 f104 MT5634ZBA-USB MultiModemUSB (new firmware)
72798138 f107 MT5634ZBA-USB-V92 MultiModemUSB
8139 f120 MT9234ZBA-USB-CDC-ACM-XR MultiModem ZBA CDC-ACM-XR
72808140 06e1 ADS Technologies, Inc.
72818141 0008 UBS-10BT Ethernet [klsi]
72828142 0009 UBS-10BT Ethernet
72888148 a191 Instant VideoXpress
72898149 a337 Mini DigitalTV
72908150 a701 DVD Xpress
8151 a708 saa7114H video input card (Instant VideoMPX)
72918152 b337 Mini DigitalTV
72928153 b701 DVD Xpress B
72938154 06e4 Alcatel Microelectronics
73988259 3004 Hercules Classic Silver
73998260 3005 Hercules Dualpix Exchange
74008261 3007 Hercules Dualpix Chat and Show
8262 3020 Hercules Webcam EC300
74018263 a300 Dual Analog Leader GamePad
74028264 b000 Hercules DJ Console
74038265 c000 Hercules Muse Pocket
74708332 0067 Flash Drive
74718333 0068 Flash Drive
74728334 0084 Flash Drive Mini
8335 043c Flash drive 16GB [Nano Pro]
74738336 0582 Revo Flash Drive
8337 0622 TDK Trans-It 4GB
8338 0624 TDK Trans-It 16GB
8339 1120 RDX External dock (redbud)
74748340 d000 Disc Stakka CD/DVD Manager
74758341 0719 Tremon Enterprises Co., Ltd
74768342 071b Domain Technologies, Inc.
74978363 0008 ACR 80 Smart Card Reader
74988364 1000 PLDT Drive
74998365 1001 PLDT Drive
8366 2200 ACR122U
75008367 8002 AET63 BioTRUSTKey
75018368 8003 ACR120
75028369 8103 ACR120
76538520 0005 Cyber Power UPS
76548521 0501 CP1500 AVR UPS
76558522 0765 X-Rite, Inc.
8523 5001 Huey PRO Colorimeter
8524 5020 i1 Display Pro
8525 6003 ColorMunki Smile
76568526 d094 X-Rite DTP94 [Quato Silver Haze Pro]
76578527 0766 Jess-Link Products Co., Ltd
8528 001b Packard Bell Go
76588529 0204 TopSpeed Cyberlink Remote Control
76598530 0767 Tokheim Corp.
76608531 0768 Camtel Technology Corp.
77388609 5150 SDCZ2 Cruzer Mini Flash Drive (thin)
77398610 5151 Cruzer Micro Flash Drive
77408611 5153 Cruzer Flash Drive
8612 5204 Cruzer Crossfire
77418613 5402 U3 Cruzer Micro
77428614 5406 Cruzer Micro U3
77438615 5408 Cruzer Titanium U3
77448616 540e Cruzer Contour Flash Drive
77458617 5530 Cruzer
77468618 5567 Cruzer Blade
8619 556c Ultra
8620 556d Memory Vault
8621 5571 Cruzer Fit
8622 5576 Cruzer Facet
8623 5580 SDCZ80 Flash Drive
8624 5581 Ultra
77478625 5e10 Encrypted
77488626 6100 Ultra II SD Plus 2GB
77498627 7100 Cruzer Mini
77848662 74c3 Sansa Fuze V2 (msc)
77858663 74d0 Sansa Clip+ (mtp)
77868664 74d1 Sansa Clip+ (msc)
8665 74e5 Sansa Clip Zip
77878666 8181 Pen Flash
77888667 8183 Hi-Speed Mass Storage Device
77898668 8185 SDCZ2 Cruzer Mini Flash Drive (older, thick)
77998678 9797 ImageMate MS-PRO
78008679 9919 Card Reader
78018680 9999 SDDR-99 5-in-1 Reader
8681 a7c1 Storage device (SD card reader)
78028682 a7e8 SDDR-113 MicroMate SDHC Reader
78038683 b2b3 SDDR-103 MobileMate SD+ Reader
78048684 b4b5 SDDR-89 V4 ImageMate 12-in-1 Reader
78288708 0063 LDR Device
78298709 0064 LDR-R Device
78308710 00b3 DVD Multi-plus unit LDR-H443U2
8711 0105 LAN-TX/U1H2 10/100 Ethernet Adapter [pegasus II]
78318712 010c Realtek RTL8187 Wireless 802.11g 54Mbps Network Adapter
8713 0160 LAN-GTJ/U2A
78328714 0162 LAN-WN22/U2 Wireless LAN Adapter
78338715 0163 LAN-WN12/U2 Wireless LAN Adapter
78348716 0164 LAN-W150/U2M Wireless LAN Adapter
78358717 0166 LAN-W300N/U2 Wireless LAN Adapter
78368718 0168 LAN-W150N/U2 Wireless LAN Adapter
8719 0170 LAN-W300AN/U2 Wireless LAN Adapter
78378720 078b Happ Controls, Inc.
78388721 0010 Driving UGCI
78398722 0020 Flying UGCI
78638746 8911 ScanHex SX-35c
78648747 0798 Optelec
78658748 0001 Braille Voyager
8749 0640 BC640
8750 0680 BC680
78668751 0799 Altera
78678752 7651 Programming Unit
78688753 079b Sagem
8754 0024 MSO300/MSO301 Fingerprint Sensor
8755 0026 MSO350/MSO351 Fingerprint Sensor & SmartCard Reader
78698756 0027 USB-Serial Controller
78708757 002f Mobile
78718758 0030 Mobile Communication Device
78728759 0042 Mobile
8760 0047 CBM/MSO1300 Fingerprint Sensor
78738761 004a XG-760A 802.11bg
78748762 004b Wi-Fi 11g adapter
8763 0052 MSO1350 Fingerprint Sensor & SmartCard Reader
78758764 0056 Agfa AP1100 Photo Printer
78768765 005d Mobile Mass Storage
78778766 0062 XG-76NA 802.11bg
79008789 0017 FEther USB2-TX
79018790 0018 Wireless LAN USB-11 mini 2
79028791 001a ULUSB-11 Key
7903 001c CG-WLUSB2GTST 802.11g Wireless Adapter [Intersil ISL3887]
8792 001c CG-WLUSB2GT 802.11g Wireless Adapter [Intersil ISL3880]
8793 0020 CG-WLUSB2GTST 802.11g Wireless Adapter [Intersil ISL3887]
8794 002e CG-WLUSB2GPX [Ralink RT2571W]
79048795 002f CG-WLUSB2GNL
8796 0031 CG-WLUSB2GS 802.11bg [Atheros AR5523]
79058797 003c CG-WLUSB2GNL
79068798 003f CG-WLUSB300AGN
79078799 0041 CG-WLUSB300GNS
79718863 0413 OpticSlim 1200 Scanner
79728864 0601 OpticPro ST24 Scanner
79738865 0800 OpticPro ST48 Scanner
7974 0906 OpticBook 3600 Scanner
8866 0900 OpticBook 3600 Scanner
8867 090c OpticBook 3600 Plus Scanner
79758868 0a06 TVcam VD100
79768869 0b00 SmartPhoto F50
79778870 0c03 OpticPro ST64+ Scanner
79798872 0c0c PL806 Scanner
79808873 0c26 OpticBook 4600 Scanner
79818874 0c2b Mobile Office D428 Scanner
8875 0e08 Plustek OpticBook A300 Scanner
8876 1300 OpticBook 3800 Scanner
8877 1301 OpticBook 4800 Scanner
79828878 07b4 Olympus Optical Co., Ltd
79838879 0100 Camedia C-2100/C-3000 Ultra Zoom Camera
79848880 0102 Camedia E-10/C-220/C-50 Camera
79888884 0112 MAUSB-100 xD Card Reader
79898885 0113 Mju 500
79908886 0114 C-350Z Camera
7991 0118 Digital Camera
8887 0118 Mju Mini Digital/Mju Digital 500 Camera / Stylus 850 SW
8888 0125 Tough TG-1 Camera
79928889 0184 P-S100 port
8890 0202 Foot Switch RS-26
79938891 0203 Digital Voice Recorder DW-90
79948892 0206 Digital Voice Recorder DS-330
79958893 0207 Digital Voice Recorder & Camera W-10
79968894 0209 Digital Voice Recorder DM-20
8895 020b Digital Voice Recorder DS-4000
79978896 020d Digital Voice Recorder VN-240PC
8897 0211 Digital Voice Recorder DS-2300
8898 0218 Foot Switch RS-28
79988899 0244 Digital Voice Recorder VN-8500PC
8900 024f Digital Voice Recorder DS-7000
79998901 0280 m:robe 100
80008902 07b5 Mega World International, Ltd
80018903 0017 Joystick
80278929 420a UF200 Ethernet
80288930 5301 GW-US54ZGL 802.11bg
80298931 6001 802.11bg
8932 8188 AboCom Systems Inc [WN2001 Prolink Wireless-N Nano Adapter]
80308933 a001 WUG2200 802.11g Wireless Adapter [Envara WiND512]
80318934 abc1 DU-E10 Ethernet [pegasus]
80328935 b000 BWU613
80628965 07bd Webgear, Inc.
80638966 07be Veridicom
80648967 07c0 Code Mercenaries Hard- und Software GmbH
8968 1113 JoyWarrior24F8
8969 1116 JoyWarrior24F14
80658970 1121 The Claw
80668971 1500 IO-Warrior 40
80678972 1501 IO-Warrior 24
80908995 a200 DF-UT-06 Hama MMC/SD Reader
80918996 a400 CompactFlash & Microdrive Reader
80928997 a600 Card Reader
8998 a604 12-in-1 Card Reader
80938999 ad01 Mass Storage Device
80949000 ae01 Mass Storage Device
80959001 af01 Mass Storage Device
80999005 b006 USB to PCMCIA
81009006 b00a USB to CF+SD Drive(LC1)
81019007 b00b USB to Memory Stick(LC1)
9008 c010 Kingston FCR-HS2/ATA Card Reader
81029009 07c5 APG Cash Drawer
9010 0500 Cash Drawer
81039011 07c6 ShareWave, Inc.
81049012 0002 Bodega Wireless Access Point
81059013 0003 Bodega Wireless Network Adapter
81159023 0837 H837 Hybrid ATSC/QAM
81169024 1228 MPEG-2 Capture Device (M038)
81179025 1830 AVerTV Volar Video Capture (H830)
9026 3835 AVerTV Volar Green HD (A835B)
81189027 850a AverTV Volar Black HD (A850)
81199028 850b AverTV Red HD+ (A850T)
81209029 a309 AVerTV DVB-T (A309)
81219030 a801 AVerTV DVB-T (A800)
81229031 a815 AVerTV DVB-T Volar X (A815)
9032 a827 AVerTV Hybrid Volar HX (A827)
81239033 a867 AVerTV DVB-T (A867)
9034 b300 A300 DVB-T TV receiver
81249035 b800 MR800 FM Radio
81259036 e880 MPEG-2 Capture Device (E880)
81269037 e882 MPEG-2 Capture Device (E882)
81929103 1004 Exilim EX-Z120
81939104 1011 USB-CASIO PC CAMERA
81949105 1116 EXILIM EX-Z19
9106 1125 Exilim EX-H10 Digital Camera (mass storage mode)
81959107 1133 Exilim EX-Z350 Digital Camera (mass storage mode)
9108 1225 Exilim EX-H10 Digital Camera (PictBridge mode)
81969109 1233 Exilim EX-Z350 Digital Camera (PictBridge mode)
81979110 2002 E-125 Cassiopeia Pocket PC
81989111 3801 WMP-1 MP3-Watch
82339146 3300 DWA-130 802.11n Wireless N Adapter(rev.E) [Realtek RTL8191SU]
82349147 3302 DWA-130 802.11n Wireless N Adapter(rev.C2) [Realtek RTL8191SU]
82359148 3303 DWA-131 802.11n Wireless N Nano Adapter(rev.A1) [Realtek RTL8192SU]
9149 3304 FR-300USB 802.11bgn Wireless Adapter
82369150 3a07 WUA-2340 RangeBooster G Adapter(rev.A) [Atheros AR5523]
82379151 3a08 WUA-2340 RangeBooster G Adapter(rev.A) (no firmware) [Atheros AR5523]
82389152 3a09 DWA-160 802.11abgn Xtreme N Dual Band Adapter(rev.A2) [Atheros AR9170+AR9104]
82409154 3a0f DWA-130 802.11n Wireless N Adapter(rev.D) [Atheros AR9170+AR9102]
82419155 3a10 DWA-126 802.11n Wireless Adapter [Atheros AR9271]
82429156 3b01 AirPlus G DWL-G122 Wireless Adapter(rev.D) [Marvell 88W8338+88W8010]
8243 3b10 RangeBooster N Adapter
9157 3b10 DWA-142 RangeBooster N Adapter [Marvell 88W8362+88W8060]
82449158 3b11 DWA-130 802.11n Wireless N Adapter(rev.A1) [Marvell 88W8362+88W8060]
82459159 3c03 AirPlus G DWL-G122 Wireless Adapter(rev.C1) [Ralink RT2571W]
82469160 3c04 WUA-1340
82479161 3c05 EH103 Wireless G Adapter
8248 3c07 Wireless G DWA-110 Adapter
9162 3c06 DWA-111 802.11bg Wireless Adapter [Ralink RT2571W]
9163 3c07 DWA-110 Wireless G Adapter(rev.A1) [Ralink RT2571W]
82499164 3c09 DWA-140 RangeBooster N Adapter(rev.B1) [Ralink RT2870]
82509165 3c0a DWA-140 RangeBooster N Adapter(rev.B2) [Ralink RT3072]
8251 3c0b DWA-110 Wireless G USB Adapter(rev.B)
9166 3c0b DWA-110 Wireless G Adapter(rev.B) [Ralink RT2870]
82529167 3c0d DWA-125 Wireless N 150 Adapter(rev.A1) [Ralink RT3070]
82539168 3c0e WUA-2340 RangeBooster G Adapter(rev.B) [Ralink RT2070]
82549169 3c0f AirPlus G DWL-G122 Wireless Adapter(rev.E1) [Ralink RT2070]
83169231 0802 Mako Technologies, LLC
83179232 0803 Zoom Telephonics, Inc.
83189233 1300 V92 Faxmodem
8319 4310 Wireless-G
9234 3095 V.92 56K Mini External Modem Model 3095
9235 4310 4410a Wireless-G Adapter [Intersil ISL3887]
9236 4410 4410b Wireless-G Adapter [ZyDAS ZD1211B]
83209237 5241 Cable Modem
83219238 5551 DSL Modem
83229239 9700 2986L FaxModem
83399256 0810 Personal Communication Systems, Inc.
83409257 0001 Dual PSX Adaptor
83419258 0002 Dual PCS Adaptor
9259 0003 PlayStation Gamepad
83429260 0813 Mattel, Inc.
83439261 0001 Intel Play QX3 Microscope
83449262 0002 Dual Mode Camera Plus
84179335 012e KeikaiDenwa 8 with charger
84189336 039f KeikaiDenwa 8
84199337 0835 Action Star Enterprise Co., Ltd
9338 0836 TrekStor
9339 2836 i.Beat mood
84209340 0839 Samsung Techwin Co., Ltd
84219341 0005 Digimax Camera
84229342 0008 Digimax 230 Camera
84469366 4505 SMCWUSB-G 802.11bg
84479367 4507 SMCWUSBT-G2 802.11g Wireless Adapter [Atheros AR5523]
84489368 4521 Siemens S30863-S1016-R107-2 802.11g Wireless Adapter [Intersil ISL3887]
9369 4531 T-Com Sinus 154 data II [Intersil ISL3887]
84499370 5046 SpeedStream 10/100 Ethernet [pegasus]
84509371 5501 Wireless Adapter 11g
84519372 6500 Cable Modem
84629383 b522 SMCWUSBS-N2 EZ Connect N Wireless Adapter [Ralink RT2870]
84639384 bb01 BlueExpert Bluetooth Device
84649385 c003 802.11b Wireless Adapter
8465 c501 Zoom Wireless-G
9386 c501 Zoom 4410 Wireless-G [Intersil ISL3887]
84669387 c561 802.11a/g Wireless Adapter
84679388 d522 Speedport W 102 Stick IEEE 802.11n USB 2.0 Adapter
84689389 e501 ZD1211B
84839404 1002 Ethernet
84849405 1020 FA101 Fast Ethernet USB 1.1
84859406 1040 FA120 Fast Ethernet USB 2.0 [Asix AX88172 / AX8817x]
9407 1100 Managed Switch M4100 series, M5300 series, M7100 series
84869408 4110 MA111(v1) 802.11b Wireless [Intersil Prism 3.0]
84879409 4200 WG121(v1) 54 Mbps Wireless [Intersil ISL3886]
84889410 4210 WG121(v2) 54 Mbps Wireless [Intersil ISL3886]
84899411 4220 WG111(v1) 54 Mbps Wireless [Intersil ISL3886]
84909412 4230 MA111(v2) 802.11b Wireless [SIS SIS 162]
84919413 4240 WG111(v1) rev 2 54 Mbps Wireless [Intersil ISL3887]
8492 4250 WG111T 802.11g Wireless Adapter [Atheros AR5523]
84939414 4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
84949415 4300 WG111U Double 108 Mbps Wireless [Atheros AR5004X / AR5005UX]
84959416 4301 WG111U (no firmware) Double 108 Mbps Wireless [Atheros AR5004X / AR5005UX]
85009421 9001 WN111(v2) RangeMax Next Wireless [Atheros AR9170+AR9101]
85019422 9010 WNDA3100v1 802.11abgn [Atheros AR9170+AR9104]
85029423 9011 WNDA3100v2 802.11abgn [Broadcom BCM4323]
9424 9012 WNDA4100 802.11abgn 3x3:3 [Ralink RT3573]
85039425 9018 WNDA3200 802.11abgn Wireless Adapter [Atheros AR7010+AR9280]
85049426 9020 WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
9427 9021 WNA3100M(v1) Wireless-N 300 [Realtek RTL8192CU]
85059428 9030 WNA1100 Wireless-N 150 [Atheros AR9271]
85069429 9040 WNA1000 Wireless-N 150 [Atheros AR9170+AR9101]
85079430 9041 WNA1000M 802.11bgn [Realtek RTL8188CUS]
9431 9042 On Networks N150MA 802.11bgn [Realtek RTL8188CUS]
9432 9050 A6200 802.11a/b/g/n/ac Wireless Adapter [Broadcom BCM43526]
9433 9052 A6100 AC600 DB Wireless Adapter [Realtek RTL8811AU]
85089434 a001 PA101 10 Mbps HPNA Home Phoneline RJ-1
9435 f001 On Networks N300MA 802.11bgn [Realtek RTL8192CU]
85099436 084d Minton Optic Industry Co., Inc.
85109437 0001 Jenoptik JD800i
85119438 0003 S-Cam F5/D-Link DSC-350 Digital Camera
85569483 8023 2 port to Serial
85579484 8027 PGSDB9 Serial Port
85589485 085c ColorVision, Inc.
8559 0200 Monitor Spyder
9486 0100 Spyder 1
9487 0200 Spyder 2
9488 0300 Spyder 3
9489 0400 Spyder 4
85609490 0862 Teletrol Systems, Inc.
85619491 0863 Filanet Corp.
85629492 0864 NetGear, Inc.
86239553 087d Jaton Corp.
86249554 5704 Ethernet
86259555 087e Fujitsu Computer Products of America
8626 087f Virtual IP Group, Inc.
9556 087f QualCore Logic Inc.
86279557 0880 APT Technologies, Inc.
86289558 0883 Recording Industry Association of America (RIAA)
86299559 0885 Boca Research, Inc.
86309560 0886 XAC Automation Corp.
86319561 0630 Intel PC Camera CS630
86329562 0887 Hannstar Electronics Corp.
9563 088a TechTools
9564 1002 DigiView DV3100
86339565 088b MassWorks, Inc.
86349566 4944 MassWorks ID-75 TouchScreen
86359567 088c Swecoin AB
86389570 5036 Portable secure storage for software licenses
86399571 0892 DioGraphy, Inc.
86409572 0101 Smartdio Reader/Writer
9573 0894 TSI Incorporated
9574 0010 Remote NDIS Network Device
86419575 0897 Lauterbach
86429576 0002 Power Debug/Power Debug II
86439577 089c United Technologies Research Cntr.
86459579 089e NST Co., Ltd
86469580 089f Primex Aerospace Co.
86479581 08a5 e9, Inc.
9582 08a6 Toshiba TEC
9583 0051 B-SV4
86489584 08a8 Andrea Electronics
9585 08a9 CWAV Inc.
9586 0005 USBee ZX
9587 0009 USBee SX
9588 0012 USBee AX-Standard
9589 0013 USBee AX-Plus
9590 0014 USBee AX-Pro
9591 0015 USBee DX
86499592 08ae Macally (Mace Group, Inc.)
9593 08b0 Metrohm
9594 0006 814 Sample Processor
9595 0015 857 Titrando
9596 001a 852 Titrando
86509597 08b4 Sorenson Vision, Inc.
86519598 08b7 NATSU
86529599 0001 Playstation adapter
86539600 08b8 J. Gordon Electronic Design, Inc.
86549601 01f4 USBSIMM1
86559602 08b9 RadioShack Corp. (Tandy)
8656 08bb Texas Instruments Japan
9603 08bb Texas Instruments
86579604 2702 Speakers
9605 2704 Audio Codec
9606 2706 PCM2706 Audio Codec
86589607 2900 PCM2900 Audio Codec
86599608 2901 PCM2901 Audio Codec
86609609 2902 PCM2902 Audio Codec
87609709 0102 ADSL
87619710 0301 RNIS
87629711 08e4 Pioneer Corp.
9712 0185 DDJ-WeGO2
87639713 08e5 Litronic
8764 08e6 Gemplus
9714 08e6 Gemalto (was Gemplus)
87659715 0001 GemPC-Touch 430
87669716 0430 GemPC430 SmartCard Reader
87679717 0432 GemPC432 SmartCard Reader
87729722 3437 GemPC Twin SmartCard Reader
87739723 3438 GemPC Key SmartCard Reader
87749724 3478 PinPad Smart Card Reader
9725 34ec Compact Smart Card Reader Writer
87759726 4433 GemPC433-Swap
87769727 5501 GemProx-PU Contactless Smart Card Reader
9728 5503 Prox-DU Contactless Interface
87779729 ace0 UA HYBRID TOKEN
87789730 08e7 Pan-International Wire & Cable
87799731 08e8 Integrated Memory Logic
87969748 0014 TravelDrive 2C
87979749 0015 Kingston DataTraveler ELITE
87989750 0016 Kingston DataTraveler U3
8799 0020 TravelDrive
9751 0020 TravelDrive Intuix U3 2GB
88009752 0021 TravelDrive
88019753 0022 TravelDrive
88029754 0023 TravelDrive
88429794 08ff AuthenTec, Inc.
88439795 1600 AES1600
88449796 1610 AES1600
9797 1660 AES1660 Fingerprint Sensor
9798 1680 AES1660 Fingerprint Sensor
9799 168f AES1660 Fingerprint Sensor
88459800 2500 AES2501
88469801 2501 AES2501
88479802 2502 AES2501
88599814 250e AES2501
88609815 250f AES2501
88619816 2510 AES2510
9817 2550 AES2550 Fingerprint Sensor
88629818 2580 AES2501 Fingerprint Sensor
88639819 2588 AES2501
88649820 2589 AES2501
88689824 258d AES2501
88699825 258e AES2501
88709826 258f AES2501
9827 2660 AES2660 Fingerprint Sensor
9828 2680 AES2660 Fingerprint Sensor
9829 268f AES2660 Fingerprint Sensor
88719830 2810 AES2810
88729831 3400 AES3400 TruePrint Sensor
88739832 3401 AES3400 Sensor
89209879 0001 Hard Drive Adapter (TPP)
89219880 0002 SigmaDrive Adapter (TPP)
89229881 0906 Faraday Technology Corp.
8923 0908 ShenZhen SANZHAI Technology Co.,Ltd
8924 2701 Spy Pen VGA
9882 0908 Siemens AG
9883 01f4 SIMATIC NET CP 5711
9884 01fe SIMATIC NET PC Adapter A2
9885 2701 ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA
89259886 0909 Audio-Technica Corp.
89269887 090a Trumpion Microelectronics, Inc.
89279888 1001 T33520 Flash Card Controller
89349895 0373 Silicon Motion Camera
89359896 037a Silicon Motion Camera
89369897 037b Silicon Motion Camera
8937 1000 64MB QDI U2 DISK
9898 1000 Flash Drive
89389899 1132 5-in-1 Card Reader
89399900 337b Silicon Motion Camera
89409901 3710 Silicon Motion Camera
89419902 3720 Silicon Motion Camera
9903 37bc HP Webcam-101 Integrated Camera
89429904 37c0 Silicon Motion Camera
89439905 6000 SD/SDHC Card Reader (SG365 / FlexiDrive XC+)
89449906 6200 microSD card reader
9907 71b3 SM731 Camera
89459908 837b Silicon Motion Camera
89469909 937b Silicon Motion Camera
89479910 b370 Silicon Motion SM370 Camera
89939956 0200 Data Card Programmer (install)
89949957 1200 Data Card Programmer
89959958 21a5 etrex Cx (msc)
9959 2236 nuvi 360
89969960 2271 Edge 605/705
89979961 2295 Colorado 300
89989962 22b6 eTrex Vista HCx (Mass Storage mode)
9963 231b Oregon 400t
89999964 2353 Nüvi 205T
9965 2380 Oregon series
9966 23cc nüvi 1350
9967 2459 GPSmap 62/78 series
9968 2491 Edge 800
9969 2519 eTrex 30
90009970 2535 Edge 800
9971 253c GPSmap 62sc
9972 255b Nuvi 2505LM
90019973 0920 Echelon Co.
90029974 7500 Network Interface
90039975 0921 GoHubs, Inc.
90059977 0922 Dymo-CoStar Corp.
90069978 0007 LabelWriter 330
90079979 0009 LabelWriter 310
9980 0019 LabelWriter 400
90089981 001a LabelWriter 400 Turbo
90099982 0020 LabelWriter 450
9983 1001 LabelManager PnP
90109984 0923 IC Media Corp.
90119985 010f SIIG MobileCam
90129986 0924 Xerox
90169990 420f WorkCentre PE220 Series
90179991 421f M20 Scanner
90189992 423b Printing Support
9993 4274 Xerox Phaser 3635MFPX
90199994 ffef WorkCenter M15
90209995 fffb DocuPrint M750 (X750_USB)
90219996 0925 Lakeview Research
90229997 0005 Gamtec.,Ltd SmartJoy PLUS Adapter
9998 03e8 Wii Classic Controller Adapter
9999 3881 Saleae Logic
902310000 8101 Phidgets, Inc., 1-Motor PhidgetServo v2.0
902410001 8104 Phidgets, Inc., 4-Motor PhidgetServo v2.0
902510002 8800 WiseGroup Ltd, MP-8800 Quad Joypad
902610003 8866 WiseGroup Ltd, MP-8866 Dual Joypad
902710004 0927 Summus, Ltd
9028 0928 Oxford Semiconductor, Ltd
10005 0928 PLX Technology, Inc. (formerly Oxford Semiconductor, Ltd)
10006 8000 Firmware uploader
902910007 0929 American Biometric Co.
903010008 092a Toshiba Information & Industrial Sys. And Services
903110009 092b Sena Technologies, Inc.
903610014 0009 Gigabeat F/X (HDD audio player)
903710015 000c Gigabeat F (mtp)
903810016 0010 Gigabeat S (mtp)
10017 0200 Integrated Bluetooth (Taiyo Yuden)
903910018 0301 PCX1100U Cable Modem (WDM)
904010019 0302 PCX2000 Cable Modem (WDM)
904110020 0305 Cable Modem PCX3000
905810037 070a Pocket PC e400 Series
905910038 070b Pocket PC e800 Series
906010039 0a07 WLM-10U1 802.11abgn Wireless Adapter [Ralink RT3572]
10040 0a13 AX88179 Gigabit Ethernet [Toshiba]
906110041 0b05 PX1220E-1G25 External hard drive
906210042 0b09 PX1396E-3T01 External hard drive
10043 0b1a STOR.E ALU 2S
906310044 1300 Wireless Broadband (CDMA EV-DO) SM-Bus Minicard Status Port
906410045 1301 Wireless Broadband (CDMA EV-DO) Minicard Status Port
906510046 1302 Wireless Broadband (3G HSDPA) SM-Bus Minicard Status Port
912010101 1112 Veo Web Camera
912110102 a311 Video Enhancement Device
912210103 0933 Quantum Corp.
9123 0934 Netcom Systems
10104 0934 Spirent Communications
912410105 0936 NuTesla
10106 000c Rhythmedics 6 BioData Integrator
912510107 0030 Composite Device, Mass Storage Device (Flash Drive) amd HID
912610108 003c Rhythmedics HID Bootloader
912710109 0939 Lumberg, Inc.
9128 0b15 Toshiba Stor.E Alu 2 1TB (PX1710E-1HJ0)
10110 0b15 Toshiba Stor.E Alu 2
912910111 093a Pixart Imaging, Inc.
913010112 0007 CMOS 100K-R Rev. 1.90
913110113 010e Digital camera, CD302N/Elta Medi@ digi-cam/HE-501A
913810120 2471 SoC PC-Camera
913910121 2500 USB Optical Mouse
914010122 2510 Optical Mouse
10123 2521 Optical Mouse
914110124 2600 Typhoon Easycam USB 330K (newer)/Typhoon Easycam USB 2.0 VGA 1.3M/Sansun SN-508
914210125 2601 SPC 610NC Laptop Camera
914310126 2603 PAC7312 Camera
914510128 260e PAC7311 Gigaware VGA PC Camera:Trust WB-3350p:SIGMA cam 2350
914610129 260f PAC7311 SnakeCam
914710130 2621 PAC731x Trust Webcam
10131 2622 Webcam Genius
914810132 2624 Webcam
914910133 093b Plextor Corp.
915010134 0010 Storage Adapter
917010154 0944 KORG, Inc.
917110155 0001 PXR4 4-Track Digital Recorder
917210156 0020 KAOSS Pad KP3 Dynamic Effect/Sampler
10157 0023 KAOSSILATOR PRO Dynamic Phrase Synthesizer
917310158 010d nanoKEY MIDI keyboard
917410159 010e nanoPAD pad controller
917510160 010f nanoKONTROL studio controller
10161 0117 nanoKONTROL2 MIDI Controller
917610162 0f03 K-Series K61P MIDI studio controller
917710163 0945 Pasco Scientific
917810164 0948 Kronauer music in digital
919610182 1603 DataTraveler 1GB/2GB Pen Drive
919710183 1606 Eee PC 701 SD Card Reader [ENE UB6225]
919810184 1607 DataTraveler 100
10185 160d DataTraveler Vault Privacy
919910186 1613 DataTraveler DT101C Flash Drive
920010187 1616 DataTraveler Locker 4GB
9201 1624 DataTraveler G2 4GB Pen Drive
10188 1621 DataTraveler 150 (32GB)
10189 1624 DataTraveler G2
920210190 1625 DataTraveler 101 II
920310191 162a DataTraveler 112 4GB Pen Drive
9204 1643 DataTraveler G3 4GB
10192 162d DataTraveler 102
10193 1630 DataTraveler 200 (32GB)
10194 1642 DT101 G2
10195 1643 DataTraveler G3
10196 1653 Data Traveler 100 G2 8 GiB
10197 1656 DataTraveler Ultimate G2
10198 1665 Digital DataTraveler SE9 64GB
10199 1689 DataTraveler SE9
10200 168a DataTraveler Micro
10201 168c DT Elite 3.0
920510202 0954 RPM Systems Corp.
920610203 0955 NVidia Corp.
10204 7030 Tegra 3 (recovery mode)
920710205 7100 Notion Ink Adam
10206 7820 Tegra 2 AC100 developer mode
10207 b400 SHIELD (debug)
10208 b401 SHIELD
920810209 0956 BSquare Corp.
920910210 0957 Agilent Technologies, Inc.
921010211 0200 E-Video DC-350 Camera
921110212 0202 E-Video DC-350 Camera
10213 0407 33220A Waveform Generator
10214 0518 82357B GPIB Interface
10215 0a07 34411A Multimeter
10216 1507 33210A Waveform Generator
10217 1745 Test and Measurement Device (IVI)
10218 2918 U2702A oscilloscope
921210219 0958 CompuLink Research, Inc.
921310220 0959 Cologne Chip AG
921410221 2bd0 Intelligent ISDN (Ver. 3.60.04)
921810225 095c K-Tec Electronics
921910226 095d Polycom, Inc.
922010227 0001 Polycom ViaVideo
9221 0967 Acer (??)
10228 0967 Acer NeWeb Corp.
922210229 0204 WarpLink 802.11b Adapter
922310230 0968 Catalyst Enterprises, Inc.
922410231 096e Feitian Technologies, Inc.
10232 0120 Microcosm Ltd Dinkey
922510233 0802 ePass2000 (G&D STARCOS SPK 2.4)
10234 0807 ePass2003
922610235 0971 Gretag-Macbeth AG
10236 2000 i1 Pro
10237 2001 i1 Monitor
922710238 2003 Eye-One display
922810239 2005 Huey
9229 2007 ColorMunki
10240 2007 ColorMunki Photo
923010241 0973 Schlumberger
923110242 0001 e-gate Smart Card
923210243 0974 Datagraphix, a business unit of Anacomp
923510246 0977 Lightsurf Technologies
923610247 0978 Beckhoff GmbH
923710248 0979 Jeilin Technology Corp., Ltd
10249 0222 Keychain Display
923810250 0224 JL2005A Toy Camera
923910251 0226 JL2005A Toy Camera
924010252 0227 JL2005B/C/D Toy Camera
924310255 097b Knudsen Engineering, Ltd
924410256 097c Marunix Co., Ltd
924510257 097d Rosun Technologies, Inc.
10258 097e Biopac Systems Inc.
10259 0035 MP35 v1.0
924610260 097f Barun Electronics Co., Ltd
924710261 0981 Oak Technology, Ltd
924810262 0984 Apricorn
10263 0040 SATA Wire (2.5")
924910264 0200 Hard Drive Storage (TPP)
925010265 0985 cab Produkttechnik GmbH & Co KG
925110266 0045 Mach4/200 Label Printer
926210277 099a Zippy Technology Corp.
926310278 0638 Sanwa Supply Inc. Small Keyboard
926410279 610c EL-610 Super Mini Electron luminescent Keyboard
10280 713a WK-713 Multimedia Keyboard
926510281 7160 Hyper Slim Keyboard
926610282 09a3 PairGain Technologies
926710283 09a4 Contech Research, Inc.
928710303 0001 MySmartPad
928810304 09bf Auerswald GmbH & Co. KG
928910305 00c0 COMpact 2104 ISDN PBX
9290 00db COMpact 4410/2206 ISDN ISDN
9291 00f1 COMfort System Telephones
10306 00db COMpact 4410/2206 ISDN
10307 00dc COMpact 4406 DSL (PBX)
10308 00dd COMpact 2204 (PBX)
10309 00de COMpact 2104 (Rev.2 PBX)
10310 00e0 COMmander Business (PBX)
10311 00e2 COMmander Basic.2 (PBX)
10312 00f1 COMfort 2000 (System telephone)
10313 00f2 COMfort 1200 (System telephone)
10314 00f5 COMfortel 2500 (System telephone)
10315 8000 COMpact 2104 DSL (DSL modem)
10316 8001 COMpact 4406 DSL (DSL modem)
10317 8002 Analog/ISDN Converter (Line converter)
10318 8005 WG-640 (Automatic event dialer)
929210319 09c0 Genpix Electronics, LLC
10320 0136 Axon CNS, MultiClamp 700B
929310321 0202 8PSK DVB-S tuner
929410322 0203 Skywalker-1 DVB-S tuner
929510323 0204 Skywalker-CW3K DVB-S tuner
931410342 09d1 NeoMagic, Inc.
931510343 09d2 Vreelin Engineering, Inc.
931610344 09d3 Com One
9317 0001 ISDN TA
10345 0001 ISDN TA / Light Rider 128K
10346 000b Bluetooth Adapter class 1 [BlueLight]
931810347 09d7 Novatel Wireless
931910348 0100 NovAtel FlexPack GPS receiver
932010349 09d9 KRF Tech, Ltd
9321 09da A4 Tech Co., Ltd
10350 09da A4Tech Co., Ltd.
932210351 0006 Optical Mouse WOP-35 / Trust 450L Optical Mouse
9323 000a Optical Mouse Opto 510D
10352 000a Optical Mouse Opto 510D / OP-620D
10353 000e X-F710F Optical Mouse 3xFire Gaming Mouse
932410354 0018 Trust Human Interface Device
932510355 001a Wireless Mouse & RXM-15 Receiver
932610356 002a Wireless Optical Mouse NB-30
932710357 022b Wireless Mouse (Battery Free)
932810358 024f RF Receiver and G6-20D Wireless Optical Mouse
10359 0260 KV-300H Isolation Keyboard
932910360 032b Wireless Mouse (Battery Free)
933010361 8090 X-718BK Oscar Optical Gaming Mouse
9331 9090 XL-750BK Laser Mouse
10362 9033 X-718BK Optical Mouse
10363 9066 F3 V-Track Gaming Mouse
10364 9090 XL-730K / XL-750BK / XL-755BK Mice
933210365 09db Measurement Computing Corp.
933310366 0075 MiniLab 1008
933410367 0076 PMD-1024
937410407 09ff Gain Technology Corp.
937510408 0a00 Liquid Audio
937610409 0a01 ViA, Inc.
10410 0a05 Unknown Manufacturer
10411 7211 hub
937710412 0a07 Ontrak Control Systems Inc.
937810413 0064 ADU100 Data Acquisition Interface
937910414 0078 ADU120 Data Acquisition Interface
938210417 00d0 ADU208 Relay I/O Interface
938310418 00da ADU218 Solid-State Relay I/O Interface
938410419 0a0b Cybex Computer Products Co.
10420 0a0d Servergy, Inc
10421 2514 CTS-1000 Internal Hub
938510422 0a11 Xentec, Inc.
938610423 0a12 Cambridge Silicon Radio, Ltd
938710424 0001 Bluetooth Dongle (HCI mode)
947910516 5023 Mass Storage Device
948010517 5024 Mass Storage Device
948110518 5025 Mass Storage Device
10519 0a4a Ploytec GmbH
948210520 0a4b Fujitsu Media Devices, Ltd
948310521 0a4c Computex Co., Ltd
948410522 15d9 OPTICAL MOUSE
953010568 0201 iLine10(tm) Network Adapter
953110569 2000 Bluetooth Device
953210570 2001 Bluetooth Device
9533 2009 Bluetooth Controller
10571 2009 BCM2035 Bluetooth
953410572 200a BCM2035 Bluetooth dongle
953510573 200f Bluetooth Controller
953610574 201d Bluetooth Device
954010578 2033 BCM2033 Bluetooth
954110579 2035 BCM2035 Bluetooth
954210580 2038 Blutonium Device
9543 2039 Bluetooth Device
10581 2039 BCM2045 Bluetooth
954410582 2045 Bluetooth Controller
954510583 2046 Bluetooth Device
954610584 2047 Bluetooth Device
954710585 205e Bluetooth Device
954810586 2100 Bluetooth 2.0+eDR dongle
9549 2101 Bluetooth Controller
10587 2101 BCM2045 Bluetooth
955010588 2102 ANYCOM Blue USB-200/250
9551 2110 Bluetooth Controller
10589 2110 BCM2045B (BDC-2) [Bluetooth Controller]
955210590 2111 ANYCOM Blue USB-UHE 200/250
955310591 2120 2045 Bluetooth 2.0 USB-UHE Device with trace filter
955410592 2121 BCM2210 Bluetooth
955610594 2123 Bluetooth dongle
955710595 2130 2045 Bluetooth 2.0 USB-UHE Device with trace filter
955810596 2131 2045 Bluetooth 2.0 Device with trace filter
9559 2145 Bluetooth with Enhanced Data Rate II
10597 2145 BCM2045B (BDC-2.1) [Bluetooth Controller]
956010598 2148 BCM92046DG-CL1ROM Bluetooth 2.1 Adapter
956110599 2150 BCM2046 Bluetooth Device
956210600 2151 Bluetooth
9563 217f Bluetooth Controller
10601 2154 BCM92046DG-CL1ROM Bluetooth 2.1 UHE Dongle
10602 217d HP Bluethunder
10603 217f BCM2045B (BDC-2.1)
10604 2198 Bluetooth 3.0 Device
956410605 219b Bluetooth 2.1 Device
956510606 21b1 HP Bluetooth Module
956610607 21b4 BCM2070 Bluetooth 2.1 + EDR
956910610 21bb BCM2070 Bluetooth 2.1 + EDR
957010611 21bc BCM2070 Bluetooth 2.1 + EDR
957110612 21bd BCM2070 Bluetooth 2.1 + EDR
10613 21d7 BCM43142 Bluetooth 4.0
10614 21e1 HP Portable SoftSailing
10615 21e3 HP Portable Valentine
10616 21e6 BCM20702 Bluetooth 4.0 [ThinkPad]
10617 21e8 BCM20702A0 Bluetooth 4.0
10618 21f1 HP Portable Bumble Bee
957210619 22be BCM2070 Bluetooth 3.0 + HS
957310620 4500 BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
957410621 4502 Keyboard (Boot Interface Subclass)
957810625 5802 BCM5880 Secure Applications Processor with fingerprint touch sensor
957910626 5803 BCM5880 Secure Applications Processor with secure keyboard
958010627 6300 Pirelli Remote NDIS Device
9581 bd13 Arcadyan WN8522B [Broadcom BCM4323]
10628 bd11 TiVo AG0100 802.11bg Wireless Adapter [Broadcom BCM4320]
10629 bd13 BCM4323 802.11abgn Wireless Adapter
10630 bd16 BCM4319 802.11bgn Wireless Adapter
10631 bd17 BCM43236 802.11abgn Wireless Adapter
958210632 d11b Eminent EM4045 [Broadcom 4320 USB]
958310633 0a5d Diatrend Corp.
958410634 0a5f Zebra
958510635 0009 LP2844 Printer
958610636 0081 GK420t Label Printer
958710637 008b HC100 wristbands Printer
10638 00d1 Zebra GC420d Label Printer
958810639 930a Printer
958910640 0a62 MPMan
959010641 0010 MPMan MP-F40 MP3 Player
960410655 0a71 VIPColor Technologies USA, Inc.
960510656 0001 VP485 Printer
960610657 0a72 Sanwa Denshi
10658 0a73 Mackie Designs
10659 0002 XD-2 [Spike]
960710660 0a7d NSTL, Inc.
960810661 0a7e Octagon Systems Corp.
960910662 0a80 Rexon Technology Corp., Ltd
961310666 0203 Mouse
961410667 0205 PS/2 Keyboard+Mouse Adapter
961510668 0701 USB Missile Launcher
10669 ff01 Wireless Missile Launcher
961610670 0a82 Syscan
961710671 4600 TravelScan 460/464
961810672 0a83 NextComm, Inc.
970110755 0aab Vision Shape Europe SA
970210756 0aac iCompression, Inc.
970310757 0aad Rohde & Schwarz GmbH & Co. KG
10758 0003 NRP-Z21
10759 000c NRP-Z11
10760 0013 NRP-Z22
10761 0014 NRP-Z23
10762 0015 NRP-Z24
10763 0016 NRP-Z51
10764 0017 NRP-Z52
10765 0018 NRP-Z55
10766 0019 NRP-Z56
10767 0021 NRP-Z91
10768 0023 NRP-Z81
10769 002c NRP-Z31
10770 002d NRP-Z37
10771 002f NRP-Z27
10772 0051 NRP-Z28
10773 0052 NRP-Z98
10774 0062 NRP-Z92
10775 0070 NRP-Z57
10776 0083 NRP-Z85
10777 0095 NRP-Z86
970410778 0aae NEC infrontia Corp. (Nitsuko)
970510779 0aaf Digitalway Co., Ltd
970610780 0ab0 Arrow Strong Electronics Co., Ltd
970710781 0ab1 FEIG ELECTRONIC GmbH
970810782 0002 OBID RFID-Reader
10783 0004 OBID classic-pro
970910784 0aba Ellisys
971010785 8001 Tracker 110 Protocol Analyzer
971110786 8002 Explorer 200 Protocol Analyzer
973110806 307b USB 1.1 Webcam
973210807 332d Vega USB 2.0 Camera
973310808 3343 Sirius USB 2.0 Camera
10809 3370 Traveler TV 6500 SF Dia-scanner
973410810 3420 Venus USB2.0 Camera
973510811 c001 Sony embedded vimicro Camera
973610812 c002 Visual Communication Camera VGP-VCC1
973810814 c303 Saturn USB 2.0 Camera
973910815 c326 Namuga 1.3M Webcam
974010816 c33f Webcam
10817 c429 Lenovo ThinkCentre Web Camera
10818 c42d Lenovo IdeaCentre Web Camera
974110819 0ac9 Micro Solutions, Inc.
974210820 0000 Backpack CD-ReWriter
974310821 0001 BACKPACK 2 Cable
975010828 1060 OPEN NT1 Plus II
975110829 0acc Koga Electronics Co.
975210830 0acd ID Tech
9753 0401 ID TECH Spectrum III Hybrid Smartcard Reader
9754 0630 ID TECH Spectrum III Mag-Only Insert Reader (SPT3-355 Series) USB-CDC
10831 0300 IDT1221U RS-232 Adapter
10832 0401 Spectrum III Hybrid Smartcard Reader
10833 0630 Spectrum III Mag-Only Insert Reader (SPT3-355 Series) USB-CDC
10834 0810 SecurePIN (IDPA-506100Y) PIN Pad
10835 2030 ValueMag Magnetic Stripe Reader
975510836 0ace ZyDAS
975610837 1201 ZD1201 802.11b
975710838 1211 ZD1211 802.11g
981210893 7501 Globetrotter HSUPA Modem (icon 411 aka "Vodafone K3760")
981310894 7601 Globetrotter MO40x 3G Modem (GTM 382)
981410895 7701 Globetrotter HSUPA Modem (aka icon 451)
10896 d055 Globetrotter GI0505 [iCON 505]
981510897 0af6 Silver I Co., Ltd
981610898 0af7 B2C2, Inc.
981710899 0101 Digital TV USB Receiver (DVB-S/T/C / ATSC)
981810900 0af9 Hama, Inc.
981910901 0010 USB SightCam 100
982010902 0011 Micro Innovations IC50C Webcam
10903 0afa DMC Co., Ltd.
10904 07d2 Controller Board for Projected Capacitive Touch Screen DUS3000
982110905 0afc Zaptronix Ltd
982210906 0afd Tateno Dennou, Inc.
982310907 0afe Cummins Engine Co.
982410908 0aff Jump Zone Network Products, Inc.
982510909 0b00 INGENICO
982610910 0b05 ASUSTek Computer, Inc.
10911 0001 MeMO Pad HD 7 (CD-ROM mode)
982710912 1101 Mass Storage (UISDMC4S)
982810913 1706 WL-167G v1 802.11g Adapter [Ralink RT2571]
982910914 1707 WL-167G v1 802.11g Adapter [Ralink RT2571]
983010915 1708 Mass Storage Device
9831 170b Mass Storage Device
10916 170b Multi card reader
983210917 170c WL-159g 802.11bg
983310918 170d 802.11b/g Wireless Network Adapter
983410919 1712 BT-183 Bluetooth 2.0+EDR adapter
985310938 1751 BT-253 Bluetooth Adapter
985410939 175b Laptop OLED Display
985510940 1760 802.11n Network Adapter
9856 1761 802.11n Network Adapter
10941 1761 USB-N11 802.11n Network Adapter [Ralink RT2870]
985710942 1774 Gobi Wireless Modem (QDL mode)
985810943 1776 Gobi Wireless Modem
985910944 1779 My Cinema U3100 Mini Plus [AF9035A]
9860 1784 USB-N13 802.11n Network Adapter [Ralink RT3072]
9861 1786 USB-N10 802.11n Network Adapter [Realtek RTL8192SU]
10945 1784 USB-N13 802.11n Network Adapter (rev. A1) [Ralink RT3072]
10946 1786 USB-N10 802.11n Network Adapter [Realtek RTL8188SU]
10947 1788 BT-270 Bluetooth Adapter
986210948 1791 WL-167G v3 802.11n Adapter [Realtek RTL8188SU]
10949 179d USB-N53 802.11abgn Network Adapter [Ralink RT3572]
10950 179e Eee Note EA800 (network mode)
10951 179f Eee Note EA800 (tablet mode)
10952 17a0 Xonar U3 sound card
10953 17a1 Eee Note EA800 (mass storage mode)
10954 17ab USB-N13 802.11n Network Adapter (rev. B1) [Realtek RTL8192CU]
10955 17c7 WL-330NUL
10956 17c9 USB-AC53 802.11a/b/g/n/ac Wireless Adapter [Broadcom BCM43526]
10957 4c80 Transformer Pad TF300TG
10958 4c90 Transformer Pad Infinity TF700
10959 4c91 Transformer Pad Infinity TF700 (Debug mode)
10960 4d00 Transformer Prime TF201
10961 4d01 Transformer Prime TF201 (debug mode)
10962 4daf Transformer Pad Infinity TF700 (Fastboot)
10963 5410 MeMO Pad HD 7 (MTP mode)
10964 5412 MeMO Pad HD 7 (PTP mode)
10965 550f ASUS fonepad 7
986310966 6101 Cable Modem
986410967 620a Remote NDIS Device
986510968 b700 Broadcom Bluetooth 2.1
987410977 0b0d ProjectLab
987510978 0000 CenturyCD
987610979 0b0e GN Netcom
10980 034c Jabra UC Voice 750 MS
10981 0420 Jabra SPEAK 510
10982 094d GN Netcom / Jabra REVO Wireless
987710983 1022 Jabra PRO 9450, Type 9400BS (DECT Headset)
10984 2007 GN 2000 Stereo Corded Headset
10985 620c Jabra BT620s
10986 9330 Jabra GN9330 Headset
987810987 0b0f AVID Technology
987910988 0b10 Pcally
988010989 0b11 I Tech Solutions Co., Ltd
989311002 0006 SM Media-Shuttle Card Reader
989411003 0b33 Contour Design, Inc.
989511004 0020 ShuttleXpress
11005 0700 RollerMouse Pro
989611006 0b37 Hitachi ULSI Systems Co., Ltd
989711007 0b38 Gear Head
989811008 0003 Keyboard
991111021 1602 ZyXEL ZyAIR B200 802.11b Adapter
991211022 1612 AIR.Mate 2@net 802.11b Adapter
991311023 1613 802.11b Wireless LAN Adapter
9914 1620 Allnet USB 2.0 Wireless Network Adapter
11024 1620 Allnet Wireless Network Adapter [Envara WiND512]
991511025 1630 QuickWLAN 802.11bg
991611026 5630 802.11bg
991711027 6630 ZD1211
992411034 0011 Crossam2+USB IR commander
992511035 0b43 Play.com, Inc.
992611036 0003 PS2 Controller Converter
11037 0005 GameCube Adaptor
992711038 0b47 Sportbug.com, Inc.
992811039 0b48 TechnoTrend AG
992911040 1003 Technotrend/Hauppauge USB-Nova
994711058 300c TT-connect T-3650 CI
994811059 300d TT-connect CT-3650 CI
994911060 300e TT-connect C-2400
11061 3014 TT-TVStick CT2-4400
995011062 0b49 ASCII Corp.
995111063 064f Trance Vibrator
995211064 0b4b Pine Corp. Ltd.
997511087 0b63 ADLink Technology, Inc.
997611088 0b64 Wonderful Wire Cable Co., Ltd
997711089 0b65 Expert Magnetics Corp.
11090 0b66 Cybiko Inc.
11091 0041 Xtreme
11092 0b67 Fairbanks Scales
11093 555e SCB-R9000
997811094 0b69 CacheVision
997911095 0b6a Maxim Integrated Products
11096 a132 WUP-005 [Nintendo Wii U Pro Controller]
998011097 0b6f Nagano Japan Radio Co., Ltd
998111098 0b70 PortalPlayer, Inc.
998211099 00ba iRiver H10 20GB
1001411131 0b88 Sigma Koki Co., Ltd, Technology Center
1001511132 0b89 Advanced Digital Broadcast, Ltd
1001611133 0b8c SMART Technologies Inc.
11134 0001 Interactive Whiteboard Controller (SB6) (HID)
1001711135 00c3 Sympodium ID350
1001811136 0b95 ASIX Electronics Corp.
1001911137 1720 10/100 Ethernet
1002011138 1780 AX88178
11139 1790 AX88179 Gigabit Ethernet
1002111140 7720 AX88772
11141 772a AX88772A Fast Ethernet
11142 772b AX88772B
11143 7e2b AX88772B
1002211144 0b96 Sewon Telecom
1002311145 0b97 O2 Micro, Inc.
1002411146 7732 Smart Card Reader
1004711169 0111 USR5420 802.11g Adapter [Broadcom 4320 USB]
1004811170 0118 U5 802.11g Adapter
1004911171 011b Wireless MAXg Adapter [Broadcom 4320]
10050 0121 USR5423 802.11bg
11172 0121 USR5423 802.11bg Wireless Adapter [ZyDAS ZD1211B]
11173 0303 USR5637 56K Faxmodem
1005111174 6112 FaxModem Model 5633
1005211175 0bb0 Concord Camera Corp.
1005311176 0100 Sound Vision Stream
1005711180 0302 U10H010 802.11b Wireless Adapter [Intersil PRISM 3]
1005811181 6098 USB Cable Modem
1005911182 0bb3 Ofuji Technology
10060 0bb4 High Tech Computer Corp.
11183 0bb4 HTC (High Tech Computer Corp.)
1006111184 00ce mmO2 XDA GSM/GPRS Pocket PC
1006211185 00cf SPV C500 Smart Phone
1006311186 0a01 PocketPC Sync
1013911262 0a4d PocketPC Sync
1014011263 0a4e PocketPC Sync
1014111264 0a4f PocketPC Sync
10142 0a50 HTC SmartPhone Sync
11265 0a50 SmartPhone (MTP)
1014311266 0a51 SPV C400 / T-Mobile SDA GSM/GPRS Pocket PC
1014411267 0a52 SmartPhone Sync
1014511268 0a53 SmartPhone Sync
1023011353 0bce Vario MDA
1023111354 0c01 Dream / ADP1 / G1 / Magic / Tattoo
1023211355 0c02 Dream / ADP1 / G1 / Magic / Tattoo (Debug)
11356 0c03 Android Phone [Fairphone First Edition (FP1)]
1023311357 0c13 Diamond
1023411358 0c1f Sony Ericsson XPERIA X1
1023511359 0c5f Snap
11360 0c86 Sensation
1023611361 0c87 Desire (debug)
1023711362 0c8d EVO 4G (debug)
1023811363 0c91 Vision
1024111366 0c99 Desire (debug)
1024211367 0c9e Incredible
1024311368 0ca2 Desire HD (debug mode)
11369 0ca5 Android Phone [Evo Shift 4G]
11370 0cae T-Mobile MyTouch 4G Slide [Doubleshot]
11371 0dea M7_UL [HTC One]
1024411372 0ff8 Desire HD (Tethering Mode)
10245 0ff9 Desire / Desire HD / Hero (Charge Mode)
11373 0ff9 Desire / Desire HD / Hero / Thunderbolt (Charge Mode)
1024611374 0ffe Desire HD (modem mode)
1024711375 0fff Android Fastboot Bootloader
1024811376 0bb5 Murata Manufacturing Co., Ltd
1025711385 0bc0 Knilink Technology, Inc.
1025811386 0bc1 Fuw Yng Electronics Co., Ltd
1025911387 0bc2 Seagate RSS LLC
11388 0502 ST3300601CB-RK 300 GB External Hard Drive
11389 0503 ST3250824A [Barracuda 7200.9]
1026011390 2000 Storage Adapter V3 (TPP)
11391 2100 FreeAgent Go
1026111392 2200 FreeAgent Go FW
11393 2300 Expansion Portable
11394 2320 USB 3.0 bridge [Portable Expansion Drive]
11395 3008 FreeAgent Desk 1TB
11396 3101 FreeAgent XTreme 640GB
11397 3312 SRD00F2 Expansion Desktop Drive (STBV)
11398 3320 SRD00F2 [Expansion Desktop Drive]
11399 3332 Expansion
11400 5020 FreeAgent GoFlex
1026211401 5021 FreeAgent GoFlex USB 2.0
11402 5030 FreeAgent GoFlex Upgrade Cable STAE104
1026311403 5031 FreeAgent GoFlex USB 3.0
11404 5070 FreeAgent GoFlex Desk
11405 5071 FreeAgent GoFlex Desk
11406 50a1 FreeAgent GoFlex Desk
11407 50a5 FreeAgent GoFlex Desk USB 3.0
11408 5121 FreeAgent GoFlex
11409 5161 FreeAgent GoFlex dock
11410 a003 Backup Plus
11411 a0a1 Backup Plus Desktop
11412 a0a4 Backup Plus Desktop Drive
11413 ab00 Slim Portable Drive
11414 ab20 Backup Plus Portable Drive
1026411415 0bc3 IPWireless, Inc.
1026511416 0001 UMTS-TDD (TD-CDMA) modem
1026611417 0bc4 Microcube Corp.
1029411445 0106 Mass Storage Device
1029511446 0107 Mass Storage Device
1029611447 0108 Mass Storage Device
10297 0111 Card Reader
11448 0111 RTS5111 Card Reader Controller
1029811449 0113 Mass Storage Device
1029911450 0115 Mass Storage Device (Multicard Reader)
10300 0116 Mass Storage Device
11451 0116 RTS5116 Card Reader Controller
1030111452 0117 Mass Storage Device
1030211453 0118 Mass Storage Device
10303 0138 Card reader
11454 0119 Storage Device (SD card reader)
11455 0129 RTS5129 Card Reader Controller
11456 0138 RTS5138 Card Reader Controller
11457 0139 RTS5139 Card Reader Controller
1030411458 0151 Mass Storage Device (Multicard Reader)
1030511459 0152 Mass Storage Device
1030611460 0153 Mass Storage Device
1030711461 0156 Mass Storage Device
1030811462 0157 Mass Storage Device
1030911463 0158 USB 2.0 multicard reader
10310 0159 Digital Media Card Reader
11464 0159 RTS5159 Card Reader Controller
1031111465 0161 Mass Storage Device
1031211466 0168 Mass Storage Device
1031311467 0169 Mass Storage Device
1031411468 0171 Mass Storage Device
1031511469 0176 Mass Storage Device
1031611470 0178 Mass Storage Device
11471 0179 RTL8188ETV Wireless LAN 802.11n Network Adapter
11472 0184 RTS5182 Card Reader
11473 0186 Card Reader
11474 0301 multicard reader
11475 1724 RTL8723AU 802.11n WLAN Adapter
1031711476 2831 RTL2831U DVB-T
1031811477 2832 RTL2832U DVB-T
11478 2838 RTL2838 DVB-T
11479 5730 HP 2.0MP High Definition Webcam
1031911480 8150 RTL8150 Fast Ethernet Adapter
1032011481 8151 RTL8151 Adapteon Business Mobile Networks BV
1032111482 8171 RTL8188SU 802.11n WLAN Adapter
1032211483 8172 RTL8191SU 802.11n WLAN Adapter
10323 8176 RTL8188CUS 802.11n WLAN
11484 8174 RTL8192SU 802.11n WLAN Adapter
11485 8176 RTL8188CUS 802.11n WLAN Adapter
11486 8178 RTL8192CU 802.11n WLAN Adapter
11487 8179 RTL8188EUS 802.11n Wireless Network Adapter
11488 817f RTL8188RU 802.11n WLAN Adapter
1032411489 8187 RTL8187 Wireless Adapter
1032511490 8189 RTL8187B Wireless 802.11g 54Mbps Network Adapter
10326 8192 RTL8192U 802.11n Wireless Adapter
11491 8192 RTL8191SU 802.11n Wireless Adapter
11492 8193 RTL8192DU 802.11an WLAN Adapter
1032711493 8197 RTL8187B Wireless Adapter
1032811494 8198 RTL8187B Wireless Adapter
11495 8199 RTL8187SU 802.11g WLAN Adapter
11496 8812 RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
1032911497 0bdb Ericsson Business Mobile Networks BV
1033011498 1000 BV Bluetooth Device
1033111499 1002 Bluetooth Device 1.2
1034511513 0be4 Elka International, Ltd
1034611514 0be5 DOME imaging systems, Inc.
1034711515 0be6 Dong Guan Humen Wonderful Wire Cable Factory
10348 0bed Silicon Labs
10349 1100 MEI (TM) Cashflow-SC Bill/Voucher Acceptor
11516 0bed MEI
11517 1100 CASHFLOW SC
11518 1101 Series 2000 Combo Acceptor
1035011519 0bee LTK Industries, Ltd
1035111520 0bef Way2Call Communications
1035211521 0bf0 Pace Micro Technology PLC
1036911538 1009 Connect2Air E-5400 D1700 802.11g Wireless Adapter [Intersil ISL3887]
1037011539 100c Keyboard FSC KBPC PX
1037111540 100f miniCard D2301 802.11bg Wireless Module [SiS 163U]
11541 1017 Keyboard KB SCR
1037211542 0bfd Kvaser AB
1037311543 0004 USBcan II
1037411544 000b Leaf Light HS
1043411604 0012 Bluetooth Device(BC04-External)
1043511605 0018 Bluetooth Device(BC04-External)
1043611606 0019 Bluetooth Device
10437 0021 Bluetooth Device
11607 0021 Bluetooth Device (V2.1+EDR)
1043811608 0c24 Bluetooth Device(SAMPLE)
1043911609 ffff Bluetooth module with BlueCore in DFU mode
1044011610 0c25 Sampo Corp.
1044311613 0018 USB-Serial Controller [Icom Inc. OPC-478UC]
1044411614 0c27 RFIDeas, Inc
1044511615 3bfa pcProx Card Reader
10446 0c2e Metro
11616 0c2e Metrologic Instruments
1044711617 0007 Metrologic MS7120 Barcode Scanner (IBM SurePOS mode)
10448 0200 Metrologic Scanner
11618 0200 MS7120 Barcode Scanner
1044911619 0204 Metrologic MS7120 Barcode Scanner (keyboard mode)
11620 0206 Metrologic MS4980 Barcode Scanner
1045011621 0700 Metrologic MS7120 Barcode Scanner (uni-directional serial mode)
1045111622 0720 Metrologic MS7120 Barcode Scanner (bi-directional serial mode)
11623 0b61 Vuquest 3310g
11624 0b6a Vuquest 3310 Area-Imaging Scanner
1045211625 0c35 Eagletron, Inc.
1045311626 0c36 E Ink Corp.
1045411627 0c37 e.Digital
1046611639 41d9 i1 phone
1046711640 0c45 Microdia
1046811641 0011 EBUDDY
11642 0520 MaxTrack Wireless Mouse
11643 1018 Compact Flash storage memory card reader
1046911644 1020 Mass Storage Reader
1047011645 1028 Mass Storage Reader
1047111646 1030 Mass Storage Reader
1058311758 62be PC Camera with Microphone (SN9C202 + OV7663)
1058411759 62c0 Sonix USB 2.0 Camera
1058511760 62e0 MSI Starcam Racer
11761 6300 PC Microscope camera
1058611762 6310 Sonix USB 2.0 Camera
11763 6340 Camera
11764 6341 Defender G-Lens 2577 HD720p Camera
1058711765 63e0 Sonix Integrated Webcam
1058811766 63f1 Integrated Webcam
1058911767 63f8 Sonix Integrated Webcam
1059011768 6409 Webcam
11769 6413 Integrated Webcam
1059111770 6417 Integrated Webcam
11771 6419 Integrated Webcam
1059211772 641d 1.3 MPixel Integrated Webcam
11773 643f Dell Integrated HD Webcam
11774 644d 1.3 MPixel Integrated Webcam
1059311775 6480 Sonix 1.3 MP Laptop Integrated Webcam
11776 648b Integrated Webcam
11777 64bd Sony Visual Communication Camera
11778 7401 TEMPer Temperature Sensor
11779 7402 TEMPerHUM Temperature & Humidity Sensor
11780 7403 Foot Switch
1059411781 8000 DC31VC
1059511782 8006 Dual Mode Camera (8006 VGA)
1059611783 800a Vivitar Vivicam3350B
1060111788 0c4b Reiner SCT Kartensysteme GmbH
1060211789 0100 cyberJack e-com/pinpad
1060311790 0300 cyberJack pinpad(a)
11791 0501 cyberJack RFID comfort dual interface smartcard reader
1060411792 9102 cyberJack RFID basis contactless smartcard reader
1060511793 0c4c Needham's Electronics
1060611794 0021 EMP-21 Universal Programmer
1060711795 0c52 Sealevel Systems, Inc.
10608 2101 Serial Converter
11796 2101 SeaLINK+232
11797 2102 SeaLINK+485
11798 2103 SeaLINK+232I
11799 2104 SeaLINK+485I
11800 2211 SeaPORT+2/232 (Port 1)
11801 2212 SeaPORT+2/485 (Port 1)
11802 2213 SeaPORT+2 (Port 1)
11803 2221 SeaPORT+2/232 (Port 2)
11804 2222 SeaPORT+2/485 (Port 2)
11805 2223 SeaPORT+2 (Port 2)
11806 2411 SeaPORT+4/232 (Port 1)
11807 2412 SeaPORT+4/485 (Port 1)
11808 2413 SeaPORT+4 (Port 1)
11809 2421 SeaPORT+4/232 (Port 2)
11810 2422 SeaPORT+4/485 (Port 2)
11811 2423 SeaPORT+4 (Port 2)
11812 2431 SeaPORT+4/232 (Port 3)
11813 2432 SeaPORT+4/485 (Port 3)
11814 2433 SeaPORT+4 (Port 3)
11815 2441 SeaPORT+4/232 (Port 4)
11816 2442 SeaPORT+4/485 (Port 4)
11817 2443 SeaPORT+4 (Port 4)
11818 2811 SeaLINK+8/232 (Port 1)
11819 2812 SeaLINK+8/485 (Port 1)
11820 2813 SeaLINK+8 (Port 1)
11821 2821 SeaLINK+8/232 (Port 2)
11822 2822 SeaLINK+8/485 (Port 2)
11823 2823 SeaLINK+8 (Port 2)
11824 2831 SeaLINK+8/232 (Port 3)
11825 2832 SeaLINK+8/485 (Port 3)
11826 2833 SeaLINK+8 (Port 3)
11827 2841 SeaLINK+8/232 (Port 4)
11828 2842 SeaLINK+8/485 (Port 4)
11829 2843 SeaLINK+8 (Port 4)
11830 2851 SeaLINK+8/232 (Port 5)
11831 2852 SeaLINK+8/485 (Port 5)
11832 2853 SeaLINK+8 (Port 5)
11833 2861 SeaLINK+8/232 (Port 6)
11834 2862 SeaLINK+8/485 (Port 6)
11835 2863 SeaLINK+8 (Port 6)
11836 2871 SeaLINK+8/232 (Port 7)
11837 2872 SeaLINK+8/485 (Port 7)
11838 2873 SeaLINK+8 (Port 7)
11839 2881 SeaLINK+8/232 (Port 8)
11840 2882 SeaLINK+8/485 (Port 8)
11841 2883 SeaLINK+8 (Port 8)
11842 9020 SeaLINK+422
11843 a02a SeaLINK+8 (Port 1+2)
11844 a02b SeaLINK+8 (Port 3+4)
11845 a02c SeaLINK+8 (Port 5+6)
11846 a02d SeaLINK+8 (Port 7+8)
1060911847 0c53 ViewPLUS, Inc.
1061011848 0c54 Glory, Ltd
1061111849 0c55 Spectrum Digital, Inc.
1062611864 0c65 Eminence Enterprise Co., Ltd
1062711865 0c66 Rexon Electronics Corp.
1062811866 0c67 Concept Telecom, Ltd
11867 0c6a ACS
11868 0005 Color 320 x 240 LCD Display Terminal with Touchscreen
11869 0c6c JETI Technische Instrumente GmbH
11870 04b2 Specbos 1201
1062911871 0c70 MCT Elektronikladen
1063011872 0000 USB08 Development board
11873 0747 Eye Movement Recorder [Visagraph]/[ReadAlyzer]
1063111874 0c72 PEAK System
1063211875 000c PCAN-USB
11876 000d PCAN Pro
1063311877 0c74 Optronic Laboratories Inc.
1063411878 0002 OL 700-30 Goniometer
1063511879 0c76 JMTek, LLC.
1064011884 0005 Transcend Flash disk
1064111885 0006 Transcend JetFlash
1064211886 0007 Mass Storage Device
11887 1600 Ion Quick Play LP turntable
1064311888 1605 SSS Headphone Set
1064411889 1607 audio controller
1064511890 0c77 Sipix Group, Ltd
1075211997 0077 Aureon Dual USB
1075311998 0078 Cinergy T XXS
1075411999 0086 Cinergy Hybrid XE
12000 008e Cinergy HTC XS
1075512001 0097 Cinergy T RC MKII
1075612002 0099 AfaTech 9015 [Cinergy T Stick Dual]
1075712003 00a5 Cinergy Hybrid Stick
1075812004 00a9 RTL2838 DVB-T COFDM Demodulator [TerraTec Cinergy T Stick Black]
1075912005 00b3 NOXON DAB/DAB+ Stick
12006 00e0 NOXON DAB/DAB+ Stick V2
12007 10a7 TerraTec G3
1076012008 0cd4 Bang Olufsen
1076112009 0101 BeolinkPC2
1076212010 0cd5 LabJack Corporation
1078912037 0023 UB81 802.11bgn
1079012038 0025 802.11b/g/n USB Wireless Network Adapter
1079112039 0026 UB82 802.11abgn
12040 0027 Sphairon Homelink 1202 802.11n Wireless Adapter [Atheros AR9170]
1079212041 0ce5 Validation Technologies International
1079312042 0003 Matrix
10794 0ce9 pico Technology
10795 1001 PicoScope3204
12043 0ce9 Pico Technology
12044 1001 PicoScope3000 series PC Oscilloscope
12045 1007 PicoScope 2000 series PC Oscilloscope
12046 1008 PicoScope 5000 series PC Oscilloscope
12047 1009 PicoScope 4000 series PC Oscilloscope
12048 100e PicoScope 6000 series PC Oscilloscope
12049 1012 PicoScope 3000A series PC Oscilloscope
12050 1016 PicoScope 2000A series PC Oscilloscope
12051 1018 PicoScope 4000A series PC Oscilloscope
12052 1200 PicoScope 2000 series PC Oscilloscope
12053 1201 PicoScope 3000 series PC Oscilloscope
12054 1202 PicoScope 4000 series PC Oscilloscope
12055 1203 PicoScope 5000 series PC Oscilloscope
12056 1204 PicoScope 6000 series PC Oscilloscope
12057 1211 PicoScope 3000 series PC Oscilloscope
12058 1212 PicoScope 4000 series PC Oscilloscope
1079612059 0cf1 e-Conn Electronic Co., Ltd
1079712060 0cf2 ENE Technology, Inc.
1079812061 6220 SD Card Reader (SG361)
1080612069 0005 AR5523
1080712070 0006 AR5523 (no firmware)
1080812071 1001 Thomson TG121N [Atheros AR9001U-(2)NG]
10809 1002 TP-Link TL-WN821N v2 802.11n [Atheros AR9170]
12072 1002 TP-Link TL-WN821N v2 / TL-WN822N v1 802.11n [Atheros AR9170]
1081012073 1006 TP-Link TL-WN322G v3 / TL-WN422G v2 802.11g [Atheros AR9271]
1081112074 1010 3Com 3CRUSBN275 802.11abgn Wireless Adapter [Atheros AR9170]
10812 20ff Virtual CD-ROM
12075 20ff AR7010 (no firmware)
1081312076 3000 AR3011 Bluetooth (no firmware)
12077 3002 AR3011 Bluetooth
12078 3004 AR3012 Bluetooth 4.0
1081412079 3005 AR3011 Bluetooth
10815 7015 TP-Link TL-WN821N v3 802.11n [Atheros AR7010+AR9287]
12080 3008 Bluetooth (AR3011)
12081 7015 TP-Link TL-WN821N v3 / TL-WN822N v2 802.11n [Atheros AR7010+AR9287]
1081612082 9170 AR9170 802.11n
1081712083 9271 AR9271 802.11n
1081812084 b002 Ubiquiti WiFiStation 802.11n [Atheros AR9271]
1086812134 0d34 Rearden Steel Technologies
1086912135 0d35 Dah Kun Co., Ltd
1087012136 0d3a Posiflex Technologies, Inc.
12137 0206 Series 3xxx Cash Drawer
12138 0207 Series 3xxx Cash Drawer
12139 0500 Magnetic Stripe Reader
1087112140 0d3c Sri Cable Technology, Ltd
1087212141 0d3d Tangtop Technology Co., Ltd
1087312142 0001 HID Keyboard
12143 0040 PS/2 Adapter
1087412144 0d3e Fitcom, inc.
1087512145 0d3f MTS Systems Corp.
1087612146 0d40 Ascor, Inc.
1088212152 4000 mIDentity (mass storage)
1088312153 4001 mIDentity Basic/Classic (composite device)
1088412154 4081 mIDentity Basic/Classic (installationless)
12155 0d48 Promethean Limited
12156 0001 ACTIVboard
12157 0004 ACTIVboard
12158 0100 Audio
1088512159 0d49 Maxtor
1088612160 3000 Drive
1088712161 3010 3000LE Drive
1089212166 5020 Mobile Hard Disk Drive
1089312167 7000 OneTouch
1089412168 7010 OneTouch
12169 7100 OneTouch II 300GB External Hard Disk
12170 7310 OneTouch 4
1089512171 7410 Mobile Hard Disk Drive (1TB)
1089612172 7450 Basics Portable USB Device
1089712173 0d4a NF Corp.
1090512181 0d4f EADS Airbus France
1090612182 0d50 Cleware GmbH
1090712183 0011 USB-Temp2 Thermometer
12184 0040 F4 foot switch
1090812185 0d51 Volex (Asia) Pte., Ltd
1090912186 0d53 HMI Co., Ltd
1091012187 0d54 Holon Corp.
1092112198 0d61 Meilu Electronics (Shenzhen) Co., Ltd
1092212199 0d62 Darfon Electronics Corp.
1092312200 0003 Smartcard Reader
10924 0004 Filter Driver
12201 0004 Keyboard
1092512202 001c Benq X120 Internet Keyboard Pro
1092612203 0306 M530 Mouse
1092712204 0800 Magic Wheel
1096012237 0d77 Power Sentry/Newpoint
1096112238 0d78 Japan Distributor Corp.
1096212239 0d7a MARX Datentechnik GmbH
12240 0001 CrypToken
1096312241 0d7b Wellco Technology Co., Ltd
1096412242 0d7c Taiwan Line Tek Electronic Co., Ltd
1096512243 0d7d Phison Electronics Corp.
1100812286 0107 CM108 Audio Controller
1100912287 010f CM108 Audio Controller
1101012288 0115 CM108 Audio Controller
12289 013c CM108 Audio Controller
1101112290 0201 CM6501
1101212291 5000 Mass Storage Controller
1101312292 5200 Mass Storage Controller(0D8C,5200)
1107212351 0101 SBIG Astronomy Camera (with firmware)
1107312352 0d98 Mars Semiconductor Corp.
1107412353 0300 Avaya Wireless Card
12354 1007 Discovery Kids Digital Camera
1107512355 0d99 Trazer Technologies, Inc.
1107612356 0d9a RTX Telecom AS
1107712357 0001 Bluetooth Device
1110312383 0db0 Micro Star International
1110412384 1020 PC2PC WLAN Card
1110512385 1967 Bluetooth Dongle
12386 3713 Primo 73
1110612387 3801 Motorola Bluetooth 2.1+EDR Device
1110712388 4011 Medion Flash XL V2.0 Card Reader
12389 4023 Lexar Mobile Card Reader
1110812390 4600 802.11b/g Turbo Wireless Adapter
1110912391 5501 Mass Storage Device
1111012392 5502 Mass Storage Device
1113912421 0db4 Chung Fu Chen Yeh Enterprise Corp.
1114012422 0db7 ELCON Systemtechnik
1114112423 0002 Goldpfeil P-LAN
12424 0dba Digidesign
12425 1000 Mbox 1 [Mbox]
12426 3000 Mbox 2
1114212427 0dbc A&D Medical
1114312428 0003 AND Serial Cable [AND Smart Cable]
1114412429 0dbe Jiuh Shiuh Precision Industry Co., Ltd
1121812503 0ddd Datelink Technology Co., Ltd
1121912504 0dde Ubicom, Inc.
1122012505 0de0 BD Consumer Healthcare
12506 0de7 USBmicro
12507 0191 U401 Interface card
12508 01a5 U421 interface card
12509 01c3 U451 relay interface card
1122112510 0dea UTECH Electronic (D.G.) Co., Ltd.
1122212511 0ded Novasonics
1122312512 0dee Lifetime Memory Products
1125012539 0045 WL-353 Wireless USB Adapter 150N Nano
1125112540 0047 WL-352v1 Wireless USB Adapter 300N 002
1125212541 0048 WL-349v1 Wireless Adapter 150N 002 [Ralink RT3070]
12542 0049 WL-356 Wireless Adapter 300N
1125312543 004a WL-358v1 Wireless Micro USB Adapter 300N X3 002
1125412544 004b WL-349v3 Wireless Micro Adapter 150N X1 [Realtek RTL8192SU]
1125512545 004c WL-352 802.11n Adapter [Realtek RTL8191SU]
1125612546 0050 WL-349v4 Wireless Micro Adapter 150N X1 [Ralink RT3370]
12547 0056 LN-031 10/100/1000 Ethernet Adapter
12548 005d WLA-2000 v1.001 WLAN [RTL8191SU]
12549 0060 WLA-4000 802.11bgn [Ralink RT3072]
12550 0062 WLA-5000 802.11abgn [Ralink RT3572]
12551 0072 AX88179 Gigabit Ethernet [Sitecom]
1125712552 061c LN-028 Network USB 2.0 Adapter
1125812553 21f4 44 St Bluetooth Device
1125912554 2200 Sitecom bluetooth2.0 class 2 dongle CN-512
1129412589 f80a Smoker FX2
1129512590 0e16 JMTek, LLC
1129612591 0e17 Walex Electronic, Ltd
12592 0e1a Unisys
1129712593 0e1b Crewave
1129812594 0e20 Pegasus Technologies Ltd.
1129912595 0101 NoteTaker
1133012626 0010 Handyscope HS2
1133112627 0011 TiePieSCOPE HS805 (br)
1133212628 0012 TiePieSCOPE HS805
12629 0013 Handyprobe HP3
12630 0014 Handyprobe HP3
1133312631 0018 Handyprobe HP2
12632 001b Handyscope HS5
1133412633 0042 TiePieSCOPE HS801
1133512634 00fd USB To Parallel adapter
1133612635 00fe USB To Parallel adapter
1134212641 0e3b Mansella, Ltd
1134312642 0e41 Line6, Inc.
1134412643 4147 TonePort GX
12644 414d Pod HD500
12645 4156 POD HD Desktop
1134512646 4250 BassPODxt
1134612647 4252 BassPODxt Pro
1134712648 4642 BassPODxt Live
1135812659 1097 Gamester Controller
1135912660 2390 Games Jtech Controller
1136012661 7288 funkey reader
12662 0e50 TechnoData Interware
12663 0002 Matrixlock Dongle (HID)
1136112664 0e55 Speed Dragon Multimedia, Ltd
1136212665 110a Tanic S110-SG1 + ISSC IS1002N [Slow Infra-Red (SIR) & Bluetooth 1.2 (Class 2) Adapter]
1136312666 110b MS3303H USB-to-Serial Bridge
1137812681 0009 HWUN2 Hi-Gain Wireless-150N Adapter w/ Upgradable Antenna [Ralink RT2770]
1137912682 000b HWDN2 Hi-Gain Wireless-150N Dish Adapter [Ralink RT2770]
1138012683 0013 HWUN3 Hi-Gain Wireless-N Adapter [Ralink RT3070]
12684 0015 HWDN2 Rev. E Hi-Gain Wireless-150N Dish Adapter [Realtek RTL8191SU]
1138112685 0017 HAWNU1 Hi-Gain Wireless-150N Network Adapter with Range Amplifier [Ralink RT3070]
1138212686 0018 Wireless-N Network Adapter [Ralink RT2870]
1138312687 400b UF100 10/100 Network Adapter
1138612690 0002 Wrist PDA
1138712691 0e6a Megawin Technology Co., Ltd
1138812692 0101 MA100 [USB-UART Bridge IC]
12693 030b Truly Ergonomic Computer Keyboard (Device Firmware Update mode)
12694 030c Truly Ergonomic Computer Keyboard
1138912695 6001 GEMBIRD Flexible keyboard KB-109F-B-DE
1139012696 0e6f Logic3
1139112697 0003 Freebird wireless Controller
1140212708 1332 5 IMT
1140312709 1416 32 IT
1140412710 1417 A43 IT
12711 14ad 97 Titanium HD
12712 150e 80 G9
12713 3001 40 Titanium
1140512714 0e7b On-Tech Industry Co., Ltd
1140612715 0e7e Gmate, Inc.
1140712716 0001 Yopy 3000 PDA
1141212721 0e8d MediaTek Inc.
1141312722 0003 MT6227 phone
1141412723 0004 MT6227 phone
12724 0023 S103
12725 1806 Samsung SE-208AB Slim Portable DVD Writer
1141512726 1836 Samsung SE-S084 Super WriteMaster Slim External DVD writer
12727 2000 MT65xx Preloader
12728 3329 Qstarz BT-Q1000XT
12729 763e MT7630e Bluetooth Adapter
1141612730 0e8f GreenAsia Inc.
1141712731 0003 MaxFire Blaze2
11418 0012 USB Wireless 2.4GHz Gamepad
12732 0012 Joystick/Gamepad
1141912733 0016 4 port USB 1.1 hub UH-174
1142012734 0020 USB to PS/2 Adapter
1142112735 0021 Multimedia Keyboard Controller
1144412758 6803 OTI-6803 Flash Disk
1144512759 6808 OTI-6808 Flash Disk
1144612760 6828 OTI-6828 Flash Disk
12761 6858 OTi-6858 serial adapter
1144712762 0ea6 Nihon Computer Co., Ltd
1144812763 0ea7 MSL Enterprises Corp.
1144912764 0ea8 CenDyne, Inc.
1145812773 0eb2 Y-S Electronic Co., Ltd
1145912774 0eb3 Saint Technology Corp.
1146012775 0eb7 Endor AG
12776 0eb8 Mettler Toledo
12777 2200 Ariva Scale
12778 f000 PS60 Scale
12779 0ebb Thermo Fisher Scientific
12780 0002 FT-IR Spectrometer
1146112781 0ebe VWeb Corp.
1146212782 0ebf Omega Technology of Taiwan, Inc.
1146312783 0ec0 LHI Technology (China) Co., Ltd
1149812818 0eef D-WAV Scientific Co., Ltd
1149912819 0001 eGalax TouchScreen
1150012820 0002 Touchscreen Controller(Professional)
12821 7200 Touchscreen Controller
12822 a802 eGalaxTouch EXC7920
1150112823 0ef0 Hitachi Cable, Ltd
1150212824 0ef1 Aichi Micro Intelligent Corp.
1150312825 0ef2 I/O Magic Corp.
1151012832 0ef7 SM Tech Co., Ltd (Tulip)
1151112833 0efd Oasis Semiconductor
1151212834 0efe Wem Technology, Inc.
12835 0f03 Unitek UPS Systems
12836 0001 Alpha 1200Sx
1151312837 0f06 Visual Frontier Enterprise Co., Ltd
1151412838 0f08 CSL Wire & Plug (Shen Zhen) Co.
1151512839 0f0c CAS Corp.
1153312857 2040 Machine Test System
1153412858 0f12 Mars Engineering Corp.
1153512859 0f13 Acetek Technology Co., Ltd
12860 0f14 Ingenico
12861 0012 Vital'Act 3S
1153612862 0f18 Finger Lakes Instrumentation
1153712863 0002 CCD
1153812864 0006 Focuser
1156112887 0f32 YFC-BonEagle Electric Co., Ltd
1156212888 0f37 Kokuyo Co., Ltd
1156312889 0f38 Nien-Yi Industrial Corp.
12890 0f39 TG3 Electronics
12891 0876 Keyboard [87 Francium Pro]
1156412892 0f3d Airprime, Incorporated
1156512893 0112 CDMA 1xEVDO PC Card, PC 5220
1156612894 0f41 RDC Semiconductor Co., Ltd
1157812906 0f52 Wing Key Electrical Co., Ltd
1157912907 0f53 Dongguan White Horse Cable Factory, Ltd
1158012908 0f54 Kawai Musical Instruments Mfg. Co., Ltd
12909 0101 MP6 Stage Piano
1158112910 0f55 AmbiCom, Inc.
1158212911 0f5c Prairiecomm, Inc.
1158312912 0f5d NewAge International, LLC
1158912918 1001 Targus Mini Trackball Optical Mouse
1159012919 0f63 LeapFrog Enterprises
1159112920 0010 Leapster Explorer
12921 0022 Leap Reader
1159212922 0500 Fly Fusion
1159312923 0600 Leap Port Turbo
1159412924 0700 POGO
1161812948 0403 NDS Capture
1161912949 0404 NDS Emulator (Lite)
1162012950 0f73 DFI
12951 0f78 Guntermann & Drunck GmbH
1162112952 0f7c DQ Technology, Inc.
1162212953 0f7d NetBotz, Inc.
1162312954 0f7e Fluke Corp.
1166312994 0006 Blackberry Pearl
1166412995 0008 Blackberry Pearl
1166512996 8001 Blackberry Handheld
11666 8004 Blackberry Handheld
12997 8004 Blackberry
1166712998 8007 Blackberry Handheld
12999 8010 Blackberry Playbook (Connect to Windows mode)
13000 8011 Blackberry Playbook (Connect to Mac mode)
13001 8020 Blackberry Playbook (CD-Rom mode)
1166813002 0fce Sony Ericsson Mobile Communications AB
1166913003 0076 W910i (Multimedia mode)
1167013004 00af V640i Phone [PTP Camera]
1167113005 00d4 C902 [MTP]
1167213006 00d9 C702 Phone
1167313007 0112 W995 Walkman Phone
13008 015a Xperia Pro [Media Transfer Protocol]
13009 0166 Xperia Mini Pro
13010 0167 ST15i (Xperia mini)
13011 0169 Xperia S
13012 0172 Xperia P
13013 0177 Xperia Ion [Mass Storage]
13014 0dde Xperia Mini Pro Bootloader
1167413015 1010 WMC Modem
1167513016 10af V640i Phone [PictBridge]
1167613017 10d4 C902 Phone [PictBridge]
1168113022 3137 Xperia X10 mini
1168213023 3138 Xperia X10 mini pro
1168313024 3149 Xperia X8
13025 514f Xperia arc S [Adb-Enable Mode]
13026 5169 Xperia S [Adb-Enable Mode]
13027 5177 Xperia Ion [Debug Mode]
13028 518c C1605 [Xperia E dual] MTD mode
1168413029 614f Xperia X12 (debug mode)
13030 6166 Xperia Mini Pro
13031 618c C1605 [Xperia E dual] MSC mode
13032 715a Xperia Pro [Tethering]
13033 7166 Xperia Mini Pro (Tethering mode)
13034 7177 Xperia Ion [Tethering]
1168513035 8004 9000 Phone [Mass Storage]
13036 adde Boot loader
1168613037 d008 V800-Vodafone 802SE Phone
1168713038 d016 K750i Phone
1168813039 d017 K608i Phone
1169813049 d065 W960i Phone (PC Suite)
1169913050 d076 W910i (Phone mode)
1170013051 d089 W580i Phone (mass storage)
13052 d0a1 K810
1170113053 d0af V640i Phone
1170213054 d0cf MD300 Mobile Broadband Modem
1170313055 d0d4 C902 Phone [Modem]
1170413056 d0e1 MD400 Mobile Broadband Modem
1170513057 d12e Xperia X10
13058 e000 K810 (PictBridge mode)
1170613059 e039 K800i (msc mode)
1170713060 e042 W810i Phone
1170813061 e043 V630i Phone [Mass Storage]
1171013063 e076 W910i (Mass storage)
1171113064 e089 W580i Phone
1171213065 e090 W200 Phone (Mass Storage)
13066 e0a1 K810 (Mass Storage mode)
1171313067 e0a3 W660i
1171413068 e0af V640i Phone [Mass Storage]
1171513069 e0d4 C902 Phone [Mass Storage]
1172013074 e12e X10i Phone
1172113075 e133 Vivaz
1172213076 e14f Xperia Arc/X12
13077 e15a Xperia Pro [Mass Storage Class]
13078 e161 Xperia Ray
13079 e166 Xperia Mini Pro
13080 e167 XPERIA mini
13081 f0fa Liveview micro display MN800 in DFU mode
1172313082 0fcf Dynastream Innovations, Inc.
13083 1003 ANT Development Board
13084 1004 ANTUSB Stick
13085 1006 ANT Development Board
13086 1008 ANTUSB2 Stick
13087 1009 ANTUSB-m Stick
1172413088 0fd0 Tulip Computers B.V.
1172513089 0fd1 Giant Electronics Ltd.
13090 0fd2 Seac Banche
13091 0001 RDS 6000
1172613092 0fd4 Tenovis GmbH & Co., KG
1172713093 0fd5 Direct Access Technology, Inc.
1172813094 0fd9 Elgato Systems GmbH
1173413100 002c EyeTV DTT Deluxe v2
1173513101 0033 Video Capture
1173613102 0037 Video Capture v2
13103 0fda Quantec Networks GmbH
13104 0100 quanton flight control
1173713105 0fdc Micro Plus
13106 0fde Oregon Scientific
13107 ca01 WMRS200 weather station
1173813108 0fe0 Osterhout Design Group
1173913109 0100 Bluetooth Mouse
1174013110 0101 Bluetooth IMU
1176013130 0fef MJ Research, Inc.
1176113131 0ff6 Core Valley Co., Ltd
1176213132 0ff7 CHI SHING Computer Accessories Co., Ltd
13133 0ffc Clavia DMI AB
13134 0021 Nord Stage 2
13135 0ffd EarlySense
13136 ff00 OEM
1176313137 0fff Aopen, Inc.
1176413138 1000 Speed Tech Corp.
13139 153b TerraTec Electronic GmbH
1176513140 1001 Ritronics Components (S) Pte., Ltd
1176613141 1003 Sigma Corp.
1176713142 0003 SD14
1176813143 0100 SD9/SD10
1176913144 1004 LG Electronics, Inc.
1177013145 1fae U8120 3G Cellphone
11771 6000 KU330/KU990/VX4400/VX6000
13146 6000 Various Mobile Phones
1177213147 6005 T5100
1177313148 6018 GM360/GD510/GW520/KP501
1177413149 618e Ally/Optimus One/Vortex (debug mode)
1177513150 618f Ally/Optimus One
13151 61c5 P880 / Charge only
1177613152 61c6 Vortex (msc)
1177713153 61cc Optimus S
13154 61f1 Optimus Android Phone [LG Software mode]
13155 61f9 Optimus (Various Models) MTP Mode
13156 61fc Optimus 3
13157 61fe Optimus Android Phone [USB tethering mode]
13158 6300 Optimus Android Phone
13159 631c Optimus Android Phone [MTP mode]
13160 631d Optimus Android Phone (Camera/PTP Mode)
13161 631e Optimus Android Phone [Camera/PTP mode]
13162 631f Optimus Android Phone (Charge Mode)
13163 6356 Optimus Android Phone [Virtual CD mode]
1177813164 6800 CDMA Modem
1177913165 7000 LG LDP-7024D(LD)USB
13166 91c8 P880 / USB tethering
1178013167 a400 Renoir (KC910)
1178113168 1005 Apacer Technology, Inc.
1178213169 1001 MP3 Player
1184413231 1032 C-One Technology Corp.
1184513232 1033 Nucam Corp.
1184613233 0068 3,5'' HDD case MD-231
11847 1038 Ideazon, Inc.
11848 0100 Zboard
13234 1038 SteelSeries ApS
13235 0100 Ideazon Zboard
13236 1361 Ideazon Sensei
1184913237 1039 devolo AG
13238 0824 1866 802.11bg [Texas Instruments TNETW1450]
1185013239 2140 dsl+ 1100 duo
13240 103a PSA
13241 f000 Actia Evo XS
1185113242 103d Stanton
1185213243 0100 ScratchAmp
1185313244 0101 ScratchAmp
1189413285 0009 RE-BL PlayStation 3 IR-to-Bluetooth converter
1189513286 1050 Yubico.com
1189613287 0010 Yubikey
13288 0110 Yubikey NEO OTP
13289 0111 Yubikey NEO OTP+CCID
13290 0200 U2F Gnubby
13291 0211 Gnubby
1189713292 1053 Immanuel Electronics Co., Ltd
1189813293 1054 BMS International Beheer N.V.
1189913294 5004 DSL 7420 Loader
1190213297 1056 Hsin Chen Ent Co., Ltd
1190313298 1057 ON Semiconductor
1190413299 1058 Western Digital Technologies, Inc.
11905 0200 Firewire USB Combo
13300 0200 FireWire USB Combo
1190613301 0400 External HDD
1190713302 0500 hub
1190813303 0702 Passport External HDD
1190913304 0704 Passport External HDD
11910 070a My Passport Essential SE
11911 071a My Passport 1TB
11912 0740 My Passport 1TB
13305 070a My Passport Essential (WDBAAA), My Passport for Mac (WDBAAB), My Passport Essential SE (WDBABM), My Passport SE for Mac (WDBABW)
13306 070b My Passport Elite (WDBAAC)
13307 070c My Passport Studio (WDBAAE)
13308 071a My Passport Essential (WDBAAA)
13309 071d My Passport Studio (WDBALG)
13310 0730 My Passport Essential (WDBACY)
13311 0740 My Passport Essential (WDBACY)
13312 0741 My Passport Ultra
1191313313 0742 My Passport Essential SE
13314 0748 My Passport (WDBKXH)
13315 0810 My Passport Ultra (WDBZFP)
1191413316 0900 MyBook Essential External HDD
11915 0901 MyBook External HDD
13317 0901 My Book Essential Edition (Green Ring) (WDG1U)
13318 0902 My Book Pro Edition (WDG1T)
1191613319 0903 My Book Premium Edition
11917 0910 MyBook Essential External HDD
11918 1001 External Hard Disk [Elements]
11919 1021 Elements 2TB
13320 0910 My Book Essential Edition (Green Ring) (WDG1U)
13321 1001 Elements Desktop (WDE1U)
13322 1003 Elements 1000 GB
13323 1010 Elements Portable (WDBAAR)
13324 1021 Elements Desktop (WDBAAU)
13325 1023 Elements SE Portable (WDBABV)
13326 1048 Elements Portable (WDBU6Y)
13327 10a2 Elements SE Portable (WDBPCK)
13328 10a8 Elements Portable (WDBUZG)
13329 1100 My Book Essential Edition 2.0 (WDH1U)
1192013330 1103 My Book Studio
1192113331 1104 MyBook Mirror Edition External HDD
11922 1123 My Book 3.0
13332 1105 My Book Studio II
13333 1110 My Book Essential (WDBAAF), My Book for Mac (WDBAAG)
13334 1111 My Book Elite (WDBAAH)
13335 1112 My Book Studio (WDBAAJ), My Book Studio LX (WDBACH)
13336 1123 My Book 3.0 (WDBABP)
13337 1130 My Book Essential (WDBACW)
13338 1140 My Book Essential (WDBACW)
1192313339 1059 Giesecke & Devrient GmbH
1192413340 000b StarSign Bio Token 3.0
1192513341 105c Hong Ji Electric Wire & Cable (Dongguan) Co., Ltd
1197213388 3701 Broadband Wireless modem
1197313389 3702 Pantech PX-500
1197413390 3714 PANTECH USB MODEM [UM175]
13391 3716 UMW190 Modem
13392 3721 Option Beemo (GI0801) LTE surfstick
13393 3b14 Option Beemo (GI0801) LTE surfstick
1197513394 3eb4 Packet Service Diagnostic Serial Port (WDM)
1197613395 4101 Packet Service Diagnostic Serial Port (WDM)
1197713396 4102 Packet Service
1200413423 106d San Chieh Manufacturing, Ltd
1200513424 106e ConectL
1200613425 106f Money Controls
13426 0009 CT10x Coin Transaction
13427 000a CR10x Coin Recycler
13428 000c Xchange
1200713429 1076 GCT Semiconductor, Inc.
1200813430 0031 Bluetooth Device
1200913431 0032 Bluetooth Device
1201613438 107f KidzMouse, Inc.
1201713439 1082 Shin-Etsukaken Co., Ltd
1201813440 1083 Canon Electronics, Inc.
13441 161b DR-2010C Scanner
1201913442 162c P-150 Scanner
1202013443 1084 Pantech Co., Ltd
1202113444 108a Chloride Power Protection
1202413447 108e Lotes Co., Ltd.
1202513448 1099 Surface Optics Corp.
1202613449 109a DATASOFT Systems GmbH
13450 109b Hisense
13451 9118 Medion P4013 Mobile
1202713452 109f eSOL Co., Ltd
1202813453 3163 Trigem Mobile SmartDisplay84
1202913454 3164 Trigem Mobile SmartDisplay121
1206513490 1427 Ethernet
1206613491 10bf SmartHome
1206713492 0001 SmartHome PowerLinc
13493 10c3 Universal Laser Systems, Inc.
13494 00a4 ULS PLS Series Laser Engraver Firmware Loader
13495 00a5 ULS Print Support
1206813496 10c4 Cygnal Integrated Products, Inc.
1206913497 0002 F32x USBXpress Device
1207013498 0003 CommandIR
13499 8030 K4JRG Ham Radio devices
1207113500 8044 USB Debug Adapter
1207213501 804e Software Bisque Paramount ME
1207313502 80a9 CP210x to UART Bridge Controller
1207413503 80ca ATM2400 Sensor Device
1207513504 813f tams EasyControl
13505 8149 West Mountain Radio Computerized Battery Analyzer
13506 814a West Mountain Radio RIGblaster P&P
13507 814b West Mountain Radio RIGtalk
1207613508 818a Silicon Labs FM Radio Reference Design
13509 81e8 Zephyr BioHarness
1207713510 8460 Sangoma Wanpipe VoiceTime
1207813511 8461 Sangoma U100
12079 ea60 CP210x Composite Device
13512 8477 Balluff RFID Reader
13513 8496 SiLabs Cypress FW downloader
13514 8497 SiLabs Cypress EVB
13515 8605 dilitronics ESoLUX solar lighting controller
13516 86bc C8051F34x AudioDelay [AD-340]
13517 8789 C8051F34x Extender & EDID MGR [EMX-DVI]
13518 87be C8051F34x HDMI Audio Extractor [EMX-HD-AUD]
13519 8863 C8051F34x Bootloader
13520 8897 C8051F38x HDMI Splitter [UHBX]
13521 8918 C8051F38x HDMI Audio Extractor [VSA-HA-DP]
13522 ea60 CP210x UART Bridge / myAVR mySmartUSB light
13523 ea61 CP210x UART Bridge
13524 ea70 CP210x UART Bridge
13525 ea80 CP210x UART Bridge
1208013526 10c5 Sanei Electric, Inc.
1208113527 819a FM Radio
1208213528 10c6 Intec, Inc.
1208513531 1101 MP3 Player
1208613532 10cd Kycon, Inc.
1208713533 10ce Silicon Labs
13534 000e Shinko/Sinfonia CHC-S2145
1208813535 ea6a MobiData EDGE USB Modem
1208913536 10cf Velleman Components, Inc.
1209013537 2011 R-Engine MPEG2 encoder/decoder
1209813545 0301 CP42 - Communication Processor
1209913546 10d4 Man Boon Manufactory, Ltd
1210013547 10d5 Uni Class Technology Co., Ltd
13548 0004 PS/2 Converter
1210113549 5552 KVM Human Interface Composite Device (Keyboard/Mouse ports)
1210213550 55a2 2Port KVMSwitcher
1210313551 10d6 Actions Semiconductor Co., Ltd
1212113569 10f1 Importek
1212213570 1a08 Internal Webcam
1212313571 1a1e Laptop Integrated Webcam 1.3M
13572 1a2a Laptop Integrated Webcam
1212413573 10f5 Turtle Beach
1212513574 0200 Audio Advantage Roadie
1212613575 10fb Pictos Technologies, Inc.
1212913578 804d Typhoon Webshot II Webcam [zc0301]
1213013579 8050 FlyCAM-USB 300 XP2
1213113580 de00 WinFast WalkieTV WDM Capture Driver.
13581 10fe Thrane & Thrane
13582 000c TT-3750 BGAN-XL Radio Module
1213213583 1100 VirTouch, Ltd
1213313584 0001 VTPlayer VTP-1 Braille Mouse
1213413585 1101 EasyPass Industrial Co., Ltd
1217013621 112f Cellon International, Inc.
1217113622 1130 Tenx Technology, Inc.
1217213623 0002 iBuddy
13624 0202 Rocket Launcher
1217313625 6604 MCE IR-Receiver
1217413626 660c Foot Pedal/Thermometer
1217513627 6806 Keychain photo frame
13628 c301 Digital Photo viewer [Wallet Pix]
1217613629 f211 TP6911 Audio Headset
1217713630 1131 Integrated System Solution Corp.
1217813631 1001 KY-BT100 Bluetooth Adapter
1219313646 113d Mapower Electronics Co., Ltd
1219413647 1141 V One Multimedia, Pte., Ltd
1219513648 1142 CyberScan Technologies, Inc.
13649 0709 Cyberview High Speed Scanner
1219613650 1145 Japan Radio Company
1219713651 0001 AirH PHONE AH-J3001V/J3002V
1219813652 1146 Shimane SANYO Electric Co., Ltd.
1220313657 114c Tinius Olsen Testing Machine Co., Inc.
1220413658 114d Alpha Imaging Technology Corp.
1220513659 114f Wavecom
13660 1234 Fastrack Xtend FXT001 Modem
1220613661 115b Salix Technology Co., Ltd.
1220713662 1162 Secugen Corp.
1220813663 1163 DeLorme Publishing, Inc.
1226613721 6832 MC8780 Device
1226713722 6833 MC8781 Device
1226813723 683a MC8785 Device
13724 683c Mobile Broadband 3G/UMTS (MC8790 Device)
1226913725 6850 AirCard 880 Device
1227013726 6851 AirCard 881 Device
1227113727 6852 AirCard 880E Device
1227513731 6870 MC8780 Device
1227613732 6871 MC8781 Device
1227713733 6893 MC8777 Device
13734 68a3 MC8700 Modem
13735 68aa 4G LTE adapter
1227813736 9000 Gobi 2000 Wireless Modem (QDL mode)
1227913737 9001 Gobi 2000 Wireless Modem
1228013738 9002 Gobi 2000 Wireless Modem
1228613744 9008 Gobi 2000 Wireless Modem
1228713745 9009 Gobi 2000 Wireless Modem
1228813746 900a Gobi 2000 Wireless Modem
13747 9055 Gobi 9x15 Multimode 3G/4G LTE Modem (NAT mode)
13748 9057 Gobi 9x15 Multimode 3G/4G LTE Modem (IP passthrough mode)
1228913749 119a ZHAN QI Technology Co., Ltd
1229013750 119b ruwido austria GmbH
1229113751 0400 Infrared Keyboard V2.01
1229713757 11aa GlobalMedia Group, LLC
1229813758 1518 iREZ K2
1229913759 11ab Exito Electronics Co., Ltd
13760 11ac Nike
13761 6565 FuelBand
1230013762 11b0 ATECH FLASH TECHNOLOGY
13763 6208 PRO-28U
13764 11be R&D International NV
13765 f0a0 Martin Maxxyz DMX
1230113766 11c5 Inmax
1230213767 0521 IMT-0521 Smartcard Reader
13768 11ca VeriFone Inc
13769 0207 PIN Pad VX 810
13770 0220 PIN Pad VX 805
1230313771 11db Topfield Co., Ltd.
1230413772 1000 PVR
1230513773 1100 PVR
1231013778 0004 X75
1231113779 0005 SXG75/EF81
1231213780 0008 UMTS/HSDPA Data Card
13781 0101 RCU Connect
1231313782 11f6 Prolific
1231413783 2001 Willcom WSIM
1231513784 11f7 Alcatel (?)
12316 02df TD10 Mobile phone USB cable
13785 02df Serial cable (v2) for TD-10 Mobile Phone
1231713786 1203 TSC Auto ID Technology Co., Ltd
1231813787 0140 TTP-245C
1231913788 1209 InterBiometrics
1232713796 524e RoadMate 1475T
1232813797 5260 Triton Handheld GPS Receiver (300/400/500/1500/2000)
1232913798 1210 DigiTech
13799 0016 RP500 Guitar Multi-Effects Processor
1233013800 001b RP155 Guitar Multi-Effects Processor
1233113801 001c RP255 Guitar Multi-Effects Processor
1233213802 121e Jungsoft Co., Ltd
1233313803 3403 Muzio JM250 Audio Player
1233413804 1223 SKYCABLE ENTERPRISE. CO., LTD.
13805 1228 Datapaq Limited
13806 0012 Q18 Data Logger
13807 0015 TPaq21/MPaq21 Datalogger
13808 584c XL2 Logger
1233513809 1230 Chipidea-Microelectronica, S.A.
1233613810 1233 Denver Electronics
1233713811 5677 FUSB200 mp3 player
12338 1234 Unknown
13812 1234 Brain Actuated Technologies
13813 0000 Neural Impulse Actuator Prototype 1.0 [NIA]
13814 4321 Human Interface Device
1233913815 ed02 Emotiv EPOC Developer Headset Wireless Dongle
12340 1235 Novation EMS
12341 0001 ReMOTE Audio/XStation
13816 1235 Focusrite-Novation
13817 0001 ReMOTE Audio/XStation First Edition
1234213818 0002 Speedio
12343 0003 ReMOTE ZeRO SL
13819 0003 RemoteSL + ZeroSL
13820 0004 ReMOTE LE
13821 0005 XIOSynth [First Edition]
13822 0006 XStation
13823 0007 XIOSynth
13824 0008 ReMOTE SL Compact
13825 0009 nIO
13826 000a Nocturn
13827 000b ReMOTE SL MkII
13828 000c ZeRO MkII
13829 000e Launchpad
13830 0010 Saffire 6
13831 0011 Ultranova
13832 0012 Nocturn Keyboard
13833 0013 VRM Box
13834 0014 VRM Box Audio Class (2-out)
13835 0015 Dicer
13836 0016 Ultranova
13837 0018 Twitch
13838 0019 Impulse 25
13839 001a Impulse 49
13840 001b Impulse 61
1234413841 4661 ReMOTE25
13842 8000 Scarlett 18i6
13843 8002 Scarlett 8i6
13844 8006 Focusrite Scarlett 2i2
13845 8008 Saffire 6
13846 800a Scarlett 2i4
13847 800c Scarlett 18i20
13848 800e iTrack Solo
13849 8010 Forte
13850 8012 Scarlett 6i6
13851 8014 Scarlett 18i8
1234513852 1241 Belkin
13853 0504 Wireless Trackball Keyboard
1234613854 1111 Mouse
1234713855 1122 Typhoon Stream Optical Mouse USB+PS/2
1234813856 1155 PS2/USB Browser Combo Mouse
1234913857 1166 MI-2150 Trust Mouse
12350 1177 F8E842-DL Mouse
13858 1177 Mouse [HT82M21A]
1235113859 1503 Keyboard
1235213860 1603 Keyboard
13861 f767 Keyboard
1235313862 124a AirVast
1235413863 168b PRISM3 WLAN Adapter
1235513864 4017 PC-Chips 802.11b Adapter
13865 4023 WM168g 802.11bg Wireless Adapter [Intersil ISL3886]
13866 4025 IOGear GWU513 v2 802.11bg Wireless Adapter [Intersil ISL3887]
1235613867 124b Nyko (Honey Bee)
1235713868 4d01 Airflo EX Joystick
1235813869 124c MXI - Memory Experts International, Inc.
1236113872 0010 Alta series CCD
1236213873 125f A-DATA Technology Co., Ltd.
1236313874 312a Superior S102
13875 312b Superior S102 Pro
13876 a22a DashDrive Elite HE720 500GB
1236413877 a91a Portable HDD CH91
13878 c08a C008 Flash Drive
1236513879 c81a Flash drive
1236613880 c93a 4GB Pen Drive
13881 c96a C906 Flash Drive
13882 cb10 Dash Drive UV100
1236713883 1260 Standard Microsystems Corp.
1236813884 ee22 SMC2862W-G v3 EZ Connect 802.11g Adapter [Intersil ISL3887]
1236913885 1264 Covidien Energy-based Devices
1237913895 126d Bel Stewart
1238013896 126e Strobe Data, Inc.
1238113897 126f TwinMOS
13898 0163 Storage device (2gB thumb drive)
1238213899 1325 Mobile Disk
1238313900 2168 Mobile Disk III
1238413901 a006 G240 802.11bg
1241613933 0130 PDM
1241713934 0150 CMS10GI (Golf)
1241813935 1286 Marvell Semiconductor, Inc.
13936 00bc Marvell JTAG Probe
1241913937 1fab 88W8338 [Libertas] 802.11g
1242013938 2001 88W8388 802.11a/b/g WLAN
12421 2006 88W8360 802.11n WLAN
13939 2006 88W8362 802.11n WLAN
1242213940 8001 BLOB boot loader firmware
1242313941 1291 Qualcomm Flarion Technologies, Inc. / Leadtek Research, Inc.
1242413942 0010 FDM 2xxx Flash-OFDM modem
1243813956 12a7 Trendchip Technologies Corp.
1243913957 12ab Honey Bee Electronic International Ltd.
1244013958 12b8 Zhejiang Xinya Electronic Technology Co., Ltd.
13959 12b9 E28
1244113960 12ba Licensed by Sony Computer Entertainment America
13961 00ff Rocksmith Guitar Adapter
1244213962 0100 RedOctane Guitar for PlayStation(R)3
1244313963 0120 RedOctane Drum Kit for PlayStation(R)3
1244413964 0200 Harmonix Guitar for PlayStation(R)3
1244613966 12c4 Autocue Group Ltd
1244713967 0006 Teleprompter Two-button Hand Control (v1)
1244813968 0008 Teleprompter Foot Control (v1)
13969 12cf DEXIN
13970 0170 Tt eSPORTS BLACK Gaming mouse
1244913971 12d1 Huawei Technologies Co., Ltd.
1245013972 1001 E169/E620/E800 HSDPA Modem
1245113973 1003 E220 HSDPA Modem / E230/E270/E870 HSDPA/HSUPA Modem
13974 1004 E220 (bis)
1245213975 1009 U120
1245313976 1010 ETS2252+ CDMA Fixed Wireless Terminal
13977 1021 U8520
1245413978 1035 U8120
1245513979 1037 Ideos
1245613980 1038 Ideos (debug mode)
1245713981 1039 Ideos (tethering mode)
1245813982 1406 E1750
1245913983 140b EC1260 Wireless Data Modem HSD USB Card
12460 1446 E1552/E1800 (HSPA modem)
13984 140c E180v
13985 1412 EC168c
13986 1436 E173 3G Modem (modem-mode)
13987 1446 E1552/E1800/E173 (HSPA modem)
13988 1465 K3765 HSPA
13989 14c3 K5005 Vodafone LTE/UMTS/GSM Modem/Networkcard
13990 14c8 K5005 Vodafone LTE/UMTS/GSM MOdem/Networkcard
13991 14c9 K3770 3G Modem
13992 14cf K3772
13993 14d1 K3770 3G Modem (Mass Storage Mode)
13994 14db E353/E3131
13995 14f1 Gobi 3000 HSPA+ Modem
13996 14fe Modem (Mass Storage Mode)
1246113997 1501 Pulse
1246213998 1505 E398 LTE/UMTS/GSM Modem/Networkcard
12463 1506 E398 LTE/UMTS/GSM Modem/Networkcard
13999 1506 Modem/Networkcard
1246414000 150a E398 LTE/UMTS/GSM Modem/Networkcard
1246514001 1520 K3765 HSPA
1246614002 1521 K4505 HSPA+
14003 155a R205 Mobile WiFi (CD-ROM mode)
14004 1575 K5150 LTE modem
14005 15ca E3131 3G/UMTS/HSPA+ Modem (Mass Storage Mode)
14006 1805 AT&T Go Phone U2800A phone
14007 1c05 E173s 3G broadband stick (modem on)
14008 1c0b E173s 3G broadband stick (modem off)
14009 1c20 R205 Mobile WiFi (Charging)
14010 1d50 ET302s TD-SCDMA/TD-HSDPA Mobile Broadband
14011 1f01 E353/E3131 (Mass storage mode)
14012 1f16 K5150 LTE modem (Mass Storage Mode)
1246714013 380b WiMAX USB modem(s)
1246814014 12d2 LINE TECH INDUSTRIAL CO., LTD.
1246914015 12d6 EMS Dr. Thomas Wuensche
1247014016 0444 CPC-USB/ARM7
1247114017 0888 CPC-USB/M16C
1247214018 12d7 BETTER WIRE FACTORY CO., LTD.
14019 12d8 Araneus Information Systems Oy
14020 0001 Alea I True Random Number Generator
1247314021 12e6 Waldorf Music GmbH
1247414022 0013 Blofeld
1247514023 12ef Tapwave, Inc.
1248414032 0101 Advanced RC Servo Controller
1248514033 1307 Transcend Information, Inc.
1248614034 0163 256MB/512MB/1GB Flash Drive
12487 0165 2GB/4GB Flash Drive
14035 0165 2GB/4GB/8GB Flash Drive
14036 0190 Ut190 8 GB Flash Drive with MicroSD reader
14037 0310 SD/MicroSD CardReader [hama]
1248814038 0330 63-in-1 Multi-Card Reader/Writer
1248914039 0361 CR-75: 51-in-1 Card Reader/Writer [Sakar]
1249014040 1169 TS2GJF210 JetFlash 210 2GB
1249514045 1310 Roper
1249614046 0001 Class 1 Bluetooth Dongle
1249714047 1312 ICS Electronics
14048 1313 ThorLabs
14049 0010 LC1 Linear Camera (Jungo)
14050 0011 SP1 Spectrometer (Jungo)
14051 0012 SP2 Spectrometer (Jungo)
14052 0110 LC1 Linear Camera (VISA)
14053 0111 SP1 Spectrometer (VISA)
14054 0112 SP2 Spectrometer (VISA)
14055 8001 TXP-Series Slot (TXP5001, TXP5004)
14056 8012 BC106 Camera Beam Profiler
14057 8013 WFS10 Wavefront Sensor
14058 8017 BC206 Camera Beam Profiler
14059 8019 BP2 Multi Slit Beam Profiler
14060 8020 PM300 Optical Power Meter
14061 8021 PM300E Optical Power and Energy Meter
14062 8022 PM320E Optical Power and Energy Meter
14063 8030 ER100 Extinction Ratio Meter
14064 8070 PM100D
1249814065 131d Natural Point
1249914066 0155 TrackIR 3 Pro Head Tracker
1250014067 0156 TrackIR 4 Pro Head Tracker
1253014097 2043 Magicolor 2530DL
1253114098 2045 Magicolor 2500W
1253214099 2049 Magicolor 2490MF
14100 133e Kemper Digital GmbH
14101 0815 Virus TI Desktop
1253314102 1342 Mobility
1253414103 0200 EasiDock 200 Hub
1253514104 0201 EasiDock 200 Keyboard and Mouse Port
1253714106 0203 EasiDock 200 Printer Port
1253814107 0204 Ethernet
1253914108 0304 EasiDock Ethernet
14109 1343 Citizen Systems
14110 0003 CX / DNP DS40
14111 0004 CX-W / DNP DS80
14112 0005 CY / DNP DSRX
1254014113 1345 Sino Lite Technology Corp.
1254114114 001c Xbox Controller Hub
14115 6006 Defender Wireless Controller
1254214116 1347 Moravian Instruments
1254314117 0400 G2CCD USB 1.1 obsolete
1254414118 0401 G2CCD-S with Sony ICX285 CCD
1254514119 0402 G2CCD2
1254614120 0403 G2/G3CCD-I KAI CCD
12547 0404 G2/G3CCD-F KAF CCD
14121 0404 G2/G3/G4 CCD-F KAF CCD
14122 0405 Gx CCD-I CCD
14123 0406 Gx CCD-F CCD
1254814124 0410 G1-0400 CCD
1254914125 0411 G1-0800 CCD
1255014126 0412 G1-0300 CCD
1255814134 0004 Touch Panel Controller
1255914135 134e Digby's Bitpile, Inc. DBA D Bit
1256014136 1357 P&E Microcomputer Systems
14137 0089 OpenSDA - CDC Serial Port
1256114138 0503 USB-ML-12 HCS08/HCS12 Multilink
1256214139 0504 DEMOJM
1256314140 1366 SEGGER
12564 0101 J-Link ARM
14141 0101 J-Link PLUS
1256514142 136b STEC
1256614143 1370 Swissbit
1256714144 0323 Swissmemory cirrusWHITE
1258314160 4251 WG111T (no firmware)
1258414161 5f00 WPN111 RangeMax(TM) Wireless USB 2.0 Adapter
1258514162 5f01 WPN111 (no firmware)
14163 5f02 WPN111 (no firmware)
1258614164 6e00 WPNT121 802.11g 240Mbps Wireless Adapter [Airgo AGN300]
1258714165 138a Validity Sensors, Inc.
1258814166 0001 VFS101 Fingerprint Reader
1259014168 0007 VFS451 Fingerprint Reader
1259114169 0008 VFS300 Fingerprint Reader
1259214170 0011 VFS5011 Fingerprint Reader
14171 0018 Fingerprint scanner
1259314172 003c VFS471 Fingerprint Reader
14173 003d VFS491
14174 003f VFS495 Fingerprint Reader
14175 0050 Swipe Fingerprint Sensor
1259414176 138e Jungo LTD
1259514177 9000 Raisonance S.A. STM32 ARM evaluation board
1259614178 1390 TOMTOM B.V.
12597 0001 GO 520 T
14179 0001 GO 520 T/GO 630/ONE XL (v9)
14180 5454 Blue & Me 2
1259814181 1391 IdealTEK, Inc.
1259914182 1000 URTC-1000
1260014183 1395 Sennheiser Communications
1262414207 0024 WUSBF54G v1.1 802.11bg
1262514208 0026 WUSB54GSC v1 802.11g Adapter [Broadcom 4320 USB]
1262614209 0028 WUSB200 802.11g Adapter [Ralink RT2671]
14210 0029 WUSB300N 802.11bgn Wireless Adapter [Marvell 88W8362+88W8060]
1262714211 002f AE1000 v1 802.11n [Ralink RT3572]
1262814212 0031 AM10 v1 802.11n [Ralink RT3072]
1262914213 0039 AE1200 802.11bgn Wireless Adapter [Broadcom BCM43235]
1263014214 003a AE2500 802.11abgn Wireless Adapter [Broadcom BCM43236]
14215 003b AE3000 802.11abgn (3x3) Wireless Adapter [Ralink RT3573]
14216 003e AE6000 802.11a/b/g/n/ac Wireless Adapter [MediaTek MT7610U]
14217 003f WUSB6300 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]
1263114218 13b1 WUSB200: Wireless-G Business Network Adapter with Rangebooster
1263214219 13b2 Alesis
1263314220 0030 Multimix 8
1263414221 13b3 Nippon Dics Co., Ltd.
12635 13ba Unknown
14222 13ba PCPlay
14223 0001 Konig Electronic CMP-KEYPAD12 Numeric Keypad
1263614224 0017 PS/2 Keyboard+Mouse Adapter
14225 0018 Barcode PCP-BCG4209
1263714226 13be Ricoh Printing Systems, Ltd.
1263814227 13ca JyeTai Precision Industrial Co., Ltd.
1263914228 13cf Wisair Ltd.
1268314272 3274 DVB-T Dongle [RTL2832U]
1268414273 3282 DVB-T + GPS Minicard [RTL2832U]
1268514274 3284 Wireless LAN USB Mini-Card
14275 3304 Asus Integrated Bluetooth module [AR3011]
1268614276 3306 Mediao 802.11n WLAN [Realtek RTL8191SU]
1268714277 3315 Bluetooth module
14278 3375 Atheros AR3012 Bluetooth 4.0 Adapter
14279 3392 Azurewave 43228+20702
14280 3394 Bluetooth
1268814281 5070 Webcam
1268914282 5111 Integrated Webcam
1269014283 5115 Integrated Webcam
1269114284 5116 Integrated Webcam
14285 5122 2M Integrated Webcam
14286 5126 PC Cam
14287 5130 Integrated Webcam
1269214288 5702 UVC VGA Webcam
14289 5710 UVC VGA Webcam
14290 5716 UVC VGA Webcam
1269314291 7020 DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)
1269414292 7022 DTV-DVB UDST7022BDA DVB-S Box(Without HID)
1269514293 13dc ALEREON, INC.
1270614304 13ee MosArt
1270714305 0003 Optical Mouse
1270814306 13fd Initio Corporation
14307 0840 INIC-1618L SATA
1270914308 0841 Samsung SE-T084M DVD-RW
14309 1040 INIC-1511L PATA Bridge
1271014310 1340 Hi-Speed USB to SATA Bridge
1271114311 160f RocketFish SATA Bridge [INIC-1611]
12712 1640 ASUS SDRW-08D1S-U DVD-RW
12713 1840 Shintaro SH23SDOCK Hard Drive Docker [INIC-1608L]
14312 1640 INIC-1610L SATA Bridge
14313 1669 INIC-1609PN
14314 1840 INIC-1608 SATA bridge
14315 1e40 INIC-1610P SATA bridge
1271414316 13fe Kingston Technology Company Inc.
1271514317 1a00 512MB/1GB Flash Drive
1271614318 1a23 512MB Flash Drive
1271714319 1d00 DataTraveler 2.0 1GB/4GB Flash Drive / Patriot Xporter 4GB Flash Drive
1271814320 1e00 Flash Drive 2 GB [ICIDU 2 GB]
12719 1f00 DataTraveler 2.0 4GB Flash Drive / Patriot Xporter 32GB (PEF32GUSB) Flash Drive
14321 1e50 U3 Smart Drive
14322 1f00 Kingston DataTraveler / Patriot Xporter
14323 1f23 PS2232 flash drive controller
1272014324 2240 microSD card reader
1272114325 3100 2/4 GB stick
14326 3123 Verbatim STORE N GO 4GB
14327 3600 flash drive (4GB, EMTEC)
1272214328 3800 Rage XT Flash Drive
14329 3e00 Flash Drive
14330 5000 USB flash drive (32 GB SHARKOON Accelerate)
14331 5100 Flash Drive
1272314332 1400 Axxion Group Corp.
1272414333 1402 Bowe Bell & Howell
1272514334 1403 Sitronix
1272614335 0001 Digital Photo Frame
14336 1409 IDS Imaging Development Systems GmbH
14337 1000 generic (firmware not loaded yet)
14338 1485 uEye UI1485
1272714339 140e Telechips, Inc.
1272814340 b011 TCC780X-based player (USB Boot mode)
1272914341 b021 TCC77X-based players (USB Boot mode)
1274014352 2420 Expedite EU850D/EU860D/EU870D
1274114353 4100 U727
1274214354 4400 Ovation MC930D/MC950D
14355 9010 Expedite E362
1274314356 a001 Gobi Wireless Modem
1274414357 a008 Gobi Wireless Modem (QDL mode)
14358 b001 Ovation MC551
1274514359 1415 Nam Tai E&E Products Ltd. or OmniVision Technologies, Inc.
1274614360 0000 Sony SingStar USBMIC
1274714361 0020 Sony Wireless SingStar
1274814362 2000 Sony Playstation Eye
1274914363 1419 ABILITY ENTERPRISE CO., LTD.
14364 1421 Sensor Technology
14365 0605 Sentech Camera
1275014366 1429 Vega Technologies Industrial (Austria) Co.
1275114367 142a Thales E-Transactions
1275214368 0003 Artema Hybrid
1275514371 142b Arbiter Systems, Inc.
1275614372 03a5 933A Portable Power Sentinel
1275714373 1430 RedOctane
14374 0150 wireless receiver for skylanders wii
1275814375 4734 Guitar Hero4 hub
1275914376 474b Guitar Hero MIDI interface
1276014377 1431 Pertech Resources, Inc.
1276914386 1436 Denali Software, Inc.
1277014387 143c Altek Corporation
1277114388 1443 Digilent
12772 0007 CoolRunner-II CPLD Starter Kit
14389 0007 Development board JTAG
14390 1446 X.J.GROUP
14391 6a73 Stamps.com Model 510 5LB Scale
14392 6a78 DYMO Endicia 75lb Digital Scale
1277314393 1453 Radio Shack
1277414394 4026 26-183 Serial Cable
1277514395 1456 Extending Wire & Cable Co., Ltd.
1277714397 5117 OpenMoko Neo1973 kernel usbnet (g_ether, CDC Ethernet) mode
1277814398 5118 OpenMoko Neo1973 Debug board (V2+)
1277914399 5119 OpenMoko Neo1973 u-boot cdc_acm serial port
14400 511a HXD8 u-boot usbtty CDC ACM Mode
14401 511b SMDK2440 u-boot usbtty CDC ACM mode
14402 511c SMDK2443 u-boot usbtty CDC ACM mode
14403 511d QT2410 u-boot usbtty CDC ACM mode
1278014404 5120 OpenMoko Neo1973 u-boot usbtty generic serial
1278114405 5121 OpenMoko Neo1973 kernel mass storage (g_storage) mode
1278214406 5122 OpenMoko Neo1973 / Neo Freerunner kernel cdc_ether USB network
1278814412 013f Megapixel Auto Focus Webcam
1278914413 0142 WB-6250X Webcam
1279014414 015a WB-8300X 2MP Webcam
14415 0161 15901 802.11bg Wireless Adapter [Realtek RTL8187L]
1279114416 0167 Widescreen 3MP Webcam
14417 0176 Isla Keyboard
1279214418 1460 Tatung Co.
1279314419 9150 eHome Infrared Transceiver
1279414420 1461 Staccato Communications
1280314429 e016 eHome Infrared Receiver
1280414430 e017 eHome Infrared Receiver
1280514431 e018 eHome Infrared Receiver
14432 e02c Infrared Receiver
1280614433 e03a eHome Infrared Receiver
1280714434 e03c eHome Infrared Receiver
14435 e03d 2 Channel Audio
1280814436 e03e Infrared Receiver [IR605A/Q]
1280914437 147e Upek
1281014438 1000 Biometric Touchchip/Touchstrip Fingerprint Sensor
14439 1001 TCS5B Fingerprint sensor
14440 1002 Biometric Touchchip/Touchstrip Fingerprint Sensor
1281114441 2016 Biometric Touchchip/Touchstrip Fingerprint Sensor
14442 2020 TouchChip Fingerprint Coprocessor (WBF advanced mode)
14443 3000 TCS1C EIM/Cypress Fingerprint sensor
14444 3001 TCS1C EIM/STM32 Fingerprint sensor
1281214445 147f Hama GmbH & Co., KG
1281314446 1482 Vaillant
1281414447 1005 VRD PC-Interface
1282114454 1487 DSP Group, Ltd.
1282214455 148e EVATRONIX SA
1282314456 148f Ralink Technology, Corp.
14457 1000 Motorola BC4 Bluetooth 3.0+HS Adapter
1282414458 1706 RT2500USB Wireless Adapter
1282514459 2070 RT2070 Wireless Adapter
1282614460 2570 RT2570 Wireless Adapter
1283114465 3070 RT2870/RT3070 Wireless Adapter
1283214466 3071 RT3071 Wireless Adapter
1283314467 3072 RT3072 Wireless Adapter
14468 3370 RT3370 Wireless Adapter
1283414469 3572 RT3572 Wireless Adapter
12835 3573 TEW-684UB
14470 3573 RT3573 Wireless Adapter
1283614471 5370 RT5370 Wireless Adapter
14472 5372 RT5372 Wireless Adapter
14473 5572 RT5572 Wireless Adapter
14474 7601 MT7601U Wireless Adapter
1283714475 9020 RT2500USB Wireless Adapter
1283814476 9021 RT2501USB Wireless Adapter
14477 1491 Futronic Technology Co. Ltd.
14478 0020 FS81 Fingerprint Scanner Module
14479 1493 Suunto
14480 0010 Bluebird [Ambit]
14481 0019 Duck [Ambit2]
14482 001a Colibri [Ambit2 S]
14483 001d Greentit [Ambit2 R]
1283914484 1497 Panstrong Company Ltd.
1284014485 1498 Microtek International Inc.
1284114486 a090 DVB-T Tuner
1285414499 14b0 StarTech.com Ltd.
1285514500 14b2 Ralink Technology, Corp.
1285614501 3a93 Topcom 802.11bg Wireless Adapter [Atheros AR5523]
12857 3a95 Toshiba WUS-G06G-JT 802.11bg Wireless Adapter
14502 3a95 Toshiba WUS-G06G-JT 802.11bg Wireless Adapter [Atheros AR5523]
1285814503 3a98 Airlink101 AWLL4130 802.11bg Wireless Adapter [Atheros AR5523]
12859 3c02 rt2500 802.11g WLAN
14504 3c02 Conceptronic C54RU v2 802.11bg Wireless Adapter [Ralink RT2571]
1286014505 3c05 rt2570 802.11g WLAN
1286114506 3c06 Conceptronic C300RU v1 802.11bgn Wireless Adapter [Ralink RT2870]
1286214507 3c07 802.11n adapter
1286314508 3c09 802.11n adapter
12864 3c22 Conceptronic C54RU 802.11bg Wireless Adapter [Ralink RT73]
14509 3c22 Conceptronic C54RU v3 802.11bg Wireless Adapter [Ralink RT2571W]
1286514510 3c23 Airlink101 AWLL6080 802.11bgn Wireless Adapter [Ralink RT2870]
1286614511 3c24 NEC NP01LM 802.11abg Wireless Adapter [Ralink RT2571W]
1286714512 3c25 DrayTek Vigor N61 802.11bgn Wireless Adapter [Ralink RT2870]
1286814513 3c27 Airlink101 AWLL6070 802.11bgn Wireless Adapter [Ralink RT2770]
1286914514 3c28 Conceptronic C300RU v2 802.11bgn Wireless Adapter [Ralink RT2770]
14515 3c2b NEC NP02LM 802.11bgn Wireless Adapter [Ralink RT3072]
1287014516 3c2c Keebox W150NU 802.11bgn Wireless Adapter [Ralink RT3070]
1287114517 14c0 Rockwell Automation, Inc.
1287214518 14c2 Gemlight Computer, Ltd
1287514521 14c8 Zytronic
1287614522 14cd Super Top
1287714523 121c microSD card reader
14524 121f microSD CardReader SY-T18
1287814525 123a SD/MMC/RS-MMC Card Reader
14526 125c SD card reader
1287914527 127b SDXC Reader
1288014528 6116 M6116 SATA Bridge
12881 6600 USB 2.0 IDE DEVICE
14529 6600 M110E PATA bridge
1288214530 6700 Card Reader
1288314531 6900 Card Reader
1288414532 8123 SD MMC Reader
1288514533 8125 SD MMC Reader
1288614534 14d8 JAMER INDUSTRIES CO., LTD.
1288714535 14dd Raritan Computer, Inc.
14536 1007 D2CIM-VUSB KVM connector
14537 14e0 WiNRADiO Communications
14538 0501 WR-G528e 'CHEETAH'
1288814539 14e1 Dialogue Technology Corp.
1288914540 5000 PenMount 5000 Touch Controller
14541 14e4 Broadcom Corp.
1289014542 14e5 SAIN Information & Communications Co., Ltd.
1289114543 14ea Planex Communications
1289214544 ab10 GW-US54GZ
1289314545 ab11 GU-1000T
1289414546 ab13 GW-US54Mini 802.11bg
1289514547 14ed Shure Inc.
14548 29b6 X2u Adapter
1289614549 14f7 TechniSat Digital GmbH
1289714550 0001 SkyStar 2 HD CI
1289814551 0002 SkyStar 2 HD CI
1290214555 1500 Ellisys
1290314556 1501 Pine-Tum Enterprise Co., Ltd.
1290414557 1509 First International Computer, Inc.
14558 0a01 LI-3100 Area Meter
14559 0a02 LI-7000 CO2/H2O Gas Analyzer
14560 0a03 C-DiGit Blot Scanner
1290514561 9242 eHome Infrared Transceiver
1290614562 1513 medMobile
1290714563 0444 medMobile
1291514571 1518 Cheshire Engineering Corp.
1291614572 0001 HDReye High Dynamic Range Camera
1291714573 0002 HDReye (before firmware loads)
14574 1519 Comneon
14575 0020 HSIC Device
1291814576 1520 Bitwire Corp.
1291914577 1524 ENE Technology Inc
1292014578 6680 UTS 6680
1292314581 0201 YAP Phone
1292414582 1529 UBIQUAM Co., Ltd.
1292514583 3100 CDMA 1xRTT USB Modem (U-100/105/200/300/520)
14584 152a Thesycon Systemsoftware & Consulting GmbH
14585 8400 INI DVS128
14586 840d INI DAViS
14587 841a INI DAViS FX3
1292614588 152d JMicron Technology Corp. / JMicron USA Technology Corp.
14589 0539 JMS539 SuperSpeed SATA II 3.0G Bridge
14590 0770 Alienware Integrated Webcam
1292714591 2329 JM20329 SATA Bridge
1292814592 2335 ATA/ATAPI Bridge
1292914593 2336 Hard Disk Drive
1293914603 0001 RZ01-020300 Optical Mouse [Diamondback]
1294014604 0003 Krait Mouse
1294114605 0007 DeathAdder Mouse
12942 0017 Imperator Mouse
14606 0013 Orochi mouse
14607 0015 Naga Mouse
14608 0016 DeathAdder Mouse
14609 0017 RZ01-0035 Laser Gaming Mouse [Imperator]
1294314610 001c RZ01-0036 Optical Gaming Mouse [Abyssus]
14611 0024 Razer Mamba
14612 002e RZ01-0058 Gaming Mouse [Naga]
14613 0036 RZ01-0075, Gaming Mouse [Naga Hex]
1294414614 0101 Copperhead Mouse
1294514615 0102 Tarantula Keyboard
1294614616 0109 Lycosa Keyboard
14617 0113 RZ07-0074 Gaming Keypad [Orbweaver]
14618 0300 RZ06-0063 Motion Sensing Controllers [Hydra]
14619 153b TerraTec Electronic GmbH
14620 1181 Cinergy S2 PCIe Dual Port 1
14621 1182 Cinergy S2 PCIe Dual Port 2
1294714622 1546 U-Blox AG
14623 1547 SG Intec Ltd & Co KG
14624 1000 SG-Lock[U2]
1294814625 154a Celectronic GmbH
1294914626 8180 CARD STAR/medic2
1295014627 154b PNY
1295114628 0010 USB 2.0 Flash Drive
14629 0048 Flash Drive
14630 004d 8 GB Flash Drive
14631 0057 32GB Micro Slide Attache Flash Drive
14632 007a 8GB Classic Attache Flash Drive
1295214633 6545 FD Device
1295314634 154d ConnectCounty Holdings Berhad
1295414635 154e D&M Holdings, Inc. (Denon/Marantz)
1295514636 3000 Marantz RC9001 Remote Control
14637 154f SNBC CO., Ltd
1295614638 1554 Prolink Microsystems Corp.
14639 5010 PV-D231U(RN)-F [PixelView PlayTV SBTVD Full-Seg]
1295714640 1557 OQO
1295814641 0002 model 01 WiFi interface
1295914642 0003 model 01 Bluetooth interface
1296914652 3007 TEW-444UB EU (no firmware)
1297014653 300a TEW-429UB 802.11bg
1297114654 300b TEW-429UB 802.11bg
14655 300c TEW-429UF A1 802.11bg Wireless Adapter [ZyDAS ZD1211B]
1297214656 300d TEW-429UB C1 802.11bg
14657 300e SMC SMCWUSB-N 802.11bgn 2x2:2 Wireless Adapter [Ralink RT2870]
14658 3012 TEW-604UB 802.11bg Wireless Adapter [Atheros AR5523]
14659 3013 TEW-645UB 802.11bgn 1x2:2 Wireless Adapter [Ralink RT2770]
1297314660 3204 Allnet ALL0298 v2 802.11bg
1297414661 3205 Allnet ALL0283 [AR5523]
1297514662 3206 Allnet ALL0283 [AR5523](no firmware)
14663 3207 TEW-509UB A1 802.11abg Wireless Adapter [ZyDAS ZD1211]
14664 3208 TEW-509UB 1.1R 802.11abg Wireless Adapter
1297614665 1582 Fiberline
1297714666 6003 WL-430U 802.11bg
1297814667 1587 SMA Technologie AG
1298114670 0820 SmartPocket Class Device
1298214671 1598 Kunshan Guoji Electronics Co., Ltd.
1298314672 15a2 Freescale Semiconductor, Inc.
14673 0038 9S08JS Bootloader
14674 003b USB2CAN Application for ColdFire DEMOJM board
1298414675 0042 OSBDM - Debug Port
1298514676 004f i.MX28 SystemOnChip in RecoveryMode
1298614677 0052 i.MX50 SystemOnChip in RecoveryMode
12987 0054 i.MX6Q SystemOnChip in RecoveryMode
14678 0054 i.MX 6Dual/6Quad SystemOnChip in RecoveryMode
14679 0061 i.MX 6Solo/6DualLite SystemOnChip in RecoveryMode
1298814680 15a4 Afatech Technologies, Inc.
1298914681 1000 AF9015/AF9035 DVB-T stick
1299014682 1001 AF9015/AF9035 DVB-T stick
1299314685 9016 AF9015 DVB-T USB2.0 stick
1299414686 15a8 Teams Power Limited
1299514687 15a9 Gemtek
14688 0002 SparkLAN WL-682 802.11bg Wireless Adapter [Intersil ISL3887]
1299614689 0004 WUBR-177G [Ralink RT2571W]
1299714690 0006 Wireless 11n USB Adapter
1299814691 0010 802.11n USB Wireless Card
1300314696 0003 OpenOCD JTAG
1300414697 0004 OpenOCD JTAG TINY
1300514698 002a ARM-USB-TINY-H JTAG interface
14699 002b ARM-USB-OCD-H JTAG+RS232
1300614700 15c0 XL Imaging
1300714701 0001 2M pixel Microscope Camera
1300814702 0002 3M pixel Microscope Camera
1301914713 15c2 SoundGraph Inc.
1302014714 0036 LC16M VFD Display/IR Receiver
1302114715 0038 GD01 MX LCD Display/IR Receiver
14716 0042 Antec Veris Multimedia Station E-Z IR Receiver
1302214717 ffda iMON PAD Remote Controller
1302314718 ffdc iMON PAD Remote Controller
1302414719 15c5 Advance Multimedia Internet Technology Inc. (AMIT)
1302814723 1001 DigistimSP (warm)
1302914724 1002 DigimapSP USB (cold)
1303014725 1003 DigimapSP USB (warm)
14726 1004 DigistimSP (cold)
14727 1005 DigistimSP (warm)
14728 1100 Odyssee (cold)
14729 1101 Odyssee (warm)
14730 1200 Digispy
1303114731 15c8 KTF Technologies
1303214732 3201 EVER EV-W100/EV-W250
1303314733 15c9 D-Box Technologies
1304114741 0a37 Mouse
1304214742 0a41 MI-2540D [Optical mouse]
1304314743 0a4c USB+PS/2 Optical Mouse
14744 0a4d Optical Mouse
14745 0a4f Optical Mouse
1304414746 15dc Hynix Semiconductor Inc.
1304514747 15e0 Seong Ji Industrial Co., Ltd.
1304614748 15e1 RSA
1304714749 2007 RSA SecurID (R) Authenticator
1304814750 15e4 Numark
1304914751 0024 Mixtrack
14752 0140 ION VCR 2 PC / Video 2 PC
1305014753 15e8 SohoWare
1305114754 9100 NUB100 Ethernet [pegasus]
1305214755 9110 10/100 USB Ethernet
1316114864 1a17 Agilent Technologies (E6473)
1316214865 160a VIA Technologies, Inc.
1316314866 3184 VIA VNT-6656 [WiFi 802.11b/g USB Dongle]
14867 160e INRO
14868 0001 E2USBKey
1316414869 1614 Amoi Electronics
1316514870 0404 WMA9109 UMTS Phone
1316614871 0600 Vodafone VDA GPS / Toschiba Protege G710
1317214877 162f WiQuest Communications, Inc.
1317314878 1630 2Wire, Inc.
1317414879 0005 802.11g Wireless Adapter [Intersil ISL3886]
14880 0011 PC Port 10 Mps Adapter
1317514881 ff81 802.11b Wireless Adapter [Lucent/Agere Hermes I]
1317614882 1631 Good Way Technology
1317714883 6200 GWUSB2E
1321214918 165b Frontier Design Group
1321314919 8101 Tranzport Control Surface
1321414920 fad1 Alphatrack Control Surface
14921 165c Kondo Kagaku
14922 0002 Serial Adapter
1321514923 1660 Creatix Polymedia GmbH
1321614924 1668 Actiontec Electronics, Inc. [hex]
1321714925 0009 Gateway
1323014938 3441 IBM Integrated Bluetooth III
1323114939 6010 Gateway
1323214940 6097 802.11b Wireless Adapter
13233 6106 ROPEX FreeLan 802.11b
14941 6106 802UI3(B) 802.11b Wireless Adapter [Intersil PRISM 3]
1323414942 7605 UAT1 Wireless Ethernet Adapter
1323514943 1669 PiKRON Ltd. [hex]
1323614944 1001 uLan2USB Converter - PS1 protocol
14945 166a Clipsal
14946 0101 C-Bus Multi-room Audio Matrix Switcher
14947 0201 C-Bus Pascal Automation Controller
14948 0301 C-Bus Wireless PC Interface
14949 0303 C-Bus interface
14950 0304 C-Bus Black and White Touchscreen
14951 0305 C-Bus Spectrum Colour Touchscreen
14952 0401 C-Bus Architectural Dimmer
1323714953 1677 China Huada Integrated Circuit Design (Group) Co., Ltd. (CIDC Group)
1323814954 0103 Token
1323914955 1679 Total Phase
1325414970 5289 FlashDisk
1325514971 6211 FlashDisk
1325614972 1688 Saab AB
14973 1689 Razer USA, Ltd
14974 fd00 Onza Tournament Edition controller
1325714975 168c Atheros Communications
1325814976 0001 AR5523
1325914977 0002 AR5523 (no firmware)
1326014978 1690 Askey Computer Corp. [hex]
14979 0001 Arcaze Gamepad
1326114980 0101 Creative Modem Blaster DE5670
1326214981 0102 V1456 VQE-R2 Modem [conexant]
1326314982 0103 1456 VQE-R3 Modem [conexant]
1328515004 0726 Wi-Fi Wireless LAN Adapter
1328615005 0740 802.11n Wireless LAN Card
1328715006 0901 Voyager 205 ADSL Router
15007 2000 naturaSign Pad Standard
15008 2001 naturaSign Pad Standard
15009 fe12 Bootloader
1328815010 1696 Hitachi Video and Information System, Inc.
1328915011 1697 VTec Test, Inc.
1329015012 16a5 Shenzhen Zhengerya Cable Co., Ltd.
1330315025 0801 U43
1330415026 16b5 Persentec, Inc.
1330515027 0002 Otto driving companion
13306 16c0 VOTI
15028 16c0 Van Ooijen Technische Informatica
1330715029 03e8 free for internal lab use 1000
1330815030 03e9 free for internal lab use 1001
1330915031 03ea free for internal lab use 1002
1331615038 03f1 free for internal lab use 1009
1331715039 0477 Teensy Rebootor
1331815040 0478 Teensy Halfkay Bootloader
15041 0479 Teensy Debug
15042 047a Teensy Serial
15043 047b Teensy Serial+Debug
15044 047c Teensy Keyboard
15045 047d Teensy Keyboard+Debug
15046 047e Teensy Mouse
15047 047f Teensy Mouse+Debug
15048 0480 Teensy RawHID
15049 0481 Teensy RawHID+Debug
15050 0482 Teensyduino Keyboard+Mouse+Joystick
15051 0483 Teensyduino Serial
15052 0484 Teensyduino Disk
15053 0485 Teensyduino MIDI
15054 0486 Teensyduino RawHID
15055 0487 Teensyduino Serial+Keyboard+Mouse+Joystick
15056 0488 Teensyduino Flight Sim Controls
1331915057 05dc shared ID for use with libusb
1332015058 05dd BlackcatUSB2
13321 05e1 CDC-ACM class devices (modems)
13322 05e4 MIDI class devices
15059 05df HID device except mice, keyboards, and joysticks
15060 05e1 Free shared USB VID/PID pair for CDC devices
15061 05e4 Free shared USB VID/PID pair for MIDI devices
15062 06b4 USB2LPT with 2 interfaces
15063 06b5 USB2LPT with 3 interfaces (native, HID, printer)
15064 0762 Osmocom SIMtrace
1332315065 076b OpenPCD 13.56MHz RFID Reader
1332415066 076c OpenPICC 13.56MHz RFID Simulator (native)
1332515067 08ac OpenBeacon USB stick
1332715069 08cb Alpermann+Velte Studio Clock
1332815070 08cc Alpermann+Velte SAM7S MT Boot Loader
1332915071 08cd Alpermann+Velte SAM7X MT Boot Loader
15072 0a32 jbmedia Light-Manager Pro
15073 27d8 libusb-bound devices
15074 27d9 HID device except mice, keyboards, and joysticks
1333015075 27da Mouse
1333115076 27db Keyboard
1333215077 27dc Joystick
1333315078 27dd CDC-ACM class devices (modems)
1333415079 27de MIDI class devices
15080 294a Eye Movement Recorder [Visagraph]
15081 294b Eye Movement Recorder [ReadAlyzer]
1333515082 16ca Wireless Cables, Inc.
1333615083 1502 Bluetooth Dongle
1333715084 16cc silex technology, Inc.
13338 16d0 GrauTec
13339 054b ReelBox OLED Display (external)
15085 16d0 MCS
15086 0498 Braintechnology USB-LPS
15087 0504 RETRO Innovations ZoomFloppy
15088 054b GrauTec ReelBox OLED Display (external)
15089 05be EasyLogic Board
15090 06f9 Gabotronics Xminilab
15091 0753 Digistump DigiSpark
15092 075c AB-1.x UAC1 [Audio Widget]
15093 075d AB-1.x UAC2 [Audio Widget]
15094 080a S2E1 Interface
15095 0870 Kaufmann Automotive GmbH, RKS+CAN Interface
15096 16d1 Suprema Inc.
15097 0401 SUP-SFR400(A) BioMini Fingerprint Reader
1334015098 16d3 Frontline Test Equipment, Inc.
1334115099 16d5 AnyDATA Corporation
1334215100 6202 CDMA/UMTS/GPRS modem
1334315101 6501 CDMA 2000 1xRTT/EV-DO Modem
1334415102 6502 CDMA/UMTS/GPRS modem
15103 6603 ADU-890WH modem
1334515104 16d6 JABLOCOM s.r.o.
1334615105 8000 GDP-04 desktop phone
1334715106 8001 EYE-02
1336015119 16dc Wiener, Plein & Baus
1336115120 0001 CC
1336215121 000b VM
15122 0010 PL512 Power Supply System
15123 0011 MARATON Power Supply System
15124 0012 MPOD Multi Channel Power Supply System
15125 0015 CML Control, Measurement and Data Logging System
1336315126 16df King Billion Electronics Co., Ltd.
1336415127 16f0 GN ReSound A/S
15128 0001 Speedlink Programming Interface
1336515129 0003 Airlink Wireless Programming Interface
1336615130 16f5 Futurelogic Inc.
1336715131 1706 BlueView Technologies, Inc.
1336915133 170b Swissonic
1337015134 0011 MIDI-USB 1x1
1337115135 170d Avnera
15136 1711 Leica Microsystems
15137 3020 IC80 HD Camera
15138 1724 Meyer Instruments (MIS)
15139 0115 PAXcam5
1337215140 1725 Vitesse Semiconductor
1337315141 1726 Axesstel, Inc.
1337415142 1000 wireless modem
1339015158 0101 RF Wireless Optical Mouse OP-701
1339115159 1736 CANON IMAGING SYSTEM TECHNOLOGIES INC.
1339215160 1737 Linksys
13393 0039 USB1000
15161 0039 USB1000 Gigabit Notebook Adapter
1339415162 0070 WUSB100 v1 RangePlus Wireless Network Adapter [Ralink RT2870]
1339515163 0071 WUSB600N v1 Dual-Band Wireless-N Network Adapter [Ralink RT2870]
1339615164 0073 WUSB54GC v2 802.11g Adapter [Realtek RTL8187B]
13397 0075 WUSB54GSC v2 802.11g Adapter
15165 0075 WUSB54GSC v2 802.11g Adapter [Broadcom 4326U]
1339815166 0077 WUSB54GC v3 802.11g Adapter [Ralink RT2070L]
1339915167 0078 WUSB100 v2 RangePlus Wireless Network Adapter [Ralink RT3070]
1340015168 0079 WUSB600N v2 Dual-Band Wireless-N Network Adapter [Ralink RT3572]
15169 173d QSENN
15170 0002 GP-K7000 keyboard
1340115171 1740 Senao
15172 0100 EUB1200AC AC1200 DB Wireless Adapter [Realtek RTL8812AU]
15173 0600 EUB600v1 802.11abgn Wireless Adapter [Ralink RT3572]
1340215174 0605 LevelOne WUA-0605 N_Max Wireless USB Adapter
1340315175 0615 LevelOne WUA-0615 N_Max Wireless USB Adapter
1340415176 1000 NUB-350 802.11g Wireless Adapter [Intersil ISL3887]
1340515177 2000 NUB-8301 802.11bg
1340615178 3701 EUB-3701 EXT 802.11g Wireless Adapter [Ralink RT2571W]
15179 9603 RTL8188S WLAN Adapter
1340715180 9701 EnGenius 802.11n Wireless USB Adapter
1340815181 9702 EnGenius 802.11n Wireless USB Adapter
1340915182 9703 EnGenius 802.11n Wireless USB Adapter
1341115184 9706 EUB9706 802.11n Wireless Adapter [Ralink RT3072]
1341215185 9801 EUB9801 802.11abgn Wireless Adapter [Ralink RT3572]
1341315186 1743 General Atomics
15187 1748 MQP Electronics
15188 0101 Packet-Master USB12
1341415189 174c ASMedia Technology Inc.
1341515190 5106 Transcend StoreJet 25M3
15191 5136 ASM1053 SATA 6Gb/s bridge
15192 55aa ASM1051 SATA 3Gb/s bridge
1341615193 174f Syntek
1341715194 1105 SM-MS/Pro-MMC-XD Card Reader
15195 110b HP Webcam
1341815196 1403 Integrated Webcam
1341915197 1404 USB Camera device, 1.3 MPixel Web Cam
1342015198 5212 USB 2.0 UVC PC Camera
1343415212 aa11 Web Cam
1343515213 1753 GERTEC Telecomunicacoes Ltda.
1343615214 c901 PPC900 Pinpad Terminal
15215 1756 ENENSYS Technologies
15216 0006 DiviPitch
1343715217 1759 LucidPort Technology, Inc.
1343815218 1761 ASUSTek Computer, Inc. (wrong ID)
1343915219 0b05 802.11n Network Adapter (wrong ID - swapped vendor and device)
1344115221 1776 Arowana
1344215222 501c 300K CMOS Camera
1344315223 177f Sweex
15224 0004 MM004V5 Photo Key Chain (Digital Photo Frame) 1.5"
1344415225 0153 LW153 802.11n Adapter [ralink rt3070]
1344515226 0154 LW154 802.11bgn (1x1:1) Wireless Adapter [Realtek RTL8188SU]
1344615227 0313 LW313 802.11n Adapter [ralink rt2770 + rt2720]
1344815229 083e MetaGeek Wi-Spy
1344915230 083f MetaGeek Wi-Spy 2.4x
1345015231 0938 Iguanaworks USB IR Transceiver
15232 0c30 Telldus TellStick
15233 0c31 Telldus TellStick Duo
1345115234 0c9f USBtiny
15235 1eef OpenAPC SecuKey
1345215236 1782 Spreadtrum Communications Inc.
1345315237 1784 TopSeed Technology Corp.
1345415238 0001 eHome Infrared Transceiver
1345715241 0007 eHome Infrared Transceiver
1345815242 0008 eHome Infrared Transceiver
1345915243 000a eHome Infrared Transceiver
15244 0011 eHome Infrared Transceiver
1346015245 1787 ATI AIB
1346115246 1788 ShenZhen Litkconn Technology Co., Ltd.
1346215247 1796 Printrex, Inc.
1346315248 1797 JALCO CO., LTD.
13464 1799 Belkin Components
13465 7051 F5D7051 802.11g Adapter v1000 [Broadcom 4320]
15249 1799 Thales Norway A/S
15250 7051 Belkin F5D7051 802.11g Adapter v1000 [Broadcom 4320]
15251 8051 Belkin F5D8051 v2 802.11bgn Wireless Adapter [Marvell 88W8362]
1346615252 179d Ricavision International, Inc.
1346715253 0010 Internal Infrared Transceiver
1346815254 17a0 Samson Technologies Corp.
1347015256 0002 Q1U dynamic microphone
1347115257 0100 C03U multi-pattern microphone
1347215258 0101 UB1 boundary microphone
15259 0120 Meteorite condenser microphone
1347315260 0200 StudioDock monitors (internal hub)
1347415261 0201 StudioDock monitors (audio)
15262 0210 StudioGT monitors
1347515263 0301 Q2U handheld microphone with XLR
1347615264 0302 GoMic compact condenser microphone
15265 0303 C01U Pro condenser microphone
15266 0304 Q2U handheld mic with XLR
15267 0305 GoMic compact condenser mic
1347715268 0310 Meteor condenser microphone
1347815269 17a4 Concept2
1347915270 0001 Performance Monitor 3
1348015271 0002 Performance Monitor 4
1348115272 17a5 Advanced Connection Technology Inc.
1348215273 17a7 MICOMSOFT CO., LTD.
15274 17a8 Kamstrup A/S
15275 0001 Optical Eye/3-wire
15276 0005 M-Bus Master MultiPort 250D
1348315277 17b3 Grey Innovation
1348415278 0004 Linux-USB Midi Gadget
15279 17b5 Lunatone
15280 0010 MFT Sensor
1348515281 17ba SAURIS GmbH
1348615282 0001 SAU510-USB [no firmware]
1348715283 0510 SAU510-USB and SAU510-USB plus JTAG Emulators
1350715303 17cf Hip Hing Cable & Plug Mfy. Ltd.
1350815304 17d0 Sanford L.P.
1350915305 17d3 Korea Techtron Co., Ltd.
13510 17e9 Newnham Research
15306 17e9 DisplayLink
1351115307 0051 USB VGA Adaptor
15308 030b HP T100
15309 0377 Plugable UD-160-A (M)
15310 0378 Plugable UGA-2K-A
15311 0379 Plugable UGA-125
15312 037a Plugable UGA-165
15313 037b Plugable USB-VGA-165
1351215314 037c Plugable DC-125
15315 037d Plugable USB2-HDMI-165
15316 410a HDMI Adapter
15317 430a HP Port Replicator (Composite Device)
15318 4312 S2340T
1351315319 17eb Cornice, Inc.
1351415320 17ef Lenovo
15321 1000 Hub
1351515322 1003 Integrated Smart Card Reader
1351615323 1004 Integrated Webcam
15324 1008 Hub
1351715325 100a ThinkPad Mini Dock Plus Series 3
15326 304b AX88179 Gigabit Ethernet [ThinkPad OneLink GigaLAN]
1351815327 3815 ChipsBnk 2GB USB Stick
1351915328 4802 Lenovo Vc0323+MI1310_SOC Camera
1352015329 4807 UVC Camera
1352815337 4813 Integrated Webcam [R5U877]
1352915338 4814 Integrated Webcam [R5U877]
1353015339 4815 Integrated Webcam [R5U877]
15340 4816 Integrated Webcam
1353115341 481c Integrated Webcam
15342 481d Integrated Webcam
15343 6004 ISD-V4 Tablet Pen
1353215344 6007 Smartcard Keyboard
1353315345 6009 ThinkPad Keyboard with TrackPoint
1353415346 6014 Mini Wireless Keyboard N5901
15347 6025 ThinkPad Travel Mouse
15348 7203 Ethernet adapter [U2L 100P-Y1]
15349 7423 IdeaPad A1 Tablet
15350 7435 A789 (Mass Storage mode, with debug)
15351 743a A789 (Mass Storage mode)
15352 7497 A789 (MTP mode)
15353 7498 A789 (MTP mode, with debug)
15354 749a A789 (PTP mode)
15355 749b A789 (PTP mode, with debug)
15356 17f4 WaveSense
15357 aaaa Jazz Blood Glucose Meter
1353515358 17f5 K.K. Rocky
1353615359 17f6 Unicomp, Inc
1353715360 0709 Model M Keyboard
1353815361 1809 Advantech
15362 4604 USB-4604
1353915363 4761 USB-4761 Portable Data Acquisition Module
1354015364 1822 Twinhan
1354115365 3201 VisionDTV USB-Ter/HAMA USB DVB-T device cold
1355915383 1870 Nexio Co., Ltd
1356015384 0001 iNexio Touchscreen controller
1356115385 1871 Aveo Technology Corp.
15386 0101 UVC camera (Bresser microscope)
1356215387 0d01 USB2.0 Camera
1356315388 1873 Navilock
1356415389 ee93 EasyLogger
1356515390 187c Alienware Corporation
15391 0511 AlienFX Mobile lighting
1356615392 0600 Dual Compatible Game Pad
1356715393 187f Siano Mobile Silicon
1356815394 0010 Stallar Board
1357715403 5632 Atek Tote Remote
1357815404 5641 TSAM-004 Presentation Remote
1357915405 1897 Evertop Wire Cable Co.
15406 189f 3Shape A/S
15407 0002 Legato2 3D Scanner
1358015408 18a4 CSSN
1358115409 0001 Snapshell IDR
1358215410 18a5 Verbatim, Ltd
1358415412 0216 External Hard Drive
1358515413 0218 External Hard Drive
1358615414 0227 Pocket Hard Drive
15415 022b Portable Hard Drive (Store'n'Go)
15416 0237 Portable Harddrive (500 GB)
15417 0302 Flash Drive
1358715418 18b1 Petalynx
1358815419 0037 Maxter Remote Control
1358915420 18b4 e3C Technologies
1360115432 18cd Ecamm
1360215433 cafe Pico iMage
1360315434 18d1 Google Inc.
15435 0d02 Celkon A88
15436 2d00 Android-powered device in accessory mode
15437 2d01 Android-powered device in accessory mode with ADB support
1360415438 4e11 Nexus One
1360515439 4e12 Nexus One (debug)
1360615440 4e13 Nexus One (tether)
1360815442 4e21 Nexus S
1360915443 4e22 Nexus S (debug)
1361015444 4e24 Nexus S (tether)
15445 4e40 Nexus 7 (fastboot)
15446 4e41 Nexus 7 (MTP)
15447 4e42 Nexus 7 (debug)
15448 4e43 Nexus 7 (PTP)
15449 4ee1 Nexus 4 / 10
15450 4ee2 Nexus 4 (debug)
15451 4ee3 Nexus 4 (tether)
15452 4ee4 Nexus 4 (debug + tether)
1361115453 7102 Toshiba Thrive tablet
15454 b004 Pandigital / B&N Novel 9" tablet
15455 d109 LG G2x MTP
15456 d10a LG G2x MTP (debug)
1361215457 18d5 Starline International Group Limited
1361315458 18d9 Kaba
1361415459 01a0 B-Net 91 07
15460 18dc LKC Technologies, Inc.
1361515461 18dd Planon System Solutions Inc.
1361615462 1000 DocuPen RC800
1361715463 18e3 Fitipower Integrated Technology Inc
1363015476 18ec Arkmicro Technologies Inc.
1363115477 3118 USB to IrDA adapter [ARK3116T]
1363215478 3188 ARK3188 UVC Webcam
15479 3299 Webcam Carrefour
15480 3366 Bresser Biolux NV
1363315481 18fd FineArch Inc.
1363415482 1908 GEMBIRD
1363515483 1320 PhotoFrame PF-15-1
1363615484 190d Motorola GSG
1363715485 1914 Alco Digital Devices Limited
1363815486 1915 Nordic Semiconductor ASA
15487 000c Wireless Desktop nRF24L01 CX-1766
1363915488 2233 Linksys WUSB11 v2.8 802.11b Adapter [Atmel AT76C505]
1364015489 2234 Linksys WUSB54G v1 OEM 802.11g Adapter [Intersil ISL3886]
1364115490 2235 Linksys WUSB54GP v1 OEM 802.11g Adapter [Intersil ISL3886]
1364215491 2236 Linksys WUSB11 v3.0 802.11b Adapter [Intersil PRISM 3]
15492 1923 FitLinxx
15493 0002 Personal SyncPoint
1364315494 1926 NextWindow
1364415495 0003 1900 HID Touchscreen
1364515496 0006 1950 HID Touchscreen
1366915520 0085 1950 HID Touchscreen
1367015521 0086 1950 HID Touchscreen
1367115522 0087 1950 HID Touchscreen
15523 0dc2 HID Touchscreen
1367215524 192f Avago Technologies, Pte.
1367315525 0000 Mouse
15526 0416 ADNS-5700 Optical Mouse Controller (3-button)
15527 0616 ADNS-5700 Optical Mouse Controller (5-button)
1367415528 1930 Shenzhen Xianhe Technology Co., Ltd.
1367515529 1931 Ningbo Broad Telecommunication Co., Ltd.
1367615530 1934 Feature Integration Technology Inc. (Fintek)
1368615540 2257 Model 2257 4 Channel Capture Card
1368715541 a250 Model 2250 MPEG and JPEG Capture Card (cold)
1368815542 a253 Model 2253 Audio/Video Codec Card (cold)
13689 1949 Lab126
15543 1949 Lab126, Inc.
1369015544 0002 Amazon Kindle
13691 0004 Amazon Kindle 3
15545 0004 Amazon Kindle 3/4/Paperwhite
15546 0006 Kindle Fire
15547 0008 Amazon Kindle Fire HD 8.9"
15548 194f PreSonus Audio Electronics, Inc.
15549 0101 AudioBox 22 VSL
15550 0102 AudioBox 44 VSL
15551 0103 AudioBox 1818 VSL
15552 0301 AudioBox
1369215553 1951 Hyperstone AG
1369315554 1953 Ironkey Inc.
15555 0202 S200 2GB Rev. 1
1369415556 1954 Radiient Technologies
1369515557 195d Itron Technology iONE
1369615558 7002 Libra-Q11 IR remote
1369715559 7006 Libra-Q26 / 1.0 Remote
1369815560 7777 Scorpius wireless keyboard
1369915561 7779 Scorpius-P20MT
15562 1965 Uniden Corporation
15563 0016 HomePatrol-1
1370015564 1967 CASIO HITACHI Mobile Communications Co., Ltd.
1370115565 196b Wispro Technology Inc.
1370215566 1970 Dane-Elec Corp. USA
15567 0000 Z Mate 16GB
1370315568 1975 Dongguan Guneetal Wire & Cable Co., Ltd.
1370415569 1976 Chipsbrand Microelectronics (HK) Co., Ltd.
1370515570 6025 Flash Drive 512 MB
1370615571 1977 T-Logic
1370715572 0111 TL203 MP3 Player and Voice Recorder
15573 197d Leuze electronic
15574 0222 BCL 508i
1370815575 1989 Nuconn Technology Corp.
1370915576 198f Beceem Communications Inc.
1371015577 0210 BCS200 WiMAX Adapter
1371315580 1995 Trillium Technology Pty. Ltd.
1371415581 3202 REC-ADPT-USB (recorder)
1371515582 3203 REC-A-ADPT-USB (recorder)
15583 199b MicroStrain, Inc.
15584 3065 3DM-GX3-25 Orientation Sensor
1371615585 199e The Imaging Source Europe GmbH
1371715586 8101 DFx 21BU04 Camera
1371815587 199f Benica Corporation
1373315602 19b6 Infotech Logistic, LLC
1373415603 19b9 Data Robotics
1373515604 8d20 Drobo Elite
15605 19c2 Futuba
15606 6a11 MDM166A Fluorescent Display
1373615607 19ca Mindtribe
1373715608 0001 Sandio 3D HID Mouse
1373815609 19cf Parrot SA
1374515616 0064 MF627 AU
1374615617 0083 MF190
1374715618 0103 MF112
15619 0104 K4505-Z
15620 0146 MF 195E (HSPA+ Modem)
15621 0167 MF820 4G LTE
1374815622 0172 AX226 WIMAX MODEM (After Modeswitch)
15623 0325 LTE4G O2 ZTE MF821D LTE/UMTS/GSM Modem/Networkcard
15624 0326 LTE4G O2 ZTE MF821D LTE/UMTS/GSM Modem/Networkcard
15625 1008 K3570-Z
15626 1010 K3571-Z
15627 1017 K5006-Z vodafone LTE/UMTS/GSM Modem/Networkcard
15628 1018 K5006-Z vodafone LTE/UMTS/GSM Modem/Networkcard
15629 1203 MF691 [ T-Mobile webConnect Rocket 2.0]
15630 1217 MF652
15631 1218 MF652
1374915632 2000 MF627/MF628/MF628+/MF636+ HSDPA/HSUPA
1375015633 fff2 Gobi Wireless Modem (QDL mode)
1375115634 fff3 Gobi Wireless Modem
15635 19db KFI Printers
15636 02f1 NAUT324C
1375215637 19e1 WeiDuan Electronic Accessory (S.Z.) Co., Ltd.
1375315638 19e8 Industrial Technology Research Institute
1375415639 19ef Pak Heng Technology (Shenzhen) Co., Ltd.
1375915644 19ff Dynex
1376015645 0102 1.3MP Webcam
1376115646 0201 Rocketfish Wireless 2.4G Laser Mouse
15647 0238 DX-WRM1401 Mouse
1376215648 1a08 Bellwood International, Inc.
1376315649 1a0a USB-IF non-workshop
1376415650 badd USB OTG Compliance test device
1376715653 0407 Mimi WiFi speakers
1376815654 1a25 Amphenol East Asia Ltd.
1376915655 1a2a Seagate Branded Solutions
15656 1a2c China Resource Semico Co., Ltd
15657 0021 Keyboard
15658 0024 Multimedia Keyboard
1377015659 1a32 Quanta Microsystems, Inc.
1377115660 0304 802.11n Wireless LAN Card
15661 1a34 ACRUX
15662 0802 Gamepad
1377215663 1a36 Biwin Technology Ltd.
1377315664 1a40 Terminus Technology Inc.
13774 0101 4-Port HUB
13775 0201 Hub
15665 0101 Hub
15666 0201 FE 2.1 7-port Hub
1377615667 1a41 Action Electronics Co., Ltd.
1377715668 1a44 VASCO Data Security International
1377815669 0001 Digipass 905 SmartCard Reader
1377915670 1a4a Silicon Image
1378015671 1a4b SafeBoot International B.V.
15672 1a5a Tandberg Data
1378115673 1a61 Abbott Diabetes Care
15674 3410 CoPilot System Cable
1378215675 1a6a Spansion Inc.
1378315676 1a6d SamYoung Electronics Co., Ltd
1378415677 1a6e Global Unichip Corp.
1378515678 1a6f Sagem Orga GmbH
15679 1a72 Physik Instrumente
15680 1008 E-861 PiezoWalk NEXACT Controller
1378615681 1a79 Bayer Health Care LLC
15682 6002 Contour
15683 7410 Contour Next
1378715684 1a7b Lumberg Connect GmbH & Co. KG
1378815685 1a7c Evoluent
1378915686 0068 VerticalMouse 3
1379215689 1a81 Holtek Semiconductor, Inc.
1379315690 2203 Laser Gaming mouse
1379415691 2204 Optical Mouse
15692 2205 Laser Mouse
1379515693 1a86 QinHeng Electronics
15694 5512 CH341 in EPP/MEM/I2C mode, EPP/I2C adapter
1379615695 5523 CH341 in serial mode, usb to serial port converter
1379715696 5584 CH341 in parallel mode, usb to printer port converter
1379815697 7523 HL-340 USB-Serial adapter
1380415703 1a8d BandRich, Inc.
1380515704 1002 BandLuxe 3.5G HSDPA Adapter
1380615705 1009 BandLuxe 3.5G HSPA Adapter
13807 1a90 Corsair Voyager GT 16GB
15706 100d 4G LTE adapter
1380815707 1a98 Leica Camera AG
1380915708 1aa4 Data Drive Thru, Inc.
1381015709 1aa5 UBeacon Technologies, Inc.
1381115710 1aa6 eFortune Technology Corp.
15711 1aad KeeTouch
15712 0001 Touchscreen
1381215713 1ab1 Rigol Technologies
1381315714 0588 DS1000 SERIES
1381415715 1acb Salcomp Plc
15716 1acc Midiplus Co, Ltd.
15717 0103 AudioLink plus 4x4 2.9.28
1381515718 1ad1 Desay Wire Co., Ltd.
15719 1ad4 APS
15720 0002 KM290-HRS
1381615721 1adb SEL C662 Serial Cable
1381715722 1ae4 ic-design Reinhard Gottinger GmbH
1381815723 1ae7 X-TENSIONS
1381915724 0381 VS-DVB-T 380U (af9015 based)
13820 2001 SpeedLink SL-6825
15725 2001 SpeedLink Snappy Mic webcam (SL-6825-SBK)
15726 9003 SpeedLink Vicious And Devine Laplace webcam, white (VD-1504-SWT)
15727 9004 SpeedLink Vicious And Devine Laplace webcam, black (VD-1504-SBK)
1382115728 1aed High Top Precision Electronic Co., Ltd.
1382215729 1aef Conntech Electronic (Suzhou) Corporation
13823 1b04 Meilhaus Electronic GmBH
15730 1af1 Connect One Ltd.
15731 1afe A. Eberle GmbH & Co. KG
15732 0001 PQ Box 100
15733 1b04 Meilhaus Electronic GmbH
1382415734 0630 ME-630
1382515735 0940 ME-94
1382615736 0950 ME-95
1389915809 820b ME-8200B
1390015810 1b0e BLUTRONICS S.r.l.
1390115811 1078 BLUDRIVE II CCID
15812 1079 BLUDRIVE II CCID
15813 1080 WRITECHIP II CCID
1390215814 1b1c Corsair
1390315815 0890 Flash Padlock
1390415816 0a00 SP2500 Speakers
15817 0a60 Vengeance K60 Keyboard
15818 1a01 Flash Voyager GT
15819 1a0a Survivor Stealth Flash Drive
1390515820 1a90 Flash Voyager GT
1390615821 1b20 MStar Semiconductor, Inc.
1390715822 1b22 WiLinx Corp.
1393715852 2968 PC Camera/Webcam controller
1393815853 2969 PC Camera/Webcam controller
1393915854 1b3f Generalplus Technology Inc.
15855 0c52 808 Camera #9 (mass storage mode)
15856 2002 808 Camera #9 (web-cam mode)
1394015857 1b47 Energizer Holdings, Inc.
1394115858 0001 CHUSB Duo Charger (NiMH AA/AAA USB smart charger)
1394215859 1b48 Plastron Precision Co., Ltd.
15860 1b52 ARH Inc.
15861 2101 FXMC Neural Network Controller
15862 2102 FXMC Neural Network Controller V2
15863 2103 FXMC Neural Network Controller V3
15864 4101 Passport Reader CLR device
15865 4201 Passport Reader PRM device
15866 4202 Passport Reader PRM extension device
15867 4203 Passport Reader PRM DSP device
15868 4204 Passport Reader PRMC device
15869 4205 Passport Reader CSHR device
15870 4206 Passport Reader PRMC V2 device
15871 4301 Passport Reader MRZ device
15872 4302 Passport Reader MRZ DSP device
15873 4303 Passport Reader CSLR device
15874 4401 Card Reader
15875 4501 Passport Reader RFID device
15876 4502 Passport Reader RFID AIG device
15877 6101 Neural Network Controller
15878 6202 Fingerprint Reader device
15879 6203 Fingerprint Scanner device
15880 8101 Camera V1
15881 8102 Recovery / Camera V2
15882 8103 Camera V3
1394315883 1b59 K.S. Terminals Inc.
1394415884 1b5a Chao Zhou Kai Yuan Electric Co., Ltd.
1394515885 1b65 The Hong Kong Standards and Testing Centre Ltd.
15886 1b71 Fushicai
15887 3002 USBTV007 Video Grabber [EasyCAP]
1394615888 1b72 ATERGI TECHNOLOGY CO., LTD.
1394715889 1b73 Fresco Logic
1394815890 1000 xHC1 Controller
1394915891 1b75 Ovislink Corp.
1395015892 3072 AirLive WN-360USB adapter
15893 8171 WN-370USB 802.11bgn Wireless Adapter [Realtek RTL8188SU]
1395115894 8187 AirLive WL-1600USB 802.11g Adapter [Realtek RTL8187L]
13952 9170 Airlive X.USB [AR9170]
15895 9170 AirLive X.USB 802.11abgn [Atheros AR9170+AR9104]
1395315896 a200 AirLive WN-200USB wireless 11b/g/n dongle
1395415897 1b76 Legend Silicon Corp.
1395515898 1b80 Afatech
1395915902 d397 DVB-T receiver [RTL2832U]
1396015903 d398 DVB-T receiver [RTL2832U]
1396115904 d700 FM Radio SnapMusic Mobile 700 (FM700)
15905 e297 Conceptronic DVB-T CTVDIGRCU V3.0
1396215906 e383 DVB-T UB383-T [af9015]
1396315907 e385 DVB-T UB385-T [af9015]
1396415908 e386 DVB-T UB385-T [af9015]
1396515909 e399 DVB-T KWorld PlusTV 399U [af9015]
1396615910 e39a DVB-T395U [af9015]
1396715911 e39b DVB-T395U [af9015]
15912 e401 Sveon STV22 DVB-T [af9015]
1396815913 e409 IT9137FN Dual DVB-T [KWorld UB499-2T]
1396915914 1b86 Dongguan Guanshang Electronics Co., Ltd.
1397015915 1b88 ShenMing Electron (Dong Guan) Co., Ltd.
1398815933 1bae Vuzix Corporation
1398915934 0002 VR920 Immersive Eyewear
1399015935 1bbb T & A Mobile Phones
15936 011e Alcatel One Touch L100V / Telekom Speedstick LTE II
15937 f017 Alcatel One Touch L100V / Telekom Speedstick LTE II
1399115938 1bc4 Ford Motor Co.
1399215939 1bc5 AVIXE Technology (China) Ltd.
15940 1bc7 Telit Wireless Solutions
15941 0020 HE863
15942 0021 HE910
15943 0023 HE910-D ECM
15944 1003 UC864-E
15945 1004 UC864-G
15946 1005 CC864-DUAL
15947 1006 CC864-SINGLE
15948 1010 DE910-DUAL
15949 1011 CE910-DUAL
15950 1200 LE920
1399315951 1bce Contac Cable Industrial Limited
1399415952 1bcf Sunplus Innovation Technology Inc.
1399515953 0007 Optical Mouse
1399615954 053a Targa Silvercrest OMC807-C optische Funkmaus
1399715955 05c5 SPRF2413A [2.4GHz Wireless Keyboard/Mouse Receiver]
1399815956 05cf Micro keyboard & mouse receiver
13999 0c31 Serial-ATA bridge
15957 0c31 SPIF30x Serial-ATA bridge
15958 2885 ASUS Webcam
15959 2888 HP Universal Camera
15960 2b83 Laptop Integrated Webcam FHD
1400015961 1bd0 Hangzhou Riyue Electronic Co., Ltd.
1400115962 1bd5 BG Systems, Inc.
1400215963 1bde P-TWO INDUSTRIES, INC.
1401515976 6968 Touch Screen
1401615977 1c02 Kreton Corporation
1401715978 1c04 QNAP System Inc.
15979 1c0c Ionics EMS, Inc.
15980 0102 Plug Computer
1401815981 1c0d Relm Wireless
1401915982 1c10 Lanterra Industrial Co., Ltd.
1402015983 1c13 ALECTRONIC LIMITED
1404216005 0002 Keyboard TRACER Gamma Ivory
1404316006 0003 HID controller
1404416007 000e Genius KB-120 Keyboard
16008 0026 Keyboard
1404516009 3000 Micro USB Web Camera
16010 3002 WebCam SiGma Micro
1404616011 1c6b Philips & Lite-ON Digital Solutions Corporation
1404716012 a222 DVD Writer Slimtype eTAU108
1404816013 1c6c Skydigital Inc.
1405416019 1c7a LighTuning Technology Inc.
1405516020 0801 Fingerprint Reader
1405616021 1c7b LUXSHARE PRECISION INDUSTRY (SHENZHEN) CO., LTD.
16022 1c83 Schomaecker GmbH
16023 0001 RS150 V2
1405716024 1c87 2N TELEKOMUNIKACE a.s.
1405816025 1c88 Somagic, Inc.
1405916026 0007 SMI Grabber (EasyCAP DC60+ clone) (no firmware) [SMI-2021CBE]
1406416031 1c9e OMEGA TECHNOLOGY
1406516032 6061 WL-72B 3.5G MODEM
1406616033 1ca0 ACCARIO Inc.
16034 1ca1 Symwave
16035 18ab SATA bridge
1406716036 1cac Kinstone
1406816037 a332 C8 Webcam
1406916038 b288 C18 Webcam
1407016039 1cb3 Aces Electronic Co., Ltd.
1407116040 1cb4 OPEX CORPORATION
16041 1cb6 IdeaCom Technology Inc.
16042 6681 IDC6681
1407216043 1cbe Luminary Micro Inc.
16044 00fd In-Circuit Debug Interface
16045 00ff Stellaris ROM DFU Bootloader
16046 0166 CANAL USB2CAN
1407316047 1cbf FORTAT SKYMARK INDUSTRIAL COMPANY
1407416048 1cc0 PlantSense
1407516049 1cca NextWave Broadband Inc.
1408116055 1cdf WonTen Technology Co., Ltd.
1408216056 1ce0 EDIMAX TECHNOLOGY CO., LTD.
1408316057 1ce1 Amphenol KAE
16058 1cf1 Dresden Elektronik
16059 0001 Sensor Terminal Board
16060 0004 Wireless Handheld Terminal
16061 0017 deRFusbSniffer 2.4 GHz
16062 0018 deRFusb24E001
16063 0019 deRFusb14E001
16064 001a deRFusb23E00
16065 001b deRFusb13E00
16066 001c deRFnode
16067 001d deRFnode / gateway
16068 0022 deUSB level shifter
16069 0023 deRFusbSniffer Sub-GHz
16070 0025 deRFusb23E06
16071 0027 deRFusb13E06
1408416072 1cfc ANDES TECHNOLOGY CORPORATION
1408516073 1cfd Flextronics Digital Design Japan, LTD.
16074 1d03 iCON
16075 0028 iCreativ MIDI Controller
1408616076 1d07 Solid-Motion
1408716077 1d08 NINGBO HENTEK DRAGON ELECTRONICS CO., LTD.
1408816078 1d09 TechFaith Wireless Technology Limited
1408916079 1026 HSUPA Modem FLYING-LARK46-VER0.07 [Flying Angel]
1409016080 1d0a Johnson Controls, Inc. The Automotive Business Unit
1409116081 1d0b HAN HUA CABLE & WIRE TECHNOLOGY (J.X.) CO., LTD.
16082 1d0f Sonix Technology Co., Ltd.
1409216083 1d14 ALPHA-SAT TECHNOLOGY LIMITED
1409316084 1d17 C-Thru Music Ltd.
1409416085 0001 AXiS-49 Harmonic Table MIDI Keyboard
1410016091 8202 DK DVBC/T DONGLE
1410116092 1d1f Diostech Co., Ltd.
1410216093 1d20 SAMTACK INC.
16094 1d27 ASUS
16095 1d34 Dream Cheeky
16096 0001 Dream Cheeky Fidget
16097 0004 Dream Cheeky Webmail Notifier
16098 0008 Dream Cheeky button
16099 000a Dream Cheeky Mailbox Friends Alert
16100 000d Dream Cheeky Big Red Button
16101 0013 Dream Cheeky LED Message Board
16102 1d45 Touch
16103 1d45 Foxlink Optical touch sensor
1410316104 1d4d PEGATRON CORPORATION
1410416105 0002 Ralink RT2770/2720 802.11b/g/n Wireless LAN Mini-USB Device
1410516106 000c Ralink RT3070 802.11b/g/n Wireless Lan USB Device
1410616107 000e Ralink RT3070 802.11b/g/n Wireless Lan USB Device
1410716108 1d50 OpenMoko, Inc.
1410816109 5119 GTA01/GTA02 U-Boot Bootloader
16110 602b FPGALink
16111 6053 Darkgame Controller
16112 1d57 Xenta
16113 0005 Wireless Receiver (Keyboard and Mouse)
16114 0006 Wireless Receiver (RC Laser Pointer)
16115 000c Optical Mouse
16116 2400 Wireless Mouse Receiver
16117 32da 2.4GHz Receiver (Keyboard and Mouse)
16118 83d0 Click-mouse!
16119 ac01 Wireless Receiver (Keyboard and Mouse)
16120 ad02 SE340D PC Remote Control
16121 af01 AUVIO Universal Remote Receiver for PlayStation 3
1410916122 1d5b Smartronix, Inc.
1411016123 1d6b Linux Foundation
1411116124 0001 1.1 root hub
1411816131 0104 Multifunction Composite Gadget
1411916132 0105 FunctionFS Gadget
1412016133 0200 Qemu Audio Device
16134 1d90 Citizen
16135 201e PPU-700
16136 1de1 Actions Microelectronics Co.
16137 1101 Generic Display Device (Mass storage mode)
16138 c101 Generic Display Device
1412116139 1e0e Qualcomm / Option
16140 f000 iCON 210 UMTS Surfstick
1412216141 1e10 Point Grey Research, Inc.
1412316142 2004 Sony 1.3MP 1/3" ICX445 IIDC video camera [Chameleon]
1412416143 1e17 Mirion Technologies Dosimetry Services Division
1413916158 0408 LPC2378 [Robotino-Arm]
1414016159 0409 LPC2378 [Robotino-Arm Bootloader]
1414116160 040a LPC2378 [Robotino Bootloader]
16161 040b LPC2378 [Robotino XT]
16162 040c LPC2378 [Robotino XT Bootloader]
16163 040d LPC2378 [Robotino 3]
16164 040e LPC2378 [Robotino 3 Bootloader]
1414216165 0501 CP2102 [CMSP]
1414316166 0601 CMMP-AS
1414416167 1e3d Chipsbank Microelectronics Co., Ltd
16168 2093 CBM209x Flash Drive (OEM)
1414516169 4082 CBM4082 SD Card Reader
1414616170 1e41 Cleverscope
1414716171 0001 CS328A PC Oscilloscope
16172 1e4e Cubeternet
16173 0100 WebCam
16174 0102 GL-UPC822 UVC WebCam
1414816175 1e54 TypeMatrix
1414916176 2030 2030 USB Keyboard
1415016177 1e68 TrekStor GmbH & Co. KG
1415116178 001b DataStation maxi g.u
16179 0050 DataStation maxi light
1415216180 1e71 NZXT
1415316181 0001 Avatar Optical Mouse
1415416182 1e74 Coby Electronics Corporation
16183 2211 MP300
16184 2647 2 GB 2 Go Video MP3 Player [MP601-2G]
16185 2659 Coby 4GB Go Video MP3 Player [MP620-4G]
16186 4641 A8705 MP3/Video Player
1415516187 6511 MP705-8G MP3 player
1415616188 6512 MP705-4G
16189 7111 MP957 Music and Video Player
1415716190 1e7d ROCCAT
1415816191 2c24 Pyra Mouse (wired)
1415916192 2ced Kone Mouse
16193 2cf6 Pyra Mouse (wireless)
16194 2d50 Kova+ Mouse
1416016195 2d51 Kone+ Mouse
1416116196 30d4 Arvo Keyboard
1416216197 1ebb NuCORE Technology, Inc.
1416316198 1eda AirTies Wireless Networks
14164 2310 802.11n USB Wireless LAN Card
16199 2012 Air2210 54 Mbps Wireless Adapter
16200 2210 Air2210 54 Mbps Wireless Adapter
16201 2310 Air2310 150 Mbps Wireless Adapter
16202 2410 Air2410 300 Mbps Wireless Adapter
1416516203 1edb Blackmagic design
1416616204 bd3b Intensity Shuttle
1416716205 1ee8 ONDA COMMUNICATION S.p.a.
1416816206 0014 MT833UP
1416916207 1ef6 EADS Deutschland GmbH
16208 2233 Cassidian NH90 STTE
16209 5064 FDR Interface
16210 5523 Cassidian SSDC Adapter II
16211 5545 Cassidian SSDC Adapter III
16212 5648 RIU CSMU/BSD
16213 564a Cassidian RIU CSMU/BSD Simulator
1417016214 1f28 Cal-Comp
1417116215 0020 CDMA USB Modem A600
1417216216 0021 CD INSTALLER USB Device
16217 1f3a Onda (unverified)
16218 efe8 V972 tablet in flashing mode
16219 1f44 The Neat Company
16220 0001 NM-1000 scanner
16221 1f48 H-TRONIC GmbH
16222 0627 Data capturing system
16223 0628 Data capturing and control module
1417316224 1f4d G-Tek Electronics Group
1417416225 b803 Lifeview LV5TDLX DVB-T [RTL2832U]
16226 1f6f Aliph
16227 0023 Jawbone Jambox
16228 8000 Jawbone Jambox - Updating
16229 1f75 Innostor Technology Corporation
16230 0888 IS888 SATA Storage Controller
16231 0902 IS902 UFD controller
1417516232 1f82 TANDBERG
1417616233 0001 PrecisionHD Camera
1417716234 1f84 Alere, Inc.
1417816235 1f87 Stantum
1417916236 0002 Multi-touch HID Controller
16237 1f9b Ubiquiti Networks, Inc.
16238 0241 AirView2-EXT
16239 1fab Samsung Opto-Electroncs Co., Ltd.
16240 104d ES65
1418016241 1fbd Delphin Technology AG
1418116242 0001 Expert Key - Data aquisition system
1418216243 1fc9 NXP Semiconductors
16244 0003 LPC1343
16245 010b PR533
16246 1fde ILX Lightwave Corporation
16247 0001 UART Bridge
1418316248 1fe7 Vertex Wireless Co., Ltd.
1418416249 1000 VW100 series CDMA EV-DO Rev.A modem
16250 1ff7 CVT Electronics.Co.,Ltd
16251 0013 CVTouch Screen (HID)
16252 001a Human Interface Device
16253 1fff Ideofy Inc.
1418516254 2001 D-Link Corp.
1418616255 0001 DWL-120 WIRELESS ADAPTER
1418716256 0201 DHN-120 10Mb Home Phoneline Adapter
14188 1a00 10/100 Ethernet
16257 1a00 DUB-E100 Fast Ethernet Adapter(rev.A) [ASIX AX88172]
16258 1a02 DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772]
1418916259 200c 10/100 Ethernet
1419016260 3200 DWL-120 802.11b Wireless Adapter(rev.E1) [Atmel at76c503a]
1419116261 3301 DWA-130 802.11n Wireless N Adapter(rev.C1) [Realtek RTL8192U]
16262 3306 DWL-G122 Wireless Adapter(rev.F1) [Realtek RTL8188SU]
16263 3308 DWA-121 802.11n Wireless N 150 Pico Adapter [Realtek RTL8188CUS]
16264 3309 DWA-135 802.11n Wireless N Adapter(rev.A1) [Realtek RTL8192CU]
16265 330a DWA-133 802.11n Wireless N Adapter [Realtek RTL8192CU]
1419216266 3500 Elitegroup Computer Systems WLAN card WL-162
1419316267 3700 DWL-122 802.11b [Intersil Prism 3]
1419416268 3701 DWL-G120 Spinnaker 802.11g [Intersil ISL3886]
1419516269 3702 DWL-120 802.11b Wireless Adapter(rev.F) [Intersil ISL3871]
14196 3703 AirPlus G DWL-G122 Wireless Adapter [Intersil ISL3886]
16270 3703 AirPlus G DWL-G122 Wireless Adapter(rev.A1) [Intersil ISL3880]
1419716271 3704 AirPlus G DWL-G122 Wireless Adapter(rev.A2) [Intersil ISL3887]
1419816272 3705 AirPlus G DWL-G120 Wireless Adapter(rev.C) [Intersil ISL3887]
1419916273 3761 IEEE 802.11g USB2.0 Wireless Network Adapter-PN
1420916283 3a83 predator Bootloader Download
1421016284 3b00 AirPlus DWL-120+ Wireless Adapter [Texas Instruments ACX100USB]
1421116285 3b01 WLAN Boot Device
14212 3c00 AirPlus G DWL-G122 Wireless Adapter(rev.B1) [Ralink RT2500USB]
16286 3c00 AirPlus G DWL-G122 Wireless Adapter(rev.B1) [Ralink RT2571]
1421316287 3c01 AirPlus AG DWL-AG122 Wireless Adapter
1421416288 3c02 AirPlus G DWL-G122 Wireless Adapter
14215 3c05 DUB-E100 Fast Ethernet [asix]
16289 3c05 DUB-E100 Fast Ethernet Adapter(rev.B1) [ASIX AX88772]
16290 3c15 DWA-140 RangeBooster N Adapter(rev.B3) [Ralink RT5372]
16291 3c17 DWA-123 Wireless N 150 Adapter(rev.A1) [Ralink RT3370]
16292 3c19 DWA-125 Wireless N 150 Adapter(rev.A3) [Ralink RT5370]
16293 3c1a DWA-160 802.11abgn Xtreme N Dual Band Adapter(rev.B2) [Ralink RT5572]
16294 3c1b DWA-127 Wireless N 150 High-Gain Adapter(rev.A1) [Ralink RT3070]
1421616295 4000 DSB-650C Ethernet [klsi]
1421716296 4001 DSB-650TX Ethernet [pegasus]
1421816297 4002 DSB-650TX Ethernet [pegasus]
1423416313 f116 Formosa 2
1423516314 f117 Formosa 3
1423616315 f118 Formosa 4
14237 2013 Unknown (Pinnacle?)
16316 2002 DAP Technologies
16317 200c Reloop
16318 100b Play audio soundcard
16319 2013 PCTV Systems
1423816320 0245 PCTV 73ESE
1423916321 0246 PCTV 74E
1424016322 0248 PCTV 282E
16323 024f nanoStick T2 290e
1424116324 2019 PLANEX
1424216325 3220 GW-US11S WLAN [Atmel AT76C503A]
16326 4901 GW-USSuper300 802.11bgn Wireless Adapter [Realtek RTL8191SU]
16327 4903 GW-USFang300 802.11abgn Wireless Adapter [Realtek RTL8192DU]
16328 4904 GW-USUltra300 802.11abgn Wireless Adapter [Realtek RTL8192DU]
1424316329 5303 GW-US54GXS 802.11bg
1424416330 5304 GWUS300 802.11n
1424516331 ab01 GW-US54HP
1424716333 ab25 GW-USMini2N 802.11n Wireless Adapter [Ralink RT2870]
1424816334 ab28 GW-USNano
1424916335 ab29 GW-USMicro300
16336 ab2a GW-USNano2 802.11n Wireless Adapter [Realtek RTL8188CUS]
16337 ab2b GW-USEco300 802.11bgn Wireless Adapter [Realtek RTL8192CU]
16338 ab2c GW-USDual300 802.11abgn Wireless Adapter [Realtek RTL8192DU]
1425016339 ab50 GW-US54Mini2
1425116340 c002 GW-US54SG
1425216341 c007 GW-US54GZL
1425316342 ed02 GW-USMM
14254 ed06 802.11n Wireless LAN Adapter
16343 ed06 GW-US300MiniW 802.11bgn Wireless Adapter
1425516344 ed10 GW-US300Mini2
1425616345 ed14 GW-USMicroN
14257 ed17 GW-USValue-EZ
16346 ed16 GW-USMicroN2W 802.11bgn Wireless Adapter [Realtek RTL8188SU]
16347 ed17 GW-USValue-EZ 802.11n Wireless Adapter [Realtek RTL8188CUS]
16348 ed18 GW-USHyper300 / GW-USH300N 802.11bgn Wireless Adapter [Realtek RTL8191SU]
1425816349 2040 Hauppauge
1425916350 0c80 Windham
1426016351 0c90 Windham
1427016361 2400 WinTV PVR USB2 (Model 24019)
1427116362 4700 WinTV Nova-S-USB2
1427216363 4902 HD PVR
16364 4903 HS PVR
1427316365 4982 HD PVR
1427416366 5500 Windham
1427516367 5510 Windham
1429716389 c010 Windham
1429816390 2047 Texas Instruments
1429916391 0200 MSP430 USB HID Bootstrap Loader
16392 0855 Invensense Embedded MotionApp HID Sensor
16393 0964 Inventio Software MSP430
1430016394 2080 Barnes & Noble
1430116395 0001 nook
1430216396 0002 NOOKcolor
16397 0003 NOOK Simple Touch
16398 0004 NOOK Tablet
1430316399 2087 Cando
1430416400 0a01 Multi Touch Panel
1430516401 0a02 Multi Touch Panel
1430616402 0b03 Multi Touch Panel
1430716403 20a0 Clay Logic
16404 4123 IKALOGIC SCANALOGIC 2
1430816405 414a MDE SPI Interface
16406 415a OpenPilot
16407 415b CopterControl
16408 415c PipXtreme
1430916409 20b1 XMOS Ltd
1431016410 10ad XUSB Loader
1431116411 f7d1 XTAG2 - JTAG Adapter
1432016420 cb72 ben-wpan, cntr
1432116421 20df Simtec Electronics
1432216422 0001 Entropy Key [UDEKEY01]
16423 20f4 TRENDnet
16424 648b TEW-648UBM 802.11n 150Mbps Micro Wireless N Adapter [Realtek RTL8188CUS]
1432316425 2101 ActionStar
1432416426 0201 SIIG 4-to-2 Printer Switch
16427 2149 Advanced Silicon S.A.
16428 211b Touchscreen Controller
16429 2703 TS58xxA/TC56xxA [CoolTouch]
1432516430 2162 Creative (?)
1432616431 2031 Network Blaster Wireless Adapter
1432716432 500c DE5771 Modem Blaster
1434016445 4050 AirStick joystick
1434116446 2227 SAMWOO Enterprise
1434216447 3105 SKYDATA SKD-U100
16448 2232 Silicon Motion
16449 1005 WebCam SCB-0385N
16450 1028 WebCam SC-03FFL11939N
16451 1029 WebCam SC-13HDL11939N
16452 1037 WebCam SC-03FFM12339N
1434316453 2233 RadioShack Corporation
1434416454 6323 USB Electronic Scale
1434516455 2237 Kobo Inc.
1434616456 4161 eReader White
16457 228d 8D Technologies inc.
16458 0001 Terminal Bike Key Reader
1434716459 22a6 Pie Digital, Inc.
1434816460 ffff PieKey "beta" 4GB model 4E4F41482E4F5247 (SM3251Q BB)
1434916461 22b8 Motorola PCS
1448516597 061e PCTV Deluxe (PAL) Device
1448616598 2318 Shining Technologies, Inc. [hex]
1448716599 0011 CitiDISK Jr. IDE Enclosure
16600 2341 Arduino SA
16601 0001 Uno (CDC ACM)
16602 0010 Mega 2560 (CDC ACM)
16603 003b Serial Adapter (CDC ACM)
16604 003f Mega ADK (CDC ACM)
16605 0042 Mega 2560 R3 (CDC ACM)
16606 0043 Uno R3 (CDC ACM)
16607 0044 Mega ADK R3 (CDC ACM)
16608 0045 Serial R3 (CDC ACM)
16609 8036 Leonardo (CDC ACM, HID)
1448816610 2373 Pumatronix Ltda
1448916611 0001 5 MegaPixel Digital Still Camera [DSC5M]
1449016612 2375 Digit@lway, Inc.
1449116613 0001 Digital Audio Player
1449216614 2406 SANHO Digital Electronics Co., Ltd.
1449316615 6688 PD7X Portable Storage
16616 2443 Aessent Technology Ltd
16617 00dc aes220 FPGA Mini-Module
1449416618 2478 Tripp-Lite
1449516619 2008 U209-000-R Serial Port
16620 249c M2Tech s.r.l.
1449616621 2632 TwinMOS
1449716622 3209 7-in-1 Card Reader
16623 2639 Xsens
16624 0001 MTi-10 IMU
16625 0002 MTi-20 VRU
16626 0003 MTi-30 AHRS
16627 0011 MTi-100 IMU
16628 0012 MTi-200 VRU
16629 0013 MTi-300 AHRS
16630 0017 MTi-G-700 GPS INS
1449816631 2650 Electronics For Imaging, Inc. [hex]
16632 2659 Sundtek
16633 1101 TNT DVB-T/DAB/DAB+/FM
16634 1201 FM Transmitter/Receiver
16635 1202 MediaTV Analog/FM/DVB-T
16636 1203 MediaTV Analog/FM/DVB-T MiniPCIe
16637 1204 MediaTV Analog/FM/ATSC
16638 1205 SkyTV Ultimate V
16639 1206 MediaTV DVB-T MiniPCIe
16640 1207 Sundtek HD Capture
16641 1208 Sundtek SkyTV Ultimate III
16642 1209 MediaTV Analog/FM/ATSC MiniPCIe
16643 1210 MediaTV Pro III (EU)
16644 1211 MediaTV Pro III (US)
16645 1212 MediaTV Pro III MiniPCIe (EU)
16646 1213 MediaTV Pro III MiniPCIe (US)
16647 2676 Basler AG
16648 ba02 ace
1449916649 2730 Citizen
1450016650 200f CT-S310 Label printer
1450116651 2735 DigitalWay
1477816928 4971 SimpleTech
1477916929 cb01 SP-U25/120G
1478016930 ce17 1TB SimpleDrive II USB External Hard Drive
16931 4d46 Musical Fidelity
16932 0001 V-Link
16933 0002 V-DAC II
1478116934 5032 Grandtec
1478216935 0bb8 Grandtec USB1.1 DVB-T (cold)
1478316936 0bb9 Grandtec USB1.1 DVB-T (warm)
1516717320 02 Wire Adapter Multifunction Peripheral
1516817321 03 ?
1516917322 01 Cable Based Association
17323 05 USB3 Vision
1517017324 C fe Application Specific Interface
1517117325 01 Device Firmware Update
1517217326 02 IRDA Bridge
4545 },
4646 sample5 => {
4747 get => {
48 '.1.3.6.1.2.1.1.1.0' => 'H3C Comware Platform Software, Software Version 5.20 Release 2208
49 H3C S5500-52C-EI
48 '.1.3.6.1.2.1.1.1.0' => 'H3C Comware Platform Software, Software Version 5.20 Release 2208
49 H3C S5500-52C-EI
5050 Copyright (c) 2004-2010 Hangzhou H3C Tech. Co., Ltd. All rights reserved.'
5151 }
5252 }
1515 );
1616
1717 my @consumable_tests = (
18 [ "Bias Transfer Roll", undef ],
18 [ "Bias Transfer Roll", 'TRANSFERKIT' ],
1919 [ "Black Cartridge ", undef ],
2020 [ "Black Cartridge", undef ],
21 [ "Black Cartridge HP CB540A", undef ],
22 [ "Black Cartridge HP CC530A", undef ],
23 [ "Black Cartridge HP CE310A", undef ],
24 [ "Black Cartridge HP CE320A", undef ],
25 [ "Black Cartridge HP CE410A", undef ],
26 [ "Black Cartridge HP Q5942X", undef ],
27 [ "Black Cartridge HP Q6470A", undef ],
28 [ "Black Cartridge HP Q7551A", undef ],
29 [ "Black Cartridge HP Q7551X", undef ],
21 [ "Black Cartridge HP CB540A", 'TONERBLACK' ],
22 [ "Black Cartridge HP CC530A", 'TONERBLACK' ],
23 [ "Black Cartridge HP CE310A", 'TONERBLACK' ],
24 [ "Black Cartridge HP CE320A", 'TONERBLACK' ],
25 [ "Black Cartridge HP CE410A", 'TONERBLACK' ],
26 [ "Black Cartridge HP Q5942X", 'TONERBLACK' ],
27 [ "Black Cartridge HP Q6470A", 'TONERBLACK' ],
28 [ "Black Cartridge HP Q7551A", 'TONERBLACK' ],
29 [ "Black Cartridge HP Q7551X", 'TONERBLACK' ],
3030 [ "Black, ColorQube 8570", undef ],
3131 [ "Black Drum Cartridge", 'DRUMBLACK' ],
3232 [ "black ink", 'CARTRIDGEBLACK' ],
3333 [ "Black Ink, Phaser 8500/8550, PN 108R00668", 'CARTRIDGEBLACK' ],
3434 [ "Black Photoconductive Drum", 'DRUMBLACK' ],
35 [ "Black Print Cartridge HP C9730A", undef ],
36 [ "Black Print Cartridge HP Q1338A", undef ],
37 [ "Black Print Cartridge HP Q2610A", undef ],
35 [ "Black Print Cartridge HP C9730A", 'TONERBLACK' ],
36 [ "Black Print Cartridge HP Q1338A", 'TONERBLACK' ],
37 [ "Black Print Cartridge HP Q2610A", 'TONERBLACK'],
3838 [ "Black Toner", 'TONERBLACK' ],
3939 [ "Black Toner Cartridge HP Q6000A", 'TONERBLACK' ],
4040 [ "Black Toner [K] Cartridge", 'TONERBLACK' ],
5050 [ "Cartouche de jau", undef ],
5151 [ "Cartouche de mag", undef ],
5252 [ "Cartouche d'encre" => undef ],
53 [ "CARTOUCHE D'ENCRE HP C4127X" => undef ],
53 [ "CARTOUCHE D'ENCRE HP C4127X" => 'TONERBLACK' ],
5454 [ "Cartouche de noi", undef ],
5555 [ "Cartouche jaune,", undef ],
5656 [ "Cartouche magent", undef ],
57 [ "Cartouche Noir HP CE505A", undef ],
58 [ "Cartouche Noir HP CE505X", undef ],
59 [ "CE285A", undef ],
60 [ "CE310A", undef ],
61 [ "CE311A", undef ],
62 [ "CE312A", undef ],
63 [ "CE313A", undef ],
57 [ "Cartouche Noir HP CE505A", 'TONERBLACK' ],
58 [ "Cartouche Noir HP CE505X", 'TONERBLACK' ],
59 [ "CE285A", 'TONERBLACK' ],
60 [ "CE310A", 'TONERBLACK' ],
61 [ "CE311A", 'TONERCYAN' ],
62 [ "CE312A", 'TONERYELLOW' ],
63 [ "CE313A", 'TONERMAGENTA' ],
6464 [ "CE314A", undef ],
6565 [ "C-KIT DC2118", undef ],
66 [ "Courroie transfert", undef ],
66 [ "Courroie transfert", 'TRANSFERKIT' ],
6767 [ "Cyan Cartridge H", undef ],
68 [ "Cyan Cartridge HP CB541A", undef ],
69 [ "Cyan Cartridge HP CC531A", undef ],
70 [ "Cyan Cartridge HP CE311A", undef ],
71 [ "Cyan Cartridge HP CE321A", undef ],
72 [ "Cyan Cartridge HP CE411A", undef ],
73 [ "Cyan Cartridge HP Q6471A", undef ],
68 [ "Cyan Cartridge HP CB541A", 'TONERCYAN' ],
69 [ "Cyan Cartridge HP CC531A", 'TONERCYAN'],
70 [ "Cyan Cartridge HP CE311A", 'TONERCYAN' ],
71 [ "Cyan Cartridge HP CE321A", 'TONERCYAN' ],
72 [ "Cyan Cartridge HP CE411A", 'TONERCYAN' ],
73 [ "Cyan Cartridge HP Q6471A", 'TONERCYAN' ],
7474 [ "Cyan, ColorQube 8570", undef ],
7575 [ "Cyan Developer", undef ],
7676 [ "Cyan Drum Cartridge", 'DRUMCYAN' ],
7777 [ "cyan ink", 'CARTRIDGECYAN' ],
7878 [ "Cyan Ink, Phaser 8500/8550, PN 108R00669", 'CARTRIDGECYAN' ],
7979 [ "Cyan Photoconductive Drum", 'DRUMCYAN' ],
80 [ "Cyan Print Cartridge HP C9731A", undef ],
80 [ "Cyan Print Cartridge HP C9731A", 'TONERCYAN' ],
8181 [ "Cyan Toner", 'TONERCYAN' ],
8282 [ "Cyan Toner Cartridge HP Q6001A", 'TONERCYAN' ],
8383 [ "Cyan Toner [C] Cartridge", 'TONERCYAN' ],
9292 [ "Drum Cartridge, Phaser 5550-PagePack, P/N 113R00685", undef ],
9393 [ "Drum Cartridge (Yellow)", 'DRUMYELLOW' ],
9494 [ "Extended-Capacity Maintenance Kit, Phaser 8550/8560/8560MFP, P/N 108R00676", 'MAINTENANCEKIT' ],
95 [ "Fuser CRU module", undef ],
96 [ "Fuser, Phaser 61", undef ],
97 [ "Fuser Unit", undef ],
95 [ "Fuser CRU module", 'FUSERKIT' ],
96 [ "Fuser, Phaser 61", 'FUSERKIT' ],
97 [ "Fuser Unit", 'FUSERKIT' ],
9898 [ "Genuine Xerox Solid Ink Black, Phaser 8560/8560MFP, P/N 108R00727", 'CARTRIDGEBLACK' ],
9999 [ "Genuine Xerox Solid Ink Cyan, Phaser 8560/8560MFP, P/N 108R00723", 'CARTRIDGECYAN' ],
100100 [ "Genuine Xerox Solid Ink Magenta, Phaser 8560/8560MFP, P/N 108R00724", 'CARTRIDGEMAGENTA' ],
101101 [ "Genuine Xerox Solid Ink Yellow, Phaser 8560/8560MFP, P/N 108R00725", 'CARTRIDGEYELLOW' ],
102 [ "Image Fuser Kit ", undef ],
103 [ "Image Fuser Kit HP 110V-Q3984A, 220V-Q3985A", undef ],
104 [ "Image Transfer K", undef ],
105 [ "Image Transfer Kit HP C9734B", undef ],
102 [ "Image Fuser Kit ", 'FUSERKIT' ],
103 [ "Image Fuser Kit HP 110V-Q3984A, 220V-Q3985A", 'FUSERKIT' ],
104 [ "Image Transfer K", 'TRANSFERKIT' ],
105 [ "Image Transfer Kit HP C9734B", 'TRANSFERKIT' ],
106106 [ "Imaging Drum HP CE314A", undef ],
107107 [ "Kit de fusion HP", undef ],
108108 [ "Kit de maintenan", undef ],
109109 [ "Magenta Cartridg", undef ],
110 [ "Magenta Cartridge HP CB543A", undef ],
111 [ "Magenta Cartridge HP CC533A", undef ],
112 [ "Magenta Cartridge HP CE313A", undef ],
113 [ "Magenta Cartridge HP CE323A", undef ],
114 [ "Magenta Cartridge HP CE413A", undef ],
115 [ "Magenta Cartridge HP Q6473A", undef ],
110 [ "Magenta Cartridge HP CB543A", 'TONERMAGENTA' ],
111 [ "Magenta Cartridge HP CC533A", 'TONERMAGENTA' ],
112 [ "Magenta Cartridge HP CE313A", 'TONERMAGENTA' ],
113 [ "Magenta Cartridge HP CE323A", 'TONERMAGENTA' ],
114 [ "Magenta Cartridge HP CE413A", 'TONERMAGENTA' ],
115 [ "Magenta Cartridge HP Q6473A", 'TONERMAGENTA' ],
116116 [ "Magenta, ColorQube 8570", undef ],
117117 [ "Magenta Drum Cartridge", 'DRUMMAGENTA' ],
118118 [ "magenta ink", 'CARTRIDGEMAGENTA' ],
119119 [ "Magenta Ink, Phaser 8500/8550, PN 108R00670", 'CARTRIDGEMAGENTA' ],
120120 [ "Magenta Photoconductive Drum", 'DRUMMAGENTA' ],
121 [ "Magenta Print Cartridge HP C9733A", undef ],
121 [ "Magenta Print Cartridge HP C9733A", 'TONERMAGENTA' ],
122122 [ "Magenta Toner", 'TONERMAGENTA' ],
123123 [ "Magenta Toner Cartridge HP Q6003A", 'TONERMAGENTA' ],
124124 [ "Magenta Toner [M] Cartridge", 'TONERMAGENTA' ],
134134 [ "Standard-Capacity Maintenance Kit, ColorQube 8570, P/N 109R00784", 'MAINTENANCEKIT' ],
135135 [ "Standard-Capacity Maintenance Kit, Phaser 8500/8550/8560/8560MFP, P/N 108R00675", 'MAINTENANCEKIT' ],
136136 [ "Staple Unit", undef ],
137 [ "TK-560C", undef ],
138 [ "TK-560K", undef ],
139 [ "TK-560M", undef ],
140 [ "TK-560Y", undef ],
137 [ "TK-560C", 'TONERCYAN' ],
138 [ "TK-560K", 'TONERBLACK' ],
139 [ "TK-560M", 'TONERMAGENTA' ],
140 [ "TK-560Y", 'TONERYELLOW' ],
141141 [ "toner", undef ],
142142 [ "Toner (Black)", 'TONERBLACK' ],
143143 [ "Toner Bottle CRU", undef ],
144144 [ "Toner Cartridge", undef ],
145 [ "Toner Cartridge HP C4127X", undef ],
146 [ "Toner Cartridge, Phaser 5550-PagePack, P/N 113R00684", undef ],
145 [ "Toner Cartridge HP C4127X", 'TONERBLACK' ],
146 [ "Toner Cartridge, Phaser 5550-PagePack, P/N 113R00684", 'TONERBLACK' ],
147147 [ "Toner Collection", undef ],
148148 [ "Toner Container", undef ],
149149 [ "Toner cyan", 'TONERCYAN' ],
169169 [ "Xerographic CRU module", undef ],
170170 [ "Xerox Black Print Cartridge, Replace with PN 106R02651;SN 13021712973", undef ],
171171 [ "Yellow Cartridge", undef ],
172 [ "Yellow Cartridge HP CB542A", undef ],
173 [ "Yellow Cartridge HP CC532A", undef ],
174 [ "Yellow Cartridge HP CE312A", undef ],
175 [ "Yellow Cartridge HP CE322A", undef ],
176 [ "Yellow Cartridge HP CE412A", undef ],
177 [ "Yellow Cartridge HP Q6472A", undef ],
172 [ "Yellow Cartridge HP CB542A", 'TONERYELLOW' ],
173 [ "Yellow Cartridge HP CC532A", 'TONERYELLOW' ],
174 [ "Yellow Cartridge HP CE312A", 'TONERYELLOW' ],
175 [ "Yellow Cartridge HP CE322A", 'TONERYELLOW' ],
176 [ "Yellow Cartridge HP CE412A", 'TONERYELLOW' ],
177 [ "Yellow Cartridge HP Q6472A", 'TONERYELLOW' ],
178178 [ "Yellow, ColorQube 8570", undef ],
179179 [ "Yellow Drum Cartridge", 'DRUMYELLOW' ],
180180 [ "yellow ink", 'CARTRIDGEYELLOW' ],
181181 [ "Yellow Ink, Phaser 8500/8550, PN 108R00671", 'CARTRIDGEYELLOW' ],
182182 [ "Yellow Photoconductive Drum", 'DRUMYELLOW' ],
183 [ "Yellow Print Cartridge HP C9732A", undef ],
183 [ "Yellow Print Cartridge HP C9732A", 'TONERYELLOW' ],
184184 [ "Yellow Toner", 'TONERYELLOW' ],
185185 [ "Yellow Toner Cartridge HP Q6002A", 'TONERYELLOW' ],
186186 [ "Yellow Toner [Y] Cartridge", 'TONERYELLOW' ],
384384 scalar @mac_addresses_extraction_tests +
385385 scalar @mac_addresses_addition_tests +
386386 scalar @trunk_ports_extraction_tests +
387 7;
387 8;
388388
389389 foreach my $test (@mac_tests) {
390390 is(
396396
397397 foreach my $test (@consumable_tests) {
398398 is(
399 FusionInventory::Agent::Tools::Hardware::_getConsumableVariableFromDescription($test->[0]),
399 FusionInventory::Agent::Tools::Hardware::_getConsumableVariableFromDescription(
400 datadir => './share',
401 description => $test->[0]
402 ),
400403 $test->[1],
401404 "$test->[0] identification"
402405 );
425428 my %device2 = getDeviceInfo(snmp => $snmp2);
426429 cmp_deeply(
427430 \%device2,
431 {
432 DESCRIPTION => 'foo',
433 },
434 'getDeviceInfo() with sysobjectid'
435 );
436
437 my %device3 = getDeviceInfo(snmp => $snmp2, datadir => './share');
438 cmp_deeply(
439 \%device3,
428440 {
429441 DESCRIPTION => 'foo',
430442 TYPE => 'NETWORKING',
165165 ]
166166 );
167167
168 plan tests => (scalar keys %tests) + 4;
168 my @key_tests = (
169 [
170 'a4,00,00,00,03,00,00,00,35,35,30,34,31,2d,30,32,39,2d,30,30,34,37,38,39,37,2d,38,36,36,32,34,00,ac,00,00,00,58,31,35,2d,33,39,30,38,31,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,39,69,0a,52,80,bd,80,2c,03,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,5d,8a,cd,c9',
171 'BBBBB-BBBBB-BBBBB-BBBBB-BBBBB',
172 'win7 serial key decoding'
173 ],
174 [
175 'a4,00,00,00,03,00,00,00,30,30,31,38,30,2d,31,30,35,33,39,2d,35,32,38,34,30,2d,41,41,4f,45,4d,00,09,07,00,00,58,31,38,2d,31,35,35,38,30,00,00,00,00,00,00,00,09,07,80,14,74,33,14,aa,32,e4,d5,11,25,15,08,00,00,00,00,00,3a,05,bb,51,2f,01,29,97,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,b6,7d,17,ed',
176 'NK2HF-3VG6G-X3YMF-JFT99-HCBRC',
177 'win8 serial key decoding'
178 ]
179 );
180
181 plan tests =>
182 (scalar keys %tests) +
183 (scalar keys @key_tests) +
184 4;
169185
170186 my $module = Test::MockModule->new(
171187 'FusionInventory::Agent::Tools::Win32'
185201 );
186202 }
187203
204 foreach my $test (@key_tests) {
205 is(parseProductKey(binary($test->[0])), $test->[1], $test->[2]);
206 }
207
188208 SKIP: {
189209 skip 'Windows-specific test', 4 unless $OSNAME eq 'MSWin32';
190210
206226 ok(defined(<$fd>), "no_stderr=0: catch STDERR output");
207227
208228 }
229
230 sub binary {
231 my ($string) = @_;
232 return pack("C*", map { hex($_) } split (/,/, $string));
233 }
1717 plan skip_all => 'thread support required';
1818 }
1919
20 plan tests => 15;
20 plan tests => 12;
2121
2222 FusionInventory::Agent::Task::NetInventory->use();
2323
5555
5656 ($out, $err, $rc) = run_executable(
5757 'fusioninventory-netinventory',
58 '--file resources/walks/sample4.walk --model foobar'
59 );
60 ok($rc == 2, 'invalid model exit status');
61 like(
62 $err,
63 qr/invalid file/,
64 'invalid model stderr'
65 );
66 is($out, '', 'invalid model stdout');
67
68 ($out, $err, $rc) = run_executable(
69 'fusioninventory-netinventory',
70 '--file resources/walks/sample4.walk --model resources/models/sample1.xml'
58 '--file resources/walks/sample4.walk'
7159 );
7260 ok($rc == 0, 'success exit status');
7361
22 use strict;
33 use warnings;
44
5 sub GetOSName {
6 return 'Win7';
7 }
8
59 1;
2424 my %tests = (
2525 7 => [
2626 {
27 NAME => 'Generic USB Hub',
27 NAME => 'Integrated Rate Matching Hub',
28 CAPTION => 'Integrated Rate Matching Hub',
29 MANUFACTURER => 'Intel Corp.',
2830 VENDORID => '8087',
2931 PRODUCTID => '0024',
30 MANUFACTURER => 'Intel Corp.',
31 CAPTION => 'Integrated Rate Matching Hub'
3232 },
3333 {
34 NAME => 'Generic USB Hub',
34 NAME => 'Integrated Rate Matching Hub',
35 CAPTION => 'Integrated Rate Matching Hub',
36 MANUFACTURER => 'Intel Corp.',
3537 VENDORID => '8087',
3638 PRODUCTID => '0024',
37 MANUFACTURER => 'Intel Corp.',
38 CAPTION => 'Integrated Rate Matching Hub'
3939 },
4040 {
4141 NAME => 'ASUS Bluetooth',
42 CAPTION => 'ASUS Bluetooth',
43 MANUFACTURER => 'ASUSTek Computer, Inc.',
4244 VENDORID => '0B05',
43 MANUFACTURER => 'ASUSTek Computer, Inc.',
44 PRODUCTID => '179C'
45 PRODUCTID => '179C',
4546 },
4647 {
47 NAME => 'Périphérique USB composite',
48 NAME => 'QuickCam Ultra Vision',
49 CAPTION => 'QuickCam Ultra Vision',
50 MANUFACTURER => 'Logitech, Inc.',
4851 SERIAL => '6BE882AB',
4952 VENDORID => '046D',
5053 PRODUCTID => '08C9',
51 CAPTION => 'QuickCam Ultra Vision',
52 MANUFACTURER => 'Logitech, Inc.'
5354
5455 },
5556 {
57 NAME => 'Premium Optical Wheel Mouse (M-BT58)',
5658 CAPTION => 'Premium Optical Wheel Mouse (M-BT58)',
5759 MANUFACTURER => 'Logitech, Inc.',
58 NAME => 'Périphérique d’entrée USB',
5960 VENDORID => '046D',
6061 PRODUCTID => 'C03E'
6162 },
6263 {
63 NAME => 'Périphérique USB composite',
64 NAME => 'iTouch Composite',
65 CAPTION => 'iTouch Composite',
66 MANUFACTURER => 'Logitech, Inc.',
6467 VENDORID => '046D',
6568 PRODUCTID => 'C30A',
66 CAPTION => 'iTouch Composite',
67 MANUFACTURER => 'Logitech, Inc.'
6869 },
6970 ],
7071 xppro2 => [
7172 {
7273 MANUFACTURER => 'Cherry GmbH',
73 NAME => "Concentrador USB genérico",
74 NAME => 'Concentrador USB genérico',
75 CAPTION => 'Concentrador USB genérico',
7476 VENDORID => '046A',
7577 PRODUCTID => '0009'
7678 },
7779 {
7880 MANUFACTURER => 'Cherry GmbH',
7981 NAME => 'Dispositivo compuesto USB',
82 CAPTION => 'Dispositivo compuesto USB',
8083 VENDORID => '046A',
8184 PRODUCTID => '0019'
8285 },
8487 CAPTION => 'SmartTerminal XX44',
8588 MANUFACTURER => 'Cherry GmbH',
8689 NAME => 'SmartTerminal XX44',
90 CAPTION => 'SmartTerminal XX44',
8791 VENDORID => '046A',
8892 PRODUCTID => '002D'
8993 },
9094 {
9195 CAPTION => 'Printing Support',
9296 MANUFACTURER => 'Hewlett-Packard',
93 NAME => 'Compatibilidad con impresoras USB',
97 NAME => 'Printing Support',
98 CAPTION => 'Printing Support',
9499 SERIAL => 'JV40VNJ',
95100 VENDORID => '03F0',
96101 PRODUCTID => '3A17'
98103 {
99104 CAPTION => 'HL-5250DN Printer',
100105 MANUFACTURER => 'Brother Industries, Ltd',
101 NAME => 'Compatibilidad con impresoras USB',
106 NAME => 'HL-5250DN Printer',
107 CAPTION => 'HL-5250DN Printer',
102108 SERIAL => 'J5J126789',
103109 VENDORID => '04F9',
104110 PRODUCTID => '002B'
106112 {
107113 CAPTION => 'LaserJet P2015 series',
108114 MANUFACTURER => 'Hewlett-Packard',
109 NAME => 'Dispositivo compuesto USB',
115 NAME => 'LaserJet P2015 series',
116 CAPTION => 'LaserJet P2015 series',
110117 SERIAL => '00CNBW86S20B',
111118 VENDORID => '03F0',
112119 PRODUCTID => '3817'