* [PATCH 1/1] NET: qmi_wwan: add Telit LE920 support @ 2013-01-28 15:45 Daniele Palmas 2013-01-28 16:59 ` Bjørn Mork 0 siblings, 1 reply; 4+ messages in thread From: Daniele Palmas @ 2013-01-28 15:45 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Daniele Palmas Add VID, PID and fixed interface for Telit LE920 Signed-off-by: Daniele Palmas <dnlplm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- drivers/net/usb/qmi_wwan.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index 6a1ca50..e32f9a1 100644 --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c @@ -459,6 +459,7 @@ static const struct usb_device_id products[] = { {QMI_FIXED_INTF(0x1199, 0x68a2, 19)}, /* Sierra Wireless MC7710 in QMI mode */ {QMI_FIXED_INTF(0x1199, 0x901c, 8)}, /* Sierra Wireless EM7700 */ {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */ + {QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */ /* 4. Gobi 1000 devices */ {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */ -- 1.7.4.1 -- 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] NET: qmi_wwan: add Telit LE920 support 2013-01-28 15:45 [PATCH 1/1] NET: qmi_wwan: add Telit LE920 support Daniele Palmas @ 2013-01-28 16:59 ` Bjørn Mork [not found] ` <87k3qxnt07.fsf-lbf33ChDnrE/G1V5fR+Y7Q@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Bjørn Mork @ 2013-01-28 16:59 UTC (permalink / raw) To: Daniele Palmas; +Cc: Greg Kroah-Hartman, linux-usb, netdev, linux-kernel Daniele Palmas <dnlplm@gmail.com> writes: > Add VID, PID and fixed interface for Telit LE920 > > Signed-off-by: Daniele Palmas <dnlplm@gmail.com> > --- > drivers/net/usb/qmi_wwan.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c > index 6a1ca50..e32f9a1 100644 > --- a/drivers/net/usb/qmi_wwan.c > +++ b/drivers/net/usb/qmi_wwan.c > @@ -459,6 +459,7 @@ static const struct usb_device_id products[] = { > {QMI_FIXED_INTF(0x1199, 0x68a2, 19)}, /* Sierra Wireless MC7710 in QMI mode */ > {QMI_FIXED_INTF(0x1199, 0x901c, 8)}, /* Sierra Wireless EM7700 */ > {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */ > + {QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */ > > /* 4. Gobi 1000 devices */ > {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */ Thanks for adding this device. But the patch doesn't apply to the current "net" tree. Care to rebase it? Thanks, Bjørn ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <87k3qxnt07.fsf-lbf33ChDnrE/G1V5fR+Y7Q@public.gmane.org>]
* Re: [PATCH 1/1] NET: qmi_wwan: add Telit LE920 support [not found] ` <87k3qxnt07.fsf-lbf33ChDnrE/G1V5fR+Y7Q@public.gmane.org> @ 2013-01-29 8:40 ` Daniele Palmas [not found] ` <CAGRyCJEThQaex9au5AbWT-hm1Vvj2jxiXuAfrgNTdTofqAYY3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Daniele Palmas @ 2013-01-29 8:40 UTC (permalink / raw) To: Bjørn Mork Cc: Greg Kroah-Hartman, linux-usb-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA Hello, 2013/1/28 Bjørn Mork <bjorn-yOkvZcmFvRU@public.gmane.org>: > Daniele Palmas <dnlplm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes: > >> Add VID, PID and fixed interface for Telit LE920 >> >> Signed-off-by: Daniele Palmas <dnlplm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> --- >> drivers/net/usb/qmi_wwan.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c >> index 6a1ca50..e32f9a1 100644 >> --- a/drivers/net/usb/qmi_wwan.c >> +++ b/drivers/net/usb/qmi_wwan.c >> @@ -459,6 +459,7 @@ static const struct usb_device_id products[] = { >> {QMI_FIXED_INTF(0x1199, 0x68a2, 19)}, /* Sierra Wireless MC7710 in QMI mode */ >> {QMI_FIXED_INTF(0x1199, 0x901c, 8)}, /* Sierra Wireless EM7700 */ >> {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */ >> + {QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */ >> >> /* 4. Gobi 1000 devices */ >> {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */ > > Thanks for adding this device. But the patch doesn't apply to the > current "net" tree. Care to rebase it? > Sure. Should I use the following git repository git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next.git ? Thanks, Daniele -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAGRyCJEThQaex9au5AbWT-hm1Vvj2jxiXuAfrgNTdTofqAYY3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH 1/1] NET: qmi_wwan: add Telit LE920 support [not found] ` <CAGRyCJEThQaex9au5AbWT-hm1Vvj2jxiXuAfrgNTdTofqAYY3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2013-01-29 9:35 ` Bjørn Mork 0 siblings, 0 replies; 4+ messages in thread From: Bjørn Mork @ 2013-01-29 9:35 UTC (permalink / raw) To: Daniele Palmas Cc: Greg Kroah-Hartman, linux-usb-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA Daniele Palmas <dnlplm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes: > 2013/1/28 Bjørn Mork <bjorn-yOkvZcmFvRU@public.gmane.org>: > >> Thanks for adding this device. But the patch doesn't apply to the >> current "net" tree. Care to rebase it? >> > > Sure. Should I use the following git repository > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next.git > > ? No, the correct tree to base device additions for drivers/net/usb is git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git Note that this is different from most other USB devices. This wouldn't normally be such a big deal, but you were "lucky" and hit a timeslot when there were unmerged conflicting changes that tree. I am not trying to be difficult. It just feels like it :-) Thanks again for doing this. Bjørn -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-29 9:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 15:45 [PATCH 1/1] NET: qmi_wwan: add Telit LE920 support Daniele Palmas
2013-01-28 16:59 ` Bjørn Mork
[not found] ` <87k3qxnt07.fsf-lbf33ChDnrE/G1V5fR+Y7Q@public.gmane.org>
2013-01-29 8:40 ` Daniele Palmas
[not found] ` <CAGRyCJEThQaex9au5AbWT-hm1Vvj2jxiXuAfrgNTdTofqAYY3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-29 9:35 ` Bjørn Mork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox