Searched hist:fdc01cc286be9d32140631469b7608f3f58c2db3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_printer.h | diff fdc01cc286be9d32140631469b7608f3f58c2db3 Wed Dec 21 02:48:45 CST 2016 Krzysztof Opasiak <k.opasiak@samsung.com> usb: gadget: printer: Remove pnp_string static buffer
pnp string is usually much shorter than 1k so let's stop wasting 1k of memory for its buffer and make it dynamically alocated. This also removes 1k len limitation for pnp_string and adds a new line after string content if required.
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
H A D | f_printer.c | diff fdc01cc286be9d32140631469b7608f3f58c2db3 Wed Dec 21 02:48:45 CST 2016 Krzysztof Opasiak <k.opasiak@samsung.com> usb: gadget: printer: Remove pnp_string static buffer
pnp string is usually much shorter than 1k so let's stop wasting 1k of memory for its buffer and make it dynamically alocated. This also removes 1k len limitation for pnp_string and adds a new line after string content if required.
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | printer.c | diff fdc01cc286be9d32140631469b7608f3f58c2db3 Wed Dec 21 02:48:45 CST 2016 Krzysztof Opasiak <k.opasiak@samsung.com> usb: gadget: printer: Remove pnp_string static buffer
pnp string is usually much shorter than 1k so let's stop wasting 1k of memory for its buffer and make it dynamically alocated. This also removes 1k len limitation for pnp_string and adds a new line after string content if required.
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|