Searched refs:serial_config_driver (Results 1 – 1 of 1) sorted by relevance
132 static struct usb_configuration serial_config_driver = { variable204 serial_config_driver.iConfiguration = status; in gs_bind()219 serial_config_driver.descriptors = otg_desc; in gs_bind()220 serial_config_driver.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in gs_bind()275 if (!serial_config_driver.label) in switch_gserial_enable()292 serial_config_driver.label = "CDC ACM config"; in init()293 serial_config_driver.bConfigurationValue = 2; in init()298 serial_config_driver.label = "CDC OBEX config"; in init()299 serial_config_driver.bConfigurationValue = 3; in init()304 serial_config_driver.label = "Generic Serial config"; in init()[all …]
Completed in 4 milliseconds