Hi Greg, On Fri, Mar 1, 2013 at 11:44 PM, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > 3.8-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Alexey Klimov <klimov.linux@xxxxxxxxx> > > commit 0322bd3980b3ebf7dde8474e22614cb443d6479a upstream. > > Don't let Masterkit MA901 USB radio be handled by usb hid drivers. > This device will be handled by radio-ma901.c driver. > > Signed-off-by: Alexey Klimov <klimov.linux@xxxxxxxxx> > Acked-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > Acked-by: Jiri Kosina <jkosina@xxxxxxx> > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > --- > drivers/hid/hid-core.c | 1 + > drivers/hid/hid-ids.h | 3 +++ > 2 files changed, 4 insertions(+) > > --- a/drivers/hid/hid-core.c > +++ b/drivers/hid/hid-core.c > @@ -2071,6 +2071,7 @@ static const struct hid_device_id hid_ig > { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HYBRID) }, > { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HEATCONTROL) }, > { HID_USB_DEVICE(USB_VENDOR_ID_MADCATZ, USB_DEVICE_ID_MADCATZ_BEATPAD) }, > + { HID_USB_DEVICE(USB_VENDOR_ID_MASTERKIT, USB_DEVICE_ID_MASTERKIT_MA901RADIO) }, > { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS) }, > { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1208LS) }, > { HID_USB_DEVICE(USB_VENDOR_ID_MICROCHIP, USB_DEVICE_ID_PICKIT1) }, > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -554,6 +554,9 @@ > #define USB_VENDOR_ID_MADCATZ 0x0738 > #define USB_DEVICE_ID_MADCATZ_BEATPAD 0x4540 > > +#define USB_VENDOR_ID_MASTERKIT 0x16c0 > +#define USB_DEVICE_ID_MASTERKIT_MA901RADIO 0x05df > + > #define USB_VENDOR_ID_MCC 0x09db > #define USB_DEVICE_ID_MCC_PMD1024LS 0x0076 > #define USB_DEVICE_ID_MCC_PMD1208LS 0x007a These usb hid quirks are related to new usb radio driver media/radio/radio-ma901.c (commit 4834f4d1ff1dc574024e1a6de920ea99571090ff in upstream) that was merged during 3.9 merge window. So i am not sure if they have any sense without driver itself. Also, they shouldn't make any damage as far as i can imagine. -- Best regards, Klimov Alexey -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html