linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Support sharp zaurus C-750
@ 2003-07-20 23:05 Pavel Machek
  2003-07-21 20:18 ` David Brownell
  2003-07-30 19:59 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Machek @ 2003-07-20 23:05 UTC (permalink / raw)
  To: dbrownell, kernel list, Rusty trivial patch monkey Russell

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?]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-30 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-20 23:05 Support sharp zaurus C-750 Pavel Machek
2003-07-21 20:18 ` David Brownell
2003-07-30 19:59 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).