Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-08 Thread randy_dunlap
On Sat, 25 Jun 2005 14:32:59 -0700 Pete Zaitcev wrote: | Make usbmon to print Setup packets of Control transfers. This is useful | when debugging enumeration issues. Thanks, I was about to add this when you posted it. It works for me, but I'm sure that you tested it. Few minor typo corrections t

Re: [linux-usb-devel] USB Gadget for 2.4.19

2005-07-08 Thread Andre Haupt
[EMAIL PROTECTED] wrote: [ expecting this won't make it to the list ... ] I am using an XScale-Board (PXA255) with arm linux 2.4.19-rmk7-pxa1 (for some reason, i know its ancient ;-)). I want to develop a usb gadget driver to communicate with the xscale-board. Hence the question: Is ther

Re: [linux-usb-devel] Weird problems persist with USB Driver SUSE 9.3 Kernel 2.6.11 +

2005-07-08 Thread Jonathan Selby
Please see comments in text: Alan Stern wrote: >> On Thu, 7 Jul 2005, Jonathan Selby wrote: >> >> > OK we are narrowing this down. If I put the ctrl transfers in my driver at the PROBE they work but the ISO transfers still fail with a -84 at the transfer buffer level in the

Re: [linux-usb-devel] providing sysfs/udev support

2005-07-08 Thread Greg KH
On Thu, Jul 07, 2005 at 03:00:13AM +0200, Tilman Schmidt wrote: > On 05.07.2005 08:11, Greg KH wrote: > > > On Sat, Jul 02, 2005 at 12:51:39AM +0200, Tilman Schmidt wrote: > > > >>For a driver for a USB ISDN device [...] > >>on Ubuntu with kernel 2.6.10, > >>the setup is lost on every reboot. [..

[linux-usb-devel] Re: USB serial driver - data loss issue.

2005-07-08 Thread Greg KH
On Fri, Jul 08, 2005 at 07:45:47PM +0530, [EMAIL PROTECTED] wrote: > > I am facing this issue when i am testing my USB serial driver on Linux > 2.6.9 , EL version 4 with my application. Is this RHEL 4? If so, I suggest you contact Red Hat, as I have no idea what they have patched their kernel t

Re: [linux-usb-devel] Weird problems persist with USB Driver SUSE 9.3 Kernel 2.6.11 +

2005-07-08 Thread Alan Stern
On Fri, 8 Jul 2005, Jonathan Selby wrote: > Please see comments in text: > > > Alan Stern wrote: > > On Thu, 7 Jul 2005, Jonathan Selby wrote: > > > > > >>OK we are narrowing this down. > >> > >>If I put the ctrl transfers in my driver at the PROBE they work but the > >>ISO transfers still fai

[linux-usb-devel] Fw: [Bugme-new] [Bug 4866] New: motherboard ga-k8nf-9: ehci_hcd doesn't work

2005-07-08 Thread Andrew Morton
Begin forwarded message: Date: Fri, 8 Jul 2005 12:09:42 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4866] New: motherboard ga-k8nf-9: ehci_hcd doesn't work http://bugzilla.kernel.org/show_bug.cgi?id=4866 Summary: motherboard ga-k8nf-9: ehci_hcd do

Re: [linux-usb-devel] Workaround for deficiencies in usbmon

2005-07-08 Thread Pete Zaitcev
On Wed, 6 Jul 2005 17:38:59 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > In the end you will want to update usbmon to be able to read data, given > only the DMA mapping. No doubt. I was deterred by the need to be platform-dependent though. I suppose I can start by supporting x86_64 and i

[linux-usb-devel] 通告全中国!

2005-07-08 Thread wangzhuopublic
中 盟 成 员 章 程 预章 中盟的性质及基本观点简述 第一条 中盟的性质 中盟是概念上的爱国的网络组织,并非实体:中盟坚持中国共产党的四项基本原则(坚持中国的社会主 义道路、坚持无产阶级专政、坚持中国共产党的领导、坚持马列主义毛泽东思想),时刻以维护中国的 国家利益以及中华民族的民族利益为己任,在民间、网络宣传爱国思想、民族思想,以客观、理智、冷 静的观点看待国际问题及民族矛盾。 第二条 中盟人的思想 中盟人以民族主义思想、国家主义思想武装自己:坚持人所有的一切价值,一切精神的实在只能经由国 家而有之;坚持个人的最高义务即在安守其职责,作为国家的好公民;坚持国家主权及法律制度高于

Re: [linux-usb-devel] VID & PID based fixed minor numbers - How ?

2005-07-08 Thread Greg KH
On Thu, Jul 07, 2005 at 09:20:44PM +0530, Jayaprakash Shanmugam wrote: > I have one driver serving 4 devices at a time. Can't I have one fixed > minor number for one device ? > > When read() / write() into the device, how can I know which device I > am operating on ? Get the pointer to the device

Re: [linux-usb-devel] why no usb_fill_iso_urb?

2005-07-08 Thread Greg KH
On Fri, Jul 01, 2005 at 10:09:53PM +0200, Duncan Sands wrote: > As the subject says: why is there no usb_fill_iso_urb > helper routine? Short answer, no one has submitted a patch adding it :) Feel free to fix this... thanks, greg k-h --- Thi

Re: [linux-usb-devel] USB Driver - Host Controller Mode, Mass Storage Device.

2005-07-08 Thread randy_dunlap
On Fri, 8 Jul 2005 11:33:20 +0530 Moushumi_Mazumdar wrote: | Hi All, | | I am working on Power Quick II MPC8248 based VPN Board. I am using | Embedded Planet Board as reference boards. | | Can anyone please let me know which all files I have to look into in | order to configure a USB driver in H

RE: [linux-usb-devel] USB won't work with 3GB of RAM, but does with 2GB

2005-07-08 Thread Steve Listopad
All, I'd like to chime in with problems that I'm having, that are (I think) similar to Jon's. I have an MSI K8N Neo4 Platinum SLI MB, with 4GB of RAM (4 x 1gb). I am getting errors that seem similar to Jon's, although I have not yet pulled out some memory to see if the USB2.0 works. USB 1.1 dev

[linux-usb-devel] OHCI driver: kexec/reboot issue

2005-07-08 Thread Haren Myneni
Hello, The normal kexec boot was not successful on power 5 system. Based on my initial look, this driver has ohci_reboot notifier, but not registered. --- linux-2.6.12/drivers/usb/host/ohci-mem.c.orig 2005-07-08 18:11:49.0 -0700 +++ linux-2.6.12/drivers/usb/host/ohci-mem.c

Re: [linux-usb-devel] USB won't work with 3GB of RAM, but does with 2GB

2005-07-08 Thread Pete Zaitcev
On Fri, 8 Jul 2005 23:18:58 -0400, Steve Listopad <[EMAIL PROTECTED]> wrote: > Jul 8 20:37:38 kernel: usb 1-3: device not accepting address 4, error -110 > Ideas? Hoping I'm not stuck with a usb2.0 add-on card, Make sure that interrupt counts in /proc/interrupts move for ehci-hcd. -- Pete -