diff options
| author | augustss <augustss@NetBSD.org> | 2005-09-11 22:53:49 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2005-09-11 22:53:49 +0000 |
| commit | f4ceb839178af151a0de399c053fadca35c82fdb (patch) | |
| tree | 1404e219b52810f1313c0bcce95eab19e6883be0 /sys/dev/usb/usbdevs_data.h | |
| parent | 947778dffe3f788a3ae68293444de1df2479e339 (diff) | |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index dc1f03d99ae..3c0fcc91faf 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.418 2005/09/10 19:24:36 cube Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.419 2005/09/11 22:53:49 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.413 2005/09/10 19:08:33 cube Exp + * NetBSD: usbdevs,v 1.414 2005/09/11 22:53:07 augustss Exp */ /* @@ -1906,6 +1906,10 @@ const struct usb_product usb_products[] = { "Optical mouse", }, { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_MIGHTYMOUSE, + "Mighty Mouse", + }, + { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS, "Speakers", }, @@ -5362,4 +5366,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 944; +const int usb_nproducts = 945; |
