]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Feb 2012 20:50:23 +0000 (15:50 -0500)
commitee932bf9acb2e2c6a309e808000f24856330e3f9
treeef66ce1c9ca1f7eab60663366b67919ee9d662ca
parent22ad7499bc9297e47c8779bf5523694f28338499
Move Logitech Harmony 900 from cdc_ether to zaurus

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>
drivers/net/usb/cdc_ether.c
drivers/net/usb/zaurus.c