Add Palm m515. From FreeBSD.

This commit is contained in:
augustss 2002-08-13 11:38:15 +00:00
parent 65d64346a9
commit 8e1e1415f8
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvisor.c,v 1.16 2002/07/11 21:14:36 augustss Exp $ */
/* $NetBSD: uvisor.c,v 1.17 2002/08/13 11:38:15 augustss Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uvisor.c,v 1.16 2002/07/11 21:14:36 augustss Exp $");
__KERNEL_RCSID(0, "$NetBSD: uvisor.c,v 1.17 2002/08/13 11:38:15 augustss Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -162,6 +162,7 @@ static const struct uvisor_type uvisor_devs[] = {
{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_VISOR }, 0 },
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M500 }, PALM4 },
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M505 }, PALM4 },
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M515 }, PALM4 },
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M125 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, 0 },