diff options
-rw-r--r-- | share/man/man4/axe.4 | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_axe.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4 index a33d500c0a0..840c7cb1575 100644 --- a/share/man/man4/axe.4 +++ b/share/man/man4/axe.4 @@ -29,7 +29,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $ -.\" $OpenBSD: axe.4,v 1.13 2005/02/12 10:21:04 jsg Exp $ +.\" $OpenBSD: axe.4,v 1.14 2005/03/14 04:08:49 deraadt Exp $ .\" .Dd April 20, 2003 .Dt AXE 4 @@ -54,6 +54,7 @@ Electronics AX88172 USB 2.0 chipset, including the following: .It D-Link DUBE100 .It Hawking UF200 .It Intellinet USB 2.0 to Ethernet (rev A) +.It JVC MP-PRX1 .It LinkSys USB200M .It Netgear FA120 .It Sitecom LN-029 diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 1fd1662a3df..a9a266964d6 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axe.c,v 1.23 2005/02/12 10:21:04 jsg Exp $ */ +/* $OpenBSD: if_axe.c,v 1.24 2005/03/14 04:08:49 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000-2003 @@ -164,6 +164,7 @@ Static const struct axe_type axe_devs[] = { { { USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB2AR}, 0}, { { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB2_TX }, 0}, { { USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100}, 0 }, + { { USB_VENDOR_JVC, USB_PRODUCT_JVC_MP_PRX1}, 0 }, { { USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M}, 0 }, { { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX}, 0 }, { { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120}, 0 }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 69fe9c5aa37..9211c167c1b 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.141 2005/03/10 02:11:31 dlg Exp $ +$OpenBSD: usbdevs,v 1.142 2005/03/14 04:08:50 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1073,6 +1073,7 @@ product JRC AH_J3001V_J3002V 0x0001 AirH\"PHONE AH-J3001V/J3002V /* JVC products */ product JVC MP_XP7250_WL 0x3009 MP-XP7250 Builtin WLAN +product JVC MP_PRX1 0x3008 MP-PRX1 /* Kawasaki LSI products */ product KLSI DUH3E10BT 0x0008 10BT Ethernet |