← Back to team overview

hybrid-graphics-linux team mailing list archive

asus-switchroo on Asus N61Jv possible?

 

Hi the list,
I was wondering if the asus-switchroo could work for N61Jv.
I have the MXMX and MXDS functions but the required _DSM part is not the
same.

Mine :

Method (_DSM, 4, NotSerialized)
  {
    If (LEqual (Arg0, Buffer (0x10)
      {
	/* 0000 */    0xF8, 0xD8, 0x86, 0xA4, 0xDA, 0x0B, 0x1B, 0x47, 
	/* 0008 */    0xA7, 0x2B, 0x60, 0x42, 0xA6, 0xB5, 0xBE, 0xE0
      }))


The required:

Method (_DSM, 4, NotSerialized)
  {
    If (LEqual (Arg0, Buffer (0x10)
      {
        /* 0000 */ 0xA0, 0xA0, 0x95, 0x9D, 0x60, 0x00, 0x48, 0x4D,
        /* 0008 */ 0xB3, 0x4D, 0x7E, 0x5F, 0xEA, 0x12, 0x9F, 0xD4
      }))



Thanks