TYPE_ID
char cam_controller_type[TYPE_ID]; /* Controller type */
strncpy(ccb->cam_controller_type, s->name, TYPE_ID);
strncpy(ccb->cam_controller_type, bl->productname, TYPE_ID);
strncpy(ccbep->cam_controller_type, "USB-SCSI", TYPE_ID);