Subject: Re: Sony Clie NR70V
To: Herbert J. Skuhra <herbert@bugat.at>
From: Lennart Augustsson <lennart@augustsson.net>
List: netbsd-help
Date: 06/16/2002 17:06:03
"Herbert J. Skuhra" wrote:
> 
> Hei!
> 
> The irsync under FreeBSD with birda is damn slow and suck a lot of
> battery. And I no longer want to run w2k on my notebook and I don't want
> to install Linux on any of my computers. :-) So NetBSD is the only
> option I have.
> 
> In Linux you have to make the following changes to the kernel so that
> uvisor supports the clie nr70v:
> 
>         http://browncat.org/palm/clie.html
> 
> I have added to usbdevs.h
> 
> #define USB_PRODUCT_SONY_CLIE_41       0x009a
> #define USB_PRODUCT_SONY_CLIE_41_MS    0x0099
> 
> and to uvisor.c
> 
>        {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, PALM4 },
> 
Try changing the PALM4 to 0 on that line.

I've added the Clie 4.1 devices to -current, and also made a small
change to the umass driver that might help you.

Could you try again?

	-- Lennart