Top "Driver" questions

Device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.

libusb interface already claimed

I'm writing a device driver for a usb device using libusb. When I attempt to claim the device I get …

linux usb driver libusb
How to write Linux driver module call/use another driver module?

I'm developing a Linux driver loadable module and I have to use another device in my driver.(kind of driver …

linux module kernel driver device
Send IOCTL to Windows device driver - CreateFile fails

I want to send an IOCTL command to a PC/SC reader connected to my computer (win7 64 bit). In order …

c++ windows driver device ioctl
What is the Linux kernel equivalent to the memset function?

I'm writing a driver that requires me to clear all the memory allocated to zero. memset is a userspace function, …

c linux-kernel kernel driver memset
Is it possible to unload a kernel driver without a reboot?

I'm playing about with one of the kernel driver examples in the Win7 DDK. I can modify compile and build …

windows-7 service kernel driver reboot
No suitable driver found for Oracle Database connection

I have small Java Application, which execute every day and checks for data in database using Cronj Schedular and everything …

java jdbc oracle11g driver sqlexception
glGenFramebuffers or glGenFramebuffersEXT?

I'm confused. To use the Framebuffer Object extension (FBO) in OpenGL 1.x on Windows, which of these do I use?: …

c++ windows opengl driver fbo
Samsung Galaxy S3 not showing up in eclipse but in device manager?

I know a lot of people have reported almost the same problem but i haven't found the solution yet. I …

driver adb galaxy
How to use ZwQueryInformationProcess to get ProcessImageFileName in a kernel driver?

I'm writing a simple kernel driver for my application (think of a very simple anti-malware application.) I've hooked ZwOpenFile() and …

c++ hook driver wdk
Signed driver when started gives, error 577

When I start the driver I have written on Windows Server 2008 x64, it gives Error 577. Windows XP 32-bit works fine, …

windows driver windows-server-2008-x64