No announcements
Found 2926059 threads
-
0 Votes
win8.1 HID Device - returning NULL
; I was able to open the HID device and I can send commands to it - left, right, etc. However, I am having a few problems ...Answered | 11 Replies | 4313 Views | Created by Ben Tsui - Friday, July 5, 2013 10:51 PM | Last reply by Noir Ryu - Thursday, August 8, 2013 1:11 AM -
0 Votes
winusb_initilize - hid device - error 8 - ERROR_NOT_ENOUGH_MEMORY
>I can enumerate, createfile and attach to a HID usb device (in a microchip >processor). But when I call the WinUsb_InitilizeAnswered | 2 Replies | 4741 Views | Created by USB_Steve - Friday, July 2, 2010 7:58 AM | Last reply by USB_Steve - Sunday, July 11, 2010 4:46 PM -
3 Votes
FriendlyName for HID device - MSFT descriptor
FriendlyName is meant to be set by the user/software and not by the device. There isn’t a way for a driver to set friendly name directly. ...Answered | 3 Replies | 986 Views | Created by Muchomorek - Tuesday, July 16, 2019 12:09 PM | Last reply by Pavel A - Thursday, July 18, 2019 10:58 PM -
1 Votes
Windows 7 as a bluetooth HID device
Hi, I am new to windows drivers development. I am planning to write a bluetooth profile driver that would act as a HID device ...Answered | 7 Replies | 4504 Views | Created by nouman.hanif - Tuesday, March 11, 2014 5:08 PM | Last reply by EfratLevy - Tuesday, January 6, 2015 5:54 AM -
0 Votes
Simulating a Bluetooth HID device on Windows Desktop OS
you would need a driver to register on the hid psm and then listen for connections. Unfortunately the build in bth hid driver will also claim these psms.d ...Answered | 2 Replies | 3149 Views | Created by Nadav Rub - Sunday, October 5, 2014 3:13 PM | Last reply by Nadav Rub - Friday, July 17, 2015 3:19 PM -
0 Votes
Could a HID device plug and play as a mouse?
as a HID device with mouse report in hoping that I could access to additional data. So I want to ask if a HID ...Answered | 1 Replies | 2571 Views | Created by md313230 - Sunday, October 16, 2011 6:55 AM | Last reply by Doron Holan [MSFT] - Sunday, October 16, 2011 9:59 PM -
1 Votes
Creating WBDI driver for a HID based device.
I have those but all of those examples and documentation are all mention WinUSB. The device I am working on is a HID device. Are you limited to a ...Answered | 4 Replies | 580 Views | Created by LWATCDR - Friday, September 25, 2015 2:48 PM | Last reply by LWATCDR - Tuesday, September 29, 2015 2:54 PM -
0 Votes
HidD_SetFeature and HidD_GetFeature returning failure for my HID Keyboard device?
VID&PID using the HID windows Api's. I am trying to write the bit to turn on the LED using WriteFile API for the same device handle ...Answered | 1 Replies | 1237 Views | Created by Ravi Raj Nukala - Saturday, September 24, 2016 6:01 AM | Last reply by Doron Holan [MSFT] - Saturday, September 24, 2016 5:00 PM -
0 Votes
remove HID
I saw the links, but I am not getting any specific leads into building the s/w My device is a h/w device connected to computer via bluetooth as ...Answered | 3 Replies | 5407 Views | Created by RockerManish - Sunday, April 4, 2010 6:38 PM | Last reply by SamAgain - Friday, April 16, 2010 8:16 AM -
3 Votes
HID Capabailities
devices on a system already. Try unplugging other HID devices and see if your codes will get you the right results. Or unplug this USB HID device to ...Answered | 6 Replies | 992 Views | Created by its_me_here - Tuesday, June 6, 2017 6:29 PM | Last reply by MelbourneDeveloper - Tuesday, November 20, 2018 9:56 PM -
0 Votes
can not open build-in hid device
Hi there, try to check device capability declarations for HID in the manifest. you can refer toAnswered | 7 Replies | 2529 Views | Created by whl_tingyu - Friday, November 1, 2013 6:48 AM | Last reply by whl_tingyu - Friday, November 15, 2013 6:50 AM -
0 Votes
HID class driver (hidclass.sys)
mode? Why? You can talk to a custom HID device using the HID API library, but I believe ...Answered | 2 Replies | 7232 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
Using VideoCam as HID
The video camera is not a HID device. The demo you refer to used custom code to detect gestures in the video stream. This is not built-in behavior, ...Answered | 2 Replies | 821 Views | Created by Dexter Dengler - Thursday, July 11, 2013 3:45 PM | Last reply by Dexter Dengler - Friday, July 12, 2013 10:57 PM -
0 Votes
Retrieve raw data from HID device
with device. But this needs to develop a special driver. What i need just only read the HID report, ...Answered | 3 Replies | 4429 Views | Created by Alvin Twitch - Monday, February 18, 2013 6:52 AM | Last reply by Janet Schneider [MSFT] - Wednesday, March 6, 2013 1:49 AM -
0 Votes
Relation between driver's HID reporting structure and HID descriptor ?
must specify that the device is a HID touch screen (page 0x0D, usage 0x04). In addition to the existing HID touch ...Answered | 6 Replies | 3512 Views | Created by Polaris510 - Saturday, March 24, 2012 10:51 PM | Last reply by Tim Roberts - Wednesday, March 28, 2012 4:29 AM -
2 Votes
HID report descriptor
I am trying to get the HID report descriptor of an HID device from a VC++ 2015 user mode app. I am aware of the IOCtl ...Answered | 3 Replies | 842 Views | Created by its_me_here - Wednesday, January 20, 2016 5:53 PM | Last reply by Doron Holan [MSFT] - Thursday, January 28, 2016 4:44 PM -
1 Votes
Relating HID Device Objects to USB Device Objects
In a user-mode application, I have a SP_DEVINFO_DATA reference to a USB device, and I want to open a handle to the ...Answered | 4 Replies | 500 Views | Created by dan simkin - Wednesday, October 10, 2018 6:32 PM | Last reply by Doron Holan [MSFT] - Thursday, October 11, 2018 5:07 AM -
0 Votes
Newly connected USB HID device and WM_DEVICECHANGE
Hi, I'm making a configuration tool (Win32 API, C++) which connects to a USB HID device and read / writes a 512B ...Answered | 2 Replies | 6756 Views | Created by ninoalbino - Monday, June 14, 2010 1:39 PM | Last reply by D Good - Wednesday, June 12, 2013 11:32 PM -
1 Votes
How to use WinCE 6 USB HID Mouse driver for HID Touch
The HID driver passes mouse events to GWES using the mouse_event API (see ...Answered | 1 Replies | 5491 Views | Created by Andreas_1981 - Thursday, October 20, 2011 10:28 AM | Last reply by Luca Calligaris - Friday, October 21, 2011 3:08 PM -
0 Votes
Filter driver + HID device wont install
you need a lower filter if you are going to alter the report descriptor. the standard stack just reports the descriptor and feeds data to the app, no alteration. ...Answered | 5 Replies | 1566 Views | Created by Potatos - Monday, March 30, 2015 6:47 PM | Last reply by Doron Holan [MSFT] - Tuesday, March 31, 2015 7:08 PM
No announcements