Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147948 Details for
Bug 215679
PALM/Clie PDA USB HotSync no longer working with 2.6.24 and 2.6.25
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes this bug
visor-bug215679-2.6.24.patch (text/plain), 1.56 KB, created by
Guenther Brunthaler
on 2008-04-01 09:30:50 UTC
(
hide
)
Description:
Fixes this bug
Filename:
MIME Type:
Creator:
Guenther Brunthaler
Created:
2008-04-01 09:30:50 UTC
Size:
1.56 KB
patch
obsolete
>This patch fixes LKML issue 10118 for 2.6.24 and 2.6.25 kernels > >http://www.spinics.net/lists/linux-usb/msg03120.html > >From: Brad Sawatzky <brad+debian@xxxxxxxxxxx> > >Fixes a bug/inconsistency revealed by the additional sanity checking in > commit 063a2da8f01806906f7d7b1a1424b9afddebc443 >introduced in the original 2.6.24 branch. > >The Handspring Visor / PalmOS 4 device structure defines .num_bulk_out=2 >but the usb-serial probe returns num_bulk_out=3, triggering the check in >the above commit and forcing a bail out when the device (a Garmin iQue in >my case) attempts to connect. The patch bumps the expected number of >endpoints to 3. > >I suppose it's possible that the kernel is identifying 3 bulk endpoints >when there should only be 2 and there is some issue with the lower level >endpoint probe? > >FWIW, this patch will probably solve the following kernel bug report for >Treo users (identical symptoms, different model PalmOS units): > <http://bugzilla.kernel.org/show_bug.cgi?id=10118> > >Signed-off-by: Brad Sawatzky <brad+kernel@xxxxxxxxxxx> >Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > >Index: linux-2.6.24-gentoo-r4/drivers/usb/serial/visor.c >=================================================================== >--- linux-2.6.24-gentoo-r4.orig/drivers/usb/serial/visor.c >+++ linux-2.6.24-gentoo-r4/drivers/usb/serial/visor.c >@@ -191,7 +191,7 @@ static struct usb_serial_driver handspri > .id_table = id_table, > .num_interrupt_in = NUM_DONT_CARE, > .num_bulk_in = 2, >- .num_bulk_out = 2, >+ .num_bulk_out = 3, > .num_ports = 2, > .open = visor_open, > .close = visor_close,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215679
: 147948