From a85971a68b6661327e21f44ce50925b220997dbb Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Wed, 23 Feb 2011 17:44:41 +0100 Subject: makedevs: fix cases where (start != 0) The makedevs script did not always generate the requested set of device names / minor number series. * If start != 0, then requesting (count) devices would generate only (count - start) * If start != 0 && increment != 1, then requesting minors starting with (minor) would generate minors starting with (minor + (start * (increment - 1))) This patch fixes the code and updates the usage text with extra examples. Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- CHANGES | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 757754ed0..3858296f8 100644 --- a/CHANGES +++ b/CHANGES @@ -10,10 +10,11 @@ enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive, libcgicc, libdaemon, libdrm, libevent, libgail, libglib2, libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp, - matchbox-fakekey, matchbox-startup-monitor, mdadm, metacity, - mpd, nasm, nfs-utils, olsr, popt, pthread-stubs, quagga, rpm, - samba, sdl, sdl_gfx, sdl_image, sdl_mixer, sdl_sound, sdl_ttf, - squashfs, taglib, tcpreplay, tiff, wpa_supplicant, xcb-util, + makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm, + metacity, mpd, nasm, nfs-utils, olsr, popt, pthread-stubs, + quagga, rpm, samba, sdl, sdl_gfx, sdl_image, sdl_mixer, + sdl_sound, sdl_ttf, squashfs, taglib, tcpreplay, tiff, + wpa_supplicant, xcb-util, xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard}, xdriver_xf86-input-{mouse,synaptics,void}, xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb}, -- cgit v1.2.3-55-g7522