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