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 ?
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
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
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
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
___
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
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
__
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
Try cat /proc/pci or lspci
Regards,
Sreekumar CM
Mark Atwood <[EMAIL PROTECTED]>
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
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
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.
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
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
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
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
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 :
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(
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:
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
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
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.
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
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 :
24 matches
Mail list logo