MFC: Recognize the Sony Clie PEG-TJ37.

usbdevs		1.234 -> 1.235
	uvisor.c	1.24 -> 1.25
This commit is contained in:
bmah 2005-12-12 19:52:52 +00:00
parent 2a9d19327c
commit 9986b6051a
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))