diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 9434801cfff..ed8ef1d457c 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.541 2010/12/15 16:51:39 damien Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.542 2010/12/17 14:53:10 jasper Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.531 2010/12/15 16:49:03 damien Exp + * OpenBSD: usbdevs,v 1.532 2010/12/17 14:52:40 jasper Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -473,6 +473,7 @@ #define USB_VENDOR_SILABS 0x10c4 /* Silicon Labs */ #define USB_VENDOR_SILABS3 0x10c5 /* Silicon Labs */ #define USB_VENDOR_VELLEMAN 0x10cf /* Velleman */ +#define USB_VENDOR_MOXA 0x110a /* Moxa Technologies */ #define USB_VENDOR_ANALOG 0x1110 /* Analog Devices */ #define USB_VENDOR_TENX 0x1130 /* Ten X Technology, Inc. */ #define USB_VENDOR_ISSC 0x1131 /* Integrated System Solution Corp. */ @@ -3764,6 +3765,9 @@ /* Velleman products */ #define USB_PRODUCT_VELLEMAN_K8055 0x5500 /* K8055 USB Experiment interface board */ +/* Moxa products */ +#define USB_PRODUCT_MOXA_UPORT1110 0x1110 /* UPort 1110 */ + /* VIA products */ #define USB_PRODUCT_VIA_AR9271 0x3801 /* AR9271 */ |