[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[HS] patch pour carte son MSI KT400



Bonjour,

J'ai fait un mini patch pour la bonne reconnaissance de la carte son
intégrée sur la carte mère MSI KT400 par le noyau 2.6.
(en fait ajout d'une ligne dans la white list)

Où pensez vous qu'il faut envoyer ça ?

A+

Olivier 

Comme ce n'est pas long, je l'attache à tout hasard.

-- 
Laboratoire de Mathématiques, Applications et Physique Mathématique
d'Orléans UMR 6628 - Université d'Orléans - B.P. 6759 - 45067 Orléans Cedex 2
E-Mail: Olivier.Garet@labomath.univ-orleans.fr
http://www.univ-orleans.fr/SCIENCES/MAPMO/membres/garet/
--- via82xx.c.orig	2004-01-02 20:08:44.000000000 +0100
+++ via82xx.c	2004-01-02 20:33:37.000000000 +0100
@@ -1968,6 +1968,7 @@
 {
 	static struct dxs_whitelist whitelist[] = {
 		{ .vendor = 0x1019, .device = 0x0996, .action = VIA_DXS_48K },
+                { .vendor = 0x1462, .device = 0x7120, .action = VIA_DXS_ENABLE },
 		{ .vendor = 0x1297, .device = 0xc160, .action = VIA_DXS_ENABLE }, /* Shuttle SK41G */
 		{ } /* terminator */
 	};

Reply to: