Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 16:10:17 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Cc:        Alexander Motin <mav@freebsd.org>, Alexander Churanov <alexanderchuranov@gmail.com>
Subject:   Re: USB camera not detected by 8.1, was working in 7
Message-ID:  <201011131610.17193.hselasky@c2i.net>
In-Reply-To: <AANLkTim7V6PsTwTVWqVbEqqpRmOd8u4nNxFqBFcwhfKq@mail.gmail.com>
References:  <AANLkTik1g-cfjvfKsHLkBVE%2BhO%2BjV%2B1jaNuWDcmFgc1k@mail.gmail.com> <4CDAA315.1030808@yandex.ru> <AANLkTim7V6PsTwTVWqVbEqqpRmOd8u4nNxFqBFcwhfKq@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 13 November 2010 16:02:05 Alexander Churanov wrote:
> Folks,
> 
> I've found that Linux kernel has specific settings right for my device:
> 
> /drivers/usb/storage/unusual_devs.h, v. 2.6.36
> 
>  557 UNUSUAL_DEV(  0x054c, 0x0010, 0x0106, 0x0450,
>  558                 "Sony",
>  559                 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
>  560                 US_SC_SCSI, US_PR_DEVICE, NULL,
>  561                 US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE |
> US_FL_NO_WP_DETECT ),
>  562
>  563 /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
>  564  * This entry is needed because the device reports Sub=ff */
>  565 UNUSUAL_DEV(  0x054c, 0x0010, 0x0500, 0x0610,
>  566                 "Sony",
>  567                 "DSC-T1/T5/H5",
>  568                 US_SC_8070, US_PR_DEVICE, NULL,
>  569                 US_FL_SINGLE_LUN ),
> 
> Is it possible to tune my FreeBSD like that?
> 

Yes,

Have a look at /sys/dev/usb/quirk/usb_quirk.c

--HPS



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