Skip to content

Commit

Permalink
Add support for the ASUS P535 PDA
Browse files Browse the repository at this point in the history
PR:		kern/126097
Submitted by:	Anton Kartashev <[email protected]>
Approved by:	imp (mentor, implicit)
MFC after:	3 days
  • Loading branch information
remkolodder committed Aug 2, 2008
1 parent 03d013b commit a2a9fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/usb/uipaq.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ static const struct uipaq_type uipaq_devs[] = {
{{ USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_IPAQPOCKETPC } , 0},
{{ USB_VENDOR_CASIO, USB_PRODUCT_CASIO_BE300 } , 0},
{{ USB_VENDOR_SHARP, USB_PRODUCT_SHARP_WZERO3ES }, 0},
{{ USB_VENDOR_ASUS, USB_PRODUCT_ASUS_P535 }, 0},
};

#define uipaq_lookup(v, p) ((const struct uipaq_type *)usb_lookup(uipaq_devs, v, p))
Expand Down
1 change: 1 addition & 0 deletions sys/dev/usb/usbdevs
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ product ASUS A9T_WIFI 0x171b A9T wireless
product ASUS RT2573_1 0x1723 RT2573
product ASUS RT2573_2 0x1724 RT2573
product ASUS LCM 0x1726 LCM display
product ASUS P535 0x420f ASUS P535 PDA

/* ATen products */
product ATEN UC1284 0x2001 Parallel printer
Expand Down

0 comments on commit a2a9fbb

Please sign in to comment.