Add ids for Qualcomm MSM5500 as found in Kyocera KPC650.

Makes Kyocera KPC650 work with Verizon EVDO service.
(Removing the card results in a kernel page fault; this seems to be a
cardbus ohci issue, not a ugensa issue.)
This commit is contained in:
gdt 2006-03-25 14:15:45 +00:00
parent bd920a1cc8
commit d31e45961d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ugensa.c,v 1.4 2005/12/11 12:24:01 christos Exp $ */ /* $NetBSD: ugensa.c,v 1.5 2006/03/25 14:15:45 gdt Exp $ */
/* /*
* Copyright (c) 2004, 2005 The NetBSD Foundation, Inc. * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@ -92,6 +92,7 @@ struct ucom_methods ugensa_methods = {
static const struct usb_devno ugensa_devs[] = { static const struct usb_devno ugensa_devs[] = {
{ USB_VENDOR_AIRPRIME, USB_PRODUCT_AIRPRIME_PC5220 }, { USB_VENDOR_AIRPRIME, USB_PRODUCT_AIRPRIME_PC5220 },
{ USB_VENDOR_QUALCOMM_K, USB_PRODUCT_QUALCOMM_K_CDMA_MSM_K },
}; };
#define ugensa_lookup(v, p) usb_lookup(ugensa_devs, v, p) #define ugensa_lookup(v, p) usb_lookup(ugensa_devs, v, p)