[linux-usb-devel] Re: [Linux-usb-users] ALSA USB multi channel soundcard support.

2002-06-13 Thread Patrick Shirkey
Jacek Pliszka wrote: > On Fri, 14 Jun 2002, Patrick Shirkey wrote: > > >>Thanks to Takashi Iwai of the ALSA project the Linux community now has >>support for the Maudio USB Quattro 4 channel soundcard and the Emagic 2/4. > > > That's a great news. > > Is it a standard USB Audio Class device ?

Re: [linux-usb-devel] Re: ALSA USB multi channel soundcard support.

2002-06-13 Thread Patrick Shirkey
Greg KH wrote: > On Fri, Jun 14, 2002 at 12:35:34PM +0900, Patrick Shirkey wrote: > >>Thanks to Takashi Iwai of the ALSA project the Linux community now has >>support for the Maudio USB Quattro 4 channel soundcard and the Emagic 2/4. > > > Where can this driver be found? > It is part of the a

Re: [linux-usb-devel] How to read /proc/bus/usb/nnn/mmm files?

2002-06-13 Thread David Brownell
Mark Atwood wrote: > Is there any existant documentation on how to read and use the > /proc/bus/usb/nnn/mmm file points, or is it soley a matter of spending > a month to grok the kernel usbfs code? Presumably you did grok Documentation/usb/proc_usb_info.txt already? It gives some pointers, though

[linux-usb-devel] Re: How to read /proc/bus/usb/nnn/mmm files?

2002-06-13 Thread Greg KH
On Thu, Jun 13, 2002 at 07:17:21PM -0700, Mark Atwood wrote: > Is there any existant documentation on how to read and use the > /proc/bus/usb/nnn/mmm file points, or is it soley a matter of spending > a month to grok the kernel usbfs code? Reading the node, reads in the USB device descriptor. The

[linux-usb-devel] Re: [Linux-usb-users] ALSA USB multi channel soundcard support.

2002-06-13 Thread Jacek Pliszka
On Fri, 14 Jun 2002, Patrick Shirkey wrote: > Thanks to Takashi Iwai of the ALSA project the Linux community now has > support for the Maudio USB Quattro 4 channel soundcard and the Emagic 2/4. That's a great news. Is it a standard USB Audio Class device ? BR, Jacek ___

[linux-usb-devel] Re: /proc/bus/usb/devices shows SerialNumber, lsusb does not

2002-06-13 Thread Greg KH
On Thu, Jun 13, 2002 at 06:54:25PM -0700, Mark Atwood wrote: > > I have a Sony USB storage pen. > > When I cat /proc/bus/usb/devices, I can see the strings for > Manufacturer, Product, and SerialNumber. > > They don't appear when I do lsusb, even when I use -vv. Is lsusb supposed to show devic

[linux-usb-devel] Re: ALSA USB multi channel soundcard support.

2002-06-13 Thread Greg KH
On Fri, Jun 14, 2002 at 12:35:34PM +0900, Patrick Shirkey wrote: > Thanks to Takashi Iwai of the ALSA project the Linux community now has > support for the Maudio USB Quattro 4 channel soundcard and the Emagic 2/4. Where can this driver be found? thanks, greg k-h __

[linux-usb-devel] ALSA USB multi channel soundcard support.

2002-06-13 Thread Patrick Shirkey
Thanks to Takashi Iwai of the ALSA project the Linux community now has support for the Maudio USB Quattro 4 channel soundcard and the Emagic 2/4. At this point the driver can access all the 4 output channels at upto 16bit/48Khz. 24bit operation is not yet supported due to the card having an unus

[linux-usb-devel] Re: [Linux-usb-users] /proc/bus/usb/devices shows SerialNumber, lsusb doesnot

2002-06-13 Thread sreekumar . cm
Try cat /proc/pci or lspci Regards, Sreekumar CM Mark Atwood <[EMAIL PROTECTED]>

[linux-usb-devel] How to read /proc/bus/usb/nnn/mmm files?

2002-06-13 Thread Mark Atwood
Is there any existant documentation on how to read and use the /proc/bus/usb/nnn/mmm file points, or is it soley a matter of spending a month to grok the kernel usbfs code? ___ Don't miss the 2002 Sprint PCS Application Developer's Conf

[linux-usb-devel] /proc/bus/usb/devices shows SerialNumber, lsusb does not

2002-06-13 Thread Mark Atwood
I have a Sony USB storage pen. When I cat /proc/bus/usb/devices, I can see the strings for Manufacturer, Product, and SerialNumber. They don't appear when I do lsusb, even when I use -vv. I'm running linux 2.4.16, RedHat 7.1, and usbutils 0.9, and it happens on my ThinkPad 600, and several dif

[linux-usb-devel] Re: [PATCH] usblp_ioctl for non-little-endian machines

