hwdata.spec 38 KB

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