From: Oliver Neukum <oliver@neukum.org>
To: Adrian Bunk <bunk@kernel.org>
Cc: Adam Williamson <awilliamson@mandriva.com>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
Arjan van de Ven <arjan@infradead.org>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Alan Cox <alan@redhat.com>,
bugme-daemon@bugzilla.kernel.org, Greg KH <greg@kroah.com>,
linux-usb@vger.kernel.org,
Matthias Geissert <matthias.geissert@web.de>
Subject: Re: [Bug 10868] Oops on loading ipaq module since 2.6.26, prevents use of device
Date: Thu, 3 Jul 2008 16:08:44 +0200 [thread overview]
Message-ID: <200807031608.46457.oliver@neukum.org> (raw)
In-Reply-To: <20080703085733.GB11254@cs181140183.pp.htv.fi>
Am Donnerstag 03 Juli 2008 10:57:33 schrieb Adrian Bunk:
> On Thu, Jul 03, 2008 at 10:05:57AM +0200, Oliver Neukum wrote:
> > As far as I can tell somebody changed the ipaq driver in 2.6.26-rc6. I cannot
> > find the exact patch that did it in Greg's directory. As it causes a regression
> > here's a reversal.
>
>
> It was changed by:
Thanks, did you do git magic?
> commit e1879b19b0abdb387e4aeb0b935a486cc75042fb
> Author: Matthias Geissert <matthias.geissert@web.de>
> Date: Thu Mar 6 22:00:33 2008 +0100
>
> USB: ipaq: fix devices having more than one endpoint
>
> The ipaq module supports devices with one endpoint only. Some devices,
> e.g. Yakumo Delta 300, have more than one endpoint.
>
> This patch fixes support for devices having up to 2 endpoints which used
> to work on older kernel versions.
>
> Signed-off-by: Matthias Geissert <matthias.geissert@web.de>
> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
>
> diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c
> index 9b38a08..17f2a53 100644
> --- a/drivers/usb/serial/ipaq.c
> +++ b/drivers/usb/serial/ipaq.c
> @@ -571,9 +571,9 @@ static struct usb_serial_driver ipaq_device = {
> .usb_driver = &ipaq_driver,
> .id_table = ipaq_id_table,
> .num_interrupt_in = NUM_DONT_CARE,
> - .num_bulk_in = 1,
> - .num_bulk_out = 1,
> - .num_ports = 1,
> + .num_bulk_in = NUM_DONT_CARE,
> + .num_bulk_out = NUM_DONT_CARE,
This is good.
> + .num_ports = 2,
This is fatal.
The patch I sent reverts only this part, so this issue is solved.
Regards
Oliver
next prev parent reply other threads:[~2008-07-03 14:08 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-22 17:49 2.6.26-rc7-git2: Reported regressions from 2.6.25 Rafael J. Wysocki
2008-06-22 17:50 ` [Bug #10493] mips BCM47XX compile error Rafael J. Wysocki
2008-06-22 19:33 ` Adrian Bunk
2008-06-22 17:54 ` [Bug #10726] x86-64 NODES_SHIFT compile failure Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10714] powerpc: Badness seen on 2.6.26-rc2 with lockdep enabled Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10725] USB Mass storage mount fails: Write protect on Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10629] 2.6.26-rc1-$sha1: RIP __d_lookup+0x8c/0x160 Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10724] ACPI: EC: GPE storm detected, disabling EC GPE Rafael J. Wysocki
2008-06-22 21:12 ` Justin Mattock
2008-06-22 17:54 ` [Bug #10951] alpha build failure Rafael J. Wysocki
2008-06-22 19:09 ` Adrian Bunk
2008-06-22 17:54 ` [Bug #10923] System turns off during wake from S3, Wake Regression from 2.6.25 Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10961] 2.6.26-rc: nfsd hangs for a few sec Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10912] Regressions in the last kernels Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10956] v2.6.26-rc7: BUG: unable to handle kernel NULL pointer dereference Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10860] total system freeze at boot with 2.6.26-rc Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10927] Dell laptops: reboot instead of resume Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10815] 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0 Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10741] bug in `tty: BKL pushdown'? Rafael J. Wysocki
2008-06-22 20:15 ` Johannes Weiner
2008-06-22 17:54 ` [Bug #10872] x86_64 boot hang when CONFIG_NUMA=n Rafael J. Wysocki
2008-06-25 17:48 ` Randy Dunlap
2008-06-22 17:54 ` [Bug #10827] 2.6.26rc4 GFS2 oops Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10957] pata_pcmcia with Sandisk Extreme III 8GB Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10826] NFS oops in 2.6.26rc4 Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10906] repeatable slab corruption with LTP msgctl08 Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10865] Oops trying to mount an ntfs partition on thinkpad Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10919] [regression] display dimming is slow and laggy - Acer Travelmate 661lci Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10730] build issue #503 for v2.6.26-rc2-433-gf26a398 : undefined reference to `request_firmware' Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10821] rt25xx: lock dependency warning, association failure, and kmalloc corruption Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10959] stuck tcp connections 2.6.26-rc7 Rafael J. Wysocki
2008-06-22 21:20 ` Justin Mattock
2008-06-22 17:54 ` [Bug #10843] Display artifacts on XOrg logout with PAT kernel and VESA framebuffer Rafael J. Wysocki
2008-06-22 19:24 ` Frans Pop
2008-06-22 17:54 ` [Bug #10918] 2.6.26-rc5: SLUB debug, lockdep warning Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10861] 2.6.26-rc4-git2 - long pause during boot Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10786] parisc: 64bit SMP does not boot on J5600 Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10960] 2.6.26-rc: SPARC: Sun Ultra 10 can not boot Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10862] forcedeth: lockdep warning on ethtool -s Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10955] v2.6.26-rc7: BUG task_struct: Poison overwritten Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10830] two different oopses with 2.6.26-rc4 Rafael J. Wysocki
2008-06-22 19:23 ` Alejandro Riveira Fernández
2008-06-22 19:35 ` Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10958] LMSENSORS: 2.6.26-rc, enabling ACPI Termal Zone support costs sensors Rafael J. Wysocki
2008-06-22 17:54 ` [Bug #10962] 2.6.26-rc2 WARNING from usb-serial, and then my gps is dead Rafael J. Wysocki
2008-06-25 10:41 ` Helge Hafting
2008-06-22 17:54 ` [Bug #10892] Sometime (often) X come out blank (black screen) on cold boot - Intel chipset Rafael J. Wysocki
2008-06-23 8:09 ` [Bug #10892] Sometime (often) X come out blank (black screen)on " Romano Giannetti
2008-06-23 8:24 ` Ingo Molnar
2008-06-22 17:54 ` [Bug #10954] hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x011f000c Rafael J. Wysocki
2008-06-22 21:14 ` Justin Mattock
2008-06-22 17:54 ` [Bug #10868] Oops on loading ipaq module since 2.6.26, prevents use of device Rafael J. Wysocki
2008-06-22 20:07 ` Alan Cox
2008-06-22 21:00 ` Arjan van de Ven
2008-06-22 21:02 ` Arjan van de Ven
2008-06-22 21:17 ` Adrian Bunk
2008-06-22 22:37 ` Alan Cox
2008-06-23 7:48 ` Oliver Neukum
2008-06-23 15:46 ` Adam Williamson
2008-06-23 18:41 ` Oliver Neukum
2008-06-23 19:31 ` Adam Williamson
2008-06-25 2:05 ` Adam Williamson
2008-06-25 15:41 ` Oliver Neukum
2008-06-27 19:28 ` Adam Williamson
2008-06-30 13:09 ` Oliver Neukum
2008-07-02 20:40 ` Adam Williamson
2008-07-02 21:33 ` Oliver Neukum
2008-07-02 21:41 ` Adam Williamson
2008-07-03 8:05 ` Oliver Neukum
2008-07-03 8:57 ` [Bug 10868] " Adrian Bunk
2008-07-03 14:08 ` Oliver Neukum [this message]
2008-07-03 14:20 ` Adrian Bunk
2008-07-03 14:26 ` Oliver Neukum
2008-07-03 15:00 ` Adrian Bunk
2008-07-07 18:16 ` Matthias Geissert
2008-07-07 19:19 ` Oliver Neukum
2008-07-03 15:53 ` [Bug #10868] " Adam Williamson
2008-06-22 22:38 ` Alan Cox
2008-06-22 17:54 ` [Bug #9791] Clock is running too fast^Wslow using acpi_pm clocksource Rafael J. Wysocki
2008-06-22 19:06 ` 2.6.26-rc7-git2: Reported regressions from 2.6.25 Rafael J. Wysocki
-- strict thread matches above, loose matches on Subject: below --
2008-06-29 18:15 2.6.26-rc8: " Rafael J. Wysocki
2008-06-29 18:18 ` [Bug #10868] Oops on loading ipaq module since 2.6.26, prevents use of device Rafael J. Wysocki
2008-06-30 13:10 ` Oliver Neukum
2008-06-14 20:04 2.6.26-rc6-git2: Reported regressions from 2.6.25 Rafael J. Wysocki
2008-06-14 20:12 ` [Bug 10868] Oops on loading ipaq module since 2.6.26, prevents use of device Rafael J. Wysocki
2008-06-14 21:26 ` Alan Cox
2008-06-15 6:44 ` Adam Williamson
2008-06-16 9:10 ` Alan Cox
2008-06-07 20:38 2.6.26-rc5-git2: Reported regressions from 2.6.25 Rafael J. Wysocki
2008-06-07 20:42 ` [Bug #10868] Oops on loading ipaq module since 2.6.26, prevents use of device Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200807031608.46457.oliver@neukum.org \
--to=oliver@neukum.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=alan@redhat.com \
--cc=arjan@infradead.org \
--cc=awilliamson@mandriva.com \
--cc=bugme-daemon@bugzilla.kernel.org \
--cc=bunk@kernel.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=matthias.geissert@web.de \
--cc=rjw@sisk.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome