aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-06-30 14:53:44 +0000
committerWarner Losh <imp@FreeBSD.org>2007-06-30 14:53:44 +0000
commitad416b7abef0aa56d86cf606f06490c66b380445 (patch)
treebd07933daf3d459d06b3a086bf68cf68219334c6 /sys/dev
parent73bbb79dd464a229d82af9d6c6e3300e78e5d4dd (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/umass.c4
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index d2650e6701f28..19b252a8a082e 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -460,6 +460,10 @@ static struct umass_devdescr_t umass_devdescrs[] = {
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
IGNORE_RESIDUE | NO_START_STOP
},
+ { USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_YP_U2, RID_WILDCARD,
+ UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
+ SHUTTLE_INIT | NO_GETMAXLUN
+ },
{ USB_VENDOR_SANDISK, USB_PRODUCT_SANDISK_SDDR31, RID_WILDCARD,
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
READ_CAPACITY_OFFBY1
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index a667f2c71f217..ff6aaffea9ff2 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1769,6 +1769,7 @@ product SAGEM USBSERIAL 0x0027 USB-Serial Controller
/* Samsung products */
product SAMSUNG ML6060 0x3008 ML-6060 laser printer
+product SAMSUNG YP_U2 0x5050 YP-U2 MP3 Player
product SAMSUNG I500 0x6601 I500 Palm USB Phone
/* SanDisk products */