← Back to team overview

sony-vaio-z-series team mailing list archive

Re: vaio Z 3G Modem

 

Here is the patch agains the sony-laptop-zseries-0.9np3 version of the module, no clue why diff is not producing the headers with the file name info.

1469c1469
<       ret = sony_call_snc_handle(0x124, 0x00, &result);
---
>       ret = sony_call_snc_handle(0x124, 0xb00, &result);
1476c1476
<       if ((result & 0xff) == 0x00)
---
>       if (result & 0x1)
1478c1478
<       if (((result & 0xff00) >> 8) == 0x10)
---
>       if (result & 0x2)
1480c1480
<       if (((result & 0xff0000) >> 20) == 0x2)
---
>       if (result & 0x1c)
1482c1482
<       if ((result >> 24) == 0x30)
---
>       if (result & 0x20)


      



Follow ups

References