Home
last modified time | relevance | path

Searched refs:ucable (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dusb-midi.c95 static int ucable = -1; variable
96 MODULE_PARM(ucable,"i");
97 MODULE_PARM_DESC(ucable, "The cable number used for a semi-compliant interface");
2003 if ( ucable < 0 || ucable > 15 ) { ucable = 0; } in detect_by_hand()
2013 u.in[0].cableId = (1<<ucable); in detect_by_hand()
2016 u.out[0].cableId = (1<<ucable); in detect_by_hand()