[linux-usb-devel] Re: The "ipaq" module: Updated list of vendor/product IDs

2004-11-16 Thread V Ganesh
On Tue, 16 Nov 2004, Greg KH wrote: > On Tue, Nov 16, 2004 at 03:07:06PM +0100, David Eriksson wrote: > > Dear Linux-USB developers, > > > > This patch for ipaq.h and ipaq.c in drivers/usb/serial/ has the > > following features: > > I don't see a patch attached. I need a patch in an email, with

[linux-usb-devel] www.62816747.com

2004-11-16 Thread [EMAIL PROTECTED]
¤?⌒? ?⌒? ? ?? ⌒? www.62816747.com ?田?田田| ?- ? 注册上海公司 1000元起 验资资金由我们垫 个人创业的良机 --- 自己做老板 网址:www.62816747.com 电话:021- 62816747 网络实名:注册上海公司招商代理 --- 代理财务记帐 代理报税

[linux-usb-devel] USB: fix ohci_complete_add

2004-11-16 Thread Pete Zaitcev
Hello, Marcelo: This is a fix for a ludicrously stupid bug in my code in usb-ohci, which only affects 2.4, fortunately. The problem should be obvious from the code: when adding an element to the queue, an URB is lost if the queue contains two or more elements already. The fix is to implement the q

Re: [linux-usb-devel] [patch/rfd] usbcore data structure updates

2004-11-16 Thread David Brownell
On Tuesday 16 November 2004 12:44, Alan Stern wrote: > On Mon, 15 Nov 2004, David Brownell wrote: > > > Now that usbcore is starting to act "functionally complete" (modulo > > integration issues, notably with the PM framework) it makes sense > > to start cleaning up some of the messier usbcore-to-

[linux-usb-devel] Warning: could not send message for past 4 hours

2004-11-16 Thread Mail Delivery Subsystem
** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ** The original message was received at Mon, 15 Nov 2004 12:48:20 +0100 (CET) from 151.Red-80-32-

Re: [linux-usb-devel] [2.6.10-rc1-mm5] Badness in uhci_map_status at drivers/usb/host/uhci-hcd.c:662

2004-11-16 Thread Laurent Riffard
Alan Stern a écrit : On Mon, 15 Nov 2004, Laurent Riffard wrote: Hello, I've got the following messages twice since yesterday with 2.6.10-rc1-mm5 and twice with 2.6.10-rc1-mm3 : Badness in uhci_map_status at drivers/usb/host/uhci-hcd.c:662 [dump_stack+21/23] dump_stack+0x15/0x17 [] dump_stack+0x15

Re: [linux-usb-devel] [PATCH as418] Create usb_hcd structures within usbcore (3/6)

