From: mpi Date: Wed, 24 Jun 2015 11:31:49 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e48614f15a95b95c4e7d70e080ace03b886f1050;p=openbsd regen --- diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index bf2137af331..38da34e02ae 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.663 2015/06/16 05:07:54 jsg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.664 2015/06/24 11:31:49 mpi Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.651 2015/06/16 05:07:25 jsg Exp + * OpenBSD: usbdevs,v 1.652 2015/06/24 11:31:04 mpi Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -541,6 +541,7 @@ #define USB_VENDOR_RALINK 0x148f /* Ralink Technology */ #define USB_VENDOR_STARTECH 0x14b0 /* StarTech.com */ #define USB_VENDOR_CONCEPTRONIC2 0x14b2 /* Conceptronic */ +#define USB_VENDOR_SUPERTOP 0x14cd /* SuperTop */ #define USB_VENDOR_PLANEX3 0x14ea /* Planex Communications */ #define USB_VENDOR_SILICONPORTALS 0x1527 /* Silicon Portals */ #define USB_VENDOR_UBLOX 0x1546 /* U-blox */ @@ -4066,6 +4067,9 @@ #define USB_PRODUCT_SUNTAC_AS64LX 0x000b /* U-Cable type A3 */ #define USB_PRODUCT_SUNTAC_AS144L4 0x0011 /* U-Cable type A4 */ +/* SuperTop products */ +#define USB_PRODUCT_SUPERTOP_IDEBRIDGE 0x6600 /* SuperTop IDE Bridge */ + /* System TALKS, Inc. */ #define USB_PRODUCT_SYSTEMTALKS_SGCX2UL 0x1920 /* SGC-X2UL */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index e76b245c11f..abfd9339d01 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.657 2015/06/16 05:07:54 jsg Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.658 2015/06/24 11:31:49 mpi Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.651 2015/06/16 05:07:25 jsg Exp + * OpenBSD: usbdevs,v 1.652 2015/06/24 11:31:04 mpi Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -10401,6 +10401,10 @@ const struct usb_known_product usb_known_products[] = { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_AS144L4, "U-Cable type A4", }, + { + USB_VENDOR_SUPERTOP, USB_PRODUCT_SUPERTOP_IDEBRIDGE, + "SuperTop IDE Bridge", + }, { USB_VENDOR_SYSTEMTALKS, USB_PRODUCT_SYSTEMTALKS_SGCX2UL, "SGC-X2UL", @@ -13369,6 +13373,10 @@ const struct usb_known_vendor usb_known_vendors[] = { USB_VENDOR_CONCEPTRONIC2, "Conceptronic", }, + { + USB_VENDOR_SUPERTOP, + "SuperTop", + }, { USB_VENDOR_PLANEX3, "Planex Communications",