No announcements
Found 597214 threads
-
0 Votes
Example keyboard HID driver?
I call an app in userland which does SendInput but that is subpar as it doesn't work with repeated keys and doesn't work on the login screen and the lock screen. Is there an ...Answered | 1 Replies | 675 Views | Created by coolstarorg - Wednesday, May 13, 2015 4:50 PM | Last reply by Doron Holan [MSFT] - Wednesday, May 13, 2015 5:26 PM -
0 Votes
Must get keyboard to map to "Unassigned" Scancodes
shows the USB HID to PS/2 Scan Code Translation Table. It can be shown by example that 'H' or 'h' key (physical button) has a hardware HID.ID of ...Answered | 1 Replies | 8544 Views | Created by Aerolad - Friday, February 20, 2009 1:40 AM | Last reply by Tagore Bandlamudi - Friday, February 20, 2009 5:11 AM -
1 Votes
HID Keyboard Driver
I started from Firefly sample, which is a USB HID Mouse driver. Changed INX file: - device ID to my Vendor ID and Product ID, - changed Mouse to ...Unanswered | 9 Replies | 2720 Views | Created by RysiekT - Sunday, April 2, 2017 6:05 PM | Last reply by RysiekT - Thursday, April 6, 2017 6:05 AM -
1 Votes
Virtual HID framework does not work. DimpHidAddDevice: Failed to open device \\?\HID#HID_DEVICE_SYSTEM_VHF
like keyboards and mice which are exclusively accessed by other system components. It might be useful to simplify the test app to send keyboard inputs ...Unanswered | 1 Replies | 959 Views | Created by Tony3180 - Thursday, December 17, 2020 2:44 PM | Last reply by Andrew Yang [MSFT] - Thursday, December 17, 2020 7:23 PM -
0 Votes
Why a virtual HID telephony device does not work with Microsoft Lync?
Hey, guys. I have a problem! As we know, a HID device's basic method of communication is through reports. I reference WDK ...Unanswered | 2 Replies | 2861 Views | Created by suhetao - Thursday, November 15, 2012 3:45 PM | Last reply by Andrew Yang [MSFT] - Wednesday, July 19, 2017 12:21 AM -
0 Votes
[REQUEST] Macbook Pro Retina Keyboard Driver
Thanks for posting here Doron Holan, I did use that example and it is quite useful. However I couldn't install the compiled driver onto the HID Keyboard. How do I ...Discussion | 3 Replies | 750 Views | Created by Mihail Nosov - Friday, January 30, 2015 9:31 PM | Last reply by Mihail Nosov - Friday, January 30, 2015 10:45 PM -
0 Votes
Bluetooth Driver question (HID Keyboard)
Hi Guys, I'm trying to build my own HID BLE Keyboard - and I would like Windows 10 to detect it. On Android, it seems to connect just fine - ...Answered | 1 Replies | 599 Views | Created by LennyB123 - Wednesday, May 13, 2020 8:01 PM | Last reply by Cymon Kilmer [MSFT] - Friday, June 5, 2020 3:43 PM -
0 Votes
Mousehookevent is not called in system windows when using mutlitouch sensor
). The multitouch sensor is connected via USB, driver is a HID driver. Can somebody help me what could be the problem in multitouch mode why i cant get the touchevents in ...Unanswered | 0 Replies | 337 Views | Created by martinonwindows - Tuesday, September 22, 2020 9:18 AM -
0 Votes
Receive HID event from USB Keyboard Driver
These keys probably belong to a separate HID collection, not to the keyboard's. For example, my MS keyboard with player and calculator keys is a ...Answered | 8 Replies | 2039 Views | Created by sam.hsieh(TW) - Wednesday, May 31, 2017 9:20 AM | Last reply by sam.hsieh(TW) - Thursday, June 8, 2017 7:37 AM -
0 Votes
kbfiltr example in ddk doesn't work?
I have been using a modified version of the kbfiltr DDK example that I have been using to route data from a HID keyboard MSR up to user level for an OPOS ...Unanswered | 2 Replies | 6415 Views | Created by ladmas - Tuesday, September 26, 2006 9:11 PM | Last reply by ladmas - Thursday, September 28, 2006 11:42 PM -
0 Votes
Code 41 Error when installing my HID keyboard driver with my HID mouse driver
I am developing a HID keyboard driver and a HID mouse driver based on HIDUSBFX2 sample code. So I added some lines as below into both ...Answered | 2 Replies | 1163 Views | Created by 도치오빠 - Wednesday, March 25, 2015 1:17 AM | Last reply by 도치오빠 - Friday, March 27, 2015 7:14 AM -
0 Votes
Win7 USB CDC + HID keyboard driver Problem
Hi, i currently work with a STM32F407 Microcontroller and i try to implement a usb driver with CDC + HID interfaces. The driver works with XP but with Win ...Unanswered | 2 Replies | 3975 Views | Created by Himan71 - Wednesday, October 3, 2012 5:49 PM | Last reply by Doron Holan [MSFT] - Friday, October 19, 2012 6:15 AM -
0 Votes
How to create HID Class Flter Driver in WDF (KMDF or UMDF)
Thank you for answering my question. As you mentioned, I try to create a filter driver above HID device(mouse, keyboard ...Answered | 3 Replies | 3519 Views | Created by JinYuka - Tuesday, November 27, 2012 9:30 AM | Last reply by Doron Holan [MSFT] - Wednesday, November 28, 2012 8:03 AM -
0 Votes
Barcode scanner HID Keyboard
driver. You might describe what you are trying to accomplish. keyboard mode is an inferior I/O method and there is probably a way to programmatically set event ...Answered | 1 Replies | 1665 Views | Created by Damien86 - Saturday, May 24, 2014 3:11 PM | Last reply by Woodchux - Sunday, May 25, 2014 2:27 PM -
0 Votes
Keyboard-usb-hid-usageid
Dear All, I need to know LANG1 in hid usageid for USB ...Discussion | 2 Replies | 2859 Views | Created by Julie19286 - Wednesday, December 3, 2008 5:53 AM | Last reply by Kira Qian - Tuesday, December 9, 2008 7:02 AM -
0 Votes
HID class driver (hidclass.sys)
also, i fyou are writing your own hid mini port driver using KMDF you can enumerate a raw PDO and communicate with the HID miniport using normal IO functions instead of ...Answered | 2 Replies | 7221 Views | Created by Titisa - Friday, September 16, 2011 5:52 PM | Last reply by Doron Holan [MSFT] - Saturday, September 17, 2011 11:56 PM -
0 Votes
Sending HID Output Reports to HID Keyboard
STATUS_INVALID_DEVICE_REQUEST (0xC0000010). Should I be able to send output reports to a HID keyboard? Am I doing something wrong? It seems your device ...Unanswered | 1 Replies | 616 Views | Created by GregoryComer - Tuesday, August 14, 2018 9:24 PM | Last reply by Baron Bi - Wednesday, August 15, 2018 1:40 AM -
0 Votes
emulating HID keyboard key as HID mouse movement
is inevitable and I wonder if filter driver of other drivers can do this? As far as I know the controller is attached as HID keyboard and HID ...Answered | 1 Replies | 2687 Views | Created by JY Kim - Sunday, September 8, 2013 8:22 AM | Last reply by Doron Holan [MSFT] - Sunday, September 8, 2013 2:33 PM -
1 Votes
WIN7/WIN10 hid driver
to narrow down the issue on win7 into a particular driver modification of yours. 3. unfortunately, vmulti is not owned by ...Unanswered | 2 Replies | 800 Views | Created by Daniel888999 - Monday, May 6, 2019 7:04 AM | Last reply by Tim Roberts - Monday, May 6, 2019 6:24 PM -
1 Votes
Is there any Step-by-Step Guide to develop a custom USB HID driver?
"Step by step guide" to develop a "custom" driver - those terms don't go well together. Is this really a Human Interface Driver ...Unanswered | 2 Replies | 446 Views | Created by S_Javani - Wednesday, August 12, 2015 6:28 AM | Last reply by S_Javani - Monday, August 17, 2015 6:23 AM - Items 1 to 20 of 597214 Next ›
No announcements