Commit 8df7385f authored by Andreas John's avatar Andreas John Committed by Greg Kroah-Hartman

[PATCH] USB: usbserial/ipaq update

However, attached I provide you a patch against 2.6.7 which should add
the ASUS A620 PDA to the ipaq Kernel module.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 14dd280c
......@@ -129,6 +129,7 @@ static struct usb_device_id ipaq_id_table [] = {
{ USB_DEVICE(HTC_VENDOR_ID, HTC_PRODUCT_ID) },
{ USB_DEVICE(NEC_VENDOR_ID, NEC_PRODUCT_ID) },
{ USB_DEVICE(ASUS_VENDOR_ID, ASUS_A600_PRODUCT_ID) },
{ USB_DEVICE(ASUS_VENDOR_ID, ASUS_A620_PRODUCT_ID) },
{ } /* Terminating entry */
};
......
......@@ -85,6 +85,9 @@
#define ASUS_VENDOR_ID 0x0b05
#define ASUS_A600_PRODUCT_ID 0x4201
#define ASUS_VENDOR_ID 0x0b05
#define ASUS_A620_PRODUCT_ID 0x4202
/*
* Since we can't queue our bulk write urbs (don't know why - it just
* doesn't work), we can send down only one write urb at a time. The simplistic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment