No announcements
Found 134203 threads
-
0 Votes
Disable sensor hid miniport driver
Hi C.S., Why are you writing a HID miniport for sensors? You should write a sensor driver. Here is a good starting point for ...Unanswered | 1 Replies | 1059 Views | Created by tulush - Monday, November 18, 2013 10:37 PM | Last reply by Janet Schneider [MSFT] - Tuesday, November 19, 2013 2:25 AM -
0 Votes
HID input from a sensor driver?
Hi again. I am trying to create a sensor driver for a device that is normally accessible through HID. However it seems that HidD* functions are ...Answered | 2 Replies | 7388 Views | Created by WindowsNT - Wednesday, October 21, 2009 3:11 PM | Last reply by WindowsNT - Thursday, October 22, 2009 11:17 AM -
0 Votes
HID miniport driver not working after reboot
I am very new to USB drivers. We have made changes in the existing finger touch driver to work for Pen touch device. When we install the driver for the first time it works ...Discussion | 2 Replies | 783 Views | Created by sk4476 - Monday, October 14, 2013 12:15 PM | Last reply by sk4476 - Tuesday, October 15, 2013 11:17 AM -
0 Votes
HID sensor support
wake-up (system is not sleep, just display is turned-off). But the functions did not work on Windows 10. I used standard HID sensor driver and I checked the sensor ...Answered | 2 Replies | 564 Views | Created by Lucas Park - Sunday, January 21, 2018 11:41 AM | Last reply by Jocelyn Berrendonner [MSFT] - Monday, January 22, 2018 6:19 PM -
0 Votes
Certify HID over I2C based HID sensor collection?
We are trying to develop a driver to interface with a chip providing sensors over a virtual I2C bus, but we are having trouble with a few tests. Does anyone know if a HID over ...Proposed | 1 Replies | 1935 Views | Created by Sean de la Haye - Monday, July 15, 2013 6:50 PM | Last reply by David Chang [MSFT] - Monday, July 15, 2013 11:17 PM -
0 Votes
How to disable a particular HID sensor from the HOST
Is there a way to disable the HID Sensor from the WIN RT Sensor APIs , may be BY changing the state of the SENSOR_PROPERTY_STATE ?or sending the Feature reports ...Discussion | 3 Replies | 612 Views | Created by hcktester - Wednesday, May 20, 2015 6:31 AM | Last reply by Doron Holan [MSFT] - Thursday, May 21, 2015 6:22 AM -
1 Votes
Location sensor driver for custom HID GPS device
Hi, I am new to sensor driver development. I have a device which gives GPS location data over USB HID transport. I want to get the device recognized as ...Answered | 3 Replies | 1390 Views | Created by Aviansh CK - Wednesday, January 20, 2016 1:57 PM | Last reply by toxsedyshev - Saturday, June 11, 2016 11:20 AM -
0 Votes
sensor in USB HID KEYBOARD
Hi, Use Windows 7 Sensor and Location platform. You can find VC++, VC#, VB application, and UMDF driver code based on USB HID as ...Unanswered | 4 Replies | 3297 Views | Created by jain1.anuj - Tuesday, January 10, 2012 11:14 AM | Last reply by Doron Holan [MSFT] - Wednesday, January 11, 2012 6:01 PM -
0 Votes
Ambient Light Sensor Driver
For your proximity and ALS sensor that does natively support HID, you should look at writing a standalone UMDF sensor driver that communicates with I2C directly ...Answered | 3 Replies | 1901 Views | Created by GSRid - Wednesday, November 6, 2013 1:49 PM | Last reply by Andrew Dye - Monday, November 18, 2013 6:01 PM -
0 Votes
Interfacing AvStream Miniport driver
Hi, In Avstream miniport driver, the driver is created with : WDFDRIVER pWdf = ...Unanswered | 1 Replies | 582 Views | Created by Tiger_xyz - Monday, July 27, 2015 1:50 PM | Last reply by Tiger_xyz - Monday, July 27, 2015 2:09 PM -
1 Votes
miniport driver
Hi, I am writing a miniport driver for PCIeAnswered | 2 Replies | 699 Views | Created by shwetaachar - Tuesday, August 5, 2014 8:56 AM | Last reply by Brian Catlin - Tuesday, August 5, 2014 5:08 PM -
0 Votes
HID Sensor and Display Power Management
over USB that uses the Windows default HID sensor driver. The sensor can successfully wake a sleeping Windows system. However, if only the ...Answered | 3 Replies | 866 Views | Created by WinDrv - Monday, June 6, 2016 6:20 PM | Last reply by Jocelyn Berrendonner [MSFT] - Thursday, June 9, 2016 2:12 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 ...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
Example keyboard HID driver?
the strongly recommended approach is to write this as a WDF (either KMDF or UMDF) HID miniport. your miniport will report a HID descriptor that contains a keyboard. ...Answered | 1 Replies | 674 Views | Created by coolstarorg - Wednesday, May 13, 2015 4:50 PM | Last reply by Doron Holan [MSFT] - Wednesday, May 13, 2015 5:26 PM -
2 Votes
irda miniport driver
there is an IR miniport example driver in the win7 kit undersrc\ir\smscir. you would have to put the usb part of it in your code. d -- This posting is provided "AS ...Answered | 3 Replies | 3127 Views | Created by FoX-Dev - Friday, March 2, 2012 5:08 PM | Last reply by FoX-Dev - Monday, March 5, 2012 7:04 AM -
0 Votes
Initializing a Miniport-Intermediate Driver
Hi, I am trying to build miniport intermediate driver. To register its physical miniport driver, i am calling ... -
0 Votes
NDIS-miniport driver BSOD
I having blue screen crash issue in Mbim miniport driver (windows 8 & 7 ). After connecting to the network, internet packets are sending to my ...Unanswered | 3 Replies | 699 Views | Created by Avata_ - Thursday, May 25, 2017 6:20 AM | Last reply by Pavel A - Thursday, May 25, 2017 4:42 PM -
1 Votes
wwan miniport driver
Hi, I am developing a wwan miniport driver,But the wwan specific oids are not being called from the protocol layer! I guess there is some problem with the general ...Unanswered | 2 Replies | 2460 Views | Created by sasdhi - Friday, May 25, 2012 7:53 AM | Last reply by sasdhi - Saturday, May 26, 2012 12:51 PM -
0 Votes
WaveCyclic Miniport Driver
I'm trying to implement a wave cyclic miniport driver. Our hardware does not support DMA and data is read and written from the hardware via a register. The CopyTo() ... -
2 Votes
Miniport driver - Throughput
HI I am writing miniport driver. Basic functionality is working fine for my driver. ...Unanswered | 6 Replies | 457 Views | Created by Avata_ - Monday, July 24, 2017 5:43 AM | Last reply by Pavel A - Wednesday, July 26, 2017 10:26 AM - Items 1 to 20 of 134203 Next ›
No announcements