Searched refs:langids (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd.c | 427 * @id: the string ID number (0: langids, 1: serial #, 2: product, 3: vendor) 443 static char const langids[4] = {4, USB_DT_STRING, 0x09, 0x04}; in rh_string() local 452 memcpy(data, langids, len); in rh_string()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd.c | 406 * @id: the string ID number (0: langids, 1: serial #, 2: product, 3: vendor) 422 static char const langids[4] = {4, USB_DT_STRING, 0x09, 0x04}; in rh_string() local 431 memcpy(data, langids, len); in rh_string()
|
Completed in 7 milliseconds