USBLP_BUF_SIZE 735 drivers/usb/class/usblp.c if ((transfer_length = count - writecount) > USBLP_BUF_SIZE) USBLP_BUF_SIZE 736 drivers/usb/class/usblp.c transfer_length = USBLP_BUF_SIZE;