accessing i8042 port 60 and 64 in win2k

I am writing a usb filter driver. is it possible to have R/W access to port
0x60 an port 0x64 using READ_PORT_UCHAR and WRITE_PORT_UCHAR from usb
filter driver.
Thanks in advance
regards
Ashish


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

What is the reason to need access to i8042 when you are
filtering USB?

Paul

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Ashish
Sent: Monday, January 07, 2002 12:00 AM
To: NT Developers Interest List
Subject: [ntdev] accessing i8042 port 60 and 64 in win2k

I am writing a usb filter driver. is it possible to have R/W access to port
0x60 an port 0x64 using READ_PORT_UCHAR and WRITE_PORT_UCHAR from usb
filter driver.
Thanks in advance
regards
Ashish


You are currently subscribed to ntdev as: xxxxx@compelson.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

They are owned by i8042prt.sys, and you have no means of synchronizing access with it.
So, the answer is - “no without risking the stability”.

Max

----- Original Message -----
From: “Ashish”
To: “NT Developers Interest List”
Sent: Monday, January 07, 2002 12:00 AM
Subject: [ntdev] accessing i8042 port 60 and 64 in win2k

> I am writing a usb filter driver. is it possible to have R/W access to port
> 0x60 an port 0x64 using READ_PORT_UCHAR and WRITE_PORT_UCHAR from usb
> filter driver.
> Thanks in advance
> regards
> Ashish
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com