[linux-usb-devel] Wrong patch of usb-ohci.h in 2.4.9-ac18

2001-09-30 Thread Roman Weissgaerber
Hi Alan, the following patch of usb-ohci.h which is part of your patch-2.4.9ac18 is wrong. EDs always has to be 16 Bytes alligned. So __attribute((aligned(16))); is ok for EDs. TDs hast to be 32 Byte alligned for ISOC so the comment should stay there. Please remove the whole patch for usb-ohci

[linux-usb-devel] Support for Panasonic Digital video camera

2001-09-30 Thread David Hedbor
Hello. I just bought a Panasonic PV-DV401 digital video camera. In addition to video, it can take still pictures which are stored on a MultiMediaCard. You can download the images to your computer using USB (the manual mentions the Windows driver "palmcorder"). I am hoping that it's a USB Storage c

Re: [linux-usb-devel] Support for Panasonic Digital video camera

2001-09-30 Thread Matthew Dharm
Doesn't look usb-storage compliant to me. And the windows MSC driver is _not_ called "palmcorder" Matt On Sun, Sep 30, 2001 at 02:31:29AM -0700, David Hedbor wrote: > Hello. I just bought a Panasonic PV-DV401 digital video camera. In > addition to video, it can take still pictures which are sto

[linux-usb-devel] What are the major differences between the CVS tree and 2.4.11-pre1and 2.4.10-ac1?

2001-09-30 Thread Miles Lane
I haven't been doing USB testing for a while and want to get back involved. Which code set should I focus on? Also, I have a NEC USB 2.0 card, but have had difficulty getting it working. It seems to want to take up a pile of interrupts which is causing some conflict with several of my current s