mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
[netdrvr] hso: icon 322 detection fix
Fixes Icon-322 detection. Signed-off-by: Denis Joseph Barrow <D.Barow@option.com> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
82c26a9d11
commit
95eacee870
@ -397,7 +397,7 @@ static const struct usb_device_id hso_ids[] = {
|
||||
{default_port_device(0x0af0, 0xc031)}, /* Icon-Edge */
|
||||
{icon321_port_device(0x0af0, 0xd013)}, /* Module HSxPA */
|
||||
{icon321_port_device(0x0af0, 0xd031)}, /* Icon-321 */
|
||||
{default_port_device(0x0af0, 0xd033)}, /* Icon-322 */
|
||||
{icon321_port_device(0x0af0, 0xd033)}, /* Icon-322 */
|
||||
{USB_DEVICE(0x0af0, 0x7301)}, /* GE40x */
|
||||
{USB_DEVICE(0x0af0, 0x7361)}, /* GE40x */
|
||||
{USB_DEVICE(0x0af0, 0x7401)}, /* GI 0401 */
|
||||
|
Loading…
Reference in New Issue
Block a user