Te działają, właśnie je pobrałem: https://obrazki.elektroda.pl/1332927200_1652022269_thumb.jpg Masz to tu w ZIPie:
chindows/crostrackpad.inf at master · tejasprak/chindows · GitHub
Skip to content
Sign & nbsp;up
Product
Features
Mobile
Actions
Codespaces
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
-- & gt;
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this user
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
tejasprak
/
chindows
Public
Notifications
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
master
Switch branches/tags
Branches
Tags
Could not load branches
Nothing to show
{{ refName }}
default
View all branches
Could not load tags
Nothing to show
{{ refName }}
default
View all tags
chindows / CypressTrackpad / crostrackpad.inf
Go to file
Go to file
T
Go to line
L
Copy path
Copy permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
& nbsp;
& nbsp;
Cannot retrieve contributors at this time
80 lines (64 sloc)
4.09 KB
Raw
Blame
Open with Desktop
View raw
View blame
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
;/*++
;
;Copyright (c) CoolStar. All rights reserved.
;
;Module Name:
; coolstar.inf
;
;Abstract:
; INF file for installing the Cypress v3 Trackpad Driver
;
;
;--*/
[Version]
Signature = & quot;$WINDOWS NT$ & quot;
Class = HIDClass
ClassGuid = {745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider = CoolStar
DriverVer=10/15/2015,16.47.4.166
CatalogFile = crostrackpad.cat
[DestinationDirs]
DefaultDestDir = 12
; ================= Class section =====================
[ClassInstall32]
AddReg=CrosTrackpad_RegistryAdd
[SourceDisksNames]
1 = %DiskId1%,,, & quot; & quot;
[SourceDisksFiles]
crostrackpad.sys = 1,,
;*****************************************
; CrosTrackpad Install Section
;*****************************************
[Manufacturer]
%StdMfg%=Standard,NTamd64
; Decorated model section take precedence over undecorated
; ones on XP and later.
[Standard.NTamd64]
%CrosTrackpad.DeviceDesc%=CrosTrackpad_Device, ACPI\CYAP0000
[CrosTrackpad_Device.NT]
CopyFiles=Drivers_Dir
[CrosTrackpad_Device.NT.HW]
AddReg=CrosTrackpad_AddReg
[Drivers_Dir]
crostrackpad.sys
[CrosTrackpad_AddReg]
; Set to 1 to connect the first interrupt resource found, 0 to leave disconnected
HKR,Settings, & quot;ConnectInterrupt & quot;,0x00010001,0
HKR,, & quot;UpperFilters & quot;,0x00010000, & quot;mshidkmdf & quot;
;-------------- Service installation
[CrosTrackpad_Device.NT.Services]
AddService = CrosTrackpad,%SPSVCINST_ASSOCSERVICE%, CrosTrackpad_Service_Inst
; -------------- CrosTrackpad driver install sections
[CrosTrackpad_Service_Inst]
DisplayName = %CrosTrackpad.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\crostrackpad.sys
LoadOrderGroup = Base
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
StdMfg = & quot;CoolStar & quot;
DiskId1 = & quot;CrosTrackpad Installation Disk #1 & quot;
CrosTrackpad.DeviceDesc = & quot;Chromebook Cypress v3 Trackpad & quot;
CrosTrackpad.SVCDESC = & quot;CrosTrackpad Service & quot;
Copy lines
Copy permalink
View git blame
Reference in new issue
-- & gt;
Go
& copy; 2022 GitHub, Inc.
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.