2002-06-13 Thread Greg KH
On Thu, Jun 13, 2002 at 11:23:08PM +0200, Flavien Lebarbe wrote: > I wrote : > > ioctl(LPGETSTATUS) is known to put the status into an int. The usblp > > driver has a problem in this area as it does not put it into an int > > but into a char. > > > > [ attached, patches to linux-2.4.18 and 2.

[linux-usb-devel] Re: [PATCH 2.5.21] ohci-hcd init err detect

2002-06-13 Thread Greg KH
On Wed, Jun 12, 2002 at 06:28:37PM -0700, David Brownell wrote: > Here's a followup patch, should apply on top of what I sent > this morning ... please do so! (Sorry, same name but the > patch is different.) > > Along with some cleanups, this actually restores a line that > was dropped somewhere

[linux-usb-devel] Re: Lexmark 83 & class 0x10

2002-06-13 Thread root
Hello I checked winodws driver of lexmark x83 and it seems that it uses a scanner class driver . So I tried to do the following probe on linux : modprobe scanner product=0x3d vendor=0x43d and cat /proc/bus/usb/devices indicates that this driver was taken . ( the acceptable parameter informati

[linux-usb-devel] USB printer

2002-06-13 Thread Steven Kurylo
I have a Lexmark E210 USB printer, which prints fine unless it is powered off, or the cable is disconnected. When the printer comes back up I get an error message "usb.c: USB device not accepting new address=3 (error=-110)". You aren't able to print again unless you remove then insert the mo

[linux-usb-devel] Re: [PATCH] usblp_ioctl for non-little-endian machines

2002-06-13 Thread Flavien Lebarbe
I wrote : > ioctl(LPGETSTATUS) is known to put the status into an int. The usblp > driver has a problem in this area as it does not put it into an int > but into a char. > > [ attached, patches to linux-2.4.18 and 2.5.21] Greg KH requested : > The patch against 2.4.18 will not apply to th

Re: [linux-usb-devel] [PATCH] usblp_ioctl for non-little-endian machines

2002-06-13 Thread Greg KH
On Thu, Jun 13, 2002 at 01:19:57AM +0200, Flavien Lebarbe wrote: > Hello, > > > ioctl(LPGETSTATUS) is known to put the status into an int. The usblp > driver has a problem in this area as it does not put it into an int but > into a char. Let's see : > > from drivers/char/lp.c : lp_ioctl :

Re: [linux-usb-devel] [PATCH] get rid of DMA to stack

2002-06-13 Thread Greg KH
On Wed, Jun 12, 2002 at 05:19:00PM -0700, Roland Dreier wrote: > Here is the non-controversial part of the patch I posted last week. > It just gets rid of a few places where DMA is done to variables on the > stack. After discussion on lkml, I think we agreed that DMA into the > middle of kmalloc(

[linux-usb-devel] Fw: USB Keyboard in KDB - patch for kernel 2.4.18

2002-06-13 Thread Greg KH
Here's a message announcing a kdb patch for USB keyboards. It modifies the usb-uhci and hid drivers, so authors of those pieces might want to take a look at the patch to see if you have any objections. thanks, greg k-h - Forwarded message from Keith Owens <[EMAIL PROTECTED]> - Date:

[linux-usb-devel] Re: disconnect bug on stv680

2002-06-13 Thread Oliver Neukum
Am Donnerstag, 13. Juni 2002 18:14 schrieb Greg KH: > On Thu, Jun 13, 2002 at 09:56:20AM +0200, Oliver Neukum wrote: > > Hi, > > > > the included change sets fix a disconnect bug on stv680. > > It took a little interactive debugging to get it to work. > > Therefor it's in four change sets against

[linux-usb-devel] Re: disconnect bug on stv680

2002-06-13 Thread Greg KH
On Thu, Jun 13, 2002 at 06:38:32PM +0200, Oliver Neukum wrote: > Am Donnerstag, 13. Juni 2002 18:14 schrieb Greg KH: > > On Thu, Jun 13, 2002 at 09:56:20AM +0200, Oliver Neukum wrote: > > > Hi, > > > > > > the included change sets fix a disconnect bug on stv680. > > > It took a little interactive

[linux-usb-devel] Re: disconnect bug on stv680

2002-06-13 Thread Greg KH
On Thu, Jun 13, 2002 at 09:56:20AM +0200, Oliver Neukum wrote: > Hi, > > the included change sets fix a disconnect bug on stv680. > It took a little interactive debugging to get it to work. > Therefor it's in four change sets against the 2.4 tree. > 2.5 would need the fix, too, but I am too lazy.

[linux-usb-devel] disconnect bug on stv680

2002-06-13 Thread Oliver Neukum
Hi, the included change sets fix a disconnect bug on stv680. It took a little interactive debugging to get it to work. Therefor it's in four change sets against the 2.4 tree. 2.5 would need the fix, too, but I am too lazy. Thanks to Ian for testing. Regards Oliver You ca

[linux-usb-devel] Re: [PATCH] usblp_ioctl for non-little-endian machines

2002-06-13 Thread Vojtech Pavlik
On Thu, Jun 13, 2002 at 01:19:57AM +0200, Flavien Lebarbe wrote: > Hello, > > > ioctl(LPGETSTATUS) is known to put the status into an int. The usblp > driver has a problem in this area as it does not put it into an int but > into a char. Let's see : > > from drivers/char/lp.c : lp_ioctl :