summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hwmon: (f71882fg) trivial whitespace cleanupMark M. Hoffman2007-10-101-7/+7
| * | hwmon: add support for Fintek F71882FG and F71883FGHans de Goede2007-10-103-0/+961
| * | hwmon: (f71805f) List the F71806F/FG as supportedJean Delvare2007-10-102-4/+7
| * | hwmon: (w83792d) Add individual alarm filesGong Jun2007-10-101-1/+48
| * | hwmon: adm1021 clean upsKrzysztof Helt2007-10-101-104/+122
| |/
* | hisax: hfc_usb: update to current CVS versionMartin Bachem2007-10-141-30/+33
* | ipg: endianness fixesAl Viro2007-10-141-17/+17
* | ipg: endianness annotationsAl Viro2007-10-141-6/+6
* | hamradio: ->hard_header() takes packet type in host-endianAl Viro2007-10-142-2/+2
* | more tulip endianness annotationsAl Viro2007-10-141-1/+1
* | ibm_newemac annotations (iomem, NULL noise)Al Viro2007-10-144-11/+11
* | more trivial signedness fixes in driversAl Viro2007-10-1410-11/+13
* | signedness: module_param_array nump argumentAl Viro2007-10-1412-27/+27
* | long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-1413-16/+16
* | synclink_gt endianness annotationsAl Viro2007-10-141-4/+4
* | fw-cdev __user annotationsAl Viro2007-10-141-2/+3
* | mpc5200_wdt: __user annotationsAl Viro2007-10-141-1/+1
* | remove duplicate initializer (macvlan)Al Viro2007-10-141-1/+0
* | skb->tail in ibm_newemac should be skb_tail_pointer()Al Viro2007-10-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2007-10-1413-88/+782
|\ \
| * \ Merge branch 'hidraw' into for-linusJiri Kosina2007-10-145-2/+474
| |\ \
| | * | HID: hidraw_connect() memleak fixMariusz Kozlowski2007-10-141-4/+10
| | * | HID: add hidraw interfaceJiri Kosina2007-10-145-2/+445
| | * | USB HID: provide hook for hidraw write()Jiri Kosina2007-10-141-0/+23
| * | | HID: hiddev: Add 32bit ioctl compatibiltyPhilip Langdale2007-10-141-0/+12
| * | | HID: Add GeneralTouch touchscreen to the blacklistIlya Frolov2007-10-141-0/+6
| * | | HID: add support for Microsoft Wireless Laser Keyboard 6000Khelben Blackstaff2007-10-141-4/+14
| * | | Input: add KEY_LOGOFFKhelben Blackstaff2007-10-141-0/+1
| * | | USBHID: report descriptor fix for MacBook JIS keyboardTomoya Adachi2007-10-141-0/+17
| * | | HID: trivial fixes in hid-debugJoe Perches2007-10-141-19/+18
| * | | HID: fix input mapping for Microsoft Ergonomic KeyboardJiri Kosina2007-10-141-11/+11
| * | | HID: use hid-plff driver for GreenAsia 0e8f:0003 devicesAnssi Hannula2007-10-143-11/+22
| * | | USBHID: Add HID_QUIRK_NOGET for ELO Touch Screen 2700 displayMike Crowe2007-10-141-0/+4
| * | | HID: enable hiddev for the SantaRosa MacBookPro IR receiverStelian Pop2007-10-142-0/+5
| * | | USBHID: add CM109 device to blacklistAlfred E. Heggestad2007-10-141-0/+4
| * | | HID: Report usage codes of keys as EV_MSC scancode eventsJiri Kosina2007-10-141-0/+8
| * | | HID: ignore all non-LED usages in output fields in hid-inputJiri Kosina2007-10-141-0/+7
| * | | HID: fix whitespace damageJiri Kosina2007-10-141-6/+6
| * | | HID: add support for Thrustmaster FGT Force Feedback wheelDmitry Torokhov2007-10-143-44/+124
| * | | HID: minimal autosuspend support for USB HID devicesOliver Neukum2007-10-141-2/+14
| * | | HID: add support for Microsoft Natural Ergonomic Keyboard 4000Jiri Kosina2007-10-142-4/+50
| |/ /
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-10-1414-326/+295
|\ \ \
| * \ \ Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2007-10-1412-317/+274
| |\ \ \
| | * | | UBI: return correct error codeArtem Bityutskiy2007-10-141-0/+1
| | * | | UBI: remove useless inlinesArtem Bityutskiy2007-10-141-81/+38
| | * | | UBI: fix atomic LEB change problemsArtem Bityutskiy2007-10-142-21/+33
| | * | | UBI: use byte hexdumpArtem Bityutskiy2007-10-142-3/+3
| | * | | UBI: do not use vmalloc on I/O pathArtem Bityutskiy2007-10-148-112/+119
| | * | | UBI: allocate memory with GFP_NOFSArtem Bityutskiy2007-10-146-19/+21
| | * | | UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy2007-10-143-38/+3