-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
295 lines (273 loc) · 18.4 KB
/
index.html
File metadata and controls
295 lines (273 loc) · 18.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 禁用缓存的 meta 标签 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="icon" type="image/svg+xml" href="/linux.svg" />
<link rel="apple-touch-icon" href="/linux.svg" />
<!-- SEO Meta Tags -->
<title>USB ID's Database - Complete List of USB Vendor and Device ID's</title>
<meta name="description" content="Comprehensive USB ID's database with vendor and device information. Search through thousands of USB device identifiers, vendor codes, and product ID's. Updated daily from official sources." />
<meta name="keywords" content="USB ID's, USB vendor ID's, USB device ID's, USB database, hardware identification, device drivers, USB specifications" />
<meta name="author" content="USB ID's Database" />
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="googlebot" content="index, follow" />
<meta name="theme-color" content="#2563eb" />
<meta name="msapplication-TileColor" content="#2563eb" />
<meta name="application-name" content="USB ID's Database" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="USB ID's Database - Complete List of USB Vendor and Device ID's" />
<meta property="og:description" content="Comprehensive USB ID's database with vendor and device information. Search through thousands of USB device identifiers updated daily." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://drswith.github.io/usb.ids/" />
<meta property="og:site_name" content="USB ID's Database" />
<meta property="og:image" content="https://drswith.github.io/usb.ids/linux.svg" />
<meta property="og:image:width" content="32" />
<meta property="og:image:height" content="32" />
<meta property="og:image:type" content="image/svg+xml" />
<meta property="og:locale" content="en_US" />
<!-- Canonical URL -->
<link rel="canonical" href="https://drswith.github.io/usb.ids/" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "USB ID's Database",
"description": "Comprehensive database of USB vendor and device identifiers, updated daily from official sources",
"url": "https://drswith.github.io/usb.ids/",
"keywords": ["USB", "vendor IDs", "device IDs", "hardware identification", "USB specifications"],
"creator": {
"@type": "Organization",
"name": "USB ID's Database"
},
"distribution": {
"@type": "DataDownload",
"encodingFormat": "application/json",
"contentUrl": "https://drswith.github.io/usb.ids/usb.ids.json"
},
"temporalCoverage": "2024/..",
"spatialCoverage": "Worldwide"
}
</script>
</head>
<body>
<div id="app">
<!-- Header -->
<header class="header" role="banner">
<div class="container">
<div class="header-content">
<div class="header-left">
<h1 class="title">
USB ID's DB
</h1>
<p class="subtitle">An open source database for quickly finding USB device vendor and product information</p>
</div>
<div class="header-right">
<div class="search-container-header">
<div class="search-box-header">
<label for="searchInput" class="sr-only">Search USB vendors and devices</label>
<svg class="search-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<circle cx="11" cy="11" r="8"/>
<path d="m21 21-4.35-4.35"/>
</svg>
<input
type="search"
id="searchInput"
placeholder="Search vendors and devices..."
class="search-input-header"
aria-describedby="search-help"
autocomplete="off"
>
<button id="clearSearch" class="clear-btn" style="display: none;" aria-label="Clear search">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<line x1="18" y1="6" x2="6" y2="18"/>
<line x1="6" y1="6" x2="18" y2="18"/>
</svg>
</button>
</div>
</div>
<div class="header-info">
<div class="version-info-header" aria-label="Database version information">
<div class="version-item">
<span class="version-label">Version:</span>
<span class="version-value" id="versionNumber" aria-label="Current database version">-</span>
</div>
<div class="version-item">
<span class="version-label">Last Updated:</span>
<span class="version-value" id="fetchTime" aria-label="Last update time">-</span>
</div>
</div>
<aside class="header-stats" aria-label="Database statistics">
<div class="header-stat">
<div class="stat-number" id="headerTotalVendors" aria-label="Total vendors">-</div>
<div class="stat-label">Vendors</div>
</div>
<div class="header-stat">
<div class="stat-number" id="headerTotalDevices" aria-label="Total devices">-</div>
<div class="stat-label">Devices</div>
</div>
</aside>
</div>
</div>
</div>
</div>
</header>
<!-- Results Section -->
<main class="results-section" role="main" aria-label="USB device search results">
<div class="container">
<h2 class="sr-only">Search Results</h2>
<!-- Loading State -->
<div id="loadingState" class="loading-state" role="status" aria-live="polite">
<div class="spinner" aria-hidden="true"></div>
<p>Loading USB device data...</p>
</div>
<!-- Empty State -->
<div id="emptyState" class="empty-state" style="display: none;" role="status">
<svg class="empty-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<circle cx="11" cy="11" r="8"/>
<path d="m21 21-4.35-4.35"/>
</svg>
<h3>No matching results found</h3>
<p>Please try using different keywords or adjust your search criteria</p>
</div>
<!-- Results List -->
<div id="resultsList" class="results-list" style="display: none;" role="region" aria-label="USB device results" aria-live="polite"></div>
<!-- Pagination -->
<nav id="pagination" class="pagination" style="display: none;" role="navigation" aria-label="Search results pagination">
<div class="pagination-left">
<div class="page-size-selector">
<label for="pageSizeSelect">Items per page:</label>
<select id="pageSizeSelect" class="page-size-select" aria-label="Select number of items per page">
<option value="25">25</option>
<option value="50" selected>50</option>
<option value="100">100</option>
<option value="200">200</option>
</select>
</div>
</div>
<div class="pagination-center">
<button id="prevPage" class="page-btn" disabled aria-label="Go to previous page">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<polyline points="15,18 9,12 15,6"/>
</svg>
Previous
</button>
<div class="page-jump">
<label for="pageJumpInput" class="sr-only">Jump to page number</label>
<span>Page</span>
<input type="number" id="pageJumpInput" class="page-jump-input" min="1" value="1" aria-label="Page number">
<span>of</span>
<button id="pageJumpBtn" class="page-jump-btn" aria-label="Jump to specified page">Go</button>
</div>
<button id="nextPage" class="page-btn" disabled aria-label="Go to next page">
Next
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<polyline points="9,18 15,12 9,6"/>
</svg>
</button>
</div>
<div class="pagination-right">
<div class="page-info">
<span id="pageInfo" aria-live="polite">Page 1 of 1</span>
</div>
</div>
</nav>
</div>
</main>
<!-- Footer -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3 class="footer-title">Project</h3>
<div class="footer-links">
<a href="https://github.com/Drswith/usb.ids" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><!-- Icon from Simple Icons by Simple Icons Collaborators - https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md --><path fill="currentColor" d="M12 .297c-6.63 0-12 5.373-12 12c0 5.303 3.438 9.8 8.205 11.385c.6.113.82-.258.82-.577c0-.285-.01-1.04-.015-2.04c-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729c1.205.084 1.838 1.236 1.838 1.236c1.07 1.835 2.809 1.305 3.495.998c.108-.776.417-1.305.76-1.605c-2.665-.3-5.466-1.332-5.466-5.93c0-1.31.465-2.38 1.235-3.22c-.135-.303-.54-1.523.105-3.176c0 0 1.005-.322 3.3 1.23c.96-.267 1.98-.399 3-.405c1.02.006 2.04.138 3 .405c2.28-1.552 3.285-1.23 3.285-1.23c.645 1.653.24 2.873.12 3.176c.765.84 1.23 1.91 1.23 3.22c0 4.61-2.805 5.625-5.475 5.92c.42.36.81 1.096.81 2.22c0 1.606-.015 2.896-.015 3.286c0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
GitHub Repository
</a>
<a href="https://www.npmjs.com/package/usb.ids" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 15 15"><!-- Icon from Teenyicons by smhmd - https://github.com/teenyicons/teenyicons/blob/master/LICENSE --><path fill="none" stroke="currentColor" d="M4.5 10.5v2h2v-2h8v-6H.5v6zm0 0v-6m4 0v6M6.5 6v3m-4-3v4.5m8-4.5v4.5m2-4.5v4.5"/></svg>
NPM Package
</a>
</div>
</div>
<div class="footer-section">
<h3 class="footer-title">CDN</h3>
<div class="footer-links">
<a href="https://www.jsdelivr.com/package/npm/usb.ids" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><!-- Icon from Simple Icons by Simple Icons Collaborators - https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md --><path fill="currentColor" d="M11.851 0L.811 4.02l1.56 14.7L11.85 24l9.6-5.28l1.74-14.76zm.062 4.622a6.668 6.75 0 0 1 2.666.572a12.5 12.5 0 0 0-2.59 1.95c-.045-.02-.092-.031-.138-.045a1.2 1.2 0 0 0-.346-.056c-.071 0-.141.01-.21.021a9 9 0 0 1-.615-2.318a6.668 6.75 0 0 1 1.171-.122a6.668 6.75 0 0 1 .062-.002m-1.99.312a9.8 9.8 0 0 0 .69 2.504a1.2 1.2 0 0 0-.328.825a1.2 1.2 0 0 0 .18.63c-.937 1.294-1.656 2.803-1.905 4.31c-.01.056-.013.11-.02.166c-.282.09-.515.284-.656.54c-.987-.333-1.885-.968-2.615-2.022a6.668 6.75 0 0 1-.026-.515a6.668 6.75 0 0 1 4.68-6.438m5.507.709a6.668 6.75 0 0 1 2.53 2.9c-.377.953-1.049 1.892-1.893 2.727a1.24 1.24 0 0 0-.644-.184a1.24 1.24 0 0 0-.768.27a11 11 0 0 1-1.318-1.168c-.333-.35-.637-.73-.921-1.123c.19-.215.31-.494.31-.802a1.2 1.2 0 0 0-.159-.586c1.058-1.008 2.112-1.67 2.863-2.034m-3.925 1.982a.6.6 0 0 1 .346.114a.62.62 0 0 1 .292.524a.62.62 0 0 1-.292.524a.63.63 0 0 1-.346.113a.634.634 0 0 1-.638-.637c0-.355.283-.638.638-.638m-.441 1.771a1.2 1.2 0 0 0 .675.062l.112.148a11 11 0 0 0 .921 1.119a12 12 0 0 0 1.446 1.277c-.032.11-.054.224-.054.342a1.2 1.2 0 0 0 .066.38a10 10 0 0 1-2.118 1.042c-.087.029-.173.052-.261.078a7.7 7.7 0 0 1-1.87.332a1.15 1.15 0 0 0-.66-.773l.01-.073c.219-1.333.873-2.73 1.733-3.934m7.272.19a6.668 6.75 0 0 1 .245 1.786a6.668 6.75 0 0 1-.259 1.856a10 10 0 0 1-1.666-.63a1.24 1.24 0 0 0-.065-.713a9.4 9.4 0 0 0 1.745-2.3zm-2.913 2.101c.367 0 .657.291.657.658s-.291.657-.657.657s-.658-.29-.658-.657s.29-.658.658-.658m.837 1.59a11 11 0 0 0 1.802.688a6.668 6.75 0 0 1-6.149 4.157a6.668 6.75 0 0 1-.062-.004a6.668 6.75 0 0 1-.042 0c-.087-.042-.168-.08-.266-.129c-.312-.154-.667-.352-.846-.5a3.8 3.8 0 0 1-1.294-2.03c.21-.111.38-.284.487-.495a8.4 8.4 0 0 0 1.96-.306a9 9 0 0 0 .513-.154a11 11 0 0 0 2.341-1.13c.205.143.452.23.719.23a1.25 1.25 0 0 0 .837-.328zm-10.707.116a5.8 5.8 0 0 0 2.212 1.298a1.15 1.15 0 0 0 .857.87a4.6 4.6 0 0 0 1.24 2.222a6.668 6.75 0 0 1-4.31-4.39zm3.327.464c.331 0 .595.263.595.596s-.264.595-.595.595a.59.59 0 0 1-.596-.595a.59.59 0 0 1 .596-.596"/></svg>
JSDelivr
</a>
<a href="https://unpkg.com/usb.ids/usb.ids.json" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><!-- Icon from Simple Icons by Simple Icons Collaborators - https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md --><path fill="currentColor" d="M0 0v24h24V0zm4.322 2.977l4.37.002a.043.043 0 0 1 .044.04a9543 9543 0 0 1 0 9.165q0 1.126.09 1.957q.057.505.287 1.03q.503 1.153 1.715 1.405q.94.195 1.893-.008c1.166-.248 1.813-1.268 1.96-2.404q.1-.77.1-2.018q-.002-4.724.002-9.119q0-.05.049-.05h4.338a.033.033 0 0 1 .033.033v9.869c0 1.465-.17 2.918-.746 4.234c-.777 1.775-2.323 2.836-4.195 3.211q-2.55.513-5.07-.013c-2.226-.465-3.808-1.828-4.46-4.03a10.2 10.2 0 0 1-.416-2.586a65 65 0 0 1-.029-1.88q-.003-4.555 0-8.801q0-.037.035-.037"/></svg>
UNPKG
</a>
</div>
</div>
<div class="footer-section">
<h3 class="footer-title">Data Sources</h3>
<div class="footer-links">
<a href="http://www.linux-usb.org/usb.ids" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg class="link-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/>
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
</svg>
Official USB ID's List
</a>
<a href="https://raw.githubusercontent.com/systemd/systemd/main/hwdb.d/usb.ids" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg class="link-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/>
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
</svg>
SystemD USB ID's Backup
</a>
</div>
</div>
<div class="footer-section">
<h3 class="footer-title">Support</h3>
<div class="footer-links">
<a href="https://github.com/Drswith/usb.ids/issues" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg class="link-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<circle cx="12" cy="12" r="10"/>
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/>
<circle cx="12" cy="17" r="1"/>
</svg>
Report Issues
</a>
<a href="https://www.npmjs.com/package/usb.ids?activeTab=readme" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg class="link-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
<polyline points="14,2 14,8 20,8"/>
<line x1="16" y1="13" x2="8" y2="13"/>
<line x1="16" y1="17" x2="8" y2="17"/>
<polyline points="10,9 9,9 8,9"/>
</svg>
Documentation
</a>
<a href="https://github.com/sponsors/Drswith" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg class="link-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/>
</svg>
Sponsor
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-copyright">
<p>© <span id="copyrightYear">2025</span> USB ID's Database. Licensed under <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer" style="color: inherit; text-decoration: underline;">MIT License</a>.</p>
<p class="footer-note">Data automatically updated daily from official sources.</p>
</div>
</div>
</div>
</footer>
</div>
<script type="module" src="/app/main.ts"></script>
</body>
</html>