libgpg-error: Fix compiling with uclibc
[openadk.git] / package / mISDN / patches / patch-drivers_isdn_hardware_mISDN_hfcs_usb_c
blobf8501ef026107be48c9a135063350635190a4a5b
1         - add the viprinet ISDN USB device ID
2         - some debug output
3 --- mISDN-1_1_9_2.orig/drivers/isdn/hardware/mISDN/hfcs_usb.c   2009-01-22 14:36:34.000000000 +0100
4 +++ mISDN-1_1_9_2/drivers/isdn/hardware/mISDN/hfcs_usb.c        2011-07-20 15:00:25.362001559 +0200
5 @@ -208,6 +208,12 @@ static struct usb_device_id hfcsusb_idta
6                           {LED_SCHEME1, {0x88, -64, -32, -16},
7                            "ZyXEL OMNI.NET USB II"}),
8         },
9 +       {
10 +        USB_DEVICE(0x18d8, 0x1020),
11 +        .driver_info = (unsigned long) &((hfcsusb_vdata)
12 +                         {LED_SCHEME1, {0, 1, 0, 0},
13 +                          "Viprinet ISDN"}),
14 +       },
15         { }
16  };