hwdata.spec 42 KB

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