Support sharp zaurus C-750

From: Pavel Machek (pavel@ucw.cz)
Date: Sun Jul 20 2003 - 18:05:31 EST


Hi!

This adds support for another handheld from sharp to 2.6.0-test1,
please apply:

--- clean/drivers/usb/net/usbnet.c 2003-07-14 22:12:19.000000000 +0200
+++ linux/drivers/usb/net/usbnet.c 2003-07-21 01:02:54.000000000 +0200
@@ -2769,6 +2769,15 @@
         .bInterfaceSubClass = 0x0a,
         .bInterfaceProtocol = 0x00,
         .driver_info = (unsigned long) &zaurus_slc700_info,
+}, {
+ .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
+ | USB_DEVICE_ID_MATCH_DEVICE,
+ .idVendor = 0x04DD,
+ .idProduct = 0x9031,
+ .bInterfaceClass = 0x02,
+ .bInterfaceSubClass = 0x0a,
+ .bInterfaceProtocol = 0x00,
+ .driver_info = (unsigned long) &zaurus_sla300_info,
 },
 #endif
 

-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:41 EST