All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix for dell inspiron 8100 maestro3
@ 2003-05-16 14:32 Javier Conti
  2003-05-16 15:01 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Javier Conti @ 2003-05-16 14:32 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

Hi, after a long and painful investigation on the maestro3 vs. irda problem on 
the dell inspiron 8100 notebook, I found the FIXME tag in the maestro3 
sources and, inspired by the 8000 fix right above, I applied the same fix for 
8100.

I'm no develper, but I think this should't break anything, and for me fixed 
the problem on my 8100. Maybe someone will find this useful.

Patch attached, bye, Javier
-- 
Javier Conti - Labcc
http://www.labcc.ch/

[-- Attachment #2: maestro3.patch --]
[-- Type: text/x-diff, Size: 463 bytes --]

--- maestro3.c	2003-04-23 12:06:36.000000000 +0200
+++ /usr/src/modules/alsa-driver/alsa-kernel/pci/maestro3.c	2003-05-14 17:19:35.000000000 +0200
@@ -949,6 +949,13 @@
 	},
 	/* FIXME: Inspiron 8100 id should probably be here, too
 	 * (8200 irrelevant: has intel8x0 with CS4205) */
+	{
+		.name = "Dell Inspiron 8100",
+		.vendor = 0x1028,
+		.device = 0x00a4,
+		.amp_gpio = -1,
+		.irda_workaround = 1,
+	},
 	/* NEC LM800J/7 */
 	{
 		.name = "NEC LM800J/7",

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-05-20 13:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-16 14:32 Fix for dell inspiron 8100 maestro3 Javier Conti
2003-05-16 15:01 ` Takashi Iwai
2003-05-17  1:58   ` Javier Conti
2003-05-17  2:45   ` Javier Conti
2003-05-19 11:24     ` Takashi Iwai
2003-05-20 13:01     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.