4c1bff12f65fc54384fd1b6c7a91673a0a3af134
[oweals/hwdata.git] / hwdata.spec
1 # This package is arch-specific just because of bundling different files for
2 # different architectures. No -debuginfo package is needed.
3 %global     debug_package %{nil}
4 %global     uprelease   8.3
5
6 Name:       hwdata
7 Summary:    Hardware identification and configuration data
8 Version:    0.252
9 Release:    %{uprelease}%{?dist}
10 License:    GPLv2+
11 Group:      System Environment/Base
12 Source0:    https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}-%{uprelease}.tar.bz2
13 URL:        http://git.fedorahosted.org/git/hwdata.git
14
15 BuildRequires   : perl
16 BuildRequires   : perl(Date::Format)
17
18 Requires        : systemd
19 Requires(post)  : systemd
20 Requires(postun): systemd
21
22 %description
23 hwdata contains various hardware identification and configuration data,
24 such as the pci.ids and usb.ids databases.
25
26 %prep
27 %setup -q -n %{name}-%{version}-%{uprelease}
28 %ifarch ppc ppc64
29 patch -b -B nx_crypto -p1 < blacklist-nx_crypto.patch
30 %endif
31 %configure
32
33 %build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %post
43 udevadm hwdb --update >/dev/null 2>&1 || :
44
45 %postun
46 udevadm hwdb --update >/dev/null 2>&1 || :
47
48 %files
49 %doc LICENSE COPYING
50 %dir %{_datadir}/%{name}
51 %{_prefix}/lib/modprobe.d/dist-blacklist.conf
52 %{_prefix}/lib/udev/hwdb.d/[0-9][0-9]-*.hwdb
53 %{_datadir}/%{name}/*
54
55 %changelog
56 * Mon Sep 26 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.3
57 - Updated pci, usb and vendor ids.
58 - Resolves: rhbz#1292382
59
60 * Tue Jun 28 2016 Michal Minar <miminar@redhat.com> 0.252-8.2
61 - Updated pci, usb and vendor ids.
62 - Resolves: rhbz#1292382
63 - Resolves: rhbz#1291614
64 - Resolves: rhbz#1324198
65
66 * Fri Oct 23 2015 Michal Minar <miminar@redhat.com> 0.252-8.1
67 - Updated pci, usb and vendor ids.
68 - Resolves: rhbz#1236458
69 - Resolves: rhbz#1256004
70 - Resolves: rhbz#1266217
71 - Resolves: rhbz#1271797
72
73 * Mon Jun 29 2015 Michal Minar <miminar@redhat.com> 0.252-7.9
74 - Updated pci, usb and vendor ids.
75
76 * Tue Apr 14 2015 Michal Minar <miminar@redhat.com> 0.252-7.8
77 - Blacklisted module nx_crypto on PowerPCs.
78 - Resolves: rhbz#1211389
79 - Disable debuginfo build.
80
81 * Fri Apr 10 2015 Michal Minar <miminar@redhat.com> 0.252-7.6
82 - Blacklisted experimental module sha1-mb.
83 - Resolves: rhbz#1208120
84
85 * Fri Jan 30 2015 Michal Minar <miminar@redhat.com> 0.252-7.5
86 - Updated vendor, usb and pci ids.
87
88 * Mon Sep 22 2014 Michal Minar <miminar@redhat.com> 0.252-7.4
89 - Updated vendor, usb and pci ids.
90
91 * Thu Mar 27 2014 Michal Minar <miminar@redhat.com> 0.252-7.3
92 - Added few more hwdb files.
93 - Updated vendor and pci ids.
94
95 * Thu Mar 20 2014 Michal Minar <miminar@redhat.com> 0.252-7.1
96 - Bumped release to reflect rhel version.
97 - Fixed bogus dates in changelog.
98 - Generate and install hwdb.d/* files.
99
100 * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.252-3
101 - Mass rebuild 2013-12-27
102
103 * Mon Aug 5 2013 Michal Minar <miminar@redhat.com> 0.252-2
104 - Changelog fix.
105
106 * Sun Jul 21 2013 Michal Minar <miminar@redhat.com> 0.252-1
107 - Data files update.
108
109 * Sat Jul 06 2013 Michal Minar <miminar@redhat.com> 0.250-1
110 - Data files update.
111
112 * Thu Jun 20 2013 Michal Minar <miminar@redhat.com> 0.249-1
113 - Data files update, pnp.ids included.
114
115 * Thu Apr 18 2013 Michal Minar <miminar@redhat.com> 0.248-1
116 - Data files update
117
118 * Wed Mar 27 2013 Michal Minar <miminar@redhat.com> 0.247-1
119 - Moved blacklist.conf from /etc/modprobe.d to /usr/lib/modprobe.d.
120 - Renamed it to dist-blacklist.conf.
121 - Data files update
122
123 * Mon Mar 18 2013 Michal Minar <miminar@redhat.com> 0.245-1
124 - Data files update
125
126 * Mon Feb 18 2013 Michal Minar <miminar@redhat.com> 0.244-1
127 - Data files updated
128
129 * Fri Jan 18 2013 Michal Minar <miminar@redhat.com> 0.243-1
130 - Data files updated
131
132 * Fri Dec 07 2012 Michal Minar <miminar@redhat.com> 0.242-1
133 - Update data files
134
135 * Wed Nov 07 2012 Michal Minar <miminar@redhat.com> 0.241-1
136 - Update data files
137
138 * Wed Sep 26 2012 Michal Minar <miminar@redhat.com> 0.240-1
139 - made use of configure script in prep
140
141 * Tue Sep 25 2012 Michal Minar <miminar@redhat.com> 0.239-1
142 - Update data files
143
144 * Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.238-1
145 - Fix reference specfile to current Fedora style
146
147 * Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.235-1
148 - Update data files
149 - Remove upgradelist, not needed since kudzu-ectomy
150
151 * Mon Aug 08 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.3
152 - update pci.ids, usb. ids
153
154 * Mon May 02 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.2
155 - update pci.ids with a fix for QLogic Infiniband adapter
156
157 * Wed Apr 27 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.1
158 - update to latest pci.ids, usb.ids
159
160 * Fri Jan 28 2011 Karsten Hopp <karsten@redhat.com> 0.233-7
161 - bump release
162 - update oui.txt URL
163 - fix tarball name in spec file
164 - update usb.ids, out.txt and pci.ids
165
166 * Wed Aug 25 2010 Karsten Hopp <karsten@redhat.com> 0.233-1
167 - update usb.ids, out.txt and pci.ids
168
169 * Thu Aug 05 2010 Karsten Hopp <karsten@redhat.com> 0.232-1
170 - update usb.ids, out.txt and pci.ids (#550020, #611860)
171 - fix incorrect syntax doc/comment in blacklist.conf (Ville Skyttä, #532802)
172 - add Acer B243HL and BenQ G2420HDBL (Ville Skyttä, #590787)
173 - add HP LP2475w and Samsung 2494HM (Ville Skyttä, #595059)
174
175 * Tue May 25 2010 Phil Knirsch <pknirsch@redhat.com> 0.230-1
176 - update usb.ids, out.txt and pci.ids
177 - Resolves: #584788
178
179 * Mon Mar 29 2010 Karsten Hopp <karsten@redhat.com> 0.229-1
180 - update usb.ids, out.txt and pci.ids for F-13 (#571914)
181
182 * Wed Mar 17 2010 Phil Knirsch <pknirsch@redhat.com> 0.228-1
183 - Blacklist chsc_sch for s390x
184 - Resolves: #563228
185
186 * Tue Feb 23 2010 Dave Airlie <airlied@redhat.com> 0.227-1
187 - add viafb to blacklist
188
189 * Mon Feb 22 2010 Karsten Hopp <karsten@redhat.com> 0.227-1
190 - update usb.ids, pci.ids, oui.txt
191 - update license
192
193 * Fri Jan 15 2010 Karsten Hopp <karsten@redhat.com> 0.226-1
194 - update release number
195
196 * Fri Jan 15 2010 Karsten Hopp <karsten@redhat.com> 0.225-4
197 - update usb.ids pci.ids oui.txt
198
199 * Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 0.225-3.1
200 - Rebuilt for RHEL 6
201
202 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.225-3
203 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
204
205 * Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 0.225-2
206 - pnp-dell.patch: Fix Dell's entry in pnp.ids
207
208 * Thu Apr 09 2009 Adam Jackson <ajax@redhat.com> 0.224-1
209 - Update pci.ids, usb.ids, and oui.txt
210 - Add pnp.ids
211
212 * Thu Mar 19 2009 Karsten Hopp <karsten@redhat.com> 0.223-1
213 - update usb.ids pci.ids oui.txt
214 - rename /etc/modprobe.d/blacklist to /etc/modprobe.d/blacklist.conf
215
216 * Wed Jan 28 2009 Karsten Hopp <karsten@redhat.com> 0.222-1
217 - update usb.ids pci.ids oui.txt and build for all current releases
218   Fixes p.e. #465440
219
220 * Wed Jan 21 2009 Karsten Hopp <karsten@redhat.com> 0.221-1
221 - update usb.ids pci.ids oui.txt
222
223 * Tue Dec 02 2008 Karsten Hopp <karsten@redhat.com> 0.220-1
224 - add new monitor entries from Mandriva hardware database (Thierry Vignaud)
225 - make generic entries have properly formated frequencies (Thierry Vignaud)
226 - remove duplicate Dell monitor entries (Thierry Vignaud)
227 - more vendor name fixes
228 - fix extra field in 'Compudyne KD-1500N' definition (Thierry Vignaud)
229 - make Dell monitors case consistent (Thierry Vignaud)
230 - make all GoldStar monitors have the same vendor name (Thierry Vignaud)
231 - add URL of git repository
232 - fix spacing (Thierry Vignaud)
233 - sort MonitorDB file with LANG=C sort -f -t ";" -k1,2
234 - add Samsung SyncMaster 2443BWX (Marc van den Dikkenberg)
235 - add some Lenovo monitors (Im Sza)
236
237 * Wed Jul 23 2008 Karsten Hopp <karsten@redhat.com> 0.220-1
238 - update pci.ids, usb.ids, oui.txt
239 - MonitorsDB: add some Samsung monitors (Ronald Warsow)
240 - MonitorsDB: add Dell E1609W (Matt Domsch)
241 - MonitorsDB: add 7 Dell monitors (Matt Domsch)
242 - MonitorsDB: add a bunch of Hyundai and ImageQuest monitors
243
244 * Mon Jun 09 2008 Karsten Hopp <karsten@redhat.com> 0.219-1
245 - add BenQ FP2091 monitor (Peter Williams)
246 - add a bunch of Hyundai and ImageQuest monitors
247
248 * Mon Jun 02 2008 Karsten Hopp <karsten@redhat.com> 0.219-1
249 - update pci.ids, usb.ids, oui.txt
250 - blacklist snd-pcsp (#448425)
251
252 * Mon May 19 2008 Karsten Hopp <karsten@redhat.com> 0.218-1
253 - add some Acer monitors (Im Sz)
254
255 * Tue Apr 01 2008 Karsten Hopp <karsten@redhat.com> 0.217-1
256 - update pci.ids, oui.txt
257 - update usb.ids, fixes #439963
258 - add HP w1907 LCD monitor, fixes #431359
259 - fix many monitor entries (Stanislav Ievlev, #430276)
260
261
262 * Mon Mar 03 2008 Karsten Hopp <karsten@redhat.com> 0.216-1
263 - update pci.ids, usb.ids (#431658)
264
265 * Tue Jan 29 2008 Phil Knirsch <pknirsch@redhat.com> 0.215-1
266 - Pull new upstream pci.ids
267
268 * Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 0.215-1
269 - add HP W2207 monitor
270 - add oui.txt, a list of bluetooth device makers
271
272 * Fri Jan 18 2008 Karsten Hopp <karsten@redhat.com> 0.214-1
273 - remove MonitorsDB.generic as it isn't used anywhere
274 - drop RHEL-5 blacklist patch in -devel
275
276 * Tue Jan 15 2008 Karsten Hopp <karsten@redhat.com> 0.213-1
277 - add many monitor entries (Im Sza, #367111)
278
279 * Fri Jan 11 2008 Karsten Hopp <karsten@redhat.com> 0.212-1
280 - pull new upstream pci.ids, usb.ids
281 - Resolves: #300831
282 - added HP TFT5600 LCD Monitor
283 - Resolves: #250569
284 - added Acer AL1916W, Eizo L568/L568D, Samsung 795DF
285 - Resolves: #250582
286 - Add Samsung 205BW/206BW/225BW/226BW
287 - Resolves: #250584
288 - Add Samsung 931BF
289 - Resolves: #250587
290
291 * Sat Dec 22 2007 Karsten Hopp <karsten@redhat.com> 0.209-1
292 - add Proview 926w monitor (#363091)
293
294 * Sat Dec 22 2007 Karsten Hopp <karsten@redhat.com> 0.208-1
295 - new release
296 - drop dell-monitors patch, already included in tarball
297
298 * Thu Dec 13 2007 Karsten Hopp <karsten@redhat.com> 0.207-3
299 - fix License tag
300 - add empty %%build section for fedora-review
301
302 * Thu Oct 25 2007 Matt Domsch <Matt_Domsch@dell.com> 0.207-2
303 - MonitorsDB: add 20 new Dell monitors
304
305 * Wed Sep 26 2007 Karsten Hopp <karsten@redhat.com> 0.211-1
306 - pull new upstream pci.ids, usb.ids
307
308 * Thu Sep 20 2007 Karsten Hopp <karsten@redhat.com> 0.210-1
309 - add pci.id for Chelsio 10GbE Ethernet Adapter
310 - Resolves: bz #296811
311
312 * Wed Sep 19 2007 Karsten Hopp <karsten@redhat.com> 0.209-1
313 - pull new upstream pci.ids, usb.ids
314
315 * Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 0.207-1
316 - update license tag
317
318 * Wed Aug 15 2007 Karsten Hopp <karsten@redhat.com> 0.207-1
319 - pull new upstream pci.ids and rebuild
320 - Resolves: bz #251732
321 - Resolves: bz #251734
322 - Resolves: bz #252195
323 - Resolves: bz #252196
324 - Resolves: bz #241274
325
326 * Tue Aug 14 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
327 - add HP TFT5600        #229370
328
329 * Mon Jul 09 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
330 - enable iwl4965 blacklist
331 - Resolves: bz#245379
332
333 * Mon Jun 25 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
334 - really update pci.ids, update-pciids downloaded an old file
335 - disable iwl4965 blacklist as it is not approved yet (#245379)
336
337 * Mon Jun 25 2007 Karsten Hopp <karsten@redhat.com> 0.202-1
338 - don't load iwl4965 module automatically
339 - Resolves: #245379
340
341 * Tue Jun 19 2007 Karsten Hopp <karsten@redhat.com> 0.201-1
342 - add some monitors
343 - Resolves: #224511
344 - update pci.ids
345 - Related: #223105
346
347 * Tue Jan 02 2007 Karsten Hopp <karsten@redhat.com> 0.194-1
348 - Update to latest pci.ids/usb.ids for RHEL5
349 - Resolves: #220182
350   Add some Dell monitors to MonitorDB
351
352 * Mon Oct 09 2006 Phil Knirsch <pknirsch@redhat.com> - 0.191-1
353 - Update to latest pci.ids for RHEL5
354
355 * Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> - 0.190-1
356 - Add a description for the 'intel' driver.
357
358 * Mon Sep 18 2006 Phil Knirsch <pknirsch@redhat.com> - 0.189-1
359 - Updated usb.ids for FC6
360
361 * Mon Sep 11 2006 Phil Knirsch <pknirsch@redhat.com> - 0.188-1
362 - Update of pci.ids for FC6
363
364 * Thu Aug 31 2006 Adam Jackson <ajackson@redhat.com> - 0.187-1
365 - Fix sync ranges for Samsung SyncMaster 710N (#202344)
366
367 * Thu Aug 03 2006 Phil Knirsch <pknirsch@redhat.com> - 0.186-1
368 - Updated pci.ids once more.
369
370 * Tue Jul 25 2006 Phil Knirsch <pknirsch@redhat.com> - 0.185-1
371 - Added the 17inch Philips LCD monitor entry (#199828)
372
373 * Mon Jul 24 2006 Phil Knirsch <pknirsch@redhat.com> - 0.184-1
374 - Added one more entry for missing Philips LCD monitor (#199828)
375
376 * Tue Jul 18 2006 Phil Knirsch <pknirsch@redhat.com> - 0.183-1
377 - Updated pci.ids before FC6 final (#198994)
378 - Added several missing Samsung monitors (#197463)
379 - Included a new inf2mondb.py from Matt Domsch (#158723)
380
381 * Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> - 0.182-1
382 - Added ast driver description to videodrivers
383 - Numerous Dell monitor additions (#196734)
384 - Numerous Belinea monitor additions (#198087)
385
386 * Sat Jul  8 2006 Adam Jackson <ajackson@redhat.com> - 0.181-1
387 - Updated videodrivers to mention i945
388 - New monitors: Sony CPD-G420 (#145902), Compaq P1110 (#155120).
389
390 * Thu May 11 2006 Phil Knirsch <pknirsch@redhat.com> - 0.180-1
391 - Updated and added some MonitorsDB entries
392
393 * Tue May 02 2006 Phil Knirsch <pknirsch@redhat.com> - 0.179-1
394 - Updated PCI ids from upstream (#180402)
395 - Fixed missing monitor entry in MonitorsDB (#189446)
396
397 * Wed Mar 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.178-1
398 - Commented out the VT lines at the end of usb.ids as our tools don't handle
399   them properly.
400
401 * Fri Feb 24 2006 Bill Nottingham <notting@redhat.com> - 0.177-1
402 - remove stock videoaliases in favor of driver-specific ones in
403   the X driver packages
404
405 * Wed Feb 22 2006 Phil Knirsch <pknirsch@redhat.com> - 0.176-1
406 - More entries from Dell to MonitorsDB (#181008)
407
408 * Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 0.175-1
409 - Added a few more entries to MonitorsDB
410
411 * Wed Feb 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.174-1
412 - Some cleanup and adds to the MonitorDB which closes several db related bugs.
413
414 * Tue Dec 13 2005 Bill Nottingham <notting@redhat.com> - 0.173-1
415 - add some IDs to the generic display entries for matching laptops
416
417 * Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> - 0.172-1
418 - ditto for radeon
419
420 * Fri Nov 18 2005 Jeremy Katz <katzj@redhat.com> - 0.171-1
421 - r128 -> ati.  should fix the unresolved symbol and kem says its more 
422   generally the "right" thing to do
423
424 * Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 0.170-1
425 - handle mptsas for migration as well
426 - move videoaliases file to a subdir
427
428 * Fri Sep 16 2005 Bill Nottingham <notting@redhat.com>
429 - add Iiyama monitor (#168143)
430
431 * Tue Sep 13 2005 Bill Nottingham <notting@redhat.com>
432 - add IBM monitor (#168080)
433
434 * Thu Sep  8 2005 Bill Nottingham <notting@redhat.com> - 0.169-1
435 - remove Cards, pcitable. Add videodrivers
436
437 * Fri Sep  2 2005 Dan Williams <dcbw@redhat.com> - 0.168-1
438 - Add more Gateway monitors
439
440 * Fri Sep  2 2005 Dan Williams <dcbw@redhat.com> - 0.167-1
441 - Add some ADI monitors, one BenQ, and and DPMS codes for two Apples
442
443 * Fri Sep  2 2005 Bill Nottingham <notting@redhat.com> - 0.166-1
444 - add videoaliases file
445 - remove CardMonitorCombos, as nothing uses it
446
447 * Thu Aug 25 2005 Dan Williams <dcbw@redhat.com> - 0.165-1
448 - Add a bunch of Acer monitors
449
450 * Tue Aug  9 2005 Jeremy Katz <katzj@redhat.com> - 0.164-1
451 - migrate sk98lin -> skge
452
453 * Sat Jul 30 2005 Bill Nottingham <notting@redhat.com>
454 - migrate mpt module names (#161420)
455 - remove pcitable entries for drivers in modules.pcimap
456 - switch lone remaining 'Server' entry - that can't work right
457
458 * Tue Jul 26 2005 Bill Nottingham <notting@redhat.com>
459 - add Daytek monitor (#164339)
460
461 * Wed Jul 13 2005 Bill Nottingham <notting@redhat.com> - 0.162-1
462 - remove /etc/pcmcia/config, conflict with pcmcia-cs
463
464 * Thu Jul  7 2005 Bill Nottingham <notting@redhat.com> - 0.160-1
465 - move blacklist to /etc/modprobe.d, require new module-init-tools
466 - add LG monitors (#162466, #161734)
467 - add orinoco card (#161696)
468 - more mptfusion stuff (#107088)
469
470 * Thu Jun 23 2005 Bill Nottingham <notting@redhat.com>
471 - add Samsung monitor (#161013)
472
473 * Wed Jun 22 2005 Bill Nottingham <notting@redhat.com> - 0.159-1
474 - pcitable: make branding happy (#160047)
475 - Cards: add required blank line (#157972)
476 - add some monitors
477 - add JVC CD-ROM (#160907, <richard@rsk.demon.co.uk>)
478 - add hisax stuff to blacklist (#154799, #159068)
479
480 * Mon May 16 2005 Bill Nottingham <notting@redhat.com> - 0.158-1
481 - add a orinoco card (#157482)
482
483 * Thu May  5 2005 Jeremy Katz <katzj@redhat.com> - 0.157-1
484 - add 20" Apple Cinema Display
485
486 * Sun Apr 10 2005 Mike A. Harris <mharris@redhat.com> 0.156-1
487 - Update SiS entries in Cards/pcitable to match what Xorg X11 6.8.2 supports
488
489 * Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.155-1
490 - Add a boatload of BenQ, Acer, Sony, NEC, Mitsubishi, and Dell monitors
491
492 * Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.154-1
493 - Add Typhoon Speednet Wireless PCMCIA Card mapping to atmel_cs driver
494
495 * Mon Mar 28 2005 Bill Nottingham <notting@redhat.com> 0.153-1
496 - update the framebuffer blacklist
497
498 * Wed Mar  9 2005 Bill Nottingham <notting@redhat.com> 0.152-1
499 - fix qlogic driver mappings, add upgradelist mappings for the modules
500   that changed names (#150621)
501
502 * Wed Mar  2 2005 Mike A. Harris <mharris@redhat.com> 0.151-1
503 - Added one hundred billion new nvidia PCI IDs to pcitable and Cards to
504   synchronize it with X.Org X11 6.8.2.  (#140601)
505
506 * Tue Jan 11 2005 Dan Williams <dcbw@redhat.com> - 0.150-1
507 - Add Dell UltraSharp 1704FPV (Analog & Digital)
508
509 * Sun Nov 21 2004 Bill Nottingham <notting@redhat.com> - 0.148-1
510 - add Amptron monitors (#139142)
511
512 * Wed Nov 10 2004 Bill Nottingham <notting@redhat.com> - 0.147-1
513 - update usb.ids (#138533)
514 - migrate dpt_i2o to i2o_block (#138603)
515
516 * Tue Nov  9 2004 Bill Nottingham <notting@redhat.com> - 0.146-1
517 - update pci.ids (#138233)
518 - add Apple monitors (#138481)
519
520 * Wed Oct 20 2004 Bill Nottingham <notting@redhat.com> - 0.145-1
521 - remove ahci mappings, don't prefer it over ata_piix
522
523 * Tue Oct 19 2004 Kristian Høgsberg <krh@redhat.com> - 0.144-1
524 - update IDs for Cirrus, Trident, C&T, and S3
525
526 * Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> - 0.143-1
527 - add ahci mappings to prefer it over ata_piix
528 - map davej's ancient matrox card to vesa (#122750)
529
530 * Thu Oct  7 2004 Dan Williams <dcbw@redhat.com> - 0.141-1
531 - Add Belkin F5D6020 ver.2 (802.11b card based on Atmel chipset)
532
533 * Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> - 0.140-1
534 - include /etc/hotplug/blacklist here
535
536 * Thu Sep 30 2004 Bill Nottingham <notting@redhat.com> - 0.136-1
537 - add S3 UniChrome (#131403)
538 - update pci.ids
539
540 * Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> - 0.135-1
541 - megaraid -> megaraid_mbox
542
543 * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 0.134-1
544 - map ncr53c8xx to sym53c8xx (#133181)
545
546 * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 0.132-1
547 - fix 3Ware 9000 mapping (#132851)
548
549 * Tue Sep 14 2004 Kristian Høgsberg <krh@redhat.com> - 0.131-1
550 - Add python script to check sorting of pci.ids
551
552 * Thu Sep  9 2004 Kristian Høgsberg <krh@redhat.com> 0.131-1
553 - Add pci ids and cards for new ATI, NVIDIA and Intel cards
554
555 * Sat Sep  4 2004 Bill Nottingham <notting@redhat.com> 0.130-1
556 - trim pcitable - now just ids/drivers
557
558 * Wed Sep  1 2004 Bill Nottingham <notting@redhat.com> 0.125-1
559 - pci.ids updates
560 - remove updsftab.conf.*
561
562 * Sun Aug 29 2004 Mike A. Harris <mharris@redhat.com>  0.124-1
563 - Updates to pcitable/Cards for 'S3 Trio64 3D' cards. (#125866,59956)
564
565 * Fri Jul  9 2004 Mike A. Harris <mharris@redhat.com>  0.123-1
566 - Quick pcitable/Cards update for ATI Radeon and FireGL boards
567
568 * Mon Jun 28 2004 Bill Nottingham <notting@redhat.com>
569 - add Proview monitor (#125853)
570 - add ViewSonic monitor (#126324)
571 - add a Concord camera (#126673)
572
573 * Wed Jun 23 2004 Brent Fox <bfox@redhat.com> - 0.122-1
574 - Add Vobis monitor to MonitorsDB (bug #124151)
575
576 * Wed Jun 09 2004 Dan Williams <dcbw@redhat.com> - 0.121-1
577 - add Belkin F5D5020 10/100 PCMCIA card (#125581)
578
579 * Fri May 28 2004 Bill Nottingham <notting@redhat.com>
580 - add modem (#124663)
581
582 * Mon May 24 2004 Bill Nottingham <notting@redhat.com> - 0.120-1
583 - mainly:
584   fix upgradelist module for CMPci cards (#123647)
585 - also:
586   add another wireless card (#122676)
587   add wireless card (#122625)
588   add 1280x800 (#121548)
589   add 1680x1050 (#121148)
590   add IntelligentStick (#124313)
591
592 * Mon May 10 2004 Jeremy Katz <katzj@redhat.com> - 0.119-1
593 - veth driver is iseries_veth in 2.6
594
595 * Wed May  5 2004 Jeremy Katz <katzj@redhat.com> - 0.118-1
596 - add a wireless card (#122064)
597 - and a monitor (#121696)
598
599 * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.117-1
600 - fix makefile
601
602 * Thu Apr 15 2004 Bill Nottingham <notting@redhat.com> 0.116-1
603 - move updfstab.conf here
604 - add wireless card (#116865)
605 - add laptop display panel (#117385)
606 - add clipdrive (#119928)
607 - add travelling disk (#119143)
608 - add NEXDISK (#106782)
609
610 * Thu Apr 15 2004 Brent Fox <bfox@redhat.com> 0.115-1
611 - replace snd-es1960 driver with snd-es1968 in pcitable (bug #120729)
612
613 * Mon Mar 29 2004 Bill Nottingham <notting@redhat.com> 0.114-1
614 - fix entries pointing to Banshee (#119388)
615
616 * Tue Mar 16 2004 Bill Nottingham <notting@redhat.com> 0.113-1
617 - add a Marvell sk98lin card (#118467, <64bit_fedora@comcast.net>)
618
619 * Fri Mar 12 2004 Brent Fox <bfox@redhat.com> 0.112-1
620 - add a Sun flat panel to MonitorsDB (bug #118138)
621
622 * Fri Mar  5 2004 Brent Fox <bfox@redhat.com> 0.111-1
623 - add Samsung monitor to MonitorsDB (bug #112112)
624
625 * Mon Mar  1 2004 Mike A. Harris <mharris@redhat.com> 0.110-1
626 - Added 3Dfx Voodoo Graphics and Voodoo II entries to the Cards database, both
627   pointing to Alan Cox's new "voodoo" driver which is now included in XFree86
628   4.3.0-62 and later builds in Fedora development.  Mapped their PCI IDs to
629   the new Cards entry in pcitable.
630 - Updated the entries for 3Dfx Banshee
631
632 * Mon Feb 23 2004 Bill Nottingham <notting@redhat.com> 0.109-1
633 - pci.ids and other updates
634
635 * Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.108-1
636 - Added Shamrock C407L to MonitorsDB for bug (#104920)
637
638 * Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.107-1
639 - Massive Viewsonic monitor update for MonitorsDB (#84882)
640
641 * Fri Feb 13 2004 John Dennis <jdennis@finch.boston.redhat.com> 0.106-1
642 - fix typo, GP should have been HP
643
644 * Thu Jan 29 2004 Bill Nottingham <notting@redhat.com> 0.105-1
645 - many monitor updates (#114260, #114216, #113993, #113932, #113782,
646   #113685, #113523, #111203, #107788, #106526, #63005)
647 - add some PCMCIA cards (#113006, #112505)
648
649 * Tue Jan 20 2004 Bill Nottingham <notting@redhat.com> 0.104-1
650 - switch sound module mappings to alsa drivers
651
652 * Mon Jan 19 2004 Brent Fox <bfox@redhat.com> 0.103-1
653 - fix tab spacing
654
655 * Fri Jan 16 2004 Brent Fox <bfox@redhat.com> 0.102-1
656 - added an entry for ATI Radeon 9200SE (bug #111306)
657
658 * Sun Oct 26 2003 Jeremy Katz <katzj@redhat.com> 0.101-1
659 - add 1920x1200 Generic LCD as used on some Dell laptops (#108006)
660
661 * Thu Oct 16 2003 Brent Fox <bfox@redhat.com> 0.100-1
662 - add entry for Sun (made by Samsung) monitor (bug #107128)
663
664 * Tue Sep 23 2003 Mike A. Harris <mharris@redhat.com> 0.99-1
665 - Added entries for Radeon 9600/9600Pro/9800Pro to Cards
666 - Fixed minor glitch in pcitable for Radeon 9500 Pro
667
668 * Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 0.98-1
669 - add VMWare display adapter pci id and map to vmware X driver
670
671 * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 0.97-1
672 - bcm4400 -> b44
673
674 * Sun Sep  7 2003 Bill Nottingham <notting@redhat.com> 0.96-1
675 - fix provided Dell tweaks (#103892)
676
677 * Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 0.95-1
678 - Dell tweaks (#103861)
679
680 * Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 0.94-1
681 - add adaptec pci id (#100844)
682
683 * Thu Sep  4 2003 Brent Fox <bfox@redhat.com> 0.93-1
684 - add an SGI monitor for bug (#74870)
685
686 * Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 0.92-1
687 - updates from sourceforge.net pci.ids, update pcitable accordingly
688
689 * Mon Aug 18 2003 Mike A. Harris <mharris@redhat.com> 0.91-1
690 - Added HP monitors for bug (#102495)
691
692 * Fri Aug 15 2003 Brent Fox <bfox@redhat.com> 0.90-1
693 - added a sony monitor (bug #101550)
694
695 * Tue Jul 15 2003 Bill Nottingham <notting@redhat.com> 0.89-1
696 - updates from modules.pcimap
697
698 * Sat Jul 12 2003 Mike A. Harris <mharris@redhat.com> 0.88-1
699 - Update MonitorsDB for new IBM monitors from upstream XFree86 bugzilla:
700   http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=459
701
702 * Mon Jun  9 2003 Bill Nottingham <notting@redhat.com> 0.87-1
703 - fusion update
704
705 * Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 0.86-1
706 - pci id for ata_piix
707
708 * Wed Jun  4 2003 Brent Fox <bfox@redhat.com> 0.85-1
709 - correct entry for Dell P991 monitor
710
711 * Tue Jun  3 2003 Bill Nottingham <notting@redhat.com> 0.84-1
712 - fix qla2100 mapping (#91476)
713 - add dell mappings (#84069)
714
715 * Mon Jun  2 2003 John Dennis <jdennis@redhat.com>
716 - Add new Compaq and HP monitors - bug 90570, bug 90707, bug 90575, IT 17231
717
718 * Wed May 21 2003 Brent Fox <bfox@redhat.com> 0.81-1
719 - add an entry for SiS 650 video card (bug #88271)
720
721 * Wed May 21 2003 Michael Fulbright <msf@redhat.com> 0.80-1
722 - Changed Generic monitor entries in MonitorsDB to being in LCD and CRT groups
723
724 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 0.79-1
725 - pci.ids and usb.ids updates
726
727 * Tue May  6 2003 Brent Fox <bfox@redhat.com> 0.78-1
728 - added a Samsung monitor to MonitorsDB
729
730 * Fri May  2 2003 Bill Nottingham <notting@redhat.com>
731 - add Xircom wireless airo_cs card (#90099)
732
733 * Fri Apr 18 2003 Jeremy Katz <katzj@redhat.com> 0.77-1
734 - add generic framebuffer to Cards
735
736 * Mon Mar 17 2003 Mike A. Harris <mharris@redhat.com> 0.76-1
737 - Updated MonitorsDb for Dell monitors (#86072)
738
739 * Tue Feb 18 2003 Mike A. Harris <mharris@redhat.com> 0.75-1
740 - Change savage MX and IX driver default back to "savage" for the 1.1.27t
741   driver update
742   
743 * Tue Feb 18 2003 Brent Fox <bfox@redhat.com> 0.74-1
744 - Use full resolution description for Dell laptop screens (bug #80398)
745
746 * Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 0.73-1
747 - Updated pcitable and Cards database to fix Savage entries up a bit, and
748   change default Savage/MX driver to 'vesa' as it is hosed and with no sign
749   of working in time for 4.3.0.  Fixes (#72476,80278,80346,80423,82394)
750
751 * Wed Feb 12 2003 Brent Fox <bfox@redhat.com> 0.72-1
752 - slightly alter the sync rates for the Dell 1503FP (bug #84123)
753
754 * Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.71-1
755 - large pcitable and pci.ids updates
756 - more tg3, e100
757
758 * Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.69-1
759 - Updated pcitable and Cards database for new Intel i852/i855/i865 support
760
761 * Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.68-1
762 - Massive update of all ATI video hardware PCI IDs in pcitable and a fair
763   number of additions and corrections to the Cards database as well
764   
765 * Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 0.67-1
766 - change refresh rates of sny0000 monitors to use a low common denominator
767
768 * Wed Jan 29 2003 Bill Nottingham <notting@redhat.com> 0.66-1
769 - don't force DRI off on R200 (#82957)
770
771 * Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 0.65-1
772 - Added Card:S3 Trio64V2 (Unsupported RAMDAC) entry to pcitable, pci.ids, and
773   Cards database to default this particular variant to "vesa" driver (#81659)
774
775 * Thu Jan  2 2003 Bill Nottingham <notting@redhat.com> 0.64-1
776 - pci.ids and associated pcitable updates
777
778 * Sun Dec 29 2002 Mike A. Harris <mharris@redhat.com> 0.63-1
779 - Updates for GeForce 2 Go, GeForce 4 (#80209)
780
781 * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-2
782 - fix Cards for NatSemi Geode
783
784 * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-1
785 - use e100 instead of eepro100 for pcmcia
786
787 * Mon Nov 25 2002 Mike A. Harris <mharris@redhat.com>
788 - Complete reconstruction of all Neomagic hardware entries in Cards
789   database to reflect current XFree86, as well as pcitable update,
790   and submitted cleaned up entries to sourceforge
791
792 * Mon Nov  4 2002 Bill Nottingham <notting@redhat.com> 0.61-1
793 - move pcmcia config file here
794 - sort MonitorsDB, add some entries, remove dups
795 - switch some network driver mappings
796
797 * Tue Sep 24 2002 Bill Nottingham <notting@redhat.com> 0.48-1
798 - broadcom 5704 mapping
799 - aic79xx (#73781)
800
801 * Thu Sep  5 2002 Bill Nottingham <notting@redhat.com> 0.47-1
802 - pci.ids updates
803 - add msw's wireless card
804
805 * Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 0.46-1
806 - Card entries in pcitable need matching in Cards
807
808 * Sun Sep  1 2002 Mike A. Harris <mharris@redhat.com> 0.45-1
809 - Update G450 entry in Cards
810
811 * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 0.44-1
812 - fix some of the Dell entries
813 - add cardbus controller id (#71198)
814 - add audigy mapping
815 - add NEC monitor (#71320)
816
817 * Tue Aug 13 2002 Preston Brown <pbrown@redhat.com> 0.43-1
818 - pci.id for SMC wireless PCI card (#67346)
819
820 * Sat Aug 10 2002 Mike A. Harris <mharris@redhat.com> 0.42-1
821 - Change default driver for old S3 based "Miro" card for bug (#70743)
822
823 * Fri Aug  9 2002 Preston Brown <pbrown@redhat.com> 0.41-1
824 - fix tabs in pci.ids
825 - Change pci ids for the PowerEdge 4 series again...
826
827 * Tue Aug  6 2002 Preston Brown <pbrown@redhat.com> 0.39-1
828 - Dell PERC and SCSI pci.id additions
829
830 * Tue Aug  6 2002 Mike A. Harris <mharris@redhat.com> 0.38-1
831 - Removed and/or invalid entries from Cards database BLOCKER (#70802)
832
833 * Mon Aug  5 2002 Mike A. Harris <mharris@redhat.com> 0.37-1
834 - Changed Matrox G450 driver default options to fix bug (#66697)
835 - Corrected S3 Trio64V2 bug in Cards file (#66492)
836
837 * Tue Jul 30 2002 Bill Nottingham <notting@redhat.com> 0.36-1
838 - tweaks for Dell Remote Assisstant cards (#60376)
839
840 * Fri Jul 26 2002 Mike A. Harris <mharris@redhat.com> 0.35-1
841 - Updated Cards db for CT69000
842 - Various ATI cleanups and additions to Cards and pcitable
843 - Updated S3 Trio3D to default to "vesa" driver (#59956)
844
845 * Tue Jul 23 2002 Bill Nottingham <notting@redhat.com> 0.33-1
846 - Eizo monitor updates (#56080, <triad@df.lth.se>)
847 - pci.ids updates, corresponding pcitable updates
848 - pcilint for pcitable 
849
850 * Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 0.32-1
851 - switch de4x5 back to tulip
852
853 * Mon Jun 24 2002 Mike A. Harris <mharris@redhat.com> 0.31-1
854 - Modified ATI entries in pcitable to be able to autodetect the FireGL 8700
855   and FireGL 8800 which both have the same ID, but different subdevice ID's.
856   Added entries to Cards database for the 8700/8800 as well.
857
858 * Tue May 28 2002 Mike A. Harris <mharris@redhat.com> 0.30-1
859 - Reconfigured Cards database to default to XFree86 4.x for ALL video
860   hardware, since 3.3.6 support is being removed.  Video cards not
861   supported natively by 4.x will be changed to use the vesa or vga
862   driver, or completely removed as unsupported.
863
864 * Wed Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
865 - another megaraid variant
866
867 * Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
868 - fix monitor entry for Dell 1600X Laptop Display Panel
869
870 * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 0.13-1
871 - more aacraid
872
873 * Tue Apr  9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
874 - another 3ware, another megaraid
875
876 * Fri Apr  5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
877 - Added commented out line for some Radeon 7500 cards to Cards database.
878
879 * Tue Apr  2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
880 - Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
881
882 * Mon Apr  1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
883 - fix rebuild (#62459)
884 - SuperSavage ids (#62101)
885 - updates from pci.ids
886
887 * Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
888 - fix errant space (#61363)
889
890 * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
891 - nVidia updates
892
893 * Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
894 - lots of pcitable updates
895
896 * Tue Mar  5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
897 - Updated Cards database
898
899 * Mon Mar  4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
900 - Built new package with updated database files for rawhide.
901
902 * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
903 - return of XFree86-3.3.x
904
905 * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
906 - initial build