• Martin Habets's avatar
    [PATCH] USB: usblp printer GET_DEVICE_ID fix · 83d55856
    Martin Habets authored
    There is a problem in the usblp GET_DEVICE_ID ioctl() implementation. The patch
    below (against 2.6 current) fixes the code to be according to the official usb
    printer spec.
    
    Most printers are not affected by this fix, as they use interface 0 and
    alternate 0. For those, nothing changes. But my printer/scanner uses interface
    1 for the printer.
    83d55856
usblp.c 32.9 KB