diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-28 17:51:27 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-28 17:51:27 +0000 |
commit | 6a76768dd2d85f042f56371b350ace03bdd07047 (patch) | |
tree | fc9cf1f6149b02cc600dcf035fceb8f59fd251ef /sys | |
parent | a57c30c6a4a078aaf6d68abdb0d83996fe27759a (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 95b1e75fc98..a3e0402da1f 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdevs.h,v 1.285 2007/05/22 06:59:48 matthieu Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.286 2007/05/28 17:51:26 tom Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -1843,7 +1843,7 @@ #define USB_PRODUCT_PLANEX2_GWUSMM 0xed02 /* GW-USMM */ /* Plantronics products */ -#define USB_PRODUCT_PLANTRONICS_HEADSET 0x0ca1 /* Platronics DSP-400 Headset */ +#define USB_PRODUCT_PLANTRONICS_HEADSET 0x0ca1 /* DSP-400 Headset */ /* PLX products */ #define USB_PRODUCT_PLX_TESTBOARD 0x9060 /* test board */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index fcc8eec093a..dda5309de55 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdevs_data.h,v 1.282 2007/05/22 06:59:49 matthieu Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.283 2007/05/28 17:51:26 tom Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -3526,7 +3526,7 @@ const struct usb_known_product usb_known_products[] = { }, { USB_VENDOR_PLANTRONICS, USB_PRODUCT_PLANTRONICS_HEADSET, - "Platronics DSP-400 Headset", + "DSP-400 Headset", }, { USB_VENDOR_PLX, USB_PRODUCT_PLX_TESTBOARD, |