Jump to content

Inject Device ID´s for mPCIe Cards


2 posts in this topic

Recommended Posts

My HP branded hs2300 with Sierra MC8775 chipset is having HP device-id and vendor-id.

 

I modified the Sierra stock drivers with the HP ID´s. The Card is recognised as USB device and working. I can establish connections via OSX modem device dialer. But i would like to use the SIERRA 3G WATCHER software, cause it shows me quality of connection.

 

Is it possible to inject the Sierra device and Vendor ID of the SIERRA MC8775?

 

Thank you guys...

 

 

By the way, this is a peace of code I suggest to do it:

 

Device (ARPT)

{

Name (_ADR, Zero)

Name (_PRW, Package (0x02)

{

0x09,

0x03

})

Method (_DSM, 4, NotSerialized)

{

Store (Package ()

{

 

"AAPL,slot-name",

Buffer (0x08)

{

"AirPort"

},

 

"device-id",

Buffer ()

{

0x12, 0x43, 0x00, 0x00 //instead of native 4315 //ID:03F0 1E1D native //1199 to 03f0) 6813 to 1e1d)

},

 

"model",

Buffer (0x13)

{

"HP hs2300 ……"

},

 

"device_type",

Buffer (0x08)

{

"Airport"

},

 

"built-in",

Buffer (One)

{

0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

}

Link to comment
Share on other sites

  • 1 month later...
 Share

×
×
  • Create New...