2004-11-16 Thread Alan Stern
On Tue, 16 Nov 2004, David Brownell wrote: > On Monday 15 November 2004 07:24, Alan Stern wrote: > > It also moves the code to > > initialize the private structure into the reset routine, since the > > allocation routine is now gone. > > Thereby making it into an init() routine not a reset(

Re: [linux-usb-devel] [patch/rfd] usbcore data structure updates

2004-11-16 Thread Alan Stern
On Mon, 15 Nov 2004, David Brownell wrote: > Now that usbcore is starting to act "functionally complete" (modulo > integration issues, notably with the PM framework) it makes sense > to start cleaning up some of the messier usbcore-to-HCD interfaces. > > This patch shows some of how I'm planning

Re: [linux-usb-devel] [PATCH as424] USBcore: implement usb_add_hcd and usb_remove_hcd (1/3)

2004-11-16 Thread David Brownell
On Monday 15 November 2004 07:38, Alan Stern wrote: > This patch contains the core modifications: the new functions are added to > hcd.c and the messy code in hcd-pci.c can simply call the new routines (a > big cleanup).  It also changes the string used when registering a driver's > IRQ line to

Re: [linux-usb-devel] [PATCH as418] Create usb_hcd structures within usbcore (3/6)

2004-11-16 Thread David Brownell
On Monday 15 November 2004 07:24, Alan Stern wrote: > It also moves the code to > initialize the private structure into the reset routine, since the > allocation routine is now gone. Thereby making it into an init() routine not a reset() routine ... to me, that increases confusion. A rese

Re: [linux-usb-devel] USB stick strangeness UPDATE

2004-11-16 Thread Alan Stern
On Tue, 16 Nov 2004, Michael Chalvatzis wrote: > Hi Alan, > > I hope the attached file will help you a little bit more: > "boot.txt" is the dmesg-output while the system boots and the stick is > plugged-in (and therefore is mounted OK indicating 512MB) > > "pluginout-plugin.txt" is the dmesg-ou

[linux-usb-devel] RE: yet more on ohci-isp1362

2004-11-16 Thread Michael
I don't think I can comment on your endianness issue. > I now have enumeration working, but it now hangs when getting the > device > descriptor. Hopefully I can provide you some feedback soon. > You know.. I'm getting further now in my enumeration, and it also hangs when getting the device de

Re: [linux-usb-devel] Dell Axim x30 doesn't want stay connected..

2004-11-16 Thread Thomas Davis
Yes, I finally figured it out several weeks ago. The USB idents for Dell's Axim x30, x30, and x50 do not match what's in the kernel. Does anyone update the ipaq module anymore? thomas David Eriksson wrote: Thomas, I noticed your post in the linux-usb-devel mailing list archive... Load the ipaq se

Re: [linux-usb-devel] ati_remote & Medion RF remote contol

2004-11-16 Thread Joop Zonnet
Hi list, I'd like to know what to do next. Can anyone tell me what I did wrong, please? How should I go about suggesting a patch, a change etc. etc? wkr, Gerke Joop Zonnet wrote: Hi list, some time ago I got myself a computer. Together with that computer I got a Medion RF remote control. With ls

[linux-usb-devel] Re: The "ipaq" module: Updated list of vendor/product IDs

2004-11-16 Thread Greg KH
On Tue, Nov 16, 2004 at 03:07:06PM +0100, David Eriksson wrote: > Dear Linux-USB developers, > > This patch for ipaq.h and ipaq.c in drivers/usb/serial/ has the > following features: I don't see a patch attached. I need a patch in an email, with a valid Signed-off-by: line in it, and an ack from

[linux-usb-devel] [PATCH 2.6.10-rc2] add PID to ftdi_sio.c

2004-11-16 Thread Paulo Marques
The attached patch fixes a bug introduced by myself (a brown paper bag one) when I posted the patch that introduced this same PID to the id_table_FT232BM array only and not the id_table_combined array. (I'm sending attached because my email client mangles whitespace) By the way, there are a lot

[linux-usb-devel] Re: ugliness with USB hot-unplug

2004-11-16 Thread James Bottomley
On Mon, 2004-11-15 at 23:28, Andrew Morton wrote: > So I made the mistake of forgetting to unmount the fat filesytem before > unplugging the USB cable from the digital camera. I then tried to unmount > the old mountpoint. khubd is sitting there chewing 100% CPU and I have a > reboot in my near fu

[linux-usb-devel] isp116x 2.6.9-ARM-Port

2004-11-16 Thread Torsten Koschorrek
Hi list, I'm trying to port the isp_116x_bingo-driver to kernel 2.6.9 on Architecture ARM, Mach imx. I have success in compiling and loading the driver. In the Init-Process the driver reads the Chip-ID. I also know, that the interrupts are working. But there are some problems. Problem 1: I get

[linux-usb-devel] The "ipaq" module: Updated list of vendor/product IDs

2004-11-16 Thread David Eriksson
Dear Linux-USB developers, This patch for ipaq.h and ipaq.c in drivers/usb/serial/ has the following features: o Provides an updated table with all vendor/product IDs (except one [1]) present in Microsoft ActiveSync 3.7.1, the latest version available for download. o Removes #defines with vendor

Re: [linux-usb-devel] Dell Axim x30 doesn't want stay connected..

2004-11-16 Thread David Eriksson
Thomas, I noticed your post in the linux-usb-devel mailing list archive... > Load the ipaq serial driver, plug the dell axim x30 in, and you get: > > [snip] > > Under 2.6.8.1, it gives an "device not accepting address #, error -71" > > Until you unplug it. This is 2.6.8.1-mm3; I have tried it

RE: [linux-usb-devel] Re: more on ohci-isp1362

2004-11-16 Thread Olav Kongas
Hi, > Communication would be good. I'm also working on the 1160, but > unfortunately, I am working with a 2.6.6 kernel and can't upgrade to 2.6.9 / > 2.6.10. This means that I can't easily share code updates with the rest, as > it was quite a bit of trouble just getting Lothar's OHCI patch to ap

[linux-usb-devel] Re: [usb-storage] [PATCH] Unusual_dev entry for tekom/yakumo

2004-11-16 Thread Phil Dibowitz
Phil Dibowitz wrote: Paul Ortyl wrote: Hi, Another entry to drivers/usb/storage/unusual_devs.h Greg, Here's another unusual_devs entry for the Tekom/Yakumo devices. While I was there I realized two of the tekom entries were out of order, so I fixed that as well. Please apply. Sent-by-by: Paul O