Go to the documentation of this file.
38 #include <linux/errno.h>
51 US_DEBUGP(
"Attempting to init eUSCSI bridge...\n");
55 0x01, 0x0, us->
iobuf, 0x1, 5000);
69 static char init_string[] =
"\xec\x0a\x06\x00$PCCHIPS";
71 US_DEBUGP(
"Sending UCR-61S2B initialization packet...\n");
77 bcb->
Length =
sizeof(init_string) - 1;
79 memcpy(bcb->
CDB, init_string,
sizeof(init_string) - 1);
103 0x01, 0x0,
NULL, 0x0, 1000);
104 US_DEBUGP(
"Huawei mode set result is %d\n", result);