From 721cc9ab34130ee09d4acd3064fbbb9b3bfdfe95 Mon Sep 17 00:00:00 2001 From: reyk Date: Fri, 8 Aug 2008 11:10:31 +0000 Subject: [PATCH] sync --- sys/dev/usb/usbdevs.h | 8 ++++++-- sys/dev/usb/usbdevs_data.h | 12 ++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 720e8359249..6c9282b081a 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.386 2008/07/30 15:51:01 deraadt Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.387 2008/08/08 11:10:31 reyk Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.375 2008/07/12 16:22:55 bernd Exp + * OpenBSD: usbdevs,v 1.377 2008/08/08 11:10:06 reyk Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -554,6 +554,7 @@ #define USB_VENDOR_MOSCHIP 0x9710 /* MosChip */ #define USB_VENDOR_3COM3 0xa727 /* 3Com */ #define USB_VENDOR_EVOLUTION 0xdeee /* Evolution Robotics */ +#define USB_VENDOR_EMPIA 0xeb1a /* eMPIA Technology */ #define USB_VENDOR_HP2 0xf003 /* Hewlett Packard */ /* @@ -1176,6 +1177,9 @@ #define USB_PRODUCT_ELSA_MODEM1 0x2265 /* ELSA */ #define USB_PRODUCT_ELSA_USB2ETHERNET 0x3000 /* Microlink USB2Ethernet */ +/* eMPIA products */ +#define USB_PRODUCT_EMPIA_EEEPC701_VIDEO 0x2761 /* EeePC701 camera */ + /* Entrega products */ #define USB_PRODUCT_ENTREGA_1S 0x0001 /* 1S serial */ #define USB_PRODUCT_ENTREGA_2S 0x0002 /* 2S serial */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index dd448a7468b..9ad38721b02 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.380 2008/07/30 15:51:01 deraadt Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.381 2008/08/08 11:10:31 reyk Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.375 2008/07/12 16:22:55 bernd Exp + * OpenBSD: usbdevs,v 1.377 2008/08/08 11:10:06 reyk Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1657,6 +1657,10 @@ const struct usb_known_product usb_known_products[] = { USB_VENDOR_ELSA, USB_PRODUCT_ELSA_USB2ETHERNET, "Microlink USB2Ethernet", }, + { + USB_VENDOR_EMPIA, USB_PRODUCT_EMPIA_EEEPC701_VIDEO, + "EeePC701 camera", + }, { USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_1S, "1S serial", @@ -8561,6 +8565,10 @@ const struct usb_known_vendor usb_known_vendors[] = { USB_VENDOR_EVOLUTION, "Evolution Robotics", }, + { + USB_VENDOR_EMPIA, + "eMPIA Technology", + }, { USB_VENDOR_HP2, "Hewlett Packard", -- 2.20.1