Re: [linux-usb-devel] Re: [Acpi] [PATCH] USB suspend when no devicesattached

2001-03-16 Thread David Brownell
Johannes, > > The main problem with this implementation is that it just looks at the 2 > > root hub ports and suspends if nothing is connected. Ideally, it would be > > smart enough to realize it can also suspend when only hubs are present, or > > when all devices on the USB are also suspended. I

[linux-usb-devel] Re: [Acpi] [PATCH] USB suspend when no devices attached

2001-03-16 Thread Johannes Erdfelt
On Fri, Mar 16, 2001, Grover, Andrew <[EMAIL PROTECTED]> wrote: > This is a preliminary patch against 2.4.2 to uhci.c that puts the host > controller into global suspend when there are no devices attached. This > conserves power on mobile systems, and because suspending the host > controller cease

[linux-usb-devel] [PATCH] USB suspend when no devices attached

2001-03-16 Thread Grover, Andrew
Hi all. This is a preliminary patch against 2.4.2 to uhci.c that puts the host controller into global suspend when there are no devices attached. This conserves power on mobile systems, and because suspending the host controller ceases UHCI's incessant busmastering activity, it allows the CPU to

[linux-usb-devel] Re: USB questions (for the MPC8xx)

2001-03-16 Thread Brad Parker
=?iso-8859-1?B?S+FyaSBEYXbt8HNzb24=?= wrote: > >Hi, > >In the m8xxhci.c hci driver for the mpc one can select to use TIMER1 for >the SOF generator. >A interruopt handler, m8xxhci_timer_interrupt() is registered to handle >this interrupt and generate the SOF. so many questions! :-) >Why is it th

[linux-usb-devel] USBMon - a prototype of possible linux USB monitoring

2001-03-16 Thread Dave Harding
USBMon - a demonstration of prototype USB monitoring by the Linux kernel. Sorry for the long post - if this is inappropriate for the group please tell me off, any followups that don't relate to wider USB development concerns should probably just be mailed to me. Who am I and what am I doing?

RE: [linux-usb-devel] When will we have just one UHCI driver?

2001-03-16 Thread Dunlap, Randy
I'd like to add a few comments to this, but first I want to apologize to Miles for some of my comments yesterday. I didn't follow all of his statements, but I agree with his conclusion. I'd like to see this settled (solved) in a way that is best for Linux, USB, and Linux-USB users, and develope

Re: [linux-usb-devel] When will we have just one UHCI driver?

2001-03-16 Thread tyson
On 16 Mar, Johannes Erdfelt wrote: > On Fri, Mar 16, 2001, Peter Robinson <[EMAIL PROTECTED]> wrote: >> > On Thu, Mar 15, 2001 at 11:04:31PM -0800, Miles Lane wrote: >> > > I can only think of one device supported in the kernel tree that >> > > currently has two drivers -- the AIC7XXX SCSI hardwar

Re: [linux-usb-devel] When will we have just one UHCI driver?

2001-03-16 Thread Johannes Erdfelt
On Fri, Mar 16, 2001, Peter Robinson <[EMAIL PROTECTED]> wrote: > > On Thu, Mar 15, 2001 at 11:04:31PM -0800, Miles Lane wrote: > > > I can only think of one device supported in the kernel tree that > > > currently has two drivers -- the AIC7XXX SCSI hardware. > > > > keyspan_pda and keyspan in th

Re: [linux-usb-devel] USB driver problem

2001-03-16 Thread Benoit PAPILLAULT
I've got the same error, either by using the libusb or ioctl() directly. I ended by doing a kernel module ... and i'm currently doing it :-) - Original Message - From: "hariharan swaminathan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 15, 2001 6:05 PM Subject: [linu

[linux-usb-devel] Question : pending TDs

2001-03-16 Thread Tri VU KHAC (SONY)
Hi folks, I'm looking for how to modify the counter which determines how often HcDoneHead register must be written to HCCA. Actually, I have a problem of receiving the sent TDs. These TDs are sent to device and get ACK as responce from device, I see them by using USB Analyzer, but I don't see th

[linux-usb-devel] USB questions (for the MPC8xx)

2001-03-16 Thread Kári Davíðsson
Hi, In the m8xxhci.c hci driver for the mpc one can select to use TIMER1 for the SOF generator. A interruopt handler, m8xxhci_timer_interrupt() is registered to handle this interrupt and generate the SOF. Why is it then that the timer is also exported to PA6? Why is it the the USE_TIMER1_FOR_SOF

Re: [linux-usb-devel] Re: SLAB vs. pci_alloc_xxx in usb-uhci patch

2001-03-16 Thread Tri VU KHAC (SONY)
Hi folks, I'm looking for how to modify the counter which determines how often HcDoneHead register must be written to HCCA. Actually, I have a problem of receiving the sent TDs. These TDs are sent to device and get ACK as responce from device, I see them by using USB Analyzer, but I don't see th

Re: [linux-usb-devel] Re: SLAB vs. pci_alloc_xxx in usb-uhci patch

2001-03-16 Thread David Brownell
Hi Roman, > David Brownell wrote: > > > > For OHCI another way to solve the done_list bus_to_virt isssue: > > > > ... > > td = ohci->dma_hash[(dma>>SOME_SHIFT)%TD_HASH_SIZE]; > > ... > > > > Hashes maintained in td_alloc and td_free. Seems familiar. > > Brad, Steve -- that kind of thing?

RE: [linux-usb-devel] When will we have just one UHCI driver?

2001-03-16 Thread Peter Robinson
> On Thu, Mar 15, 2001 at 11:04:31PM -0800, Miles Lane wrote: > > I can only think of one device supported in the kernel tree that > > currently has two drivers -- the AIC7XXX SCSI hardware. > > keyspan_pda and keyspan in the drivers/usb/serial directory both work > for the Keyspan PDA device. Lo

Re: [linux-usb-devel] When will we have just one UHCI driver?

2001-03-16 Thread Greg KH
On Thu, Mar 15, 2001 at 11:04:31PM -0800, Miles Lane wrote: > I can only think of one device supported in the kernel tree that > currently has two drivers -- the AIC7XXX SCSI hardware. keyspan_pda and keyspan in the drivers/usb/serial directory both work for the Keyspan PDA device. Long history,