[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

--- Comment #8 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Fri Dec 26 11:25:57 UTC 2014
New revision: 276242
URL: https://svnweb.freebsd.org/changeset/base/276242

Log:
  MFC r262128, r262129, r275605, r276239 and r276240:
  Add more USB quirks.

  PR:178771
  PR:180617
  PR:195372

Changes:
_U  stable/9/sys/
_U  stable/9/sys/dev/
  stable/9/sys/dev/usb/quirk/usb_quirk.c
  stable/9/sys/dev/usb/usbdevs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

Hans Petter Selasky  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Fri Dec 26 11:17:00 UTC 2014
New revision: 276241
URL: https://svnweb.freebsd.org/changeset/base/276241

Log:
  MFC r259675, r262128, r262129, r275605, r276239 and r276240:
  Add more USB quirks.

  PR:178771
  PR:180617
  PR:195372

Changes:
_U  stable/10/
  stable/10/sys/dev/usb/quirk/usb_quirk.c
  stable/10/sys/dev/usb/usbdevs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Fri Dec 26 10:53:23 UTC 2014
New revision: 276239
URL: https://svnweb.freebsd.org/changeset/base/276239

Log:
  Add more quirks.

  PR:180617
  MFC after:1 day

Changes:
  head/sys/dev/usb/quirk/usb_quirk.c
  head/sys/dev/usb/usbdevs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

--- Comment #5 from Hans Petter Selasky  ---
Hi,

Can you append a complete working patch for the new ID and I'll include it in
the MFC.

Thank you!

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

g...@tharned.org changed:

   What|Removed |Added

 CC||g...@tharned.org

--- Comment #4 from g...@tharned.org ---
I've just come across another drive in this family:

Western Digital My Passport Ultra, 2TB, Model WDBMWV0020BBK.

$ usbconfig -d 0.2 dump_device_desc
ugen0.2:  at usbus0, cfg=0 md=HOST spd=SUPER
(5.0Gbps) pwr=ON (224mA)

  bLength = 0x0012 
  bDescriptorType = 0x0001 
  bcdUSB = 0x0300 
  bDeviceClass = 0x  
  bDeviceSubClass = 0x 
  bDeviceProtocol = 0x 
  bMaxPacketSize0 = 0x0009 
  idVendor = 0x1058 
  idProduct = 0x0741 
  bcdDevice = 0x1022 
  iManufacturer = 0x0001  
  iProduct = 0x0002  
  iSerialNumber = 0x0005  <575836314137334839383938>
  bNumConfigurations = 0x0001

Can you please add this one to your upcoming MFC?  Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


Re: [Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-19 Thread Greg Rivers
> Can you test and verify the submitted patch?
>
Thank you Hans, your patches work fine. Tested on 10.1-STABLE amd46.

-- 
Greg
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #3 from Hans Petter Selasky  ---
Can you test and verify the submitted patch?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Dec  8 10:41:35 UTC 2014
New revision: 275605
URL: https://svnweb.freebsd.org/changeset/base/275605

Log:
  Add more USB quirks for Western Digital external USB HDD
  enclosures. Rename an incorrectly named device. Increase
  limit for maximum number of quirks.

  PR:178771, 180617
  MFC after:  2 weeks

Changes:
  head/sys/dev/usb/quirk/usb_quirk.c
  head/sys/dev/usb/usbdevs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||tim.matthe...@gmail.com

--- Comment #1 from Hans Petter Selasky  ---
*** Bug 178771 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"