Date: Tue, 30 Mar 2004 21:02:56 -0800 From: "\"John Merryweather Cooper,Home Office,,(509) 338-9391 \" <John Merryweather Cooper" <coop9211@uidaho.edu> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: kern/64968: [SW-BUG] uvisor/ucom fail to init or stall with Sony CLIE PEG-SJ33/U Message-ID: <1080709376.0@borgdemon.losaca.adelphia.net> Resent-Message-ID: <200403310510.i2V5A7Vl024820@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64968
>Category: kern
>Synopsis: [SW-BUG] uvisor/ucom fail to init or stall with Sony CLIE PEG-SJ33/U
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 30 21:10:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: John Merryweather Cooper,Home Office,,(509) 338-9391
>Release: FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.9-STABLE #6: Tue Mar 30 19:51:40 PST 2004
root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2
>Description:
ucom and uvisor are not behaving properly with this Sony PDA. Without the patch, I get IOERROR:
ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 3
ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 3
ucom0: init failed, IOERROR
device_probe_and_attach: ucom0 attach returned 6
With the patch, I get STALLED:
ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 3
ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 3
ucom0: init failed, STALLED
device_probe_and_attach: ucom0 attach returned 6
uhub0: port 1, set config at addr 3 failed
uhub0: device problem, disabling port 1
uhub0: port error, restarting port 1
However, I'm not working either way.
The Vendor ID is 0x54c and the Product ID is 0x009a. The version of Palm OS is 4.1
>How-To-Repeat:
Hit HotSync button on PDA.
>Fix:
--- patch-uvisor.c begins here ---
--- /usr/src/sys/dev/usb/uvisor.c.old Tue Mar 30 18:05:25 2004
+++ /usr/src/sys/dev/usb/uvisor.c Tue Mar 30 18:06:31 2004
@@ -218,7 +218,7 @@
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 },
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_ZIRE }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40 }, 0 },
- {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, 0 },
+ {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_S360 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_NX60 }, PALM4 },
/* {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
--- patch-uvisor.c ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1080709376.0>
