cannot connect to the keyboard.

Hi Experts,
I have a usb HID Keyboard,and I want to write data to the Keyboard device.
Through HID.sys,I write a application for above purpose,but always cannot connect to the device.
Could you advice?


ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡

You cannot open the keyboard from user mode. If you can alter the
device’s firmware, create a 2nd top level collection and read/write to
the keyboard through the 2nd TLC.

d

Hi Experts
Thanks Doron.
But I find software Busbound can write data to my USB HID Keyboard.
How can Busbound?


ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ

It probably sits at a lower level in the driver hierarchy…but that is
just a guess, I don’t really know.

d

Actually, you can probably open the keyboard if you only select WRITE
access. READ access will always fail.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Monday, July 10, 2006 8:27 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] cannot connect to the keyboard.

It probably sits at a lower level in the driver hierarchy…but that is
just a guess, I don’t really know.

d


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer