[PATCH] USB: misc: appledisplay: add 20" Apple Cinema Display

2018-10-21 Thread Mattias Jacobsson
Add another Apple Cinema Display to the list of supported displays Signed-off-by: Mattias Jacobsson <2...@mok.nu> --- drivers/usb/misc/appledisplay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c index bd539f

[PATCH] USB: misc: appledisplay: fix backlight update_status return code

2018-10-16 Thread Mattias Jacobsson
te_status handler to return zero for all successful transactions and forward usb_control_msg's error code upon failure. Signed-off-by: Mattias Jacobsson <2...@mok.nu> --- I've not found any documentation regarding the return code from the update_status handler. The information above is