Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb usbdevs: add an entry for external WD disk.



details:   https://anonhg.NetBSD.org/src/rev/29849c731d0d
branches:  trunk
changeset: 790948:29849c731d0d
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sun Oct 27 16:59:46 2013 +0000

description:
usbdevs: add an entry for external WD disk.

diffstat:

 sys/dev/usb/usbdevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 0f59a7465431 -r 29849c731d0d sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sun Oct 27 16:39:46 2013 +0000
+++ b/sys/dev/usb/usbdevs       Sun Oct 27 16:59:46 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.655 2013/10/05 22:00:28 jnemeth Exp $
+$NetBSD: usbdevs,v 1.656 2013/10/27 16:59:46 rmind Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -451,6 +451,7 @@
 vendor MOTOROLA4       0x100d  Motorola
 vendor HP3             0x103c  Hewlett Packard
 vendor GIGABYTE                0x1044  GIGABYTE
+vendor WESTERN         0x1058  Western Digital
 vendor MOTOROLA                0x1063  Motorola
 vendor CCYU            0x1065  CCYU Technology
 vendor HYUNDAI         0x106c  Hyundai CuriTel
@@ -3228,6 +3229,9 @@
 product WACOM INTUOSA5         0x0021  Intuos A5
 product WACOM GD0912U          0x0022  Intuos 9x12 Graphics Tablet
 
+/* Western Digital products */
+product WESTERN EXTHDD         0x0400  External HDD
+
 /* WinChipHead products */
 product WINCHIPHEAD CH341SER   0x5523  CH341/CH340 USB-Serial Bridge
 product WINCHIPHEAD2 CH341     0x7523  CH341 serial/parallel



Home | Main Index | Thread Index | Old Index