HID 1.1 profile support in windows 10

Is it possible to create bth hid device prifile driver (ex, keyboard and mouse) using in-box bth hid profile support of windows 10.
If yes, is there any refernece doc of DDI for the windows hid profile ?
Thanks.
YS

It should all work with in box drivers. What type of driver do you want to write? What will it do?

Bent from my phone


From: xxxxx@lists.osr.com on behalf of xxxxx@hotmail.com
Sent: Tuesday, April 11, 2017 3:08:37 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] HID 1.1 profile support in windows 10

Is it possible to create bth hid device prifile driver (ex, keyboard and mouse) using in-box bth hid profile support of windows 10.
If yes, is there any refernece doc of DDI for the windows hid profile ?
Thanks.
YS


NTDEV is sponsored by OSR

Visit the list online at: https:

MONTHLY seminars on crash dump analysis, WDF, Windows internals and software drivers!
Details at https:

To unsubscribe, visit the List Server section of OSR Online at https:</https:></https:></https:>

Hi Doron
I’m interested in making a bluetooth keyboard / mouse driver which intercept pc’s inputs and work as a bt devices.

Thanks
YS

You want to expose the PC’s wired keyboard and mouse as Bluetooth peripherals for other devices to connect to?

Bent from my phone


From: xxxxx@lists.osr.com on behalf of xxxxx@hotmail.com
Sent: Tuesday, April 11, 2017 11:27:01 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] HID 1.1 profile support in windows 10

Hi Doron
I’m interested in making a bluetooth keyboard / mouse driver which intercept pc’s inputs and work as a bt devices.

Thanks
YS


NTDEV is sponsored by OSR

Visit the list online at: https:

MONTHLY seminars on crash dump analysis, WDF, Windows internals and software drivers!
Details at https:

To unsubscribe, visit the List Server section of OSR Online at https:</https:></https:></https:>

Hi Doron
Yes, that is exactly what I intended to do.

Thanks.
YS

Hi Doron
Can you provide me a hint where can I get an information about that hid profile driver development.

Thanks.
YS

What you want to do is not possible because the hid psms are reserved for windows use

https://msdn.microsoft.com/en-us/library/windows/hardware/ff536621(v=vs.85).aspx


From: xxxxx@lists.osr.com on behalf of xxxxx@hotmail.com
Sent: Wednesday, April 12, 2017 3:23:57 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] HID 1.1 profile support in windows 10

Hi Doron
Can you provide me a hint where can I get an information about that hid profile driver development.

Thanks.
YS


NTDEV is sponsored by OSR

Visit the list online at: https:

MONTHLY seminars on crash dump analysis, WDF, Windows internals and software drivers!
Details at https:

To unsubscribe, visit the List Server section of OSR Online at https:</https:></https:></https:>

Hi Doron
Thanks for your informaion. It is very helpful to understand the situation.
Thanks
YS