[linux-usb-devel] using different major number for usb device driver

2006-11-23 Thread mgr
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

[linux-usb-devel] support for select in device driver

2006-09-28 Thread mgr
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

[linux-usb-devel] implementing device driver method poll()

2006-09-15 Thread mgr
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

[linux-usb-devel] detecting devices at USB hub ports

2006-08-09 Thread mgr
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

[linux-usb-devel] USB soundcard SB Audigy 2 NX under Linux

2004-02-05 Thread Mgr. Bohdan Koudelka
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