summaryrefslogtreecommitdiffstats
path: root/lst/pcitable
Commit message (Collapse)AuthorAgeFilesLines
* sync with latest pci.idsThierry Vignaud2004-11-171-3/+58
|
* sync with kernel-tmb-2.6.7-2.tmb.6mdkThierry Vignaud2004-11-161-5/+30
|
* fill driver field for EIDE/ATA controllers (they currently are compiled inThierry Vignaud2004-11-161-75/+76
| | | | | | kernel core but this enable to support modular ata as well as to display less frightening "unsupported" stuff in our tools)
* sync with 2.8.10-rc1-mm5's libataThierry Vignaud2004-11-161-0/+3
|
* 3c90x is dead for yearsThierry Vignaud2004-11-161-1/+1
|
* fix from 2.8.10-rc1-mm5Thierry Vignaud2004-11-161-3/+3
|
* sync with 2.8.10-rc1-mm5's serial driverThierry Vignaud2004-11-161-0/+1
|
* only 0x10b5:0x9050 devices with 0x1369 as subvendor are managed by snd-vx222Thierry Vignaud2004-11-091-36/+36
|
* fix bogus driver namesThierry Vignaud2004-11-091-2/+2
|
* reorder for lord "make check"Thierry Vignaud2004-11-081-1/+1
|
* better fix for #10859: only swith to OSS the card reported to worksThierry Vignaud2004-11-081-1/+2
| | | | | with OSS since other work with ALSA and not with OSS
* add a few real descriptionsThierry Vignaud2004-11-051-3/+3
|
* remove bogus entryThierry Vignaud2004-11-051-1/+0
|
* sync with kernel-2.6.8.1.21mdkThierry Vignaud2004-11-051-3/+7
|
* use yenta_socket for PCI7420 CardBus ControllerOlivier Blin2004-11-051-1/+1
|
* sync with hwdata-0.145Thierry Vignaud2004-11-041-5/+5
|
* sync with pci.idsThierry Vignaud2004-11-041-5/+215
|
* fix sound on VIA VT8233 (#10859)Thierry Vignaud2004-11-021-1/+1
|
* some MODULE_DEVICE_TABLE() do not appears in kernel's pcimap; let's add my ownThierry Vignaud2004-11-021-97/+123
| | | | | motherboard and partially sync with 2.6.10-rc1-mm2 btw
* disambiguate media devicesThierry Vignaud2004-11-021-1/+31
|
* first round towards move to "megaraid_mbox"Gwenolé Beauchesne2004-10-281-3/+3
|
* add Philips Semiconductors DSL cardOlivier Blin2004-10-281-1/+1
|
* Quadro FX 1100Gwenolé Beauchesne2004-10-281-0/+1
|
* add Quadro FX 3400, fix typo for Quadro FX 1300Gwenolé Beauchesne2004-10-211-1/+2
|
* speculatively use aic79xx for Adaptec ASC-39320[AB] cardsGwenolé Beauchesne2004-10-111-2/+2
|
* fix sound on nicolas chipaux's sound cardThierry Vignaud2004-10-111-1/+1
|
* added ath_pci entriesFrederic Lepied2004-09-281-3/+5
|
* fixed ATI entries (don't forget to run make check)Frederic Lepied2004-09-241-10/+8
|
* update ATI pciidsNicolas Planel2004-09-201-17/+39
|
* add new NVidia 6800Nicolas Planel2004-09-201-1/+1
|
* add empty type for capi driven devicesOlivier Blin2004-09-141-2/+2
|
* modules::probe_category complianceOlivier Blin2004-09-141-2/+2
|
* dsl sl cards can't use capidrvOlivier Blin2004-09-131-2/+2
|
* Map some Apple hardware (Christiaan Welvaar)Stew Benedict2004-09-131-7/+7
|
* sync with kernel-2.6.8.1.5mdkThierry Vignaud2004-09-131-0/+1
|
* add/update some isdn cards that support capi drivers onlyOlivier Blin2004-09-091-2/+3
|
* added entries for slamr and rt2500Frederic Lepied2004-09-081-19/+23
|
* added "nVidia Corp.|nForce2 UDMA 133 IDE Controller" (bug #11173)Frederic Lepied2004-09-051-808/+809
| | | | | Corporation => Corp. to be coherent with the hardware database
* added entries for IPW2200Frederic Lepied2004-09-011-104/+121
| | | | | Intel Corporation => Intel Corp.
* use right qla driverThierry Vignaud2004-08-311-1/+1
|
* in 2.6.x kernel, pwcd was splited between pcwd_pci and pcwd_usbThierry Vignaud2004-08-311-1/+1
|
* according to kernel pcimap, ohci394 does not register this device whereasThierry Vignaud2004-08-311-1/+1
| | | | | | | | | yenta_socket does (the description looks bogus and is neither in hwdata nor in pci.ids :-( despite pixel log points to them) kernel sources looks like this indeed a 'Ti|4450' device, but we've not the full description.
* this device is now handled by sata_sx4Thierry Vignaud2004-08-311-1/+1
|
* pc300 replaced pc300too in both 2.4.x and 2.6.x kernels long time agoThierry Vignaud2004-08-311-4/+4
|
* according to kernel pcimap, dmfe does not register this device whereas tulip ↵Thierry Vignaud2004-08-311-1/+1
| | | | does
* this device has two PCI functions, one for video (tv) and one forThierry Vignaud2004-08-311-1/+1
| | | | | | | | | audio. since most people listen to audio through a jack between their tv card and their sound card rather than using btaudio or snd-bt87x, it's more important to support their tv/satellite card rather than just soun,d
* 3c359 replaced 3c559 in both 2.4.x and 2.6.x kernelsThierry Vignaud2004-08-311-1/+1
|
* according to kernel pcimap, yenta_socket does not register this device ↵Thierry Vignaud2004-08-311-1/+1
| | | | whereas i82092 does
* according to kernel pcimap, yenta_socket does not register this device ↵Thierry Vignaud2004-08-311-1/+1
| | | | whereas pd6729 does
* do one s/tulip/de2104x/ (according to kernel pcimap, this device is only ↵Thierry Vignaud2004-08-311-1/+1
| | | | registred with de2104x)