From: Pavel Machek <pavel@ucw.cz> To: dbrownell@users.sourceforge.net, kernel list <linux-kernel@vger.kernel.org>, Rusty trivial patch monkey Russell <trivial@rustcorp.com.au> Subject: Support sharp zaurus C-750 Date: Mon, 21 Jul 2003 01:05:31 +0200 [thread overview] Message-ID: <20030720230530.GA2075@elf.ucw.cz> (raw) 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?]
next reply other threads:[~2003-07-20 22:51 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-07-20 23:05 Pavel Machek [this message] 2003-07-21 20:18 ` David Brownell 2003-07-30 19:59 ` Greg KH
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20030720230530.GA2075@elf.ucw.cz \ --to=pavel@ucw.cz \ --cc=dbrownell@users.sourceforge.net \ --cc=linux-kernel@vger.kernel.org \ --cc=trivial@rustcorp.com.au \ --subject='Re: Support sharp zaurus C-750' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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).