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. ...
Leverage asked 27/12, 2012 at 7:46

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? ...
Conundrum asked 30/3, 2016 at 14:1

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...
Publication asked 23/4, 2013 at 2:58

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...
Wherefore asked 24/10, 2014 at 15:55

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...
Diacritic asked 16/2, 2011 at 12:22

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...
Footpace asked 20/8, 2014 at 14:38

3

What is the difference between database drivers and database dialects?
Polysaccharide asked 18/1, 2010 at 10:40

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...
Unwritten asked 18/10, 2013 at 15:49

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...
Pelkey asked 12/5, 2010 at 1:7

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...
Khufu asked 17/12, 2012 at 21:23

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...
Memorize asked 8/2, 2013 at 18:40

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 ...
Miter asked 9/7, 2012 at 13:28

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...
Anneal asked 17/3, 2010 at 18:27

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...
Particularism asked 21/2, 2012 at 16:49

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...
Duster asked 27/4, 2011 at 17:33

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...
Opiumism asked 31/1, 2011 at 2:25

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 ...
Disenfranchise asked 27/11, 2010 at 14:17

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

5

Solved

I noticed that JDBC has different Drivers like: Type 1 Driver Type 2 Driver etc.. to Type 4 Why did they get the name like Type 1, Type 2 etc.? Is there any logic?
Ninth asked 4/3, 2010 at 17:25

© 2022 - 2024 — McMap. All rights reserved.