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.l...@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
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to