On Sat, 15 Jun 2002 03:30, Mark Atwood wrote:
> Greg KH <[EMAIL PROTECTED]> writes:
> > 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.
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.489 -> 1.490
# drivers/usb/input/M
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.490 -> 1.491
# drivers/usb/input/M
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.486 -> 1.487
# drivers/usb/serial/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.488 -> 1.489
# drivers/usb/serial/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.487 -> 1.488
# drivers/usb/serial/
More USB changes for 2.5.21
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/Makefile |1
drivers/usb/class/printer.c |8
drivers/usb/core/message.c |8
drivers/usb/host/ohci-hcd.c | 103 ++
drivers/usb/input/Config.
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.485 -> 1.486
# drivers/usb/serial/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.484 -> 1.485
# drivers/usb/core/me
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.479 -> 1.480
# drivers/usb/host/o
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.483 -> 1.484
# drivers/usb/class/p
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.482 -> 1.483
# drivers/usb/net/kaw
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.480 -> 1.481
# drivers/usb/serial/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.481 -> 1.482
# drivers/usb/host/oh
Greg KH <[EMAIL PROTECTED]> writes:
> 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
On Fri, 14 Jun 2002, Takashi Iwai wrote:
> The ALSA USB driver will be included in the next ALSA tarball release,
> and will be tested likely by more users.
I would love to try. I spent some time on looking in the current USB audio
code and I am not entirely happy with it even though it works
On Fri, Jun 14, 2002 at 06:54:42PM +0200, Takashi Iwai wrote:
>
> Anyway, the driver is still young, thus it'd be better to keep it
> watched by parents until it matures :)
Sounds reasonable.
greg k-h
___
Don't miss the 2002 Sprint P
At Fri, 14 Jun 2002 09:34:43 -0700,
Greg KH wrote:
>
> On Fri, Jun 14, 2002 at 11:11:23AM +0200, Takashi Iwai wrote:
> >
> > the question is, which directory should this go to.
> >
> > of course, drivers/usb/class would be the first place.
> > but it might lead to a problem of config dependency
On Fri, Jun 14, 2002 at 11:22:21AM +0200, Takashi Iwai wrote:
> Hi,
>
> during debugging ALSA's usb audio driver, it's found out that there
> are devices with insuccessive alternate settings.
>
> for example, m-audio's quattro usb audio has audio streaming
> descriptors jumping from altset 0 to
On Fri, Jun 14, 2002 at 11:11:23AM +0200, Takashi Iwai wrote:
>
> the question is, which directory should this go to.
>
> of course, drivers/usb/class would be the first place.
> but it might lead to a problem of config dependency.
> snd-usb-audio requires also some ALSA lowlevel modules as usua
On Thu, Jun 13, 2002 at 10:56:58AM -0700, Greg KH wrote:
> 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.
The patch to usb-uhci doesn't a
On Tuesday 11 June 2002 1:00 am, Greg KH wrote:
> On Mon, Jun 10, 2002 at 11:54:33PM +0200, Duncan Sands wrote:
> > If you like I will try to find exactly out when the bug appeared.
>
> I would appreciate it.
Hi Greg, the bug seems to have come in between pre7 and pre8.
(This is not completely ce
Hi,
during debugging ALSA's usb audio driver, it's found out that there
are devices with insuccessive alternate settings.
for example, m-audio's quattro usb audio has audio streaming
descriptors jumping from altset 0 to 4 or 3.
apparently, usb_set_interface() sends the array index instead of th
At Fri, 14 Jun 2002 15:36:48 +0900,
Patrick Shirkey wrote:
>
> 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 Ema
24 matches
Mail list logo