[linux-usb-devel] RE: USB host controller on MPC823 FADS board

2005-02-03 Thread IGOR LURI
Hi, You have to configure Linux kernel with CONFIG_UCODE_PATCH. In the file arch/ppc/8xx_io/micropatch.c you can find this some patches, including USB SOF patch. #ifdef USE_USB_SOF_PATCH #define PATCH_DEFINED uint patch_2000[] = { 0x7fff, 0x7ffd, 0x7ffb,

[linux-usb-devel] [patch 2.6.11-rc] usbnet uses

2005-02-03 Thread David Brownell
This does what $SUBJECT says; please merge. - Dave This makes the "usbnet" driver user the new header, and the stuctures and constants found therein. It also cleans up the Zaurus device table entries a smidgeon. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- 1.122/drivers/usb/net/usbnet

[linux-usb-devel] [patch 2.6.11-rc] usbnet, cleanups and suspend/resume calls

2005-02-03 Thread David Brownell
This includes minor cleanups (notably "sparse -Wbitwise" and net1080), and adds basic suspend/resume methods. Please merge. - Dave This has some small updates to the "usbnet" driver: - Remove an unused debug-only symbol - Make the net1080 minidriver pass "sparse -Wbitwise" - Add suspend/resum

[linux-usb-devel] [patch 2.6.11-rc] pxa2xx_udc isn't for pxa27x

2005-02-03 Thread David Brownell
This is a minor Kconfig tweak to prevent using this with newer PXA chips. - Dave This prevents selection of the pxa2xx_udc driver on pxa27x chips; the newer chip has incompatible changes in the register API. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- 1.22/drivers/usb/gadget/Kconfig 20

[linux-usb-devel] [patch 2.6.11-rc] omap_udc handles two more devel boards

2005-02-03 Thread David Brownell
The OSK and H3 boards also work with this driver; please merge. - Dave This teaches omap_udc how to work on two more OMAP development boards: - OMAP 5912 OSK, a starter kit; - OMAP 1710 H3, more or less an H2 with a newer OMAP chip (0.90 nm etc). It also adds slightly more informative debug

[linux-usb-devel] [patch 2.6.11-rc] Ethernet/RNDIS build fix on PXA25x

2005-02-03 Thread David Brownell
Turns out that the reason OpenZaurus didn't enable RNDIS has a simple fix. Please merge. - Dave This fixes a build problem with the RNDIS support on PXA25x processors. It's useful to help OpenZaurus win even bigger ... current OpenEmbedded builds already bundle this patch. Signed-off-by: David Br

[linux-usb-devel] [patch 2.6.11-rc] add

2005-02-03 Thread David Brownell
This will help make all the CDC drivers use the same symbols; right now most of the symbols are different on the host and peripheral sides, and none of them pass "sparse". Driver updates will follow later. Please merge. - Dave This adds a new header file, with definitions for the CDC class cons

Re: [linux-usb-devel] [PATCH as424b 7/13] USBcore: implement usb_add_hcd and usb_remove_hcd

2005-02-03 Thread David Brownell
On Wednesday 02 February 2005 2:17 pm, Alan Stern wrote: > On Wed, 2 Feb 2005, David Brownell wrote: > > > - The OHCI PPC bus glue will need to be updated for this. > > Development doesn't stand still! No kidding. I noticed that we now have an ohci-au1xxx.c file ... for AMD's MIPS based Alch

Re: [linux-usb-devel] [PATCH] To add extra usability for the Maxtor Onetouch External Hard-drives

2005-02-03 Thread Nick Sillik
I changed the filenames (monetouch.* -> onetouch.*). I also changed the description in the Kconfig to something a little more informative. I'm going to attach it, and not inline it, since it seems like the inline is going to wrap too often. Signed-Off-By: Nicholas M. Sillik <[EMAIL PROTECTED]> Ma

