drivers Questions
6
Solved
What is a good resource to get started with Windows file system driver development for a newbie?
Underclassman asked 18/10, 2008 at 21:39
6
Solved
I am trying to build a custom joystick/gamepad device for an embedded Linux system. I am looking for a library or system API that will allow me to create a node in /dev/input from userspace code.
...
1
Solved
Given the address of a PCI device (i.e. bus, device, function), how can one programatically read, using Win32 API calls in userspace, the config space (e.g. vendor ID, device ID) for that device?
...
6
I am running Windows 7 and Eclipse. Emulator runs great!
My Motorola MC40 has the Settings-Application->developer-> usb
debugging box checked.
I use the drivers from
https://motorola-global-portal...
1
Solved
I am trying to get an accurate understanding of how Java's Service Provider Mechanism works to locate the appropriate JDBC driver. Here is what I have so far:
Since Class.ForName is no longer used...
4
Solved
I am a newbie learning how to write WDM device drivers for USB devices and found that the materials available are all too hard to comprehend (the DDK online doc is one of the most difficult to read...
1
Solved
Drivers for monolithic kernels can be in rings 0, 1, or 2 (with microkernels they will be in ring 3 - user ring).
Are there any advantages/disadvantages of putting driver code in ring 0 with the k...
3
What is the difference between database drivers and database dialects?
2
Solved
I've just installed Ubuntu 13.10 on my laptop, not as an upgrade but as a clean install.
Everything is working great, except for the fact that I'm now attempting to install the Intel graphics driv...
3
Solved
I have a really short question: Is it possible to communicate/use USB devices on Android OS? I assume it might be tablet device.
Lest say i want to connect some sort of USB card scanner to androi...
2
I configured visual studio 2008 for compiling drivers, but still showing lots of syntax errors for header file for ctype.h and excpt.h
Maturity asked 24/9, 2013 at 12:26
2
Solved
I need to setup Oracle ODBC drivers on RHEL 6 to connect to an Oracle data source residing on a remote Windows machine.
I have taken the following steps:
[1] Installed oracle-instanceclient-basic...
2
I am developing a IPv6 linux device driver without the equipment at hand. So I am now trying to cheat the kernel with a fake router advertisement message.
unsigned char c[] = {0x33, 0x33, 0x00, 0...
1
Solved
Is there a straightforward way of getting a list of drivers that are currently being used on an Android device? lsmod lists a small number of drivers (3), but I'm guessing that most of the drivers ...
4
Solved
I want to add support for x64 OSes to my NSIS installer. One of the installer's task is drivers installation. I've written a special NSIS plugin for this task. This plugin uses Driver Install Frame...
2
Solved
I have written an application for Android. the main part being that it communicates via bluetooth. I have four devices:
1. Samsung Galaxy S2
2. Samsung Galaxy Gio
3. Netsurfer touch (A REALLY low ...
Bushelman asked 7/3, 2012 at 6:48
1
Solved
I'm working on FPGA driver for Linux kernel. Code seems to work fine on x86, but on x86_64 I've got some problems. I implemented streaming DMA. So it goes like
get_user_pages(...);
for (...) {
sg...
1
Solved
After taking over a coworker's project I noticed he was using "org.gjt.mm.mysql.Driver" as the jdbc driver for MySQL 5 instead of the more common one "com.mysql.jdbc.Driver". They both are containe...
3
I need to have a driver installed in my customers' computers. Unfortunately, the only way to do this right now is having Windows show its "Hardware Update Wizard" when the device is plugged in, and...
Offwhite asked 10/3, 2011 at 20:14
1
I'm looking for writing virtual camera drivers. Does anybody has idea?
Any book that would be helpful or any link.
Adding more details:
I have developed a device driver which saves the image to...
Kief asked 22/2, 2011 at 14:7
1
To develop NVIDIA CUDA programs, the tools needed are:
Developer drivers
CUDA Toolkit
GPU Computing SDK
What is this developer driver? Installing it silently overrides any NVIDIA graphics drive...
2
Solved
As we all get to know eventually, the specification is one thing and the implementation is another. Most of bugs we cause ourselves, but sometimes that's not the case.
I believe it'd be useful to ...
5
Solved
I'm currently using FindFirstFile, FindNextFile API to recursively iterate through directories for searching files based on a given criteria. I noticed that "dir /s" command gives better performanc...
Imperturbable asked 30/8, 2010 at 19:17
2
In java, you can use File.listRoots() to get all drives in the system.
I'm looking to get only the external drives, i.e. USB drives, external hard disks, optical drives, floppy, etc.
Is there any...
Tullis asked 5/6, 2010 at 13:25
© 2022 - 2024 — McMap. All rights reserved.