1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Recognize the Sony Clie PEG-TJ37.

Tested on:	My PEG-TJ37 and my RELENG_6 workstation
MFC after:	1 week
This commit is contained in:
Bruce A. Mah 2005-12-04 07:34:19 +00:00
parent be425a0f40
commit 71ddfdfb45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153076
2 changed files with 2 additions and 0 deletions

View File

@ -1460,6 +1460,7 @@ product SONY CLIE_S360 0x0095 Sony Clie s360
product SONY CLIE_41_MS 0x0099 Sony Clie v4.1 Memory Stick slot
product SONY CLIE_41 0x009a Sony Clie v4.1
product SONY CLIE_NX60 0x00da Sony Clie nx60
product SONY CLIE_TJ37 0x0169 Sony Clie tj37
/* Sony Ericsson products */
product SONYERICSSON DCU10 0x0528 USB Cable

View File

@ -242,6 +242,7 @@ static const struct uvisor_type uvisor_devs[] = {
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_NX60 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_35 }, PALM35 },
/* {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_TJ37 }, PALM4 },
};
#define uvisor_lookup(v, p) ((const struct uvisor_type *)usb_lookup(uvisor_devs, v, p))