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

Maestro3 fix in kernel 2.4.18, not in alsa



I wanted to add the maestro3 fix into alsa and noticed the following:
if (chip->pci->subsystem_vendor == 0x1028 &&
    chip->pci->subsystem_device == 0x00b0) /* Dell Inspiron 4000 */
        ; /* seems conflicting with IrDA */
else
        dir |= 0x10; /* assuming pci bus master? */

looks like the ALSA guys know this problem, and did a workaround just for
the chip in the inspiron 4000...

So maybe adding 0x00e6 to this bad device ID list is the cleaner solution?

Greetings,
Erich


-- 
To UNSUBSCRIBE, email to debian-laptop-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: