Date: Thu, 27 Jan 2011 19:37:02 +0000 (UTC) From: Remko Lodder <remko@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r217970 - stable/7/sys/dev/usb Message-ID: <201101271937.p0RJb2AC032530@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: remko Date: Thu Jan 27 19:37:01 2011 New Revision: 217970 URL: http://svn.freebsd.org/changeset/base/217970 Log: MFC r194582 Add support for the Myson Heden 8813. Note that I also added the usbdev to the list, because the 8813 version is not yet known there. I might have twisted the sorting there but because 8813 comes before 8818, I added it before that (with _8813 to differentiate) the item. PR: 135628 Submitted by: Yoshikazu GOTO <goto at on-link dot jp> Approved by: imp (mentor, implicit) PR: 135628 Modified: stable/7/sys/dev/usb/umass.c stable/7/sys/dev/usb/usbdevs Directory Properties: stable/7/sys/dev/usb/ (props changed) Modified: stable/7/sys/dev/usb/umass.c ============================================================================== --- stable/7/sys/dev/usb/umass.c Thu Jan 27 19:33:57 2011 (r217969) +++ stable/7/sys/dev/usb/umass.c Thu Jan 27 19:37:01 2011 (r217970) @@ -571,6 +571,10 @@ static struct umass_devdescr_t umass_dev UMASS_PROTO_SCSI | UMASS_PROTO_BBB, NO_INQUIRY | IGNORE_RESIDUE | NO_SYNCHRONIZE_CACHE }, + { USB_VENDOR_MYSON, USB_PRODUCT_MYSON_HEDEN_8813, RID_WILDCARD, + UMASS_PROTO_SCSI | UMASS_PROTO_BBB, + NO_SYNCHRONIZE_CACHE + }, { USB_VENDOR_MYSON, USB_PRODUCT_MYSON_STARREADER, RID_WILDCARD, UMASS_PROTO_SCSI | UMASS_PROTO_BBB, NO_SYNCHRONIZE_CACHE Modified: stable/7/sys/dev/usb/usbdevs ============================================================================== --- stable/7/sys/dev/usb/usbdevs Thu Jan 27 19:33:57 2011 (r217969) +++ stable/7/sys/dev/usb/usbdevs Thu Jan 27 19:37:01 2011 (r217970) @@ -1837,6 +1837,7 @@ product MSYSTEMS DISKONKEY 0x0010 DiskOn product MSYSTEMS DISKONKEY2 0x0011 DiskOnKey /* Myson products */ +product MYSON HEDEN_8813 0x8813 USB-IDE product MYSON HEDEN 0x8818 USB-IDE product MYSON STARREADER 0x9920 USB flash card adapter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101271937.p0RJb2AC032530>