aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-picolcd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina2011-01-081-2/+3
|\
| * HID: hid-picolcd: Fix memory leak in picolcd_debug_out_report()Jesper Juhl2011-01-031-0/+1
| * HID: picolcd: fix misuse of logical operation in place of bitopDavid Sterba2010-12-271-2/+2
* | HID: hid-picolcd: don't use flush_scheduled_work()Tejun Heo2010-12-111-1/+1
* | HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches2010-12-101-24/+21
* | HID: add hid_hw_open/close/power() handlersDmitry Torokhov2010-12-081-3/+3
|/
* HID: picolcd: correct ordering of framebuffer freeingBruno Prémont2010-08-061-1/+1
* HID: picolcd: testing the wrong variableDan Carpenter2010-08-061-1/+1
* HID: picolcd: implement refcounting of framebufferBruno Prémont2010-07-121-7/+103
* HID: picolcd: do not reallocate memory on depth changeBruno Prémont2010-07-121-15/+12
* HID: picolcd: Add minimal palette required by fbcon on 8bppBruno Prémont2010-07-121-11/+51
* HID: picolcd: fix deferred_io init/cleanup to fb orderingBruno Prémont2010-07-111-2/+2
* HID: picolcd: Eliminate use after freeJulia Lawall2010-05-171-1/+1
* HID: add PM support to PicoLCD deviceBruno Prémont2010-05-031-5/+74
* HID: split picolcd's operation_mode sysfs attributeBruno Prémont2010-04-271-17/+45
* HID: fix picolcd's version parsingBruno Prémont2010-04-261-5/+3
* HID: hid-picolcd depends on LCD_CLASS_DEVICEBruno Prémont2010-04-111-20/+20
* HID: picolcd: fix build failureJiri Kosina2010-04-011-0/+1
* HID: add experimental access to PicoLCD device's EEPROM and FLASHBruno Prémont2010-03-311-17/+422
* HID: add GPO (leds) support to PicoLCD deviceBruno Prémont2010-03-311-0/+163
* HID: add lcd support to PicoLCD deviceBruno Prémont2010-03-311-0/+106
* HID: add backlight support to PicoLCD deviceBruno Prémont2010-03-311-1/+114
* HID: add framebuffer support to PicoLCD deviceBruno Prémont2010-03-311-1/+566
* HID: new driver for PicoLCD deviceBruno Prémont2010-03-311-0/+1183