Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb regen for Magic Mouse id
details: https://anonhg.NetBSD.org/src/rev/0d8a9d390a53
branches: trunk
changeset: 755101:0d8a9d390a53
user: plunky <plunky%NetBSD.org@localhost>
date: Sat May 22 18:51:19 2010 +0000
description:
regen for Magic Mouse id
diffstat:
sys/dev/usb/usbdevs.h | 3 ++-
sys/dev/usb/usbdevs_data.h | 8 ++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r b7e8a25f51f6 -r 0d8a9d390a53 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Sat May 22 18:50:43 2010 +0000
+++ b/sys/dev/usb/usbdevs.h Sat May 22 18:51:19 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs.h,v 1.544 2010/04/19 21:56:00 jmcneill Exp $ */
+/* $NetBSD: usbdevs.h,v 1.545 2010/05/22 18:51:19 plunky Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -702,6 +702,7 @@
#define USB_PRODUCT_APPLE_EXT_KBD 0x020c /* Apple Extended USB Keyboard */
#define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */
#define USB_PRODUCT_APPLE_MIGHTYMOUSE 0x0304 /* Mighty Mouse */
+#define USB_PRODUCT_APPLE_MAGICMOUSE 0x030d /* Magic Mouse */
#define USB_PRODUCT_APPLE_EXT_KBD_HUB 0x1003 /* Hub in Apple Extended USB Keyboard */
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
#define USB_PRODUCT_APPLE_IPHONE 0x1290 /* iPhone */
diff -r b7e8a25f51f6 -r 0d8a9d390a53 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Sat May 22 18:50:43 2010 +0000
+++ b/sys/dev/usb/usbdevs_data.h Sat May 22 18:51:19 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs_data.h,v 1.545 2010/04/19 21:56:00 jmcneill Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.546 2010/05/22 18:51:19 plunky Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -2311,6 +2311,10 @@
"Mighty Mouse",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_MAGICMOUSE,
+ "Magic Mouse",
+ },
+ {
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_EXT_KBD_HUB,
"Hub in Apple Extended USB Keyboard",
},
@@ -7163,4 +7167,4 @@
"Prestige",
},
};
-const int usb_nproducts = 1314;
+const int usb_nproducts = 1315;
Home |
Main Index |
Thread Index |
Old Index