[PATCH] zd1211rw: Add ID for Allnet ALLSPOT Hotspot finder
[deliverable/linux.git] / drivers / net / wireless / zd1211rw / zd_usb.c
index 426735d97e40b8245715fb0cb585b923412adc2e..2e89c2e3a053917baae4ed1a717eed31613b0ec9 100644 (file)
@@ -41,6 +41,7 @@ static struct usb_device_id usb_ids[] = {
        { USB_DEVICE(0x157e, 0x300b), .driver_info = DEVICE_ZD1211 },
        { USB_DEVICE(0x079b, 0x004a), .driver_info = DEVICE_ZD1211 },
        { USB_DEVICE(0x1740, 0x2000), .driver_info = DEVICE_ZD1211 },
+       { USB_DEVICE(0x157e, 0x3204), .driver_info = DEVICE_ZD1211 },
        /* ZD1211B */
        { USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },
This page took 0.029467 seconds and 5 git commands to generate.