Hi,
I want to implement a usb host device driver that uses major number 61 and
minor numbers 1 to 14. I have developed a usb device driver based on
usb-skeleton.c. This driver uses major number 180 and assigns minor number
dynamically when usb devices are connected.
Now, I want to assign major an
Hi,
I am using code based on the usb-skeleton.c in the linux 2.6.16.16 kernel
source code and would like to add support for using the function 'select'
in user space. I found source code for implementing this in Linux Device
Drivers 3, chapter 6, section "poll and select", page 165. I have added
t
Hi,
I am writing a device driver based on usb-skeleton.c. I want to use the
select() system call in user space and therefore I am trying to implement
the device driver method poll().
I found code for implementing the driver method poll in Linux Device
Drivers 3, chapter 6.
I simply added the fol
Hi,
I want to enumerate devices that I connect with USB. I've got two USB Host
Controllers and I connect two USB hubs to the two USB Host Controllers.
The first USB hub contains 7 USB ports and the second USB hub contains 4
USB ports. In total, I can connect 11 USB devices to the hubs.
No I want
Can someone help me?
When I connect my USB soundcard SB Audigy 2 NX to computer with the newest stable
Linux kernel your usbaudio.o detects it but has problems to configure it correctly --
so the card doesn't work. Would it be possible to somehow connect usbaudio.o driver
with standard emu10k1.o