[linux-usb-devel] e-$B%[%C%H%K%e!<%9#27n9f(BoOoOo

2005-02-03 Thread $B%[%C%H%K%e!<%9%^%,%8%s(B
$B(.(,(,(/(B $B([EMAIL PROTECTED](-!!"!!!(Be$B!]%[%C%H%K%e!<%9!!"!(B $B#27n9f(B $B(1(,(,(0(B (B $B"!!~FC=8!~"!(B $B!!(B $B!!:#OCBj$N%m%_%m%_!"%[%C%H%9%H!<%s$N%9%-%k$H5;=Q$r3X$\$&!*!*(B (B (B---[$BL\p$r(B $BM?$($k!Y$H$$$&0UL#$G!"%O%o%$$K8E$/$+$iEA

Re: [linux-usb-devel] [PATCH] To add extra usability for the Maxtor Onetouch External Hard-drives

2005-02-03 Thread Matthew Dharm
On Thu, Feb 03, 2005 at 08:46:11PM -0500, Nick Sillik wrote: > Diff attached plaintext aswell as reposted inline (hopefully) without > line-wrapping-problems. The inline was still wrapped, but the attachment was fine. Comments: 1) I'd really like a better filename than 'monetouch' -- perhaps ju

Re: [linux-usb-devel] [PATCH] To add extra usability for the Maxtor Onetouch External Hard-drives

2005-02-03 Thread Nick Sillik
Diff attached plaintext aswell as reposted inline (hopefully) without line-wrapping-problems. diff -uprN linux-2.6.10/drivers/usb/storage/Kconfig linux-2.6.10nsillik/drivers/usb/storage/Kconfig --- linux-2.6.10/drivers/usb/storage/Kconfig2004-12-24 16:35:29.0 -0500 +++ linux-2.6.10ns

[linux-usb-devel] [patch 2.6.11-rc3] don't power down net2280 on suspend

2005-02-03 Thread David Brownell
Without this patch, developers may well need to power cycle machines with net2280 cards in order to switch gadget drivers (or versions thereof). Please merge. - Dave This creates a module parameter "enable_suspend", and changes the default behavior to avoid the need to power cycle machines with ne

Re: [linux-usb-devel] More than one gadget card in a machine?

2005-02-03 Thread David Brownell
On Wednesday 02 February 2005 5:01 pm, Alex Sanks wrote: > Hi Dave, > ... > So, for your consideration, I have here a patch that creates a module > parameter "enable_suspend". > > When set to 1, the net2280, for better or worse, will enter low-power mode > when the USB host requests it. This is f

Re: [linux-usb-devel] [PATCH] To add extra usability for the Maxtor Onetouch External Hard-drives

2005-02-03 Thread Matthew Dharm
On Thu, Feb 03, 2005 at 07:34:31PM -0500, Nick Sillik wrote: > I have taken all of the suggestions the list has given me, and I have > here, for you a single patch for the kernel to allow usb-stoarge to > recognize the Maxtor OneTouch's 'onetouch' button. The diff for the > 2.6.10 vanilla kernel fo

[linux-usb-devel] [PATCH] To add extra usability for the Maxtor Onetouch External Hard-drives

2005-02-03 Thread Nick Sillik
I have taken all of the suggestions the list has given me, and I have here, for you a single patch for the kernel to allow usb-stoarge to recognize the Maxtor OneTouch's 'onetouch' button. The diff for the 2.6.10 vanilla kernel follows: Signed-Off-By: Nicholas M. Sillik <[EMAIL PROTECTED]> diff -up

Re: [linux-usb-devel] write protection handling on usb-storage devices

2005-02-03 Thread Greg KH
On Thu, Feb 03, 2005 at 10:56:05AM -0500, Alan Stern wrote: > > Now there's a proposal to make this be a module parameter rather than a > config option, so that it can be changed on-the-fly via sysfs without > having to rebuild usb-storage. That's a good thing. > The bad aspect of doing this is

Re: [linux-usb-devel] USB "CMDrive" - unneeded Protocol entry in unusual_devs.h

2005-02-03 Thread Miah Gregory
On Thu, 2005-02-03 at 16:57 -0500, Alan Stern wrote: > On Thu, 3 Feb 2005, Miah Gregory wrote: > > > On Thu, 2005-02-03 at 17:44 +, Paulo Marques wrote: > > > Miah Gregory wrote: > > > > Hi, > > > > > > > > Got the following message after plugging in a USB "CMDrive" (32Mb) which > > > > has w

Re: [linux-usb-devel] USB "CMDrive" - unneeded Protocol entry in unusual_devs.h

2005-02-03 Thread Alan Stern
On Thu, 3 Feb 2005, Miah Gregory wrote: > On Thu, 2005-02-03 at 17:44 +, Paulo Marques wrote: > > Miah Gregory wrote: > > > Hi, > > > > > > Got the following message after plugging in a USB "CMDrive" (32Mb) which > > > has www.cmdrive.com written on the side of it: > > > > > > kernel: usb-st

Re: [linux-usb-devel] USB "CMDrive" - unneeded Protocol entry in unusual_devs.h

2005-02-03 Thread Alan Stern
On Thu, 3 Feb 2005, Paulo Marques wrote: > There is something weird though... in unsual_devs.h this PID/VID seems > to be this one: > > UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100, > "Trumpion", > "t33520 USB Flash Card Controller", > US_SC_DEVICE, US_P

Re: [linux-usb-devel] write protection handling on usb-storage devices

2005-02-03 Thread Andries Brouwer
On Thu, Feb 03, 2005 at 10:56:05AM -0500, Alan Stern wrote: > Basically the situation is this: There's a config option for usb-storage USB_STORAGE_RW_DETECT - a bad idea - it must not be necessary to recompile the kernel (or at least usb-storage) when encountering a bad device. Many users get t

[linux-usb-devel] Re: [PATCH] Devices.txt, update with LANANA

2005-02-03 Thread Jeff Garzik
Greg KH wrote: On Wed, Feb 02, 2005 at 04:48:39PM +, Linux Kernel Mailing List wrote: ChangeSet 1.1992.2.74, 2005/02/02 08:48:39-08:00, [EMAIL PROTECTED] [PATCH] Devices.txt, update with LANANA Attached is diff for bringing devices.txt uptodate with lanana.

Re: [linux-usb-devel] USB "CMDrive" - unneeded Protocol entry in unusual_devs.h

2005-02-03 Thread Miah Gregory
On Thu, 2005-02-03 at 17:44 +, Paulo Marques wrote: > Miah Gregory wrote: > > Hi, > > > > Got the following message after plugging in a USB "CMDrive" (32Mb) which > > has www.cmdrive.com written on the side of it: > > > > kernel: usb-storage 3-1:1.0: usb_probe_interface > > kernel: usb-storag

[linux-usb-devel] Re: Add ioctls to ub

2005-02-03 Thread Pete Zaitcev
On Wed, 2 Feb 2005 22:55:26 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > I am awfully sorry, but that patch contained a bug. The code dereferenced > > cmd->back as if it were a pointer to a request even when it wasn't. It > > worked > > by accident, because rq->flags overlapped with a zeroed mem

Re: [linux-usb-devel] [PATCH] PCI: typo in pci_scan_bus_parented

2005-02-03 Thread Greg KH
On Thu, Feb 03, 2005 at 09:32:58AM -0800, Greg KH wrote: > ChangeSet 1.2041, 2005/02/03 00:39:41-08:00, [EMAIL PROTECTED] > > [PATCH] PCI: typo in pci_scan_bus_parented Crap, sorry for hitting the linux-usb-devel list with the pci changes, my sending script got away from me... thanks, greg k-h

[linux-usb-devel] Re: [PATCH] Devices.txt, update with LANANA

2005-02-03 Thread Greg KH
On Wed, Feb 02, 2005 at 04:48:39PM +, Linux Kernel Mailing List wrote: > ChangeSet 1.1992.2.74, 2005/02/02 08:48:39-08:00, [EMAIL PROTECTED] > > [PATCH] Devices.txt, update with LANANA > > Attached is diff for bringing devices.txt uptodate with lanana. > > Pleas

[linux-usb-devel] COACH DSC

2005-02-03 Thread Markus Ralser
Feb 3 18:55:40 anja kernel: usb 1-2: new full speed USB device using address 4 Feb 3 18:55:40 anja kernel: usb 1-2: Product: COACH DSC Feb 3 18:55:40 anja kernel: usb 1-2: Manufacturer: SUPER Feb 3 18:55:40 anja kernel: usb 1-2: SerialNumber: SUPER0001 Feb 3 18:55:40 anja kernel: usb-stora

Re: [linux-usb-devel] USB "CMDrive" - unneeded Protocol entry in unusual_devs.h

2005-02-03 Thread Paulo Marques
Miah Gregory wrote: Hi, Got the following message after plugging in a USB "CMDrive" (32Mb) which has www.cmdrive.com written on the side of it: kernel: usb-storage 3-1:1.0: usb_probe_interface kernel: usb-storage 3-1:1.0: usb_probe_interface - got id kernel: usb-storage: This device (090a,1001,0100

[linux-usb-devel] [PATCH] USB: unusual_devs.h update

2005-02-03 Thread Greg KH
ChangeSet 1.2046, 2005/02/03 01:39:27-08:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h update This patch updates the unusual_devs entry for the SCM multimedia card adapter. Apparently earlier versions of the device included wrong descriptors but later versions did not. Signed-off-by: Alan

[linux-usb-devel] [PATCH] PCI Hotplug: remove incorrect rpaphp firmware dependency

2005-02-03 Thread Greg KH
ChangeSet 1.2044, 2005/02/03 00:41:04-08:00, [EMAIL PROTECTED] [PATCH] PCI Hotplug: remove incorrect rpaphp firmware dependency The RPA PCI Hotplug module incorrectly uses a certain firmware property when determining the hotplug capabilities of a slot. Recent firmware changes have demonstrated t

[linux-usb-devel] [PATCH] Re: Bug when using custom baud rates....

2005-02-03 Thread Greg KH
ChangeSet 1.2041, 2005/02/03 01:37:12-08:00, [EMAIL PROTECTED] [PATCH] Re: Bug when using custom baud rates When using custom baud rates, the code does: if ((new_serial.baud_base != priv->baud_base) || (new_serial.baud_base < 9600)) return -EINVAL; W

[linux-usb-devel] [PATCH] TIGLUSB Cleanups 3/3

2005-02-03 Thread Greg KH
ChangeSet 1.2049, 2005/02/03 01:40:48-08:00, [EMAIL PROTECTED] [PATCH] TIGLUSB Cleanups 3/3 This removes the TIGLUSB-documentation, silverlink.txt. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Documentation/usb/silverlink.txt | 78 --

[linux-usb-devel] [PATCH] PCI: typo in pci_scan_bus_parented

2005-02-03 Thread Greg KH
ChangeSet 1.2041, 2005/02/03 00:39:41-08:00, [EMAIL PROTECTED] [PATCH] PCI: typo in pci_scan_bus_parented From: Olaf Hering <[EMAIL PROTECTED]> printk format string misses a x Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kro

[linux-usb-devel] [PATCH] USB: Fix EHCI boot oops on AMD

2005-02-03 Thread Greg KH
ChangeSet 1.2042, 2005/02/03 01:37:39-08:00, [EMAIL PROTECTED] [PATCH] USB: Fix EHCI boot oops on AMD > > - Forwarded message from Andi Kleen <[EMAIL PROTECTED]> - > > Someone added an test for AMD 8111 in EHCI, returning > > an error in reset. > > > > When triggered it would cause an NUL

[linux-usb-devel] [PATCH] PCI: memset rom attribute before using it

2005-02-03 Thread Greg KH
ChangeSet 1.2043, 2005/02/03 00:40:37-08:00, [EMAIL PROTECTED] [PATCH] PCI: memset rom attribute before using it Initialize the allocated bin_attribute structure, otherwise unused fields are pointing to random places. Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartm

[linux-usb-devel] [PATCH] USB: another usbnet ax8817x device (goodway docking station)

2005-02-03 Thread Greg KH
ChangeSet 1.2044, 2005/02/03 01:38:33-08:00, [EMAIL PROTECTED] [PATCH] USB: another usbnet ax8817x device (goodway docking station) Add support for another AX8817x network device, found in a docking station. T: Bus=01 Lev=02 Prnt=03 Port=00 Cnt=01 Dev#= 4 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=02(c

[linux-usb-devel] [PATCH] TIGLUSB Cleanups 2/3

2005-02-03 Thread Greg KH
ChangeSet 1.2048, 2005/02/03 01:40:20-08:00, [EMAIL PROTECTED] [PATCH] TIGLUSB Cleanups 2/3 This removes the TIGLUSB-maintainers from the MAINTAINERS-file. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> MAINTAINERS |7 --- 1 fil

[linux-usb-devel] [PATCH] USB: garmin_gps tweak

2005-02-03 Thread Greg KH
ChangeSet 1.2052, 2005/02/03 01:42:08-08:00, [EMAIL PROTECTED] [PATCH] USB: garmin_gps tweak attached is a new patch for the garmin_gps driver. It only updates my email address in the header, as i am in the process of changing my isp and the listed address will be offline sometime soon. The secon

[linux-usb-devel] [PATCH] USB: Logitech Cordeless Desktop Keyboard fails to report class descriptor

2005-02-03 Thread Greg KH
ChangeSet 1.2051, 2005/02/03 01:41:41-08:00, [EMAIL PROTECTED] [PATCH] USB: Logitech Cordeless Desktop Keyboard fails to report class descriptor From: Nico Huber <[EMAIL PROTECTED]> The receiver of my Logitech Cordeless Desktop fails to report the keyboard's class descriptor most times I insert

[linux-usb-devel] [PATCH] pci: Add Citrine quirk

2005-02-03 Thread Greg KH
ChangeSet 1.2042, 2005/02/03 00:40:09-08:00, [EMAIL PROTECTED] [PATCH] pci: Add Citrine quirk The IBM Citrine chipset has a feature that if PCI config register 0xA0 is read while DMAs are being performed to it, there is the possiblity that the parity will be wrong on the PCI bus, causing a parity

[linux-usb-devel] [PATCH] USB: fix for open/disconnect race in acm

2005-02-03 Thread Greg KH
ChangeSet 1.2045, 2005/02/03 01:39:00-08:00, [EMAIL PROTECTED] [PATCH] USB: fix for open/disconnect race in acm open takes the semaphore too late. This fixes it. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/cdc-acm.c

[linux-usb-devel] [PATCH] PCI: change sysfs representation of PCI-E devices

2005-02-03 Thread Greg KH
ChangeSet 1.2046, 2005/02/03 00:42:00-08:00, [EMAIL PROTECTED] [PATCH] PCI: change sysfs representation of PCI-E devices Before changes: The patch makes the parent of the device pointing to the pci_dev structure. The parents portX devices are in /sys/devices which should be removed based on your

[linux-usb-devel] [PATCH] TIGLUSB Cleanups 1/3

2005-02-03 Thread Greg KH
ChangeSet 1.2047, 2005/02/03 01:39:53-08:00, [EMAIL PROTECTED] [PATCH] TIGLUSB Cleanups 1/3 This removes the tiusb boot-parameter from kernel-parameters.txt. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Documentation/kernel-parameters

[linux-usb-devel] [PATCH] USB: hid-core: possible buffer overflow in hid-core.c

2005-02-03 Thread Greg KH
ChangeSet 1.2050, 2005/02/03 01:41:15-08:00, [EMAIL PROTECTED] [PATCH] USB: hid-core: possible buffer overflow in hid-core.c Peter Bartosch wrote: > Hello all, > > > i think i found a possible buffer overflow in hid-core (2.6.10-rc2): Agreed, and sorry it took so long to reply/patch this. (from

[linux-usb-devel] [BK PATCH] USB fixes for 2.6.11-rc3

2005-02-03 Thread Greg KH
Hi, Here are a few usb bugfixes 2.6.11-rc3. All of these patches have been in the past few -mm releases. Please pull from: bk://kernel.bkbits.net/gregkh/linux/2.6.11-rc3/usb Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them. thanks, greg k-

[linux-usb-devel] [PATCH] PCI: add linux-pci mailing list to PCI maintainers entry.

2005-02-03 Thread Greg KH
ChangeSet 1.2045, 2005/02/03 00:41:32-08:00, [EMAIL PROTECTED] [PATCH] PCI: add linux-pci mailing list to PCI maintainers entry. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> MAINTAINERS |1 + 1 files changed, 1 insertion(+) diff -Nru a/MAINTAINERS b/MAINTAINERS --- a/MAINTAINERS

[linux-usb-devel] [PATCH] USB: fix libusb endian issues

2005-02-03 Thread Greg KH
ChangeSet 1.2043, 2005/02/03 01:38:05-08:00, [EMAIL PROTECTED] [PATCH] USB: fix libusb endian issues On Wed, 2005-01-19 at 15:39 -0800, John Mock wrote: > New to 2.6.11-rc1 is that 'lsusb' exhibits 'endian' problems on the > PowerMac. Is that really new to 2.6.11-rc1? The kernel byte-swaps the b

[linux-usb-devel] USB "CMDrive" - unneeded Protocol entry in unusual_devs.h

2005-02-03 Thread Miah Gregory
Hi, Got the following message after plugging in a USB "CMDrive" (32Mb) which has www.cmdrive.com written on the side of it: kernel: usb-storage 3-1:1.0: usb_probe_interface kernel: usb-storage 3-1:1.0: usb_probe_interface - got id kernel: usb-storage: This device (090a,1001,0100 S 06 P 50) has an

Re: [linux-usb-devel] Maxtor OneTouch Driver

2005-02-03 Thread Alan Stern
On Wed, 2 Feb 2005, Nick Sillik wrote: > I have made an official release of the Maxtor OneTouch driver for the > linux kernel. > I would really appreciate any tips on how to improve this, and hopefully > get this included in the kernel. The use of macros double-checking for whether the driver is

Re: [linux-usb-devel] BUG in ehci_endpoint_disable (ehci-hcd.c)

2005-02-03 Thread brm
David Brownell <[EMAIL PROTECTED]> said: > > What USB controller are you using? Looks like you're not only > losing an IAA IRQ -- seen AFAIK exclusively on VIA -- but the > watchdog timer isn't recovering from that. > > lspci says... :00:1d.0 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/

[linux-usb-devel] pegasus and rtl8150 cset for proper link detection

2005-02-03 Thread Petko Manolov
Hi Greg, When the bonding driver attempts to read the link status via xxx_get_settings() the enslaved usb-eth driver crash the kernel. Which shouldn't be much of surprise - since pegasus|rtl8150_get_settins() is been called from a timer. The original work was done by Mike Nix - thanks

Re: [linux-usb-devel] write protection handling on usb-storage devices

2005-02-03 Thread Alan Stern
Greg: Have you followed this thread? We would like your advice. Basically the situation is this: There's a config option for usb-storage to select whether or not the driver should allow checking for write-protection on new devices. The majority of devices support this check with no difficul

Re: [linux-usb-devel] [PATCH as424b 7/13] USBcore: implement usb_add_hcd and usb_remove_hcd

2005-02-03 Thread Alan Stern
On Wed, 2 Feb 2005, David Brownell wrote: > > Okay. This means removing the other handlers too, right? > > There should be handlers in the hc_driver struct; delete the layer > that just calls the standard filter, it's pointless! > > I had one in sl811 as an oversight (didn't notice till Olav cl

RE: [linux-usb-devel] usbtest 14 fails: is host or gadget the culprit?

2005-02-03 Thread Olav Kongas
Hi David, Thanks for the info. From your post I understand that, strangely, Alex Sanks' last reply on this issue hasn't landed on the list. It comes below. > That said: you mentioned chip markings on that net2280 > device, and they match what I have on an old rev1 (0100) > RDK board. And I've a

[linux-usb-devel] RE: USB m8xxhci driver transmision errors and I/O error

2005-02-03 Thread IGOR LURI
Dear Steve, We have done some modification in m8xxhci.c USB driver. 1.- We have initialize timer 2 count to 0 when arrives a SOF interrupt to synchronise the timer 2 with 1 Khz signal static void m8xxhci_interrupt(void *hci_p)