diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-12-04 16:53:31 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-12-04 16:53:31 +0000 |
commit | 7804535ec807fed790a0d4273b16d87dabd60294 (patch) | |
tree | 58e02dc6909da654e8f545893e6569d2cbb10d81 /sys/dev | |
parent | 38b179d154001b96657bfa1b0ca7ddff201a8ec8 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 6a80eac8617..0bbd66f0a01 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.244 2006/11/30 09:25:17 jsg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.245 2006/12/04 16:53:30 martin Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.238 2006/11/30 09:24:39 jsg Exp + * OpenBSD: usbdevs,v 1.239 2006/12/04 16:52:52 martin Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -93,6 +93,7 @@ #define USB_VENDOR_THRUST 0x044f /* Thrustmaster */ #define USB_VENDOR_TI 0x0451 /* Texas Instruments */ #define USB_VENDOR_ANALOGDEVICES 0x0456 /* Analog Devices */ +#define USB_VENDOR_SIS 0x0457 /* Silicon Integrated Systems Corp. */ #define USB_VENDOR_KYE 0x0458 /* KYE Systems */ #define USB_VENDOR_DIAMOND2 0x045a /* Diamond (Supra) */ #define USB_VENDOR_MICROSOFT 0x045e /* Microsoft */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index b089e913053..441894b2279 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.242 2006/11/30 09:25:17 jsg Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.243 2006/12/04 16:53:30 martin Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.238 2006/11/30 09:24:39 jsg Exp + * OpenBSD: usbdevs,v 1.239 2006/12/04 16:52:52 martin Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -4651,6 +4651,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Analog Devices", }, { + USB_VENDOR_SIS, + "Silicon Integrated Systems Corp.", + }, + { USB_VENDOR_KYE, "KYE Systems", }, |