Jump to content

Sony Vaio SNC "SNY5001" kext and/or DSDT patching research


OoTLink
 Share

3 posts in this topic

Recommended Posts

Out on the Linux side, they seemed to have figured this out, and since everyone thinks that getting SNC control is essential, here's the topic. ....

 

That's about all I have to say for now ;(

 

nice :)

 

Out on the Linux side, they seemed to have figured this out, and since everyone thinks that getting SNC control is essential, here's the topic. ....

 

That's about all I have to say for now ;(

 

nice :)

 

; Copyright 1997-2007, Sony Corp.

;;

;; SonyPI.inf

;; Sony Programmable I/O Control

;;

;; © 2007 Sony Corporation All rights reserved.

;;

;; 08/02/2007

;;

;; Revision 8.0.0.1

 

;--------- Version Section ---------------------------------------------------

 

[Version]

Signature = "$Windows NT$"

Class=HIDCLASS

ClassGUID={745a17a0-74d3-11d0-b6fe-00a0c90f57da}

Provider=%Sny%

CatalogFile.ntx86=SonyPIx86.cat

CatalogFile.ntamd64=SonyPIx64.cat

DriverVer=08/08/2007,8.0.0.1

 

 

;--------- DestinationDirs Section -------------------------------------------

 

[DestinationDirs]

SonyPI.Files.x86_12 = 12

 

;--------- SourceDiskNames and SourceDiskFiles Section -----------------------

 

[sourceDisksFiles]

SonyPI.sys=0

 

[sourceDisksNames.x86]

0 = %Desc_x860%,,,\x86

 

[sourceDisksNames.amd64]

0 = %Desc_x860%,,,\x64

 

;--------- Manufacturer and Models Sections ----------------------------------

 

[Manufacturer]

%Sny%=Sny, NTx86, NTamd64

 

[sny.NTx86]

%SonyPIDesc%=SonyPI_Inst,*SNY6001

 

[sny.NTamd64]

%SonyPIDesc%=SonyPI_Inst,*SNY6001

 

;---------- DDInstall Sections -----------------------------------------------

; --------- Windows Vista -----------------

 

[sonyPI_Inst]

CopyFiles = SonyPI.Files.x86_12

 

[sonyPI_Inst.Services]

AddService = SPI,0x00000002,SonyPI_Service_Inst,

 

[sonyPI_Service_Inst]

DisplayName = %SonyPIDesc%

ServiceType = %SERVICE_KERNEL_DRIVER%

StartType = %SERVICE_DEMAND_START%

ErrorControl = %SERVICE_ERROR_NORMAL%

ServiceBinary = %12%\SonyPI.sys

 

; --------- Files (common) -------------

 

;[sonyPI.Files.x86_11]

;SonyPI.dll

 

[sonyPI.Files.x86_12]

SonyPI.sys

 

 

;--------- Strings Section ---------------------------------------------------

 

[strings]

 

; *******Localizable Strings*******

Sny= "Sony Corporation"

Desc_x860= "SonyPI Drivers"

SonyPIDesc= "Sony Programmable I/O Control Device"

 

; *******Non Localizable Strings*******

 

SERVICE_BOOT_START = 0x0

SERVICE_SYSTEM_START = 0x1

SERVICE_AUTO_START = 0x2

SERVICE_DEMAND_START = 0x3

SERVICE_DISABLED = 0x4

 

SERVICE_KERNEL_DRIVER = 0x1

SERVICE_ERROR_IGNORE = 0x0

SERVICE_ERROR_NORMAL = 0x1

SERVICE_ERROR_SEVERE = 0x2

SERVICE_ERROR_CRITICAL = 0x3

 

REG_EXPAND_SZ = 0x00020000

REG_DWORD = 0x00010001

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...