Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2009 09:16:51 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Cc:        "Andrey V. Elsukov" <bu7cher@yandex.ru>
Subject:   Re: SONY DSC doesn't work via usb [regression]
Message-ID:  <200908230916.53500.hselasky@c2i.net>
In-Reply-To: <4A90E918.3010704@yandex.ru>
References:  <4A8EE90F.4030201@yandex.ru> <200908220916.35836.hselasky@c2i.net> <4A90E918.3010704@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 23 August 2009 09:00:40 Andrey V. Elsukov wrote:
> Hans Petter Selasky wrote:
> > I see there are several quirk entries for Sony cameras. Could you try to
> > change "UMASS_PROTO_RBC | UMASS_PROTO_CBI" into "UMASS_PROTO_DEFAULT" for
> > all DSC entries?
> >
> >         {USB_VENDOR_SONY, USB_PRODUCT_SONY_DSC, 0x0600,
> >                 UMASS_PROTO_RBC | UMASS_PROTO_CBI,
> >                 RBC_PAD_TO_12
> >         },
>
> Hi,
>
> I tried UMASS_PROTO_DEFAULT. With this flag system doesn't detect any of
> umass devices.

Try UMASS_PROTO_BBB | UMASS_PROTO_SCSI .

Also send me output from:

usbconfig -u X -a Y dump_device_desc dump_curr_config_desc

Where X and Y are the numbers after ugen in dmesg.

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908230916.53500.hselasky>