USB camera not detected by 8.1, was working in 7
Alexander Churanov
alexanderchuranov at gmail.com
Sat Nov 13 15:02:07 UTC 2010
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 at 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?
Alexander Churanov
More information about the freebsd-usb
mailing list