Move Logitech Harmony 900 from cdc_ether to zaurus
authorScott Talbert <talbert@techie.net>
Tue, 21 Feb 2012 13:06:00 +0000 (13:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Mar 2012 19:31:25 +0000 (12:31 -0700)
commit4826cda9a753db2a4aea6e1292d21a1f9cd85ea3
tree912e1c206667fd43d384329116786d9696d15433
parent69c59bc6c4e7d29aabb9e7fa5825b774044940c5
Move Logitech Harmony 900 from cdc_ether to zaurus

commit ee932bf9acb2e2c6a309e808000f24856330e3f9 upstream.

In the current kernel implementation, the Logitech Harmony 900 remote
control is matched to the cdc_ether driver through the generic
USB_CDC_SUBCLASS_MDLM entry.  However, this device appears to be of the
pseudo-MDLM (Belcarra) type, rather than the standard one.  This patch
blacklists the Harmony 900 from the cdc_ether driver and whitelists it for
the pseudo-MDLM driver in zaurus.

Signed-off-by: Scott Talbert <talbert@techie.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/cdc_ether.c
drivers/net/usb/zaurus.c