All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
To: David Brownell <david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
Cc: Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Jari Tenhunen <jari.tenhunen-X3B1VOXEql0@public.gmane.org>,
	Olivier Blin <blino-4qZELD6FgxhWk0Htik3J/w@public.gmane.org>,
	Andrew Bird
	<ajb-5+cxppFmGx6/3pe1ocb+s/XRex20P6io@public.gmane.org>,
	Paul Rolland <rol-fjEKYshTNZ1eoWH0uzbU5w@public.gmane.org>,
	Arjan van de Ven <arjan-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Subject: Re: [00/04] HSO driver bugfixes and updates
Date: Thu, 14 Aug 2008 04:45:01 -0400	[thread overview]
Message-ID: <48A3F08D.2000109@pobox.com> (raw)
In-Reply-To: <200808081353.30130.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>

David Brownell wrote:
> On Friday 08 August 2008, Greg KH wrote:
>> Jeff,
>>
>> Here are 4 patches against 2.6.27-rc2 for the drivers/net/usb/hso.c
>> driver.
> 
> And here's a fifth (resent) ... just fixing brokenKconfig.
> 
> ==== CUT HERE
> From: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> 
> Move the Kconfig for the new "Option" driver so it's not in the
> middle of the usbnet-based drivers, so the dependency displays
> in the Kconfig user interfaces don't get trashed.
> 
> Signed-off-by: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> ---
>  drivers/net/usb/Kconfig |   21 ++++++++++-----------
>  1 file changed, 10 insertions(+), 11 deletions(-)
> 
> --- a/drivers/net/usb/Kconfig	2008-07-26 17:11:01.000000000 -0700
> +++ b/drivers/net/usb/Kconfig	2008-07-26 17:40:33.000000000 -0700
> @@ -154,17 +154,6 @@ config USB_NET_AX8817X
>  	  This driver creates an interface named "ethX", where X depends on
>  	  what other networking devices you have in use.
>  
> -config USB_HSO
> -	tristate "Option USB High Speed Mobile Devices"
> -	depends on USB && RFKILL
> -	default n
> -	help
> -	  Choose this option if you have an Option HSDPA/HSUPA card.
> -	  These cards support downlink speeds of 7.2Mbps or greater.
> -
> -	  To compile this driver as a module, choose M here: the
> -	  module will be called hso.
> -
>  config USB_NET_CDCETHER
>  	tristate "CDC Ethernet support (smart devices such as cable modems)"
>  	depends on USB_USBNET
> @@ -337,5 +326,15 @@ config USB_NET_ZAURUS
>  	  really need this non-conformant variant of CDC Ethernet (or in
>  	  some cases CDC MDLM) protocol, not "g_ether".
>  
> +config USB_HSO
> +	tristate "Option USB High Speed Mobile Devices"
> +	depends on USB && RFKILL
> +	default n
> +	help
> +	  Choose this option if you have an Option HSDPA/HSUPA card.
> +	  These cards support downlink speeds of 7.2Mbps or greater.
> +
> +	  To compile this driver as a module, choose M here: the
> +	  module will be called hso.
>  
>  endmenu

applied


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2008-08-14  8:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-08 19:00 [00/04] HSO driver bugfixes and updates Greg KH
2008-08-08 19:01 ` [01/04] hso: fix oops in read/write callbacks Greg KH
     [not found] ` <20080808190023.GA2953-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2008-08-08 19:01   ` [02/04] hso: fix refcounting on the ttyHSx devices Greg KH
2008-08-09  8:39     ` Paul Rolland
2008-08-08 19:02 ` [03/04] USB: HSO: make tty_operations const Greg KH
2008-08-08 19:02 ` [04/04] USB: HSO: minor fixes due to code review Greg KH
2008-08-14  8:45   ` Jeff Garzik
2008-08-08 20:53 ` [00/04] HSO driver bugfixes and updates David Brownell
     [not found]   ` <200808081353.30130.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2008-08-14  8:45     ` Jeff Garzik [this message]

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=48A3F08D.2000109@pobox.com \
    --to=jgarzik-e+axbwqsrlaavxtiumwx3w@public.gmane.org \
    --cc=ajb-5+cxppFmGx6/3pe1ocb+s/XRex20P6io@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=arjan-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=blino-4qZELD6FgxhWk0Htik3J/w@public.gmane.org \
    --cc=david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org \
    --cc=greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org \
    --cc=jari.tenhunen-X3B1VOXEql0@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rol-fjEKYshTNZ1eoWH0uzbU5w@public.gmane.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.