
Bind to the device - step 1



#define VENDOR_ID   0x08f7
#define PRODUCT_ID  0x0002

/* table of devices that work with this driver */
static struct usb_device_id id_table [] = {
        { USB_DEVICE(VENDOR_ID, PRODUCT_ID) },
        { },
};
MODULE_DEVICE_TABLE(usb, id_table);
