Add Sony Clie v3.5. From FreeBSD.

This commit is contained in:
augustss 2004-01-28 22:01:38 +00:00
parent 33d0bfd046
commit 914d460136
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvisor.c,v 1.23 2003/11/07 21:27:56 carrel Exp $ */
/* $NetBSD: uvisor.c,v 1.24 2004/01/28 22:01:38 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.23 2003/11/07 21:27:56 carrel Exp $");
__KERNEL_RCSID(0, "$NetBSD: uvisor.c,v 1.24 2004/01/28 22:01:38 augustss Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -191,6 +191,7 @@ static const struct uvisor_type uvisor_devs[] = {
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_S360 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_NX60 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_35 }, 0 },
/* {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
};
#define uvisor_lookup(v, p) ((struct uvisor_type *)usb_lookup(uvisor_devs, v, p))