aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-picolcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge branches 'hidraw', 'magicmouse', 'multitouch', 'roccat', 'suspend-fixes' and 'upstream' into for-linusJiri Kosina1-4/+0
2012-07-20HID: Allow drivers to be their own listenerDavid Herrmann1-4/+0
2012-07-20HID: hid-core: optimize in case of hidrawMatthieu CASTET1-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-14/+2
2012-01-05Merge branches 'hyperv', 'multitouch', 'roccat', 'upstream', 'upstream-fixes', 'wacom' and 'wiimote' into for-linusJiri Kosina1-2/+3
2011-11-22HID: picolcd: make fb_pending_lock and picolcd_fb_cleanup staticJiri Kosina1-2/+2
2011-10-31hid: Add module.h to fix up implicit users of itPaul Gortmaker1-0/+1
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-05-18Merge branch 'master' into upstream.Jiri Kosina1-2/+3
2011-05-05HID: picolcd: Avoid compile warning/error triggered by copy_from_user()Bruno Prémont1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-01-08Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina1-2/+3
2011-01-03HID: hid-picolcd: Fix memory leak in picolcd_debug_out_report()Jesper Juhl1-0/+1
2010-12-27HID: picolcd: fix misuse of logical operation in place of bitopDavid Sterba1-2/+2
2010-12-11HID: hid-picolcd: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-24/+21
2010-12-08HID: add hid_hw_open/close/power() handlersDmitry Torokhov1-3/+3
2010-08-06HID: picolcd: correct ordering of framebuffer freeingBruno Prémont1-1/+1
2010-08-06HID: picolcd: testing the wrong variableDan Carpenter1-1/+1
2010-07-12HID: picolcd: implement refcounting of framebufferBruno Prémont1-7/+103
2010-07-12HID: picolcd: do not reallocate memory on depth changeBruno Prémont1-15/+12
2010-07-12HID: picolcd: Add minimal palette required by fbcon on 8bppBruno Prémont1-11/+51
2010-07-11HID: picolcd: fix deferred_io init/cleanup to fb orderingBruno Prémont1-2/+2
2010-05-17HID: picolcd: Eliminate use after freeJulia Lawall1-1/+1
2010-05-03HID: add PM support to PicoLCD deviceBruno Prémont1-5/+74
2010-04-27HID: split picolcd's operation_mode sysfs attributeBruno Prémont1-17/+45
2010-04-26HID: fix picolcd's version parsingBruno Prémont1-5/+3
2010-04-11HID: hid-picolcd depends on LCD_CLASS_DEVICEBruno Prémont1-20/+20
2010-04-01HID: picolcd: fix build failureJiri Kosina1-0/+1
2010-03-31HID: add experimental access to PicoLCD device's EEPROM and FLASHBruno Prémont1-17/+422
2010-03-31HID: add GPO (leds) support to PicoLCD deviceBruno Prémont1-0/+163
2010-03-31HID: add lcd support to PicoLCD deviceBruno Prémont1-0/+106
2010-03-31HID: add backlight support to PicoLCD deviceBruno Prémont1-1/+114
2010-03-31HID: add framebuffer support to PicoLCD deviceBruno Prémont1-1/+566
2010-03-31HID: new driver for PicoLCD deviceBruno Prémont1-0/+1183