* [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery
@ 2012-11-24 5:15 Marek Vasut
2012-11-26 13:21 ` Jiri Kosina
0 siblings, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2012-11-24 5:15 UTC (permalink / raw)
To: linux-input; +Cc: Marek Vasut, Chen Peter, Greg KH, Jiri Kosina
The USB recovery mode present in i.MX23 ROM emulates USB HID.
It needs this quirk to behave properly.
Even if the official branding of the chip is Freescale i.MX23,
I named it Sigmatel STMP3780 since that's what the chip really
is and it even reports itself as STMP3780.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chen Peter <B29397@freescale.com>
Cc: Greg KH <greg@kroah.com>
Cc: Jiri Kosina <jkosina@suse.cz>
---
drivers/hid/hid-ids.h | 3 +++
drivers/hid/usbhid/hid-quirks.c | 1 +
2 files changed, 4 insertions(+)
NOTE: it'd be nice to include this in -stable eventually.
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 9d7a428..1ef9a9e 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -696,6 +696,9 @@
#define USB_VENDOR_ID_SIGMA_MICRO 0x1c4f
#define USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD 0x0002
+#define USB_VENDOR_ID_SIGMATEL 0x066F
+#define USB_DEVICE_ID_SIGMATEL_STMP3780 0x3780
+
#define USB_VENDOR_ID_SKYCABLE 0x1223
#define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07
diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
index 11c7932..0a1429f 100644
--- a/drivers/hid/usbhid/hid-quirks.c
+++ b/drivers/hid/usbhid/hid-quirks.c
@@ -79,6 +79,7 @@ static const struct hid_blacklist {
{ USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_SENNHEISER, USB_DEVICE_ID_SENNHEISER_BTD500USB, HID_QUIRK_NOGET },
+ { USB_VENDOR_ID_SIGMATEL, USB_DEVICE_ID_SIGMATEL_STMP3780, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_SYMBOL, USB_DEVICE_ID_SYMBOL_SCANNER_1, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_SYMBOL, USB_DEVICE_ID_SYMBOL_SCANNER_2, HID_QUIRK_NOGET },
--
1.7.10.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery
2012-11-24 5:15 [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery Marek Vasut
@ 2012-11-26 13:21 ` Jiri Kosina
2012-11-26 17:12 ` Marek Vasut
2013-01-12 20:22 ` Marek Vasut
0 siblings, 2 replies; 7+ messages in thread
From: Jiri Kosina @ 2012-11-26 13:21 UTC (permalink / raw)
To: Marek Vasut; +Cc: linux-input, Chen Peter, Greg KH
On Sat, 24 Nov 2012, Marek Vasut wrote:
> The USB recovery mode present in i.MX23 ROM emulates USB HID.
> It needs this quirk to behave properly.
>
> Even if the official branding of the chip is Freescale i.MX23,
> I named it Sigmatel STMP3780 since that's what the chip really
> is and it even reports itself as STMP3780.
Applied, thanks Marek.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery
2012-11-26 13:21 ` Jiri Kosina
@ 2012-11-26 17:12 ` Marek Vasut
2013-01-12 20:22 ` Marek Vasut
1 sibling, 0 replies; 7+ messages in thread
From: Marek Vasut @ 2012-11-26 17:12 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-input, Chen Peter, Greg KH
Dear Jiri Kosina,
> On Sat, 24 Nov 2012, Marek Vasut wrote:
> > The USB recovery mode present in i.MX23 ROM emulates USB HID.
> > It needs this quirk to behave properly.
> >
> > Even if the official branding of the chip is Freescale i.MX23,
> > I named it Sigmatel STMP3780 since that's what the chip really
> > is and it even reports itself as STMP3780.
>
> Applied, thanks Marek.
Thank you. It'd be nice to queue this for -stable too.
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery
2012-11-26 13:21 ` Jiri Kosina
2012-11-26 17:12 ` Marek Vasut
@ 2013-01-12 20:22 ` Marek Vasut
2013-01-14 20:58 ` Greg KH
1 sibling, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2013-01-12 20:22 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-input, Chen Peter, Greg KH
Hi Jirka,
> On Sat, 24 Nov 2012, Marek Vasut wrote:
> > The USB recovery mode present in i.MX23 ROM emulates USB HID.
> > It needs this quirk to behave properly.
> >
> > Even if the official branding of the chip is Freescale i.MX23,
> > I named it Sigmatel STMP3780 since that's what the chip really
> > is and it even reports itself as STMP3780.
>
> Applied, thanks Marek.
Can we possibly push this into -stable please?
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery
2013-01-12 20:22 ` Marek Vasut
@ 2013-01-14 20:58 ` Greg KH
2013-01-14 21:02 ` Marek Vasut
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2013-01-14 20:58 UTC (permalink / raw)
To: Marek Vasut; +Cc: Jiri Kosina, linux-input, Chen Peter
On Sat, Jan 12, 2013 at 09:22:48PM +0100, Marek Vasut wrote:
> Hi Jirka,
>
> > On Sat, 24 Nov 2012, Marek Vasut wrote:
> > > The USB recovery mode present in i.MX23 ROM emulates USB HID.
> > > It needs this quirk to behave properly.
> > >
> > > Even if the official branding of the chip is Freescale i.MX23,
> > > I named it Sigmatel STMP3780 since that's what the chip really
> > > is and it even reports itself as STMP3780.
> >
> > Applied, thanks Marek.
>
> Can we possibly push this into -stable please?
What is the git commit id of it in Linus's tree? I need that before it
can go into a stable release.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery
2013-01-14 20:58 ` Greg KH
@ 2013-01-14 21:02 ` Marek Vasut
2013-01-14 21:11 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2013-01-14 21:02 UTC (permalink / raw)
To: Greg KH; +Cc: Jiri Kosina, linux-input, Chen Peter
Hi Greg,
> On Sat, Jan 12, 2013 at 09:22:48PM +0100, Marek Vasut wrote:
> > Hi Jirka,
> >
> > > On Sat, 24 Nov 2012, Marek Vasut wrote:
> > > > The USB recovery mode present in i.MX23 ROM emulates USB HID.
> > > > It needs this quirk to behave properly.
> > > >
> > > > Even if the official branding of the chip is Freescale i.MX23,
> > > > I named it Sigmatel STMP3780 since that's what the chip really
> > > > is and it even reports itself as STMP3780.
> > >
> > > Applied, thanks Marek.
> >
> > Can we possibly push this into -stable please?
>
> What is the git commit id of it in Linus's tree? I need that before it
> can go into a stable release.
This 436136cec650d661eb662fcb508a99878606d050 should be it, right ?
Thank you! I'll remember to supply the ID next time I prod anyone about stable
stuff.
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery
2013-01-14 21:02 ` Marek Vasut
@ 2013-01-14 21:11 ` Greg KH
0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2013-01-14 21:11 UTC (permalink / raw)
To: Marek Vasut; +Cc: Jiri Kosina, linux-input, Chen Peter
On Mon, Jan 14, 2013 at 10:02:21PM +0100, Marek Vasut wrote:
> Hi Greg,
>
> > On Sat, Jan 12, 2013 at 09:22:48PM +0100, Marek Vasut wrote:
> > > Hi Jirka,
> > >
> > > > On Sat, 24 Nov 2012, Marek Vasut wrote:
> > > > > The USB recovery mode present in i.MX23 ROM emulates USB HID.
> > > > > It needs this quirk to behave properly.
> > > > >
> > > > > Even if the official branding of the chip is Freescale i.MX23,
> > > > > I named it Sigmatel STMP3780 since that's what the chip really
> > > > > is and it even reports itself as STMP3780.
> > > >
> > > > Applied, thanks Marek.
> > >
> > > Can we possibly push this into -stable please?
> >
> > What is the git commit id of it in Linus's tree? I need that before it
> > can go into a stable release.
>
> This 436136cec650d661eb662fcb508a99878606d050 should be it, right ?
Ah, yes, that looks correct.
> Thank you! I'll remember to supply the ID next time I prod anyone about stable
> stuff.
That would be great, that's all I really need in order to be able to
apply a patch.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-01-14 21:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-24 5:15 [PATCH] HID: add quirk for Freescale i.MX23 ROM recovery Marek Vasut
2012-11-26 13:21 ` Jiri Kosina
2012-11-26 17:12 ` Marek Vasut
2013-01-12 20:22 ` Marek Vasut
2013-01-14 20:58 ` Greg KH
2013-01-14 21:02 ` Marek Vasut
2013-01-14 21:11 ` 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).