I find HID\VEN_SYNA&DEV_329D&Col01 in windows.
so I put 329D in voodoo info file, but somehow, system just does not load this VoodooI2CSynaptics satellite kext..
did I do anything wrong?
VoodooI2CHID can be loaded but no device can be found ..
to quote DSDT
{
If (LLess (OSYS, 0x07DC))
{
SRXO (GPDI, One)
}
Store (GNUM (GPDI), INT1)
Store (INUM (GPDI), INT2)
If (LEqual (TPDM, Zero))
{
SHPO (GPDI, One)
}
If (LEqual (TPDT, One))
{
Store ("SYNA2393", _HID)
Store (0x20, HID2)
Return (Zero)
}
If (LEqual (TPDT, 0x02))
{
Store ("06CB2846", _HID)
Store (0x20, HID2)
Return (Zero)
}
If (LEqual (TPDT, 0x06))
{
Store ("ALPS0000", _HID)
Store (0x20, HID2)
Store (0x2C, BADR)
Return (Zero)
}
If (LEqual (TPDT, 0x05))
{
Store ("SYNA329D", _HID)
Store (TPDH, HID2)
Store (TPDB, BADR)
If (LEqual (TPDS, Zero))
{
Store (0x000186A0, SPED)
}
If (LEqual (TPDS, One))
{
Store (0x00061A80, SPED)
}
If (LEqual (TPDS, 0x02))
{
Store (0x000F4240, SPED)
}
Return (Zero)
}
which one is my device number? thanks. SYNA239D or SYNA3293?
I tested with both btw, still not working.
Thanks!