[linux-usb-devel] usb: implement error event in usbmon

2006-06-09 Thread Pete Zaitcev
Implement the "error" event in usbmon. Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> --- This has to go on top of the patch I sent earlier today. I hoped I'd come with a clever way to have this combined with the submission event, but nothing comes to mind which weren't unduly complicated. So

[linux-usb-devel] usb: update usbmon, fix glued lines

2006-06-09 Thread Pete Zaitcev
This update contains one bug fix: some lines can come out truncated, because of the safety cutoff. This happened because I forgot to update the size when status packets began to be printed. The rest is: - Comments updates - Allow snooping with pkmap on x86_64, which is cache-coherent - Enlarge

Re: [linux-usb-devel] usbserial: fake 0x80 before CR and/or LF.

2006-06-09 Thread Greg KH
On Thu, Jun 08, 2006 at 09:16:17AM +0400, Sergei Organov wrote: > Hi Luiz, > > "Luiz Fernando N. Capitulino" <[EMAIL PROTECTED]> writes: > > Hi Sergei, > [...] > > I said 'current design' because the generic code could be merged > > with usbserial core with the libata-like design we discussed >

Re: [linux-usb-devel] Port control features

2006-06-09 Thread Greg KH
On Fri, Jun 09, 2006 at 07:52:22AM +0100, naveen kumar wrote: > Hi all, > > I am trying to test EHCI Port Control Features like > port suspend/resume & remote wakeup features in > linux-2.6.9 kernel. Try upgrading to a newer kernel, that one is 1 1/2 years old... thanks, greg k-h

Re: [linux-usb-devel] usbserial: fake 0x80 before CR and/or LF.

2006-06-09 Thread Luiz Fernando N. Capitulino
On Fri, 9 Jun 2006 09:16:37 -0700 Greg KH <[EMAIL PROTECTED]> wrote: | On Thu, Jun 08, 2006 at 05:22:50PM -0300, Luiz Fernando N. Capitulino wrote: | > On Wed, 7 Jun 2006 15:40:13 -0700 | > Greg KH <[EMAIL PROTECTED]> wrote: | > | > | On Wed, Jun 07, 2006 at 04:53:33PM -0300, Luiz Fernando N. Cap

Re: [linux-usb-devel] usbserial: fake 0x80 before CR and/or LF.

2006-06-09 Thread Greg KH
On Thu, Jun 08, 2006 at 05:22:50PM -0300, Luiz Fernando N. Capitulino wrote: > On Wed, 7 Jun 2006 15:40:13 -0700 > Greg KH <[EMAIL PROTECTED]> wrote: > > | On Wed, Jun 07, 2006 at 04:53:33PM -0300, Luiz Fernando N. Capitulino wrote: > | > > | > Hi Sergei, > | > > | > On Wed, 07 Jun 2006 21:54:1

Re: [linux-usb-devel] platform_device.dev.release not getting called under X Windows

2006-06-09 Thread Greg KH
On Fri, Jun 09, 2006 at 10:32:18AM +0530, [EMAIL PROTECTED] wrote: > > Hi all, > > We are developing a device driver for a PCMCIA based USB Host > Controller. > We are facing an issue in the operation of the driver under X Windows. > > In the PCMCIA client driver, we register a platform device.

[linux-usb-devel] USB PM requirements

2006-06-09 Thread Alan Stern
On Thu, 8 Jun 2006, David Brownell wrote: > Agreed that with USB at least we know some good things to do which > we have not yet done ... like autosuspending devices, and thereby > reducing VBUS consumption by factors on the order of 100. (And > because the functionality is associated with interf

Re: [linux-usb-devel] Problems with isp116x driver on IXP425

2006-06-09 Thread Juergen Schindele
Am Freitag, 9. Juni 2006 12:27 schrieb Iordan (Danny) Ignatov: > Juergen Schindele wrote: > > Am Donnerstag, 8. Juni 2006 14:06 schrieb Iordan (Danny) Ignatov: > >> Hi, > >> > >> I have the isp116x running fine on my ixp425 platform under kernel > >> 2.4.27-uc1, where it maps to IXP425_EXP_BUS_CS4_

Re: [linux-usb-devel] Problems with isp116x driver on IXP425

2006-06-09 Thread Iordan (Danny) Ignatov
Juergen Schindele wrote: > Am Donnerstag, 8. Juni 2006 14:06 schrieb Iordan (Danny) Ignatov: > >> Hi, >> >> I have the isp116x running fine on my ixp425 platform under kernel >> 2.4.27-uc1, where it maps to IXP425_EXP_BUS_CS4_BASE_VIRT = 0xf400 >> (the 2.4.27 driver does not perform ioremap)